Trace number 3282309

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-03-01? (TO) 1300.09 1300.06

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.08/0.18	c Parse Cnf success: #var: 98048 #clause: 293759
0.08/0.18	c Find Units :          2
0.08/0.19	c Find Invs  :          0
0.19/0.23	c Find Ands  :      97919 AvgFaninNum: 2
0.19/0.24	c Find Xors  :          0 AvgFaninNum: nan
0.19/0.25	c Find Ite   :          0
0.29/0.31	c UnDirect variable: 0
0.29/0.31	c UnDirect to Direct Gate: 0
0.29/0.31	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.29/0.32	c Break Cycle : 0
0.29/0.32	c Total Root : 1 Undef Var: 129
0.29/0.38	c After covering, Total Root: 1 Leaf: 129
0.29/0.38	c Variable( cover/uncovered/unused ): 98048 0 0
0.29/0.38	c Unit Clauses: 2
0.29/0.38	c Binary Clauses( cover/uncovered ): 195838 0
0.29/0.38	c Clauses( cover/uncovered ): 97919 0
0.29/0.38	c Total Clauses( cover/uncovered ): 293759 0 100%
0.29/0.38	c Covered Ands: 97919 Invs: 0 Xors: 0 Ites: 0
0.29/0.38	c Uncover Clauses avg size: nan max size: 0
0.29/0.38	c Final circuit: i/l/o/s     128       0       1     97919
0.29/0.38	c CnfToAig: Time: 0.37 s
1.19/1.20	c TmMap: Set choices finish.
1.19/1.25	c TmMap: Set big and: 32260
1.19/1.25	c TmMap: Origin: 98048 ClauseNum: 293757 --> New: 48772 ClauseNum: 170442
1.19/1.25	c TmMap: Time: 0.11
1.59/1.68	c Simulation --> TransNum: 144892/170442 Try to Add: #clause: 42360 #xorclause: 16317
1.69/1.72	c #var: 48770 #clauses: 12318 Solving... 
5.59/5.65	c Abstract SAT
5.69/5.71	c Simulation --> TransNum: 152729/170442 Try to Add: #clause: 2363 #xorclause: 0
5.69/5.72	c #var: 48770 #clauses: 14678 Solving... 
5.79/5.80	c Abstract SAT
5.79/5.87	c Simulation --> TransNum: 152731/170442 Try to Add: #clause: 2 #xorclause: 0
5.79/5.87	c #var: 48770 #clauses: 14680 Solving... 
5.89/5.97	c Abstract SAT
5.89/5.97	c Simulation --> TransNum: 170442/170442 Try to Add: #clause: 17711 #xorclause: 0
5.89/5.98	c #var: 48770 #clauses: 31187 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	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: 935)

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-3282309-1303753701/watcher-3282309-1303753701 -o /tmp/evaluation-result-3282309-1303753701/solver-3282309-1303753701 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3282309-1303753701.cnf 628733342 

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: 0.94 2.10 3.11 5/182 2899
/proc/meminfo: memFree=15542840/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=34664 CPUtime=0 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 1746 0 0 0 0 0 0 0 22 0 1 0 486968907 35495936 1681 33554432000 4194304 6016207 140735685916192 18446744073709551615 4272587 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 8666 1696 371 445 0 2210 0

[startup+0.070755 s]
/proc/loadavg: 0.94 2.10 3.11 5/182 2899
/proc/meminfo: memFree=15542840/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=54632 CPUtime=0.06 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 6427 0 0 0 6 0 0 0 22 0 1 0 486968907 55943168 6362 33554432000 4194304 6016207 140735685916192 18446744073709551615 4304998 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 13658 6386 378 445 0 7202 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 54632

[startup+0.100746 s]
/proc/loadavg: 0.94 2.10 3.11 5/182 2899
/proc/meminfo: memFree=15542840/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=54632 CPUtime=0.08 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 7391 0 0 0 8 0 0 0 22 0 1 0 486968907 55943168 7326 33554432000 4194304 6016207 140735685916192 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 13658 7326 378 445 0 7202 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 54632

[startup+0.300711 s]
/proc/loadavg: 0.94 2.10 3.11 5/182 2899
/proc/meminfo: memFree=15542840/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=75240 CPUtime=0.29 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 12126 0 0 0 28 1 0 0 23 0 1 0 486968907 77045760 12061 33554432000 4194304 6016207 140735685916192 18446744073709551615 4809768 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 18810 12061 398 445 0 12354 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75240

[startup+0.700639 s]
/proc/loadavg: 0.94 2.10 3.11 5/182 2899
/proc/meminfo: memFree=15542840/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=83688 CPUtime=0.69 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 14992 0 0 0 67 2 0 0 25 0 1 0 486968907 85696512 14927 33554432000 4194304 6016207 140735685916192 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 20922 14928 670 445 0 14466 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83688

[startup+1.50049 s]
/proc/loadavg: 0.94 2.10 3.11 5/190 2914
/proc/meminfo: memFree=15264860/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=144996 CPUtime=1.49 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 30066 0 0 0 145 4 0 0 25 0 1 0 486968907 148475904 30001 33554432000 4194304 6016207 140735685916192 18446744073709551615 4245861 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 36249 30001 681 445 0 29793 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144996

[startup+3.10021 s]
/proc/loadavg: 1.18 2.13 3.12 6/190 2914
/proc/meminfo: memFree=15182400/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=191088 CPUtime=3.09 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 38116 0 0 0 304 5 0 0 25 0 1 0 486968907 195674112 38051 33554432000 4194304 6016207 140735685916192 18446744073709551615 4424424 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 47772 38051 701 445 0 41316 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 191088

[startup+6.30064 s]
/proc/loadavg: 1.18 2.13 3.12 6/190 2914
/proc/meminfo: memFree=14966268/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=418692 CPUtime=6.29 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 80562 0 0 0 619 10 0 0 25 0 1 0 486968907 428740608 80497 33554432000 4194304 6016207 140735685916192 18446744073709551615 4373641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 104673 80497 721 445 0 98217 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 418692

[startup+12.7005 s]
/proc/loadavg: 1.62 2.19 3.13 6/190 2914
/proc/meminfo: memFree=14795160/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=450564 CPUtime=12.69 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 84947 0 0 0 1258 11 0 0 25 0 1 0 486968907 461377536 84882 33554432000 4194304 6016207 140735685916192 18446744073709551615 4381466 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 112641 84882 726 445 0 106185 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 450564

[startup+25.5002 s]
/proc/loadavg: 1.98 2.25 3.14 6/190 2915
/proc/meminfo: memFree=14458092/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=614152 CPUtime=25.49 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 119382 0 0 0 2535 14 0 0 25 0 1 0 486968907 628891648 119317 33554432000 4194304 6016207 140735685916192 18446744073709551615 4424099 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 153538 119317 736 445 0 147082 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 614152

[startup+51.1007 s]
/proc/loadavg: 2.67 2.39 3.16 6/190 2916
/proc/meminfo: memFree=14016148/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=905076 CPUtime=51.09 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 181640 0 0 0 5086 23 0 0 25 0 1 0 486968907 926797824 181565 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 226269 181565 736 445 0 219813 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 905076

[startup+102.308 s]
/proc/loadavg: 3.47 2.66 3.20 6/190 2917
/proc/meminfo: memFree=13711216/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1034152 CPUtime=102.3 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 208414 0 0 0 10202 28 0 0 25 0 1 0 486968907 1058971648 208325 33554432000 4194304 6016207 140735685916192 18446744073709551615 4531002 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 258538 208325 736 445 0 252082 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1034152

[startup+162.301 s]
/proc/loadavg: 3.79 2.88 3.25 5/190 2918
/proc/meminfo: memFree=13474604/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1122420 CPUtime=162.29 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 222753 0 0 0 16198 31 0 0 25 0 1 0 486968907 1149358080 222576 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 280605 222576 736 445 0 274149 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1122420

[startup+222.3 s]
/proc/loadavg: 3.93 3.10 3.30 6/190 2920
/proc/meminfo: memFree=13344488/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1122420 CPUtime=222.29 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 224250 0 0 0 22198 31 0 0 25 0 1 0 486968907 1149358080 224073 33554432000 4194304 6016207 140735685916192 18446744073709551615 4377969 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 280605 224073 736 445 0 274149 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1122420

[startup+282.3 s]
/proc/loadavg: 3.97 3.25 3.33 5/190 2922
/proc/meminfo: memFree=13262988/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1122420 CPUtime=282.3 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 224515 0 0 0 28199 31 0 0 25 0 1 0 486968907 1149358080 224241 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 280605 224241 736 445 0 274149 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1122420

[startup+342.301 s]
/proc/loadavg: 3.99 3.39 3.38 6/190 2923
/proc/meminfo: memFree=13138084/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1122548 CPUtime=342.3 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 232519 0 0 0 34198 32 0 0 25 0 1 0 486968907 1149489152 232240 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 280637 232240 736 445 0 274181 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1122548

[startup+402.301 s]
/proc/loadavg: 3.99 3.49 3.41 6/190 2927
/proc/meminfo: memFree=13078156/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1151744 CPUtime=402.3 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 237009 0 0 0 40196 34 0 0 25 0 1 0 486968907 1179385856 236730 33554432000 4194304 6016207 140735685916192 18446744073709551615 4380188 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 287936 236730 736 445 0 281480 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1151744

[startup+462.3 s]
/proc/loadavg: 4.10 3.62 3.46 6/190 2928
/proc/meminfo: memFree=13024808/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1213128 CPUtime=462.3 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 242410 0 0 0 46195 35 0 0 25 0 1 0 486968907 1242243072 239655 33554432000 4194304 6016207 140735685916192 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 303282 239655 748 445 0 296826 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1213128

[startup+522.301 s]
/proc/loadavg: 4.04 3.68 3.48 5/190 2930
/proc/meminfo: memFree=12979636/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1276432 CPUtime=522.3 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 243917 0 0 0 52194 36 0 0 25 0 1 0 486968907 1307066368 241151 33554432000 4194304 6016207 140735685916192 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 319108 241151 737 445 0 312652 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1276432

[startup+582.301 s]
/proc/loadavg: 4.07 3.77 3.53 6/190 2932
/proc/meminfo: memFree=12972780/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1345696 CPUtime=582.31 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 244902 0 0 0 58195 36 0 0 25 0 1 0 486968907 1377992704 242136 33554432000 4194304 6016207 140735685916192 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 336424 242136 737 445 0 329968 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1345696

[startup+642.3 s]
/proc/loadavg: 4.02 3.81 3.55 6/190 2933
/proc/meminfo: memFree=12916076/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1345696 CPUtime=642.31 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 249936 0 0 0 64193 38 0 0 25 0 1 0 486968907 1377992704 247166 33554432000 4194304 6016207 140735685916192 18446744073709551615 4424774 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 336424 247166 741 445 0 329968 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1345696

[startup+702.301 s]
/proc/loadavg: 4.01 3.84 3.58 6/190 2935
/proc/meminfo: memFree=12830976/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1345696 CPUtime=702.3 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 260238 0 0 0 70189 41 0 0 25 0 1 0 486968907 1377992704 257464 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 336424 257464 737 445 0 329968 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1345696

[startup+762.307 s]
/proc/loadavg: 4.00 3.86 3.60 6/190 2946
/proc/meminfo: memFree=12813700/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1345824 CPUtime=762.31 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 262513 0 0 0 76189 42 0 0 25 0 1 0 486968907 1378123776 259739 33554432000 4194304 6016207 140735685916192 18446744073709551615 4377940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 336456 259739 745 445 0 330000 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 1345824

[startup+822.3 s]
/proc/loadavg: 4.00 3.89 3.62 6/190 2948
/proc/meminfo: memFree=12763992/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1345824 CPUtime=822.31 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 263830 0 0 0 82188 43 0 0 25 0 1 0 486968907 1378123776 261055 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 336456 261055 744 445 0 330000 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 1345824

[startup+882.301 s]
/proc/loadavg: 4.00 3.90 3.64 6/190 2950
/proc/meminfo: memFree=12747820/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1345824 CPUtime=882.31 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 263838 0 0 0 88188 43 0 0 25 0 1 0 486968907 1378123776 261056 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425571 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 336456 261056 737 445 0 330000 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1345824

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.66 6/190 2951
/proc/meminfo: memFree=12728668/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1345824 CPUtime=942.31 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 266976 0 0 0 94187 44 0 0 25 0 1 0 486968907 1378123776 264194 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 336456 264194 737 445 0 330000 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1345824

[startup+1002.3 s]
/proc/loadavg: 4.05 3.94 3.69 6/190 2957
/proc/meminfo: memFree=12676100/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1345824 CPUtime=1002.32 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 269083 0 0 0 100187 45 0 0 25 0 1 0 486968907 1378123776 266301 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 336456 266301 737 445 0 330000 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1345824

[startup+1062.3 s]
/proc/loadavg: 4.05 3.97 3.71 6/190 2958
/proc/meminfo: memFree=12566832/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1515428 CPUtime=1062.31 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 271771 0 0 0 106184 47 0 0 25 0 1 0 486968907 1551798272 268989 33554432000 4194304 6016207 140735685916192 18446744073709551615 4378514 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 378857 268989 737 445 0 372401 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1515428

[startup+1122.3 s]
/proc/loadavg: 4.10 4.00 3.73 6/190 2961
/proc/meminfo: memFree=12536784/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1601432 CPUtime=1122.32 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 275590 0 0 0 112184 48 0 0 25 0 1 0 486968907 1639866368 272808 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 400358 272808 737 445 0 393902 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1601432

[startup+1182.3 s]
/proc/loadavg: 4.04 4.00 3.74 6/190 2963
/proc/meminfo: memFree=12466072/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1601432 CPUtime=1182.32 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 282455 0 0 0 118182 50 0 0 25 0 1 0 486968907 1639866368 279673 33554432000 4194304 6016207 140735685916192 18446744073709551615 4424854 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 400358 279673 737 445 0 393902 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1601432

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 3.76 6/190 2964
/proc/meminfo: memFree=12365352/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1601432 CPUtime=1242.32 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 282456 0 0 0 124182 50 0 0 25 0 1 0 486968907 1639866368 279674 33554432000 4194304 6016207 140735685916192 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 400358 279674 737 445 0 393902 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1601432



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.77 6/190 2966
/proc/meminfo: memFree=12333820/32950928 swapFree=67111528/67111528
[pid=2899] ppid=2895 vsize=1601560 CPUtime=1300.03 cores=1,3
/proc/2899/stat : 2899 (qutersat_releas) R 2895 2899 1823 0 -1 4202496 282766 0 0 0 129952 51 0 0 25 0 1 0 486968907 1639997440 279984 33554432000 4194304 6016207 140735685916192 18446744073709551615 4513284 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/2899/statm: 400390 279984 737 445 0 393934 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1601560

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.06
CPU time (s): 1300.09
CPU user time (s): 1299.53
CPU system time (s): 0.562914
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1601560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.53
system time used= 0.562914
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282771
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= 11
involuntary context switches= 15313

runsolver used 2.03869 second user time and 5.07823 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-25 19:48:21
IDJOB=3282309
IDBENCH=70799
IDSOLVER=1607
FILE ID=node122/3282309-1303753701
RUNJOBID= node122-1303753701-2872
PBS_JOBID= 13154040
Free space on /tmp= 70896 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282309-1303753701/watcher-3282309-1303753701 -o /tmp/evaluation-result-3282309-1303753701/solver-3282309-1303753701 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3282309-1303753701.cnf 628733342

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=628733342

node122.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	: 5332.75
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.75
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.83
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.75
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15543508 kB
Buffers:       1781980 kB
Cached:       15000060 kB
SwapCached:          0 kB
Active:        5604884 kB
Inactive:     11247548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15543508 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16056 kB
Writeback:           0 kB
AnonPages:       70444 kB
Mapped:          14684 kB
Slab:           489712 kB
PageTables:       5880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   199648 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= 70880 MiB
End job on node122 at 2011-04-25 20:10:03