Trace number 3439733

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-05-15 (fixed)? (TO) 5000.04 4999.93

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
MD5SUM1bb1eb2a3bb0b22f560ab6712b727e98
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.340947
Satisfiable
(Un)Satisfiability was proved
Number of variables943
Number of clauses93431
Sum of the clauses size187745
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 293401
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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: 977)

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-3439733-1306942945/watcher-3439733-1306942945 -o /tmp/evaluation-result-3439733-1306942945/solver-3439733-1306942945 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439733-1306942945.cnf 

running on 4 cores: 1,3,5,7

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: 2.04 2.04 2.00 2/461 29205
/proc/meminfo: memFree=29040528/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=15484 CPUtime=0.01 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 1094 0 0 0 1 0 0 0 22 0 1 0 805892527 15855616 1033 33554432000 4194304 4394578 140736675782880 18446744073709551615 228122374853 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 3871 1034 247 49 0 1012 0

[startup+0.0807729 s]
/proc/loadavg: 2.04 2.04 2.00 2/461 29205
/proc/meminfo: memFree=29040528/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=20700 CPUtime=0.07 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 2405 0 0 0 7 0 0 0 22 0 1 0 805892527 21196800 2343 33554432000 4194304 4394578 140736675782880 18446744073709551615 228122738583 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 5175 2343 256 49 0 2316 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 20700

[startup+0.100765 s]
/proc/loadavg: 2.04 2.04 2.00 2/461 29205
/proc/meminfo: memFree=29040528/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=20700 CPUtime=0.09 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 2405 0 0 0 8 1 0 0 22 0 1 0 805892527 21196800 2343 33554432000 4194304 4394578 140736675782880 18446744073709551615 228122738583 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 5175 2343 256 49 0 2316 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20700

[startup+0.300728 s]
/proc/loadavg: 2.04 2.04 2.00 2/461 29205
/proc/meminfo: memFree=29040528/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=26752 CPUtime=0.29 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 4293 0 0 0 28 1 0 0 23 0 1 0 805892527 27394048 3865 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 6688 3865 267 49 0 3829 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26752

[startup+0.700656 s]
/proc/loadavg: 2.04 2.04 2.00 2/461 29205
/proc/meminfo: memFree=29040528/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=31092 CPUtime=0.69 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 5372 0 0 0 68 1 0 0 25 0 1 0 805892527 31838208 4944 33554432000 4194304 4394578 140736675782880 18446744073709551615 4346516 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 7773 4944 267 49 0 4914 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31092

[startup+1.50051 s]
/proc/loadavg: 2.03 2.04 2.00 3/462 29206
/proc/meminfo: memFree=29009404/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=36832 CPUtime=1.48 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 6750 0 0 0 147 1 0 0 25 0 1 0 805892527 37715968 6322 33554432000 4194304 4394578 140736675782880 18446744073709551615 4296327 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 9208 6322 267 49 0 6349 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36832

[startup+3.10023 s]
/proc/loadavg: 2.03 2.04 2.00 3/462 29206
/proc/meminfo: memFree=28998564/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=48532 CPUtime=3.09 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 9479 0 0 0 307 2 0 0 25 0 1 0 805892527 49696768 9051 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 12133 9051 267 49 0 9274 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48532

[startup+6.30065 s]
/proc/loadavg: 2.03 2.04 2.00 3/462 29233
/proc/meminfo: memFree=28977600/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=55044 CPUtime=6.29 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 11006 0 0 0 627 2 0 0 25 0 1 0 805892527 56365056 10578 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 13761 10578 267 49 0 10902 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55044

[startup+12.7005 s]
/proc/loadavg: 2.03 2.04 2.00 3/462 29234
/proc/meminfo: memFree=28951336/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=63316 CPUtime=12.69 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 12839 0 0 0 1266 3 0 0 25 0 1 0 805892527 64835584 12411 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 15829 12411 267 49 0 12970 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 63316

[startup+25.5012 s]
/proc/loadavg: 2.02 2.03 2.00 3/462 29234
/proc/meminfo: memFree=28925060/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=81460 CPUtime=25.49 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 16666 0 0 0 2545 4 0 0 25 0 1 0 805892527 83415040 16238 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298714 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 20365 16238 267 49 0 17506 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81460

[startup+51.1005 s]
/proc/loadavg: 2.01 2.03 2.00 3/462 29235
/proc/meminfo: memFree=28892516/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=105528 CPUtime=51.09 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 21517 0 0 0 5104 5 0 0 25 0 1 0 805892527 108060672 21089 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 26382 21089 267 49 0 23523 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 105528

[startup+102.317 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 29236
/proc/meminfo: memFree=28852688/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=123468 CPUtime=102.31 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 25279 0 0 0 10225 6 0 0 25 0 1 0 805892527 126431232 24851 33554432000 4194304 4394578 140736675782880 18446744073709551615 4338040 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 30867 24851 267 49 0 28008 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 123468

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 29238
/proc/meminfo: memFree=28826728/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=138360 CPUtime=162.29 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 28470 0 0 0 16222 7 0 0 25 0 1 0 805892527 141680640 28042 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 34590 28042 267 49 0 31731 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138360

[startup+222.301 s]
/proc/loadavg: 2.31 2.08 2.02 3/462 29239
/proc/meminfo: memFree=28804620/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=147772 CPUtime=222.29 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 30333 0 0 0 22221 8 0 0 25 0 1 0 805892527 151318528 29905 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 36943 29905 267 49 0 34084 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 147772

[startup+282.301 s]
/proc/loadavg: 2.18 2.08 2.02 3/462 29241
/proc/meminfo: memFree=28791932/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=154716 CPUtime=282.28 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 31894 0 0 0 28220 8 0 0 25 0 1 0 805892527 158429184 31466 33554432000 4194304 4394578 140736675782880 18446744073709551615 4295959 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 38679 31466 267 49 0 35820 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 154716

[startup+342.301 s]
/proc/loadavg: 2.07 2.06 2.01 3/462 29242
/proc/meminfo: memFree=28776132/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=162268 CPUtime=342.29 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 33391 0 0 0 34220 9 0 0 25 0 1 0 805892527 166162432 32963 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 40567 32963 267 49 0 37708 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 162268

[startup+402.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/462 29244
/proc/meminfo: memFree=28754744/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=173644 CPUtime=402.29 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 35722 0 0 0 40220 9 0 0 25 0 1 0 805892527 177811456 35294 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 43411 35294 267 49 0 40552 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 173644

[startup+462.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/462 29246
/proc/meminfo: memFree=28731488/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=199700 CPUtime=462.29 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 41190 0 0 0 46219 10 0 0 25 0 1 0 805892527 204492800 40762 33554432000 4194304 4394578 140736675782880 18446744073709551615 4296777 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 49925 40762 267 49 0 47066 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 199700

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/462 29247
/proc/meminfo: memFree=28721388/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=203412 CPUtime=522.29 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 41970 0 0 0 52219 10 0 0 25 0 1 0 805892527 208293888 41542 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 50853 41542 267 49 0 47994 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 203412

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 29249
/proc/meminfo: memFree=28712148/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=209240 CPUtime=582.29 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 43212 0 0 0 58219 10 0 0 25 0 1 0 805892527 214261760 42784 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 52310 42784 267 49 0 49451 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 209240

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.09 2.03 2.01 3/462 29381
/proc/meminfo: memFree=27963904/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=374540 CPUtime=4062.39 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 76944 0 0 0 406218 21 0 0 25 0 1 0 805892527 383528960 76516 33554432000 4194304 4394578 140736675782880 18446744073709551615 4291995 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 93635 76516 267 49 0 90776 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 374540

[startup+4122.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/462 29382
/proc/meminfo: memFree=27960008/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=378380 CPUtime=4122.38 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 77635 0 0 0 412217 21 0 0 25 0 1 0 805892527 387461120 77207 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 94595 77207 267 49 0 91736 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 378380

[startup+4182.3 s]
/proc/loadavg: 2.04 2.04 2.01 3/462 29384
/proc/meminfo: memFree=27937752/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=379404 CPUtime=4182.38 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 77805 0 0 0 418217 21 0 0 25 0 1 0 805892527 388509696 77377 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 94851 77377 267 49 0 91992 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 379404

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/462 29385
/proc/meminfo: memFree=27923560/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=392972 CPUtime=4242.39 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 80401 0 0 0 424217 22 0 0 25 0 1 0 805892527 402403328 79973 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 98243 79973 267 49 0 95384 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 392972

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 29387
/proc/meminfo: memFree=27910724/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=403980 CPUtime=4302.38 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 82673 0 0 0 430216 22 0 0 25 0 1 0 805892527 413675520 82245 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298896 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 100995 82245 267 49 0 98136 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 403980

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 29389
/proc/meminfo: memFree=27897504/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=419880 CPUtime=4362.38 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 85987 0 0 0 436216 22 0 0 25 0 1 0 805892527 429957120 85559 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 104970 85559 267 49 0 102111 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 419880

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/462 29390
/proc/meminfo: memFree=27895704/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=419880 CPUtime=4422.38 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 86020 0 0 0 442216 22 0 0 25 0 1 0 805892527 429957120 85592 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 104970 85592 267 49 0 102111 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 419880

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/462 29392
/proc/meminfo: memFree=27892412/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=420908 CPUtime=4482.39 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 86154 0 0 0 448217 22 0 0 25 0 1 0 805892527 431009792 85726 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 105227 85726 267 49 0 102368 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 420908

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/462 29393
/proc/meminfo: memFree=27887644/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=420908 CPUtime=4542.39 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 86154 0 0 0 454217 22 0 0 25 0 1 0 805892527 431009792 85726 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 105227 85726 267 49 0 102368 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 420908

[startup+4602.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/462 29395
/proc/meminfo: memFree=27881124/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=421936 CPUtime=4602.41 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 86450 0 0 0 460218 23 0 0 25 0 1 0 805892527 432062464 86022 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 105484 86022 267 49 0 102625 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 421936

[startup+4662.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/462 29397
/proc/meminfo: memFree=27880196/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=421936 CPUtime=4662.4 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 86453 0 0 0 466217 23 0 0 25 0 1 0 805892527 432062464 86025 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/29205/statm: 105484 86025 267 49 0 102625 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 421936

[startup+4722.32 s]
/proc/loadavg: 2.06 2.04 2.01 3/462 29407
/proc/meminfo: memFree=27878768/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=421936 CPUtime=4722.41 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 86463 0 0 0 472218 23 0 0 25 0 1 0 805892527 432062464 86035 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/29205/statm: 105484 86035 267 49 0 102625 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 421936

[startup+4782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/462 29409
/proc/meminfo: memFree=27878276/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=422704 CPUtime=4782.39 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 86604 0 0 0 478216 23 0 0 25 0 1 0 805892527 432848896 86176 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/29205/statm: 105676 86176 267 49 0 102817 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 422704

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 29410
/proc/meminfo: memFree=27875260/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=422704 CPUtime=4842.39 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 86604 0 0 0 484216 23 0 0 25 0 1 0 805892527 432848896 86176 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/29205/statm: 105676 86176 267 49 0 102817 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 422704

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/462 29412
/proc/meminfo: memFree=27868264/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=424752 CPUtime=4902.4 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 87050 0 0 0 490217 23 0 0 25 0 1 0 805892527 434946048 86622 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/29205/statm: 106188 86622 267 49 0 103329 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 424752

[startup+4962.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/462 29417
/proc/meminfo: memFree=27863160/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=425776 CPUtime=4962.4 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 87290 0 0 0 496217 23 0 0 25 0 1 0 805892527 435994624 86862 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/29205/statm: 106444 86862 267 49 0 103585 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 425776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/462 29418
/proc/meminfo: memFree=27858548/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=429872 CPUtime=5000.01 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 88047 0 0 0 499978 23 0 0 25 0 1 0 805892527 440188928 87619 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/29205/statm: 107468 87619 267 49 0 104609 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 429872

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

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

[startup+4999.9 s]
/proc/loadavg: 2.02 2.02 2.00 3/462 29418
/proc/meminfo: memFree=27858548/32951124 swapFree=41830676/67111528
[pid=29205] ppid=29203 vsize=429872 CPUtime=5000.01 cores=1,3,5,7
/proc/29205/stat : 29205 (SApperloT2010) R 29203 29205 28463 0 -1 4202496 88047 0 0 0 499978 23 0 0 25 0 1 0 805892527 440188928 87619 33554432000 4194304 4394578 140736675782880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/29205/statm: 107468 87619 267 49 0 104609 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 429872

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.04
CPU user time (s): 4999.79
CPU system time (s): 0.253961
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 429872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.79
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88047
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= 16992

runsolver used 20.8728 second user time and 55.9355 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-01 17:42:26
IDJOB=3439733
IDBENCH=88214
IDSOLVER=1933
FILE ID=node138/3439733-1306942945
RUNJOBID= node138-1306942945-29186
PBS_JOBID= 13488572
Free space on /tmp= 73632 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m32-q326.25-n30-p30-s48700942.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439733-1306942945/watcher-3439733-1306942945 -o /tmp/evaluation-result-3439733-1306942945/solver-3439733-1306942945 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439733-1306942945.cnf

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

MD5SUM BENCH= 1bb1eb2a3bb0b22f560ab6712b727e98
RANDOM SEED=298119858

node138.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.854
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.70
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.854
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.854
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.854
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.854
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.80
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.854
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.854
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.854
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:      29041304 kB
Buffers:        232672 kB
Cached:         778440 kB
SwapCached:      44536 kB
Active:        2024956 kB
Inactive:      1608824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29041304 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:            1616 kB
Writeback:           0 kB
AnonPages:     2590096 kB
Mapped:          16544 kB
Slab:           113848 kB
PageTables:      93072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130659692 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= 73628 MiB
End job on node138 at 2011-06-01 19:05:47