Trace number 3376733

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
MD5SUM7f62d729a30ffc73b7fa61161ba43630
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses73400
Sum of the clauses size147612
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 273371
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 529

Solver Data

0.00/0.01	c Set FPU double precision.
0.00/0.02	c Parse Cnf success: #var: 870 #clause: 73400
0.00/0.02	c Find Units :          0
0.00/0.02	c Find Invs  :          0
0.00/0.03	c Find Ands  :        870 AvgFaninNum: 29
0.00/0.03	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.03	c Find Ite   :          0
0.00/0.03	c UnDirect variable: 0
0.00/0.03	c UnDirect to Direct Gate: 0
0.00/0.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.03	c Break Cycle : 841
0.00/0.03	c Total Root : 0 Undef Var: 841
0.00/0.03	c After covering, Total Root: 29 Leaf: 841
0.00/0.03	c Variable( cover/uncovered/unused ): 870 0 0
0.00/0.03	c Unit Clauses: 0
0.00/0.03	c Binary Clauses( cover/uncovered ): 841 72530
0.00/0.03	c Clauses( cover/uncovered ): 29 0
0.00/0.03	c Total Clauses( cover/uncovered ): 870 72530 1.18529%
0.00/0.03	c Covered Ands: 29 Invs: 0 Xors: 0 Ites: 0
0.00/0.06	c Uncover Clauses avg size: 2 max size: 2
0.00/0.06	c Final circuit: i/l/o/s     841       0   72530     73342
0.00/0.06	c CnfToAig: Time: 0.05 s
0.09/0.11	c TmMap: Set choices finish.
0.09/0.14	c TmMap: Set big and: 72559
0.09/0.14	c TmMap: Origin: 74184 ClauseNum: 220026 --> New: 73401 ClauseNum: 218460
0.09/0.14	c TmMap: Time: 0.05
0.09/0.15	c Try to Add: #clause: 145118 #xorclause: 0
0.09/0.16	c #var: 870 #clauses: 30 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3376733-1305475347/watcher-3376733-1305475347 -o /tmp/evaluation-result-3376733-1305475347/solver-3376733-1305475347 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376733-1305475347.cnf 1696946430 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.79 3.99 3.91 2/442 16983
/proc/meminfo: memFree=16227860/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=33900 CPUtime=0 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 2301 0 0 0 0 0 0 0 24 0 1 0 659135634 34713600 2238 33554432000 4194304 6014671 140737207380000 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 8475 2238 377 445 0 2020 0

[startup+0.0773781 s]
/proc/loadavg: 3.79 3.99 3.91 2/442 16983
/proc/meminfo: memFree=16227860/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=43628 CPUtime=0.07 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 4976 0 0 0 7 0 0 0 18 0 1 0 659135634 44675072 4913 33554432000 4194304 6014671 140737207380000 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 10907 4914 597 445 0 4452 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 43628

[startup+0.100372 s]
/proc/loadavg: 3.79 3.99 3.91 2/442 16983
/proc/meminfo: memFree=16227860/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=52944 CPUtime=0.09 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 7309 0 0 0 9 0 0 0 18 0 1 0 659135634 54214656 7246 33554432000 4194304 6014671 140737207380000 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 13236 7249 668 445 0 6781 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52944

[startup+0.300336 s]
/proc/loadavg: 3.79 3.99 3.91 2/442 16983
/proc/meminfo: memFree=16227860/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=66076 CPUtime=0.29 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 10273 0 0 0 28 1 0 0 18 0 1 0 659135634 67661824 10210 33554432000 4194304 6014671 140737207380000 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 16519 10210 720 445 0 10064 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 66076

[startup+0.700272 s]
/proc/loadavg: 3.79 3.99 3.91 2/442 16983
/proc/meminfo: memFree=16227860/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=75004 CPUtime=0.69 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 10515 0 0 0 68 1 0 0 18 0 1 0 659135634 76804096 10452 33554432000 4194304 6014671 140737207380000 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 18751 10452 721 445 0 12296 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75004

[startup+1.50012 s]
/proc/loadavg: 3.79 3.99 3.91 5/456 17008
/proc/meminfo: memFree=16082420/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=84268 CPUtime=1.49 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 10606 0 0 0 148 1 0 0 19 0 1 0 659135634 86290432 10543 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 21067 10543 721 445 0 14612 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 84268

[startup+3.10084 s]
/proc/loadavg: 3.81 3.99 3.91 5/456 17008
/proc/meminfo: memFree=16066176/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=93584 CPUtime=3.09 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 11803 0 0 0 308 1 0 0 25 0 1 0 659135634 95830016 11740 33554432000 4194304 6014671 140737207380000 18446744073709551615 4536520 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 23396 11740 725 445 0 16941 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93584

[startup+6.30027 s]
/proc/loadavg: 3.81 3.99 3.91 5/456 17008
/proc/meminfo: memFree=16035620/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=103024 CPUtime=6.29 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 13692 0 0 0 628 1 0 0 25 0 1 0 659135634 105496576 13629 33554432000 4194304 6014671 140737207380000 18446744073709551615 4537185 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 25756 13629 725 445 0 19301 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103024

[startup+12.7001 s]
/proc/loadavg: 3.84 3.99 3.91 5/456 17008
/proc/meminfo: memFree=15996460/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=112516 CPUtime=12.69 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 15199 0 0 0 1268 1 0 0 25 0 1 0 659135634 115216384 15135 33554432000 4194304 6014671 140737207380000 18446744073709551615 4371736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 28129 15135 725 445 0 21674 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112516

[startup+25.5009 s]
/proc/loadavg: 3.86 3.99 3.91 5/456 17009
/proc/meminfo: memFree=15937588/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=142912 CPUtime=25.49 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 17751 0 0 0 2548 1 0 0 25 0 1 0 659135634 146341888 17687 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 35728 17687 725 445 0 29273 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142912

[startup+51.1003 s]
/proc/loadavg: 3.91 3.99 3.91 5/456 17009
/proc/meminfo: memFree=15871132/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=142912 CPUtime=51.09 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 19529 0 0 0 5107 2 0 0 25 0 1 0 659135634 146341888 19465 33554432000 4194304 6014671 140737207380000 18446744073709551615 4537048 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 35728 19465 725 445 0 29273 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142912

[startup+102.317 s]
/proc/loadavg: 3.96 3.99 3.91 5/456 17014
/proc/meminfo: memFree=15796452/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=142912 CPUtime=102.31 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 24656 0 0 0 10228 3 0 0 25 0 1 0 659135634 146341888 24576 33554432000 4194304 6014671 140737207380000 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 35728 24576 725 445 0 29273 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 142912

[startup+162.301 s]
/proc/loadavg: 4.06 4.01 3.91 5/456 17015
/proc/meminfo: memFree=15710956/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=171468 CPUtime=162.29 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 33754 0 0 0 16225 4 0 0 25 0 1 0 659135634 175583232 33672 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 42867 33672 725 445 0 36412 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 171468

[startup+222.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/456 17017
/proc/meminfo: memFree=15643848/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=171468 CPUtime=222.29 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 35474 0 0 0 22225 4 0 0 25 0 1 0 659135634 175583232 35392 33554432000 4194304 6014671 140737207380000 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 42867 35392 725 445 0 36412 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 171468

[startup+282.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/456 17019
/proc/meminfo: memFree=15508296/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=241568 CPUtime=282.3 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 46638 0 0 0 28223 7 0 0 25 0 1 0 659135634 247365632 46539 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 60392 46539 725 445 0 53937 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 241568

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/456 17020
/proc/meminfo: memFree=15410568/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=303200 CPUtime=342.3 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 55117 0 0 0 34222 8 0 0 25 0 1 0 659135634 310476800 54920 33554432000 4194304 6014671 140737207380000 18446744073709551615 4534900 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 75800 54920 725 445 0 69345 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 303200

[startup+402.3 s]
/proc/loadavg: 4.00 4.00 3.91 5/456 17022
/proc/meminfo: memFree=15388592/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=303200 CPUtime=402.3 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 56668 0 0 0 40222 8 0 0 25 0 1 0 659135634 310476800 55672 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 75800 55672 725 445 0 69345 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 303200

[startup+462.301 s]
/proc/loadavg: 4.26 4.07 3.94 5/456 17023
/proc/meminfo: memFree=15366360/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=303200 CPUtime=462.3 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 57471 0 0 0 46222 8 0 0 25 0 1 0 659135634 310476800 56475 33554432000 4194304 6014671 140737207380000 18446744073709551615 4536616 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 75800 56475 725 445 0 69345 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 303200

[startup+522.301 s]
/proc/loadavg: 4.20 4.09 3.95 5/456 17025
/proc/meminfo: memFree=15346868/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=303200 CPUtime=522.3 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 59423 0 0 0 52221 9 0 0 25 0 1 0 659135634 310476800 58413 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 75800 58413 725 445 0 69345 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 303200

[startup+582.3 s]
/proc/loadavg: 4.07 4.07 3.95 5/456 17027
/proc/meminfo: memFree=15302828/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=372360 CPUtime=582.3 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 60632 0 0 0 58221 9 0 0 25 0 1 0 659135634 381296640 59622 33554432000 4194304 6014671 140737207380000 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 93090 59622 725 445 0 86635 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 372360

[startup+642.301 s]
/proc/loadavg: 4.02 4.05 3.95 5/456 17028
/proc/meminfo: memFree=15248376/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=372360 CPUtime=642.31 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 66269 0 0 0 64221 10 0 0 25 0 1 0 659135634 381296640 65259 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 93090 65259 725 445 0 86635 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 372360

[startup+702.301 s]
/proc/loadavg: 4.01 4.04 3.95 5/456 17030
/proc/meminfo: memFree=15223432/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=372360 CPUtime=702.3 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 67176 0 0 0 70220 10 0 0 25 0 1 0 659135634 381296640 66166 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424022 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 93090 66166 725 445 0 86635 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 372360

[startup+762.317 s]
/proc/loadavg: 4.08 4.06 3.96 5/456 17031
/proc/meminfo: memFree=15189316/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=372360 CPUtime=762.32 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 67416 0 0 0 76222 10 0 0 25 0 1 0 659135634 381296640 66406 33554432000 4194304 6014671 140737207380000 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 93090 66406 725 445 0 86635 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 372360

[startup+822.301 s]
/proc/loadavg: 4.03 4.05 3.96 5/456 17033
/proc/meminfo: memFree=15171436/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=372360 CPUtime=822.31 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 67555 0 0 0 82221 10 0 0 25 0 1 0 659135634 381296640 66545 33554432000 4194304 6014671 140737207380000 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 93090 66545 725 445 0 86635 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 372360

[startup+882.3 s]
/proc/loadavg: 4.01 4.04 3.96 5/456 17035
/proc/meminfo: memFree=15130252/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=444592 CPUtime=882.31 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 67762 0 0 0 88221 10 0 0 25 0 1 0 659135634 455262208 66752 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 111148 66752 725 445 0 104693 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 444592

[startup+942.301 s]
/proc/loadavg: 4.00 4.03 3.96 5/456 17036
/proc/meminfo: memFree=15107036/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=444592 CPUtime=942.31 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 67833 0 0 0 94220 11 0 0 25 0 1 0 659135634 455262208 66823 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 111148 66823 725 445 0 104693 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 444592

[startup+1002.3 s]
/proc/loadavg: 4.28 4.08 3.98 5/456 17038
/proc/meminfo: memFree=15107636/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=444592 CPUtime=1002.32 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 67835 0 0 0 100221 11 0 0 25 0 1 0 659135634 455262208 66825 33554432000 4194304 6014671 140737207380000 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 111148 66825 725 445 0 104693 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 444592

[startup+1062.3 s]
/proc/loadavg: 4.29 4.11 4.00 5/456 17039
/proc/meminfo: memFree=15106992/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=444592 CPUtime=1062.32 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 67836 0 0 0 106221 11 0 0 25 0 1 0 659135634 455262208 66826 33554432000 4194304 6014671 140737207380000 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 111148 66826 725 445 0 104693 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 444592

[startup+1122.3 s]
/proc/loadavg: 4.10 4.09 4.00 5/456 17041
/proc/meminfo: memFree=15068032/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=444592 CPUtime=1122.32 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 71426 0 0 0 112220 12 0 0 25 0 1 0 659135634 455262208 70416 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 111148 70416 725 445 0 104693 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 444592

[startup+1182.3 s]
/proc/loadavg: 4.04 4.07 4.00 5/456 17043
/proc/meminfo: memFree=15019408/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=444592 CPUtime=1182.32 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 82428 0 0 0 118218 14 0 0 25 0 1 0 659135634 455262208 81418 33554432000 4194304 6014671 140737207380000 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 111148 81418 725 445 0 104693 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 444592

[startup+1242.3 s]
/proc/loadavg: 4.01 4.06 4.00 5/456 17044
/proc/meminfo: memFree=14943620/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=523532 CPUtime=1242.32 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 93378 0 0 0 124215 17 0 0 25 0 1 0 659135634 536096768 92368 33554432000 4194304 6014671 140737207380000 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 130883 92368 725 445 0 124428 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 523532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.06 4.00 5/456 17046
/proc/meminfo: memFree=14922524/32951124 swapFree=67056812/67111528
[pid=16983] ppid=16981 vsize=523532 CPUtime=1300.04 cores=1,3
/proc/16983/stat : 16983 (qutersat_releas) R 16981 16983 16139 0 -1 4202496 97419 0 0 0 129986 18 0 0 25 0 1 0 659135634 536096768 96409 33554432000 4194304 6014671 140737207380000 18446744073709551615 4424103 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/16983/statm: 130883 96409 725 445 0 124428 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 523532

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 1
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.86
CPU system time (s): 0.19697
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 523532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.86
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97423
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 2119

runsolver used 5.54216 second user time and 13.419 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-15 18:02:27
IDJOB=3376733
IDBENCH=83982
IDSOLVER=1856
FILE ID=node108/3376733-1305475347
RUNJOBID= node108-1305475347-16967
PBS_JOBID= 13325327
Free space on /tmp= 73508 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_29_50_3-dir.shuffled-as.sat03-179.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376733-1305475347/watcher-3376733-1305475347 -o /tmp/evaluation-result-3376733-1305475347/solver-3376733-1305475347 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376733-1305475347.cnf 1696946430

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 7f62d729a30ffc73b7fa61161ba43630
RANDOM SEED=1696946430

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16228504 kB
Buffers:        315808 kB
Cached:        5106332 kB
SwapCached:       8724 kB
Active:       12151808 kB
Inactive:      4236200 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16228504 kB
SwapTotal:    67111528 kB
SwapFree:     67056812 kB
Dirty:            2352 kB
Writeback:           0 kB
AnonPages:    10962716 kB
Mapped:          35388 kB
Slab:           213852 kB
PageTables:      53236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110700656 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73496 MiB
End job on node108 at 2011-05-15 18:24:09