Trace number 3438528

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.07 4999.93

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g9.cnf
MD5SUM35278b3ce28129761cf8ae7994f37d3f
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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.1 (svn: 989)

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-3438528-1308501766/watcher-3438528-1308501766 -o /tmp/evaluation-result-3438528-1308501766/solver-3438528-1308501766 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438528-1308501766.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: 1.08 1.02 1.21 2/181 18999
/proc/meminfo: memFree=27621480/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=16640 CPUtime=0 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 1041 0 0 0 0 0 0 0 22 0 1 0 961774511 17039360 980 33554432000 4194304 4394578 140734278114864 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 4160 981 247 49 0 1301 0

[startup+0.0319031 s]
/proc/loadavg: 1.08 1.02 1.21 2/181 18999
/proc/meminfo: memFree=27621480/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=19940 CPUtime=0.02 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 1895 0 0 0 2 0 0 0 22 0 1 0 961774511 20418560 1834 33554432000 4194304 4394578 140734278114864 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 4985 1834 247 49 0 2126 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 19940

[startup+0.100883 s]
/proc/loadavg: 1.08 1.02 1.21 2/181 18999
/proc/meminfo: memFree=27621480/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=28916 CPUtime=0.09 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 4118 0 0 0 9 0 0 0 22 0 1 0 961774511 29609984 4057 33554432000 4194304 4394578 140734278114864 18446744073709551615 271550198469 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 7229 4058 247 49 0 4370 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28916

[startup+0.300856 s]
/proc/loadavg: 1.08 1.02 1.21 2/181 18999
/proc/meminfo: memFree=27621480/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=36924 CPUtime=0.29 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 6128 0 0 0 26 3 0 0 23 0 1 0 961774511 37810176 6066 33554432000 4194304 4394578 140734278114864 18446744073709551615 271550562199 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 9231 6066 256 49 0 6372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36924

[startup+0.70077 s]
/proc/loadavg: 1.08 1.02 1.21 2/181 18999
/proc/meminfo: memFree=27621480/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=48748 CPUtime=0.69 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 10147 0 0 0 65 4 0 0 25 0 1 0 961774511 49917952 9043 33554432000 4194304 4394578 140734278114864 18446744073709551615 4313602 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 12187 9043 267 49 0 9328 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48748

[startup+1.50062 s]
/proc/loadavg: 1.08 1.02 1.21 3/182 19000
/proc/meminfo: memFree=27555652/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=59236 CPUtime=1.49 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 12765 0 0 0 144 5 0 0 25 0 1 0 961774511 60657664 11661 33554432000 4194304 4394578 140734278114864 18446744073709551615 4297063 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 14809 11661 267 49 0 11950 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 59236

[startup+3.10033 s]
/proc/loadavg: 1.08 1.02 1.21 3/182 19000
/proc/meminfo: memFree=27533632/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=73972 CPUtime=3.09 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 16422 0 0 0 304 5 0 0 25 0 1 0 961774511 75747328 15318 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 18493 15318 267 49 0 15634 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 73972

[startup+6.30075 s]
/proc/loadavg: 1.15 1.04 1.21 3/182 19000
/proc/meminfo: memFree=27487380/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=96624 CPUtime=6.29 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 22005 0 0 0 622 7 0 0 25 0 1 0 961774511 98942976 20901 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 24156 20901 267 49 0 21297 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 96624

[startup+12.7006 s]
/proc/loadavg: 1.22 1.06 1.22 3/182 19000
/proc/meminfo: memFree=27421884/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=130208 CPUtime=12.69 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 30219 0 0 0 1261 8 0 0 25 0 1 0 961774511 133332992 29115 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 32552 29115 267 49 0 29693 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 130208

[startup+25.5003 s]
/proc/loadavg: 1.39 1.10 1.23 3/182 19000
/proc/meminfo: memFree=27374636/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=174872 CPUtime=25.49 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 40937 0 0 0 2539 10 0 0 25 0 1 0 961774511 179068928 39833 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 43718 39833 267 49 0 40859 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 174872

[startup+51.1006 s]
/proc/loadavg: 1.60 1.17 1.25 3/182 19001
/proc/meminfo: memFree=27361404/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=176184 CPUtime=51.09 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 41265 0 0 0 5099 10 0 0 25 0 1 0 961774511 180412416 40161 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 44046 40161 267 49 0 41187 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 176184

[startup+102.306 s]
/proc/loadavg: 1.87 1.31 1.29 3/182 19002
/proc/meminfo: memFree=27317748/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=201148 CPUtime=102.29 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 47032 0 0 0 10218 11 0 0 25 0 1 0 961774511 205975552 45928 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 50287 45928 267 49 0 47428 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 201148

[startup+162.3 s]
/proc/loadavg: 1.95 1.43 1.33 3/182 19004
/proc/meminfo: memFree=27276424/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=225256 CPUtime=162.29 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 52597 0 0 0 16216 13 0 0 25 0 1 0 961774511 230662144 51493 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 56314 51493 267 49 0 53455 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 225256

[startup+222.3 s]
/proc/loadavg: 1.98 1.54 1.37 3/182 19006
/proc/meminfo: memFree=27249612/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=239592 CPUtime=222.29 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 55908 0 0 0 22215 14 0 0 25 0 1 0 961774511 245342208 54804 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 59898 54804 267 49 0 57039 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 239592

[startup+282.301 s]
/proc/loadavg: 1.99 1.62 1.41 3/182 19007
/proc/meminfo: memFree=27220572/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=262376 CPUtime=282.29 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 60852 0 0 0 28214 15 0 0 25 0 1 0 961774511 268673024 59748 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/18999/statm: 65594 59748 267 49 0 62735 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 262376

[startup+342.301 s]
/proc/loadavg: 1.99 1.68 1.44 3/182 19009
/proc/meminfo: memFree=27187816/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=283140 CPUtime=342.29 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 65591 0 0 0 34212 17 0 0 25 0 1 0 961774511 289935360 64487 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 70785 64487 267 49 0 67926 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 283140

[startup+402.301 s]
/proc/loadavg: 2.03 1.75 1.48 3/182 19010
/proc/meminfo: memFree=27175892/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=292328 CPUtime=402.29 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 67556 0 0 0 40212 17 0 0 25 0 1 0 961774511 299343872 66452 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 73082 66452 267 49 0 70223 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 292328

[startup+462.301 s]
/proc/loadavg: 2.01 1.80 1.51 3/182 19012
/proc/meminfo: memFree=27163828/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=296312 CPUtime=462.29 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 68441 0 0 0 46212 17 0 0 25 0 1 0 961774511 303423488 67337 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 74078 67337 267 49 0 71219 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 296312

[startup+522.301 s]
/proc/loadavg: 2.07 1.85 1.54 3/182 19014
/proc/meminfo: memFree=27144716/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=308768 CPUtime=522.29 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 71046 0 0 0 52211 18 0 0 25 0 1 0 961774511 316178432 69942 33554432000 4194304 4394578 140734278114864 18446744073709551615 4335417 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 77192 69942 267 49 0 74333 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 308768

[startup+582.301 s]
/proc/loadavg: 2.02 1.87 1.57 3/182 19015
/proc/meminfo: memFree=27135900/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=315104 CPUtime=582.3 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 72326 0 0 0 58211 19 0 0 25 0 1 0 961774511 322666496 71222 33554432000 4194304 4394578 140734278114864 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 78776 71222 267 49 0 75917 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 315104

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.06 2.02 1.97 3/182 19120
/proc/meminfo: memFree=26691212/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=615516 CPUtime=4062.41 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 136678 0 0 0 406200 41 0 0 25 0 1 0 961774511 630288384 135574 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 153879 135574 267 49 0 151020 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 615516

[startup+4122.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/182 19122
/proc/meminfo: memFree=26674576/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=632352 CPUtime=4122.4 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 140497 0 0 0 412198 42 0 0 25 0 1 0 961774511 647528448 139393 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298857 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 158088 139393 267 49 0 155229 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 632352

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 1.97 3/182 19123
/proc/meminfo: memFree=26656200/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=632352 CPUtime=4182.4 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 140533 0 0 0 418198 42 0 0 25 0 1 0 961774511 647528448 139429 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 158088 139429 267 49 0 155229 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 632352

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 19125
/proc/meminfo: memFree=26649852/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=632352 CPUtime=4242.4 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 140563 0 0 0 424198 42 0 0 25 0 1 0 961774511 647528448 139459 33554432000 4194304 4394578 140734278114864 18446744073709551615 4315479 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 158088 139459 267 49 0 155229 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 632352

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 19126
/proc/meminfo: memFree=26649704/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=632352 CPUtime=4302.4 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 140587 0 0 0 430198 42 0 0 25 0 1 0 961774511 647528448 139483 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 158088 139483 267 49 0 155229 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 632352

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 19128
/proc/meminfo: memFree=26649544/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=632352 CPUtime=4362.41 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 140651 0 0 0 436198 43 0 0 25 0 1 0 961774511 647528448 139547 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 158088 139547 267 49 0 155229 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 632352

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 19130
/proc/meminfo: memFree=26649024/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=632352 CPUtime=4422.41 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 140709 0 0 0 442198 43 0 0 25 0 1 0 961774511 647528448 139605 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 158088 139605 267 49 0 155229 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 632352

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 19131
/proc/meminfo: memFree=26648752/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=632352 CPUtime=4482.41 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 140786 0 0 0 448198 43 0 0 25 0 1 0 961774511 647528448 139682 33554432000 4194304 4394578 140734278114864 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 158088 139682 267 49 0 155229 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 632352

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/182 19133
/proc/meminfo: memFree=26646244/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=635616 CPUtime=4542.41 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 141409 0 0 0 454198 43 0 0 25 0 1 0 961774511 650870784 140305 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 158904 140305 267 49 0 156045 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 635616

[startup+4602.3 s]
/proc/loadavg: 2.08 2.02 1.97 3/182 19134
/proc/meminfo: memFree=26644856/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=636832 CPUtime=4602.42 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 141662 0 0 0 460199 43 0 0 25 0 1 0 961774511 652115968 140558 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 159208 140558 267 49 0 156349 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 636832

[startup+4662.3 s]
/proc/loadavg: 2.07 2.03 1.98 3/182 19136
/proc/meminfo: memFree=26643216/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=639136 CPUtime=4662.41 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 142108 0 0 0 466198 43 0 0 25 0 1 0 961774511 654475264 141004 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 159784 141004 267 49 0 156925 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 639136

[startup+4722.31 s]
/proc/loadavg: 2.02 2.02 1.98 3/182 19147
/proc/meminfo: memFree=26640360/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=641700 CPUtime=4722.42 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 142585 0 0 0 472199 43 0 0 25 0 1 0 961774511 657100800 141481 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 160425 141481 267 49 0 157566 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 641700

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 1.98 3/182 19148
/proc/meminfo: memFree=26637484/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=645604 CPUtime=4782.43 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 143308 0 0 0 478199 44 0 0 25 0 1 0 961774511 661098496 142204 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 161401 142204 267 49 0 158542 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 645604

[startup+4842.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/182 19150
/proc/meminfo: memFree=26633612/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=648932 CPUtime=4842.42 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 143953 0 0 0 484198 44 0 0 25 0 1 0 961774511 664506368 142849 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 162233 142849 267 49 0 159374 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 648932

[startup+4902.3 s]
/proc/loadavg: 2.07 2.02 1.98 3/182 19153
/proc/meminfo: memFree=26624280/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=652324 CPUtime=4902.42 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 144590 0 0 0 490198 44 0 0 25 0 1 0 961774511 667979776 143486 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 163081 143486 267 49 0 160222 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 652324

[startup+4962.3 s]
/proc/loadavg: 2.02 2.01 1.98 3/182 19156
/proc/meminfo: memFree=26619432/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=652900 CPUtime=4962.43 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 144695 0 0 0 496199 44 0 0 25 0 1 0 961774511 668569600 143591 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 163225 143591 267 49 0 160366 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 652900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.06 2.03 1.99 2/181 19158
/proc/meminfo: memFree=27048080/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=653156 CPUtime=5000.03 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 144757 0 0 0 499959 44 0 0 25 0 1 0 961774511 668831744 143653 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 163289 143653 267 49 0 160430 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 653156

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.06 2.03 1.99 2/181 19158
/proc/meminfo: memFree=27048080/32951124 swapFree=67054548/67111528
[pid=18999] ppid=18997 vsize=653156 CPUtime=5000.03 cores=1,3,5,7
/proc/18999/stat : 18999 (SApperloT2010) R 18997 18999 18396 0 -1 4202496 144757 0 0 0 499959 44 0 0 25 0 1 0 961774511 668831744 143653 33554432000 4194304 4394578 140734278114864 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/18999/statm: 163289 143653 267 49 0 160430 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 653156

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4999.6
CPU system time (s): 0.468928
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 653156

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

runsolver used 7.57685 second user time and 17.8433 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-19 18:42:46
IDJOB=3438528
IDBENCH=71492
IDSOLVER=1933
FILE ID=node133/3438528-1308501766
RUNJOBID= node133-1308501766-18972
PBS_JOBID= 13608173
Free space on /tmp= 73104 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g9.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438528-1308501766/watcher-3438528-1308501766 -o /tmp/evaluation-result-3438528-1308501766/solver-3438528-1308501766 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438528-1308501766.cnf

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

MD5SUM BENCH= 35278b3ce28129761cf8ae7994f37d3f
RANDOM SEED=978406909

node133.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.834
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.66
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.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.83
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.834
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.74
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.834
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:      27623768 kB
Buffers:        540080 kB
Cached:        4398644 kB
SwapCached:      10616 kB
Active:        2565872 kB
Inactive:      2396548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27623768 kB
SwapTotal:    67111528 kB
SwapFree:     67054548 kB
Dirty:            5908 kB
Writeback:           0 kB
AnonPages:       20900 kB
Mapped:          12972 kB
Slab:           301596 kB
PageTables:       4552 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   212696 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73104 MiB
End job on node133 at 2011-06-19 20:06:08