Trace number 3421055

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) 5000.11 4999.98

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-14x38.cnf
MD5SUM56980124bab6f1dbe07ec523b7d59019
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 variables2128
Number of clauses259616
Sum of the clauses size1032080
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 23192
Number of clauses of size 30
Number of clauses of size 4256424
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.00/0.08	c Parse Cnf success: #var: 2128 #clause: 259616
0.00/0.08	c Find Units :          0
0.00/0.09	c Find Invs  :          0
0.09/0.14	c Find Ands  :       2128 AvgFaninNum: 3
0.09/0.14	c Find Xors  :          0 AvgFaninNum: nan
0.09/0.15	c Find Ite   :          0
0.09/0.15	c UnDirect variable: 0
0.09/0.15	c UnDirect to Direct Gate: 0
0.09/0.15	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.09/0.15	c Break Cycle : 1596
0.09/0.15	c Total Root : 0 Undef Var: 1596
0.09/0.15	c After covering, Total Root: 532 Leaf: 1596
0.09/0.15	c Variable( cover/uncovered/unused ): 2128 0 0
0.09/0.15	c Unit Clauses: 0
0.09/0.15	c Binary Clauses( cover/uncovered ): 1596 1596
0.09/0.15	c Clauses( cover/uncovered ): 532 255892
0.09/0.15	c Total Clauses( cover/uncovered ): 2128 257488 0.819672%
0.09/0.15	c Covered Ands: 532 Invs: 0 Xors: 0 Ites: 0
0.39/0.40	c Uncover Clauses avg size: 3.9876 max size: 4
0.39/0.41	c Final circuit: i/l/o/s    1596       0  257488    297920
0.39/0.41	c CnfToAig: Time: 0.4 s
0.69/0.80	c TmMap: Set choices finish.
0.89/0.95	c TmMap: Set big and: 297388
0.89/0.95	c TmMap: Origin: 299517 ClauseNum: 893760 --> New: 298985 ClauseNum: 892696
0.89/0.95	c TmMap: Time: 0.21
0.99/1.01	c Try to Add: #clause: 594776 #xorclause: 0
0.99/1.09	c #var: 41496 #clauses: 39901 Solving... 
5000.04/4999.92	c Time Out !!
5000.04/4999.92	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-3421055-1306608058/watcher-3421055-1306608058 -o /tmp/evaluation-result-3421055-1306608058/solver-3421055-1306608058 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3421055-1306608058.cnf 670741962 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.99 3/515 32658
/proc/meminfo: memFree=11205396/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=35436 CPUtime=0.01 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 2642 0 0 0 1 0 0 0 25 0 1 0 851036485 36286464 2578 33554432000 4194304 6014671 140733898780320 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32658/statm: 8859 2579 378 445 0 2404 0

[startup+0.100619 s]
/proc/loadavg: 1.84 1.97 1.99 3/515 32658
/proc/meminfo: memFree=11205396/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=46700 CPUtime=0.09 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 5351 0 0 0 9 0 0 0 25 0 1 0 851036485 47820800 5287 33554432000 4194304 6014671 140733898780320 18446744073709551615 4285846 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32658/statm: 11675 5287 383 445 0 5220 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46700

[startup+0.200605 s]
/proc/loadavg: 1.84 1.97 1.99 3/515 32658
/proc/meminfo: memFree=11205396/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=49772 CPUtime=0.19 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 6222 0 0 0 19 0 0 0 25 0 1 0 851036485 50966528 6158 33554432000 4194304 6014671 140733898780320 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32658/statm: 12443 6158 398 445 0 5988 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 49772

[startup+0.300577 s]
/proc/loadavg: 1.84 1.97 1.99 3/515 32658
/proc/meminfo: memFree=11205396/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=57964 CPUtime=0.29 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 8193 0 0 0 29 0 0 0 25 0 1 0 851036485 59355136 8129 33554432000 4194304 6014671 140733898780320 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32658/statm: 14491 8129 398 445 0 8036 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57964

[startup+0.700503 s]
/proc/loadavg: 1.84 1.97 1.99 3/515 32658
/proc/meminfo: memFree=11205396/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=131760 CPUtime=0.69 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 26641 0 0 0 67 2 0 0 25 0 1 0 851036485 134922240 26577 33554432000 4194304 6014671 140733898780320 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32658/statm: 32940 26579 668 445 0 26485 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 131760

[startup+1.50035 s]
/proc/loadavg: 1.84 1.97 1.99 3/516 32659
/proc/meminfo: memFree=11038440/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=187752 CPUtime=1.49 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 38932 0 0 0 145 4 0 0 25 0 1 0 851036485 192258048 38868 33554432000 4194304 6014671 140733898780320 18446744073709551615 4666618 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32658/statm: 46938 38868 700 445 0 40483 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 187752

[startup+3.10106 s]
/proc/loadavg: 1.84 1.97 1.99 3/516 32659
/proc/meminfo: memFree=11028644/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=200840 CPUtime=3.09 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 42035 0 0 0 305 4 0 0 25 0 1 0 851036485 205660160 41971 33554432000 4194304 6014671 140733898780320 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/32658/statm: 50210 41971 721 445 0 43755 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 200840

[startup+6.30038 s]
/proc/loadavg: 1.85 1.97 1.99 3/516 32659
/proc/meminfo: memFree=10986848/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=214588 CPUtime=6.29 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 42568 0 0 0 625 4 0 0 25 0 1 0 851036485 219738112 42504 33554432000 4194304 6014671 140733898780320 18446744073709551615 4711445 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/32658/statm: 53647 42504 726 445 0 47192 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 214588

[startup+12.7003 s]
/proc/loadavg: 1.86 1.97 1.99 3/516 32660
/proc/meminfo: memFree=10881720/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=348232 CPUtime=12.63 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 62509 0 0 0 1257 6 0 0 25 0 1 0 851036485 356589568 62372 33554432000 4194304 6014671 140733898780320 18446744073709551615 4511668 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 87058 62372 728 445 0 80603 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 348232

[startup+25.5008 s]
/proc/loadavg: 1.89 1.97 1.99 3/516 32660
/proc/meminfo: memFree=10750904/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=391424 CPUtime=25.43 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 84979 0 0 0 2533 10 0 0 25 0 1 0 851036485 400818176 84837 33554432000 4194304 6014671 140733898780320 18446744073709551615 4535273 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 97856 84837 728 445 0 91401 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 391424

[startup+51.101 s]
/proc/loadavg: 2.06 2.01 2.00 3/516 32661
/proc/meminfo: memFree=10695704/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=433276 CPUtime=51.04 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 91914 0 0 0 5092 12 0 0 25 0 1 0 851036485 443674624 91677 33554432000 4194304 6014671 140733898780320 18446744073709551615 4424038 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 108319 91677 728 445 0 101864 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 433276

[startup+102.301 s]
/proc/loadavg: 2.10 2.02 2.00 3/516 32662
/proc/meminfo: memFree=10574520/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=662388 CPUtime=102.25 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 111997 0 0 0 10210 15 0 0 25 0 1 0 851036485 678285312 111163 33554432000 4194304 6014671 140733898780320 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 165597 111163 727 445 0 159142 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 662388

[startup+162.301 s]
/proc/loadavg: 2.14 2.04 2.01 3/516 32664
/proc/meminfo: memFree=10519672/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=758564 CPUtime=162.24 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 122370 0 0 0 16206 18 0 0 25 0 1 0 851036485 776769536 121536 33554432000 4194304 6014671 140733898780320 18446744073709551615 4424165 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 189641 121536 727 445 0 183186 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 758564

[startup+222.32 s]
/proc/loadavg: 2.10 2.05 2.01 3/516 32665
/proc/meminfo: memFree=10463828/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=758564 CPUtime=222.26 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 123831 0 0 0 22208 18 0 0 25 0 1 0 851036485 776769536 122997 33554432000 4194304 6014671 140733898780320 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 189641 122997 727 445 0 183186 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 758564

[startup+282.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/516 32667
/proc/meminfo: memFree=10377484/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=960436 CPUtime=282.24 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 138946 0 0 0 28204 20 0 0 25 0 1 0 851036485 983486464 137954 33554432000 4194304 6014671 140733898780320 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 240109 137954 727 445 0 233654 0
Current children cumulated CPU time (s) 282.24
Current children cumulated vsize (KiB) 960436

[startup+342.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 32668
/proc/meminfo: memFree=10359444/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=960436 CPUtime=342.25 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 141109 0 0 0 34204 21 0 0 25 0 1 0 851036485 983486464 132184 33554432000 4194304 6014671 140733898780320 18446744073709551615 4566207 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 240109 132184 727 445 0 233654 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 960436

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 32670
/proc/meminfo: memFree=10325044/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=960436 CPUtime=402.25 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 147961 0 0 0 40202 23 0 0 25 0 1 0 851036485 983486464 139036 33554432000 4194304 6014671 140733898780320 18446744073709551615 4535385 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 240109 139036 727 445 0 233654 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 960436

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 32672
/proc/meminfo: memFree=10226420/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1069332 CPUtime=462.25 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 171991 0 0 0 46199 26 0 0 25 0 1 0 851036485 1094995968 163066 33554432000 4194304 6014671 140733898780320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 267333 163066 727 445 0 260878 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 1069332

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 32673
/proc/meminfo: memFree=10172804/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1069332 CPUtime=522.25 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 183928 0 0 0 52197 28 0 0 25 0 1 0 851036485 1094995968 175003 33554432000 4194304 6014671 140733898780320 18446744073709551615 4386939 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 267333 175003 727 445 0 260878 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 1069332

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/516 32675
/proc/meminfo: memFree=10167056/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1069332 CPUtime=582.25 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 184224 0 0 0 58197 28 0 0 25 0 1 0 851036485 1094995968 175299 33554432000 4194304 6014671 140733898780320 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 267333 175299 727 445 0 260878 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 1069332

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 310
/proc/meminfo: memFree=9595068/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1207096 CPUtime=4002.38 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 280837 0 0 0 400187 51 0 0 25 0 1 0 851036485 1236066304 247784 33554432000 4194304 6014671 140733898780320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 301774 247784 727 445 0 295319 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 1207096

[startup+4062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 321
/proc/meminfo: memFree=9594144/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1207096 CPUtime=4062.4 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 280947 0 0 0 406189 51 0 0 25 0 1 0 851036485 1236066304 247853 33554432000 4194304 6014671 140733898780320 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 301774 247853 727 445 0 295319 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 1207096

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 322
/proc/meminfo: memFree=9565564/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1362504 CPUtime=4122.38 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 288395 0 0 0 412186 52 0 0 25 0 1 0 851036485 1395204096 255256 33554432000 4194304 6014671 140733898780320 18446744073709551615 4424065 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 340626 255256 727 445 0 334171 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 1362504

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 324
/proc/meminfo: memFree=9498296/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1362504 CPUtime=4182.41 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 304907 0 0 0 418185 56 0 0 25 0 1 0 851036485 1395204096 271744 33554432000 4194304 6014671 140733898780320 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 340626 271744 727 445 0 334171 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 1362504

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/516 325
/proc/meminfo: memFree=9458552/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1362504 CPUtime=4242.39 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 314763 0 0 0 424181 58 0 0 25 0 1 0 851036485 1395204096 281575 33554432000 4194304 6014671 140733898780320 18446744073709551615 4372184 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 340626 281575 727 445 0 334171 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1362504

[startup+4302.3 s]
/proc/loadavg: 2.16 2.04 2.01 3/516 327
/proc/meminfo: memFree=9431824/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1518448 CPUtime=4302.39 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 321386 0 0 0 430180 59 0 0 25 0 1 0 851036485 1554890752 288145 33554432000 4194304 6014671 140733898780320 18446744073709551615 4566272 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 379612 288145 727 445 0 373157 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 1518448

[startup+4362.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/516 329
/proc/meminfo: memFree=9415644/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1518448 CPUtime=4362.4 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 325424 0 0 0 436180 60 0 0 25 0 1 0 851036485 1554890752 292155 33554432000 4194304 6014671 140733898780320 18446744073709551615 4424085 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 379612 292155 727 445 0 373157 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1518448

[startup+4422.3 s]
/proc/loadavg: 2.15 2.06 2.02 3/516 330
/proc/meminfo: memFree=9412964/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1518448 CPUtime=4422.39 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 326088 0 0 0 442179 60 0 0 25 0 1 0 851036485 1554890752 292790 33554432000 4194304 6014671 140733898780320 18446744073709551615 4566288 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 379612 292790 727 445 0 373157 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 1518448

[startup+4482.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/516 332
/proc/meminfo: memFree=9412532/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1518448 CPUtime=4482.4 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 326088 0 0 0 448180 60 0 0 25 0 1 0 851036485 1554890752 292790 33554432000 4194304 6014671 140733898780320 18446744073709551615 4534928 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 379612 292790 727 445 0 373157 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 1518448

[startup+4542.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/516 333
/proc/meminfo: memFree=9410728/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1675936 CPUtime=4542.4 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 326459 0 0 0 454180 60 0 0 25 0 1 0 851036485 1716158464 293068 33554432000 4194304 6014671 140733898780320 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 418984 293068 727 445 0 412529 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 1675936

[startup+4602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/516 335
/proc/meminfo: memFree=9408428/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1675936 CPUtime=4602.4 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 326558 0 0 0 460180 60 0 0 25 0 1 0 851036485 1716158464 293167 33554432000 4194304 6014671 140733898780320 18446744073709551615 4566281 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 418984 293167 727 445 0 412529 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 1675936

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 337
/proc/meminfo: memFree=9406384/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1675936 CPUtime=4662.41 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 327155 0 0 0 466180 61 0 0 25 0 1 0 851036485 1716158464 293730 33554432000 4194304 6014671 140733898780320 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 418984 293730 727 445 0 412529 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 1675936

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 338
/proc/meminfo: memFree=9406196/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1675936 CPUtime=4722.43 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 327356 0 0 0 472182 61 0 0 25 0 1 0 851036485 1716158464 293890 33554432000 4194304 6014671 140733898780320 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 418984 293890 727 445 0 412529 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 1675936

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 340
/proc/meminfo: memFree=9405756/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1675936 CPUtime=4782.41 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 327356 0 0 0 478180 61 0 0 25 0 1 0 851036485 1716158464 293890 33554432000 4194304 6014671 140733898780320 18446744073709551615 4566303 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 418984 293890 727 445 0 412529 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 1675936

[startup+4842.32 s]
/proc/loadavg: 2.09 2.04 2.01 3/516 350
/proc/meminfo: memFree=9405024/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1675936 CPUtime=4842.43 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 327664 0 0 0 484181 62 0 0 25 0 1 0 851036485 1716158464 294107 33554432000 4194304 6014671 140733898780320 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 418984 294107 727 445 0 412529 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 1675936

[startup+4902.3 s]
/proc/loadavg: 2.23 2.08 2.02 3/516 352
/proc/meminfo: memFree=9392080/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1675936 CPUtime=4902.41 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 331032 0 0 0 490179 62 0 0 25 0 1 0 851036485 1716158464 297475 33554432000 4194304 6014671 140733898780320 18446744073709551615 4566288 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 418984 297475 727 445 0 412529 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 1675936

[startup+4962.3 s]
/proc/loadavg: 2.23 2.09 2.02 3/516 354
/proc/meminfo: memFree=9391764/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1675936 CPUtime=4962.41 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 331032 0 0 0 496179 62 0 0 25 0 1 0 851036485 1716158464 297475 33554432000 4194304 6014671 140733898780320 18446744073709551615 4535360 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 418984 297475 727 445 0 412529 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1675936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.12 2.08 2.02 2/514 356
/proc/meminfo: memFree=10065940/32950928 swapFree=67074476/67111528
[pid=32658] ppid=32656 vsize=1675936 CPUtime=5000.04 cores=0,2,4,6
/proc/32658/stat : 32658 (qutersat_releas) R 32656 32658 30993 0 -1 4202496 331227 0 0 0 499941 63 0 0 25 0 1 0 851036485 1716158464 297622 33554432000 4194304 6014671 140733898780320 18446744073709551615 4441045 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/32658/statm: 418984 297622 727 445 0 412529 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 1675936

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): 4999.98
CPU time (s): 5000.11
CPU user time (s): 4999.42
CPU system time (s): 0.690894
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1675936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.42
system time used= 0.690894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 331231
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= 6
involuntary context switches= 10186

runsolver used 27.2589 second user time and 59.047 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-28 20:40:58
IDJOB=3421055
IDBENCH=83180
IDSOLVER=1868
FILE ID=node115/3421055-1306608058
RUNJOBID= node115-1306608057-32611
PBS_JOBID= 13471565
Free space on /tmp= 73160 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-14x38.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421055-1306608058/watcher-3421055-1306608058 -o /tmp/evaluation-result-3421055-1306608058/solver-3421055-1306608058 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3421055-1306608058.cnf 670741962

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 56980124bab6f1dbe07ec523b7d59019
RANDOM SEED=670741962

node115.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.811
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.62
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.811
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.811
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.811
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.75
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.811
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.77
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11205668 kB
Buffers:        174660 kB
Cached:        3749980 kB
SwapCached:       5152 kB
Active:       14241824 kB
Inactive:      7173820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11205668 kB
SwapTotal:    67111528 kB
SwapFree:     67074476 kB
Dirty:           10112 kB
Writeback:           0 kB
AnonPages:    17488488 kB
Mapped:          43460 kB
Slab:           183812 kB
PageTables:      75648 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151892696 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= 73164 MiB
End job on node115 at 2011-05-28 22:04:20