Trace number 3439683

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.14 5000.07

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
MD5SUMf34a5dd1cdce70a322dd395bcb5f1303
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 variables2548
Number of clauses582679
Sum of the clauses size1167806
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2582629
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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

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: 2.08 2.05 2.05 2/530 14204
/proc/meminfo: memFree=14211772/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=22656 CPUtime=0.01 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 1924 0 0 0 1 0 0 0 25 0 1 0 805662207 23199744 1864 33554432000 4194304 4394578 140733716851536 18446744073709551615 242970211013 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 5664 1865 247 49 0 2805 0

[startup+0.0305691 s]
/proc/loadavg: 2.08 2.05 2.05 2/530 14204
/proc/meminfo: memFree=14211772/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=24636 CPUtime=0.02 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 2444 0 0 0 2 0 0 0 25 0 1 0 805662207 25227264 2385 33554432000 4194304 4394578 140733716851536 18446744073709551615 242970211013 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 6159 2386 247 49 0 3300 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24636

[startup+0.100548 s]
/proc/loadavg: 2.08 2.05 2.05 2/530 14204
/proc/meminfo: memFree=14211772/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=34960 CPUtime=0.09 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 5018 0 0 0 8 1 0 0 25 0 1 0 805662207 35799040 4958 33554432000 4194304 4394578 140733716851536 18446744073709551615 4275879 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 8740 4960 247 49 0 5881 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34960

[startup+0.300537 s]
/proc/loadavg: 2.08 2.05 2.05 2/530 14204
/proc/meminfo: memFree=14211772/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=67128 CPUtime=0.29 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 13068 0 0 0 27 2 0 0 25 0 1 0 805662207 68739072 13007 33554432000 4194304 4394578 140733716851536 18446744073709551615 242970574743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 16782 13007 256 49 0 13923 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67128

[startup+0.700462 s]
/proc/loadavg: 2.08 2.05 2.05 2/530 14204
/proc/meminfo: memFree=14211772/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=67128 CPUtime=0.69 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 13068 0 0 0 65 4 0 0 25 0 1 0 805662207 68739072 13007 33554432000 4194304 4394578 140733716851536 18446744073709551615 242970574743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 16782 13007 256 49 0 13923 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67128

[startup+1.50035 s]
/proc/loadavg: 2.08 2.05 2.05 3/531 14205
/proc/meminfo: memFree=14159692/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=67128 CPUtime=1.48 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 13068 0 0 0 144 4 0 0 25 0 1 0 805662207 68739072 13007 33554432000 4194304 4394578 140733716851536 18446744073709551615 242970574743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 16782 13007 256 49 0 13923 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 67128

[startup+3.12189 s]
/proc/loadavg: 2.08 2.05 2.05 3/531 14205
/proc/meminfo: memFree=14140720/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=101496 CPUtime=3.12 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 23421 0 0 0 306 6 0 0 25 0 1 0 805662207 103931904 21061 33554432000 4194304 4394578 140733716851536 18446744073709551615 4285615 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 25672 21344 267 49 0 22813 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 101496

[startup+6.32049 s]
/proc/loadavg: 2.31 2.10 2.06 3/531 14207
/proc/meminfo: memFree=14101316/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=127596 CPUtime=6.31 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 29755 0 0 0 624 7 0 0 25 0 1 0 805662207 130658304 27395 33554432000 4194304 4394578 140733716851536 18446744073709551615 242970205465 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 31899 27395 267 49 0 29040 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 127596

[startup+12.7004 s]
/proc/loadavg: 2.29 2.10 2.06 3/531 14207
/proc/meminfo: memFree=14071940/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=160704 CPUtime=12.69 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 37735 0 0 0 1261 8 0 0 25 0 1 0 805662207 164560896 35375 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 40176 35375 267 49 0 37317 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 160704

[startup+25.5002 s]
/proc/loadavg: 2.22 2.10 2.06 3/531 14207
/proc/meminfo: memFree=14023956/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=207288 CPUtime=25.49 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 48758 0 0 0 2540 9 0 0 25 0 1 0 805662207 212262912 46398 33554432000 4194304 4394578 140733716851536 18446744073709551615 4287234 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 51822 46398 267 49 0 48963 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 207288

[startup+51.1008 s]
/proc/loadavg: 2.21 2.10 2.07 3/531 14235
/proc/meminfo: memFree=14980300/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=285288 CPUtime=51.09 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 66902 0 0 0 5096 13 0 0 25 0 1 0 805662207 292134912 64542 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 71322 64542 267 49 0 68463 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 285288

[startup+102.301 s]
/proc/loadavg: 2.09 2.08 2.06 3/531 14237
/proc/meminfo: memFree=14830672/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=400548 CPUtime=102.3 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 93468 0 0 0 10211 19 0 0 25 0 1 0 805662207 410161152 91108 33554432000 4194304 4394578 140733716851536 18446744073709551615 242970211013 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 100137 91108 267 49 0 97278 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 400548

[startup+162.301 s]
/proc/loadavg: 2.03 2.07 2.06 3/531 14241
/proc/meminfo: memFree=14763704/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=448920 CPUtime=162.29 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 104263 0 0 0 16207 22 0 0 25 0 1 0 805662207 459694080 101903 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 112230 101903 267 49 0 109371 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 448920

[startup+222.3 s]
/proc/loadavg: 2.09 2.08 2.06 3/531 14242
/proc/meminfo: memFree=14738328/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=460056 CPUtime=222.29 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 106690 0 0 0 22206 23 0 0 25 0 1 0 805662207 471097344 104330 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 115014 104330 267 49 0 112155 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 460056

[startup+282.301 s]
/proc/loadavg: 2.07 2.08 2.06 3/531 14244
/proc/meminfo: memFree=14654128/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=506988 CPUtime=282.29 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 117280 0 0 0 28204 25 0 0 25 0 1 0 805662207 519155712 114920 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 126747 114920 267 49 0 123888 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 506988

[startup+342.301 s]
/proc/loadavg: 2.02 2.06 2.05 3/531 14246
/proc/meminfo: memFree=14618536/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=542888 CPUtime=342.3 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 124993 0 0 0 34202 28 0 0 25 0 1 0 805662207 555917312 122633 33554432000 4194304 4394578 140733716851536 18446744073709551615 4338256 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 135722 122633 267 49 0 132863 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 542888

[startup+402.3 s]
/proc/loadavg: 2.14 2.08 2.06 3/531 14248
/proc/meminfo: memFree=14592484/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=569484 CPUtime=402.29 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 130898 0 0 0 40200 29 0 0 25 0 1 0 805662207 583151616 128538 33554432000 4194304 4394578 140733716851536 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 142371 128538 267 49 0 139512 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 569484

[startup+462.301 s]
/proc/loadavg: 2.11 2.08 2.06 3/531 14250
/proc/meminfo: memFree=14554408/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=589332 CPUtime=462.3 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 135127 0 0 0 46199 31 0 0 25 0 1 0 805662207 603475968 132767 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 147333 132767 267 49 0 144474 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 589332

[startup+522.301 s]
/proc/loadavg: 2.04 2.06 2.05 3/531 14250
/proc/meminfo: memFree=14523896/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=616664 CPUtime=522.3 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 140904 0 0 0 52198 32 0 0 25 0 1 0 805662207 631463936 138544 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 154166 138544 267 49 0 151307 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 616664

[startup+582.3 s]
/proc/loadavg: 2.01 2.05 2.05 3/531 14252
/proc/meminfo: memFree=14509500/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=630040 CPUtime=582.31 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 143706 0 0 0 58198 33 0 0 25 0 1 0 805662207 645160960 141346 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 157510 141346 267 49 0 154651 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 630040

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/531 14356
/proc/meminfo: memFree=13905596/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1060192 CPUtime=4002.36 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 236676 0 0 0 400178 58 0 0 25 0 1 0 805662207 1085636608 234316 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 265048 234316 267 49 0 262189 0
Current children cumulated CPU time (s) 4002.36
Current children cumulated vsize (KiB) 1060192

[startup+4062.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/531 14358
/proc/meminfo: memFree=13902228/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1063264 CPUtime=4062.35 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 237368 0 0 0 406177 58 0 0 25 0 1 0 805662207 1088782336 235008 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 265816 235008 267 49 0 262957 0
Current children cumulated CPU time (s) 4062.35
Current children cumulated vsize (KiB) 1063264

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/531 14358
/proc/meminfo: memFree=13902096/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1063776 CPUtime=4122.35 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 237482 0 0 0 412177 58 0 0 25 0 1 0 805662207 1089306624 235122 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 265944 235122 267 49 0 263085 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 1063776

[startup+4182.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 14360
/proc/meminfo: memFree=13900344/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1067360 CPUtime=4182.35 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 238317 0 0 0 418177 58 0 0 25 0 1 0 805662207 1092976640 235957 33554432000 4194304 4394578 140733716851536 18446744073709551615 4338286 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 266840 235957 267 49 0 263981 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 1067360

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 14362
/proc/meminfo: memFree=13895744/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1072224 CPUtime=4242.37 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 239209 0 0 0 424179 58 0 0 25 0 1 0 805662207 1097957376 236849 33554432000 4194304 4394578 140733716851536 18446744073709551615 4338266 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 268056 236849 267 49 0 265197 0
Current children cumulated CPU time (s) 4242.37
Current children cumulated vsize (KiB) 1072224

[startup+4302.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/531 14364
/proc/meminfo: memFree=13891652/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1072736 CPUtime=4302.35 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 239348 0 0 0 430177 58 0 0 25 0 1 0 805662207 1098481664 236988 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 268184 236988 267 49 0 265325 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 1072736

[startup+4362.32 s]
/proc/loadavg: 2.07 2.05 2.01 3/531 14366
/proc/meminfo: memFree=13888292/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1073760 CPUtime=4362.37 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 239642 0 0 0 436179 58 0 0 25 0 1 0 805662207 1099530240 237282 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 268440 237282 267 49 0 265581 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 1073760

[startup+4422.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/531 14366
/proc/meminfo: memFree=13886676/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1074784 CPUtime=4422.36 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 239796 0 0 0 442178 58 0 0 25 0 1 0 805662207 1100578816 237436 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 268696 237436 267 49 0 265837 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 1074784

[startup+4482.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/531 14368
/proc/meminfo: memFree=13876996/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1082464 CPUtime=4482.36 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 241299 0 0 0 448177 59 0 0 25 0 1 0 805662207 1108443136 238939 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 270616 238939 267 49 0 267757 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 1082464

[startup+4542.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/531 14370
/proc/meminfo: memFree=13872644/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1087840 CPUtime=4542.36 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 242408 0 0 0 454177 59 0 0 25 0 1 0 805662207 1113948160 240048 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 271960 240048 267 49 0 269101 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 1087840

[startup+4602.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/531 14372
/proc/meminfo: memFree=13868660/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1090656 CPUtime=4602.36 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 242899 0 0 0 460177 59 0 0 25 0 1 0 805662207 1116831744 240539 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 272664 240539 267 49 0 269805 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 1090656

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/531 14374
/proc/meminfo: memFree=13867032/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1091168 CPUtime=4662.36 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 243106 0 0 0 466177 59 0 0 25 0 1 0 805662207 1117356032 240746 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 272792 240746 267 49 0 269933 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 1091168

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/531 14374
/proc/meminfo: memFree=13864288/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1093728 CPUtime=4722.36 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 243719 0 0 0 472177 59 0 0 25 0 1 0 805662207 1119977472 241359 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 273432 241359 267 49 0 270573 0
Current children cumulated CPU time (s) 4722.36
Current children cumulated vsize (KiB) 1093728

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/531 14376
/proc/meminfo: memFree=13864640/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1094240 CPUtime=4782.36 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 243934 0 0 0 478177 59 0 0 25 0 1 0 805662207 1120501760 241574 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 273560 241574 267 49 0 270701 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 1094240

[startup+4842.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/531 14378
/proc/meminfo: memFree=13860412/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1098592 CPUtime=4842.37 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 244775 0 0 0 484177 60 0 0 25 0 1 0 805662207 1124958208 242415 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 274648 242415 267 49 0 271789 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 1098592

[startup+4902.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/531 14380
/proc/meminfo: memFree=13857308/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1100896 CPUtime=4902.38 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 245367 0 0 0 490178 60 0 0 25 0 1 0 805662207 1127317504 243007 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 275224 243007 267 49 0 272365 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 1100896

[startup+4962.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/531 14382
/proc/meminfo: memFree=13856308/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1101920 CPUtime=4962.37 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 245559 0 0 0 496177 60 0 0 25 0 1 0 805662207 1128366080 243199 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 275480 243199 267 49 0 272621 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 1101920



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.02 2.03 2.00 3/531 14382
/proc/meminfo: memFree=13854196/32951132 swapFree=46579808/67111528
[pid=14204] ppid=14202 vsize=1104224 CPUtime=5000.08 cores=0,2,4,6
/proc/14204/stat : 14204 (SApperloT2010) R 14202 14204 13931 0 -1 4202496 246017 0 0 0 499948 60 0 0 25 0 1 0 805662207 1130725376 243657 33554432000 4194304 4394578 140733716851536 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/14204/statm: 276056 243657 267 49 0 273197 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 1104224

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.07
CPU time (s): 5000.14
CPU user time (s): 4999.49
CPU system time (s): 0.6539
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1104224

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

runsolver used 28.0017 second user time and 59.8779 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-01 17:03:56
IDJOB=3439683
IDBENCH=88204
IDSOLVER=1933
FILE ID=node128/3439683-1306940635
RUNJOBID= node128-1306935633-13949
PBS_JOBID= 13488599
Free space on /tmp= 73784 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p30-s52376212.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439683-1306940635/watcher-3439683-1306940635 -o /tmp/evaluation-result-3439683-1306940635/solver-3439683-1306940635 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439683-1306940635.cnf

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

MD5SUM BENCH= f34a5dd1cdce70a322dd395bcb5f1303
RANDOM SEED=1098955624

node128.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.852
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.852
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.852
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.852
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.852
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      14211928 kB
Buffers:        293696 kB
Cached:        3432536 kB
SwapCached:      35620 kB
Active:        9924148 kB
Inactive:      8497124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      14211928 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:            7788 kB
Writeback:          12 kB
AnonPages:    14668920 kB
Mapped:          17916 kB
Slab:           133252 kB
PageTables:     114176 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 175938632 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73796 MiB
End job on node128 at 2011-06-01 18:27:18