Trace number 3281492

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
SApperloT2010 2011-03-04? (TO) 1300.07 1300.03

General information on the benchmark

NameSAT_RACE08/Q1/
SAT_dat.k85.cnf
MD5SUMdce41996d9c5153aa0c253fa128d227c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.2814
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2349692
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 510950
Number of clauses of size over 541663

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3281492-1303752480/watcher-3281492-1303752480 -o /tmp/evaluation-result-3281492-1303752480/solver-3281492-1303752480 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3281492-1303752480.cnf 

running on 2 cores: 5,7

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.92 1.20 1.93 4/183 4605
/proc/meminfo: memFree=15777784/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=11780 CPUtime=0 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 340 0 0 0 0 0 0 0 21 0 1 0 467663587 12062720 279 33554432000 4194304 4395502 140733945528080 18446744073709551615 228095450880 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 2945 279 243 50 0 85 0

[startup+0.105447 s]
/proc/loadavg: 0.92 1.20 1.93 4/183 4605
/proc/meminfo: memFree=15777784/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=53892 CPUtime=0.1 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 8974 0 0 0 9 1 0 0 21 0 1 0 467663587 55185408 8913 33554432000 4194304 4395502 140733945528080 18446744073709551615 228095111877 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 13473 8914 249 50 0 10613 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 53892

[startup+0.200425 s]
/proc/loadavg: 0.92 1.20 1.93 4/183 4605
/proc/meminfo: memFree=15777784/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=63660 CPUtime=0.19 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 11417 0 0 0 18 1 0 0 21 0 1 0 467663587 65187840 11356 33554432000 4194304 4395502 140733945528080 18446744073709551615 228095111877 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 15915 11357 250 50 0 13055 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 63660

[startup+0.30041 s]
/proc/loadavg: 0.92 1.20 1.93 4/183 4605
/proc/meminfo: memFree=15777784/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=73956 CPUtime=0.29 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 13987 0 0 0 27 2 0 0 22 0 1 0 467663587 75730944 13926 33554432000 4194304 4395502 140733945528080 18446744073709551615 228095450880 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 18489 13927 250 50 0 15629 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73956

[startup+0.700337 s]
/proc/loadavg: 0.92 1.20 1.93 4/183 4605
/proc/meminfo: memFree=15777784/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=158168 CPUtime=0.69 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 32523 0 0 0 64 5 0 0 24 0 1 0 467663587 161964032 29135 33554432000 4194304 4395502 140733945528080 18446744073709551615 228095111877 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 39542 29142 250 50 0 36682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158168

[startup+1.50019 s]
/proc/loadavg: 0.92 1.20 1.93 5/184 4606
/proc/meminfo: memFree=15482736/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=183652 CPUtime=1.49 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 41291 0 0 0 131 18 0 0 25 0 1 0 467663587 188059648 35753 33554432000 4194304 4395502 140733945528080 18446744073709551615 228095475607 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 45913 35753 256 50 0 43053 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 183652

[startup+3.10086 s]
/proc/loadavg: 0.92 1.20 1.93 5/184 4607
/proc/meminfo: memFree=15371332/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=204320 CPUtime=3.09 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 47396 0 0 0 277 32 0 0 25 0 1 0 467663587 209223680 40119 33554432000 4194304 4395502 140733945528080 18446744073709551615 228095475607 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 51080 40119 256 50 0 48220 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 204320

[startup+6.30031 s]
/proc/loadavg: 1.41 1.30 1.96 5/184 4607
/proc/meminfo: memFree=14982248/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=258328 CPUtime=6.29 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 61612 0 0 0 579 50 0 0 25 0 1 0 467663587 264527872 54335 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 64582 54335 267 50 0 61722 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 258328

[startup+12.7011 s]
/proc/loadavg: 1.69 1.36 1.98 5/190 4619
/proc/meminfo: memFree=13861752/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=277008 CPUtime=12.7 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 66226 0 0 0 1218 52 0 0 25 0 1 0 467663587 283656192 58949 33554432000 4194304 4395502 140733945528080 18446744073709551615 4309729 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 69252 58949 267 50 0 66392 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 277008

[startup+25.5008 s]
/proc/loadavg: 2.48 1.55 2.03 5/190 4619
/proc/meminfo: memFree=12238232/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=295904 CPUtime=25.49 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 70945 0 0 0 2496 53 0 0 25 0 1 0 467663587 303005696 63668 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 73976 63668 267 50 0 71116 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 295904

[startup+51.1011 s]
/proc/loadavg: 2.99 1.75 2.08 5/187 4668
/proc/meminfo: memFree=13529672/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=333196 CPUtime=51.09 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 80154 0 0 0 5053 56 0 0 25 0 1 0 467663587 341192704 72877 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 83299 72877 267 50 0 80439 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 333196

[startup+102.301 s]
/proc/loadavg: 3.56 2.09 2.18 5/190 4675
/proc/meminfo: memFree=12920392/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=399296 CPUtime=102.29 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 96266 0 0 0 10169 60 0 0 25 0 1 0 467663587 408879104 88989 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 99824 88989 267 50 0 96964 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 399296

[startup+162.301 s]
/proc/loadavg: 3.84 2.44 2.29 5/190 4704
/proc/meminfo: memFree=14286892/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=431828 CPUtime=162.3 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 104394 0 0 0 16168 62 0 0 25 0 1 0 467663587 442191872 97117 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 107957 97117 267 50 0 105097 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 431828

[startup+222.301 s]
/proc/loadavg: 3.94 2.72 2.39 5/190 4705
/proc/meminfo: memFree=14069088/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=466440 CPUtime=222.29 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 113037 0 0 0 22164 65 0 0 25 0 1 0 467663587 477634560 105760 33554432000 4194304 4395502 140733945528080 18446744073709551615 4291698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 116610 105760 267 50 0 113750 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 466440

[startup+282.307 s]
/proc/loadavg: 3.98 2.95 2.49 5/190 4707
/proc/meminfo: memFree=13948172/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=469224 CPUtime=282.31 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 113596 0 0 0 28165 66 0 0 25 0 1 0 467663587 480485376 106319 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 117306 106319 267 50 0 114446 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 469224

[startup+342.301 s]
/proc/loadavg: 4.03 3.15 2.59 5/190 4709
/proc/meminfo: memFree=13838040/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=475604 CPUtime=342.3 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 115122 0 0 0 34163 67 0 0 25 0 1 0 467663587 487018496 107845 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 118901 107845 267 50 0 116041 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 475604

[startup+402.301 s]
/proc/loadavg: 4.06 3.32 2.68 5/190 4710
/proc/meminfo: memFree=13750112/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=479112 CPUtime=402.3 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 115950 0 0 0 40163 67 0 0 25 0 1 0 467663587 490610688 108673 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 119778 108673 267 50 0 116918 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 479112

[startup+462.301 s]
/proc/loadavg: 4.02 3.44 2.76 5/190 4712
/proc/meminfo: memFree=13666268/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=484808 CPUtime=462.31 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 117374 0 0 0 46163 68 0 0 25 0 1 0 467663587 496443392 110097 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 121202 110097 267 50 0 118342 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 484808

[startup+522.301 s]
/proc/loadavg: 4.05 3.55 2.84 5/190 4713
/proc/meminfo: memFree=13554280/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=511516 CPUtime=522.3 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 123779 0 0 0 52160 70 0 0 25 0 1 0 467663587 523792384 116502 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 127879 116502 267 50 0 125019 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 511516

[startup+582.301 s]
/proc/loadavg: 4.02 3.63 2.91 5/190 4715
/proc/meminfo: memFree=13445264/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=564472 CPUtime=582.3 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 136593 0 0 0 58154 76 0 0 25 0 1 0 467663587 578019328 129316 33554432000 4194304 4395502 140733945528080 18446744073709551615 4347548 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 141118 129316 267 50 0 138258 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 564472

[startup+642.301 s]
/proc/loadavg: 4.00 3.70 2.97 5/190 4717
/proc/meminfo: memFree=13373948/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=569988 CPUtime=642.31 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 137862 0 0 0 64154 77 0 0 25 0 1 0 467663587 583667712 130585 33554432000 4194304 4395502 140733945528080 18446744073709551615 4288921 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 142497 130585 267 50 0 139637 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 569988

[startup+702.301 s]
/proc/loadavg: 4.00 3.75 3.04 5/190 4718
/proc/meminfo: memFree=13290472/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=571504 CPUtime=702.31 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 138174 0 0 0 70153 78 0 0 25 0 1 0 467663587 585220096 130897 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 142876 130897 267 50 0 140016 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 571504

[startup+762.301 s]
/proc/loadavg: 4.00 3.79 3.09 5/190 4720
/proc/meminfo: memFree=13227092/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=572720 CPUtime=762.32 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 138509 0 0 0 76154 78 0 0 25 0 1 0 467663587 586465280 131232 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 143180 131232 267 50 0 140320 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 572720

[startup+822.301 s]
/proc/loadavg: 4.00 3.83 3.15 5/190 4721
/proc/meminfo: memFree=13184788/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=574000 CPUtime=822.32 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 138736 0 0 0 82154 78 0 0 25 0 1 0 467663587 587776000 131459 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 143500 131459 267 50 0 140640 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 574000

[startup+882.301 s]
/proc/loadavg: 3.72 3.79 3.18 4/184 4740
/proc/meminfo: memFree=13838912/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=574512 CPUtime=882.32 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 138855 0 0 0 88154 78 0 0 25 0 1 0 467663587 588300288 131578 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 143628 131578 267 50 0 140768 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 574512

[startup+942.307 s]
/proc/loadavg: 3.26 3.64 3.17 4/184 4742
/proc/meminfo: memFree=13804924/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=574512 CPUtime=942.33 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 138879 0 0 0 94155 78 0 0 25 0 1 0 467663587 588300288 131602 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 143628 131602 267 50 0 140768 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 574512

[startup+1002.3 s]
/proc/loadavg: 3.09 3.52 3.15 4/184 4743
/proc/meminfo: memFree=13778624/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=576816 CPUtime=1002.32 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 139346 0 0 0 100154 78 0 0 25 0 1 0 467663587 590659584 132069 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299767 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 144204 132069 267 50 0 141344 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 576816

[startup+1062.3 s]
/proc/loadavg: 3.10 3.44 3.15 4/184 4745
/proc/meminfo: memFree=13748360/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=579376 CPUtime=1062.32 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 139768 0 0 0 106154 78 0 0 25 0 1 0 467663587 593281024 132491 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 144844 132491 267 50 0 141984 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 579376

[startup+1122.3 s]
/proc/loadavg: 3.03 3.36 3.14 4/184 4746
/proc/meminfo: memFree=13745868/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=581680 CPUtime=1122.32 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 140214 0 0 0 112154 78 0 0 25 0 1 0 467663587 595640320 132937 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 145420 132937 267 50 0 142560 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 581680

[startup+1182.3 s]
/proc/loadavg: 3.01 3.29 3.12 4/184 4748
/proc/meminfo: memFree=13738180/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=584368 CPUtime=1182.33 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 140718 0 0 0 118154 79 0 0 25 0 1 0 467663587 598392832 133441 33554432000 4194304 4395502 140733945528080 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 146092 133441 267 50 0 143232 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 584368

[startup+1242.3 s]
/proc/loadavg: 3.00 3.24 3.11 4/184 4750
/proc/meminfo: memFree=13736436/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=585136 CPUtime=1242.33 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 140887 0 0 0 124154 79 0 0 25 0 1 0 467663587 599179264 133610 33554432000 4194304 4395502 140733945528080 18446744073709551615 4300285 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 146284 133610 267 50 0 143424 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 585136



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.19 3.10 4/184 4751
/proc/meminfo: memFree=13734324/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=585456 CPUtime=1300.03 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 140954 0 0 0 129924 79 0 0 25 0 1 0 467663587 599506944 133677 33554432000 4194304 4395502 140733945528080 18446744073709551615 4288892 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 146364 133677 267 50 0 143504 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 585456

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

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

[startup+1300 s]
/proc/loadavg: 3.00 3.19 3.10 4/184 4751
/proc/meminfo: memFree=13734324/32951124 swapFree=67111528/67111528
[pid=4605] ppid=4603 vsize=585456 CPUtime=1300.03 cores=5,7
/proc/4605/stat : 4605 (SApperloT2010) R 4603 4605 3716 0 -1 4202496 140954 0 0 0 129924 79 0 0 25 0 1 0 467663587 599506944 133677 33554432000 4194304 4395502 140733945528080 18446744073709551615 4288892 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/4605/statm: 146364 133677 267 50 0 143504 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 585456

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.25
CPU system time (s): 0.818875
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 585456

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

runsolver used 2.09568 second user time and 5.00124 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-25 19:28:01
IDJOB=3281492
IDBENCH=53034
IDSOLVER=1655
FILE ID=node142/3281492-1303752480
RUNJOBID= node142-1303752480-4578
PBS_JOBID= 13154020
Free space on /tmp= 71252 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT_RACE08/Q1/SAT_dat.k85.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281492-1303752480/watcher-3281492-1303752480 -o /tmp/evaluation-result-3281492-1303752480/solver-3281492-1303752480 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3281492-1303752480.cnf

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

MD5SUM BENCH= dce41996d9c5153aa0c253fa128d227c
RANDOM SEED=1522369023

node142.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.846
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.69
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.846
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	: 5131.95
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.846
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15778436 kB
Buffers:       2072780 kB
Cached:       14431232 kB
SwapCached:          0 kB
Active:        6964036 kB
Inactive:      9635732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15778436 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           84212 kB
Writeback:           0 kB
AnonPages:       94812 kB
Mapped:          14864 kB
Slab:           508492 kB
PageTables:       5512 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   242016 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= 71240 MiB
End job on node142 at 2011-04-25 19:49:43