Trace number 3438488

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.15 5000.15

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v2640c305320gyes10.cnf
MD5SUMe4e4b653016e98f210aa8da2214e783a
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3438488-1306889540/watcher-3438488-1306889540 -o /tmp/evaluation-result-3438488-1306889540/solver-3438488-1306889540 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438488-1306889540.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.06 2.05 2.01 2/514 20630
/proc/meminfo: memFree=4218648/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=17804 CPUtime=0 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 1262 0 0 0 0 0 0 0 25 0 1 0 879184814 18231296 1201 33554432000 4194304 4394578 140734507926128 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 4451 1202 247 49 0 1592 0

[startup+0.0522001 s]
/proc/loadavg: 2.06 2.05 2.01 2/514 20630
/proc/meminfo: memFree=4218648/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=23480 CPUtime=0.04 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 2695 0 0 0 4 0 0 0 25 0 1 0 879184814 24043520 2634 33554432000 4194304 4394578 140734507926128 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 5870 2636 247 49 0 3011 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 23480

[startup+0.100194 s]
/proc/loadavg: 2.06 2.05 2.01 2/514 20630
/proc/meminfo: memFree=4218648/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=30080 CPUtime=0.09 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 4337 0 0 0 9 0 0 0 25 0 1 0 879184814 30801920 4276 33554432000 4194304 4394578 140734507926128 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 7520 4277 247 49 0 4661 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30080

[startup+0.300159 s]
/proc/loadavg: 2.06 2.05 2.01 2/514 20630
/proc/meminfo: memFree=4218648/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=40472 CPUtime=0.29 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 6938 0 0 0 26 3 0 0 25 0 1 0 879184814 41443328 6876 33554432000 4194304 4394578 140734507926128 18446744073709551615 215988617111 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 10118 6876 256 49 0 7259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40472

[startup+0.701086 s]
/proc/loadavg: 2.06 2.05 2.01 2/514 20630
/proc/meminfo: memFree=4218648/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=51684 CPUtime=0.69 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 10940 0 0 0 64 5 0 0 25 0 1 0 879184814 52924416 9684 33554432000 4194304 4394578 140734507926128 18446744073709551615 4308929 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 12921 9684 267 49 0 10062 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51684

[startup+1.50102 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 20631
/proc/meminfo: memFree=4161736/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=62760 CPUtime=1.49 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 13719 0 0 0 144 5 0 0 25 0 1 0 879184814 64266240 12463 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 15690 12463 267 49 0 12831 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62760

[startup+3.10073 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 20631
/proc/meminfo: memFree=4138548/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=77624 CPUtime=3.09 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 17422 0 0 0 303 6 0 0 25 0 1 0 879184814 79486976 16166 33554432000 4194304 4394578 140734507926128 18446744073709551615 4288032 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 19406 16166 267 49 0 16547 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77624

[startup+6.30117 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 20632
/proc/meminfo: memFree=4092424/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=99212 CPUtime=6.29 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 22727 0 0 0 622 7 0 0 25 0 1 0 879184814 101593088 21471 33554432000 4194304 4394578 140734507926128 18446744073709551615 215988253381 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 24803 21471 267 49 0 21944 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99212

[startup+12.7011 s]
/proc/loadavg: 2.05 2.05 2.00 3/515 20632
/proc/meminfo: memFree=4020632/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=133608 CPUtime=12.69 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 31138 0 0 0 1260 9 0 0 25 0 1 0 879184814 136814592 29882 33554432000 4194304 4394578 140734507926128 18446744073709551615 4287674 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 33402 29882 267 49 0 30543 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 133608

[startup+25.5008 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 20632
/proc/meminfo: memFree=3918472/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=185696 CPUtime=25.49 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 43657 0 0 0 2539 10 0 0 25 0 1 0 879184814 190152704 42401 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 46424 42401 267 49 0 43565 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 185696

[startup+51.1003 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 20633
/proc/meminfo: memFree=3883344/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=201824 CPUtime=51.09 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 47433 0 0 0 5098 11 0 0 25 0 1 0 879184814 206667776 46177 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/20630/statm: 50456 46177 267 49 0 47597 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 201824

[startup+102.319 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 20634
/proc/meminfo: memFree=3810172/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=241208 CPUtime=102.22 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 56672 0 0 0 10208 14 0 0 25 0 1 0 879184814 246996992 55416 33554432000 4194304 4394578 140734507926128 18446744073709551615 4335367 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 60302 55416 267 49 0 57443 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 241208

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 20636
/proc/meminfo: memFree=3775160/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=265364 CPUtime=162.2 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 61773 0 0 0 16205 15 0 0 25 0 1 0 879184814 271732736 60517 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 66341 60517 267 49 0 63482 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 265364

[startup+222.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/515 20637
/proc/meminfo: memFree=3703948/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=306456 CPUtime=222.2 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 70745 0 0 0 22203 17 0 0 25 0 1 0 879184814 313810944 69489 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 76614 69489 267 49 0 73755 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 306456

[startup+282.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 20639
/proc/meminfo: memFree=3663232/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=326996 CPUtime=282.21 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 75240 0 0 0 28202 19 0 0 25 0 1 0 879184814 334843904 73984 33554432000 4194304 4394578 140734507926128 18446744073709551615 4292080 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 81749 73984 267 49 0 78890 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 326996

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 20641
/proc/meminfo: memFree=3621148/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=349268 CPUtime=342.21 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 79905 0 0 0 34201 20 0 0 25 0 1 0 879184814 357650432 78649 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 87317 78649 267 49 0 84458 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 349268

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 20642
/proc/meminfo: memFree=3586512/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=370968 CPUtime=402.21 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 84547 0 0 0 40200 21 0 0 25 0 1 0 879184814 379871232 83291 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 92742 83291 267 49 0 89883 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 370968

[startup+462.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/515 20644
/proc/meminfo: memFree=3566624/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=378068 CPUtime=462.2 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 86193 0 0 0 46199 21 0 0 25 0 1 0 879184814 387141632 84937 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 94517 84937 267 49 0 91658 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 378068

[startup+522.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/515 20654
/proc/meminfo: memFree=3530868/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=413160 CPUtime=522.21 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 94394 0 0 0 52198 23 0 0 25 0 1 0 879184814 423075840 93138 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298714 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 103290 93138 267 49 0 100431 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 413160

[startup+582.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 20656
/proc/meminfo: memFree=3493792/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=437344 CPUtime=582.21 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 100157 0 0 0 58196 25 0 0 25 0 1 0 879184814 447840256 98901 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 109336 98901 267 49 0 106477 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 437344

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 20752
/proc/meminfo: memFree=2946440/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=710904 CPUtime=4062.3 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 162433 0 0 0 406186 44 0 0 25 0 1 0 879184814 727965696 161177 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 177726 161177 267 49 0 174867 0
Current children cumulated CPU time (s) 4062.3
Current children cumulated vsize (KiB) 710904

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 20762
/proc/meminfo: memFree=2942808/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=711800 CPUtime=4122.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 162645 0 0 0 412184 44 0 0 25 0 1 0 879184814 728883200 161389 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 177950 161389 267 49 0 175091 0
Current children cumulated CPU time (s) 4122.28
Current children cumulated vsize (KiB) 711800

[startup+4182.3 s]
/proc/loadavg: 2.15 2.04 2.01 4/520 21100
/proc/meminfo: memFree=2935040/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=712824 CPUtime=4182.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 162814 0 0 0 418184 44 0 0 25 0 1 0 879184814 729931776 161558 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 178206 161558 267 49 0 175347 0
Current children cumulated CPU time (s) 4182.28
Current children cumulated vsize (KiB) 712824

[startup+4242.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/515 21250
/proc/meminfo: memFree=2952576/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=719480 CPUtime=4242.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 164068 0 0 0 424184 44 0 0 25 0 1 0 879184814 736747520 162812 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 179870 162812 267 49 0 177011 0
Current children cumulated CPU time (s) 4242.28
Current children cumulated vsize (KiB) 719480

[startup+4302.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/515 21251
/proc/meminfo: memFree=2946728/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=724728 CPUtime=4302.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 165061 0 0 0 430184 44 0 0 25 0 1 0 879184814 742121472 163805 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 181182 163805 267 49 0 178323 0
Current children cumulated CPU time (s) 4302.28
Current children cumulated vsize (KiB) 724728

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 21253
/proc/meminfo: memFree=2943720/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=727800 CPUtime=4362.27 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 165597 0 0 0 436183 44 0 0 25 0 1 0 879184814 745267200 164341 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 181950 164341 267 49 0 179091 0
Current children cumulated CPU time (s) 4362.27
Current children cumulated vsize (KiB) 727800

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 21254
/proc/meminfo: memFree=2936748/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=734460 CPUtime=4422.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 166764 0 0 0 442183 45 0 0 25 0 1 0 879184814 752087040 165508 33554432000 4194304 4394578 140734507926128 18446744073709551615 4346547 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 183615 165508 267 49 0 180756 0
Current children cumulated CPU time (s) 4422.28
Current children cumulated vsize (KiB) 734460

[startup+4482.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/515 21256
/proc/meminfo: memFree=2931504/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=738940 CPUtime=4482.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 167649 0 0 0 448183 45 0 0 25 0 1 0 879184814 756674560 166393 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 184735 166393 267 49 0 181876 0
Current children cumulated CPU time (s) 4482.28
Current children cumulated vsize (KiB) 738940

[startup+4542.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 21258
/proc/meminfo: memFree=2924764/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=743164 CPUtime=4542.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 168434 0 0 0 454183 45 0 0 25 0 1 0 879184814 760999936 167178 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 185791 167178 267 49 0 182932 0
Current children cumulated CPU time (s) 4542.28
Current children cumulated vsize (KiB) 743164

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 21259
/proc/meminfo: memFree=2915180/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=748284 CPUtime=4602.29 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 169394 0 0 0 460184 45 0 0 25 0 1 0 879184814 766242816 168138 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 187071 168138 267 49 0 184212 0
Current children cumulated CPU time (s) 4602.29
Current children cumulated vsize (KiB) 748284

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 21261
/proc/meminfo: memFree=2912536/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=748796 CPUtime=4662.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 169479 0 0 0 466183 45 0 0 25 0 1 0 879184814 766767104 168223 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 187199 168223 267 49 0 184340 0
Current children cumulated CPU time (s) 4662.28
Current children cumulated vsize (KiB) 748796

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 21262
/proc/meminfo: memFree=2908912/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=750460 CPUtime=4722.3 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 169814 0 0 0 472185 45 0 0 25 0 1 0 879184814 768471040 168558 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 187615 168558 267 49 0 184756 0
Current children cumulated CPU time (s) 4722.3
Current children cumulated vsize (KiB) 750460

[startup+4782.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/515 21264
/proc/meminfo: memFree=2904664/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=751484 CPUtime=4782.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 170016 0 0 0 478183 45 0 0 25 0 1 0 879184814 769519616 168760 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 187871 168760 267 49 0 185012 0
Current children cumulated CPU time (s) 4782.28
Current children cumulated vsize (KiB) 751484

[startup+4842.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/515 21266
/proc/meminfo: memFree=2898044/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=756348 CPUtime=4842.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 170950 0 0 0 484183 45 0 0 25 0 1 0 879184814 774500352 169694 33554432000 4194304 4394578 140734507926128 18446744073709551615 4313507 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 189087 169694 267 49 0 186228 0
Current children cumulated CPU time (s) 4842.28
Current children cumulated vsize (KiB) 756348

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 21267
/proc/meminfo: memFree=2863788/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=791592 CPUtime=4902.28 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 179571 0 0 0 490180 48 0 0 25 0 1 0 879184814 810590208 178315 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 197898 178315 267 49 0 195039 0
Current children cumulated CPU time (s) 4902.28
Current children cumulated vsize (KiB) 791592

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 21269
/proc/meminfo: memFree=2853584/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=801864 CPUtime=4962.29 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 182093 0 0 0 496180 49 0 0 25 0 1 0 879184814 821108736 180837 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 200466 180837 267 49 0 197607 0
Current children cumulated CPU time (s) 4962.29
Current children cumulated vsize (KiB) 801864



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.15 2.06 2.01 2/513 21271
/proc/meminfo: memFree=3548960/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=802660 CPUtime=5000.1 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 182261 0 0 0 499961 49 0 0 25 0 1 0 879184814 821923840 181005 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 200665 181005 267 49 0 197806 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 802660

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

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

[startup+5000.1 s]
/proc/loadavg: 2.15 2.06 2.01 2/513 21271
/proc/meminfo: memFree=3548960/32950940 swapFree=67111364/67111528
[pid=20630] ppid=20628 vsize=802660 CPUtime=5000.1 cores=1,3,5,7
/proc/20630/stat : 20630 (SApperloT2010) R 20628 20630 20386 0 -1 4202496 182261 0 0 0 499961 49 0 0 25 0 1 0 879184814 821923840 181005 33554432000 4194304 4394578 140734507926128 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/20630/statm: 200665 181005 267 49 0 197806 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 802660

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.15
CPU time (s): 5000.15
CPU user time (s): 4999.62
CPU system time (s): 0.526919
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 802660

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

runsolver used 24.5823 second user time and 60.0949 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-01 02:52:20
IDJOB=3438488
IDBENCH=71425
IDSOLVER=1933
FILE ID=node117/3438488-1306889540
RUNJOBID= node117-1306884537-20405
PBS_JOBID= 13488459
Free space on /tmp= 58348 MiB

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

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

MD5SUM BENCH= e4e4b653016e98f210aa8da2214e783a
RANDOM SEED=1058150467

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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.849
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.74
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.849
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.849
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.75
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.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       4219060 kB
Buffers:        308840 kB
Cached:       17898544 kB
SwapCached:          0 kB
Active:       20975368 kB
Inactive:      7059924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       4219060 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            8172 kB
Writeback:           0 kB
AnonPages:     9826924 kB
Mapped:          41980 kB
Slab:           570084 kB
PageTables:      57956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149533744 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= 58388 MiB
End job on node117 at 2011-06-01 04:15:43