Trace number 3438748

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.04

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-21x33.cnf
MD5SUMf7c29bbc3bef00d1e7cc799553ba4813
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 variables2772
Number of clauses448371
Sum of the clauses size1785168
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 24158
Number of clauses of size 30
Number of clauses of size 4444213
Number of clauses of size 50
Number of clauses of size over 50

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-3438748-1306895635/watcher-3438748-1306895635 -o /tmp/evaluation-result-3438748-1306895635/solver-3438748-1306895635 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438748-1306895635.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.03 2.03 2.00 3/446 27033
/proc/meminfo: memFree=5198888/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=19980 CPUtime=0 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 1517 0 0 0 0 0 0 0 25 0 1 0 801162298 20459520 1457 33554432000 4194304 4394578 140736991391120 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 4995 1460 247 49 0 2136 0

[startup+0.102905 s]
/proc/loadavg: 2.03 2.03 2.00 3/446 27033
/proc/meminfo: memFree=5198888/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=32784 CPUtime=0.09 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 4749 0 0 0 9 0 0 0 25 0 1 0 801162298 33570816 4689 33554432000 4194304 4394578 140736991391120 18446744073709551615 235594527429 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 8229 4690 247 49 0 5370 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32784

[startup+0.20089 s]
/proc/loadavg: 2.03 2.03 2.00 3/446 27033
/proc/meminfo: memFree=5198888/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=51420 CPUtime=0.18 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 9406 0 0 0 18 0 0 0 25 0 1 0 801162298 52654080 9346 33554432000 4194304 4394578 140736991391120 18446744073709551615 4369180 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 12855 9346 247 49 0 9996 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 51420

[startup+0.300875 s]
/proc/loadavg: 2.03 2.03 2.00 3/446 27033
/proc/meminfo: memFree=5198888/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=73136 CPUtime=0.29 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 13102 0 0 0 28 1 0 0 25 0 1 0 801162298 74891264 13041 33554432000 4194304 4394578 140736991391120 18446744073709551615 4267384 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 18284 13043 253 49 0 15425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73136

[startup+0.700796 s]
/proc/loadavg: 2.03 2.03 2.00 3/446 27033
/proc/meminfo: memFree=5198888/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=73252 CPUtime=0.69 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 14857 0 0 0 63 6 0 0 25 0 1 0 801162298 75010048 14796 33554432000 4194304 4394578 140736991391120 18446744073709551615 4254531 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 18313 14796 256 49 0 15454 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73252

[startup+1.50072 s]
/proc/loadavg: 2.03 2.03 2.00 3/447 27034
/proc/meminfo: memFree=5140000/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=73252 CPUtime=1.48 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 14857 0 0 0 141 7 0 0 25 0 1 0 801162298 75010048 14796 33554432000 4194304 4394578 140736991391120 18446744073709551615 235594891159 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 18313 14796 256 49 0 15454 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 73252

[startup+3.10045 s]
/proc/loadavg: 2.03 2.03 2.00 3/447 27034
/proc/meminfo: memFree=5082476/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=139696 CPUtime=3.09 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 33183 0 0 0 298 11 0 0 25 0 1 0 801162298 143048704 31361 33554432000 4194304 4394578 140736991391120 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 34924 31361 267 49 0 32065 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 139696

[startup+6.30088 s]
/proc/loadavg: 2.03 2.03 2.00 3/447 27034
/proc/meminfo: memFree=5058172/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=159036 CPUtime=6.29 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 37392 0 0 0 617 12 0 0 25 0 1 0 801162298 162852864 35570 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 39759 35570 267 49 0 36900 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 159036

[startup+12.7007 s]
/proc/loadavg: 2.10 2.04 2.01 3/447 27034
/proc/meminfo: memFree=5028948/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=185280 CPUtime=12.68 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 44330 0 0 0 1255 13 0 0 25 0 1 0 801162298 189726720 42508 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 46320 42508 267 49 0 43461 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 185280

[startup+25.5005 s]
/proc/loadavg: 2.08 2.04 2.00 3/447 27034
/proc/meminfo: memFree=4981828/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=230116 CPUtime=25.49 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 55698 0 0 0 2532 17 0 0 25 0 1 0 801162298 235638784 53876 33554432000 4194304 4394578 140736991391120 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 57529 53876 267 49 0 54670 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 230116

[startup+51.1009 s]
/proc/loadavg: 2.05 2.03 2.00 3/447 27035
/proc/meminfo: memFree=4957188/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=255076 CPUtime=51.09 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 61823 0 0 0 5091 18 0 0 25 0 1 0 801162298 261197824 60001 33554432000 4194304 4394578 140736991391120 18446744073709551615 4287960 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 63769 60001 267 49 0 60910 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 255076

[startup+102.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/447 27036
/proc/meminfo: memFree=4866948/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=348596 CPUtime=102.3 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 83514 0 0 0 10205 25 0 0 25 0 1 0 801162298 356962304 81692 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 87149 81692 267 49 0 84290 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 348596

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/447 27038
/proc/meminfo: memFree=4767332/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=454128 CPUtime=162.29 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 108516 0 0 0 16197 32 0 0 25 0 1 0 801162298 465027072 106694 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 113532 106694 267 49 0 110673 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 454128

[startup+222.317 s]
/proc/loadavg: 2.00 2.02 2.00 3/447 27039
/proc/meminfo: memFree=4702784/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=520636 CPUtime=222.31 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 124516 0 0 0 22196 35 0 0 25 0 1 0 801162298 533131264 122694 33554432000 4194304 4394578 140736991391120 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 130159 122694 267 49 0 127300 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 520636

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/447 27041
/proc/meminfo: memFree=4636280/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=590924 CPUtime=282.29 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 141055 0 0 0 28191 38 0 0 25 0 1 0 801162298 605106176 139233 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 147731 139233 267 49 0 144872 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 590924

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 27043
/proc/meminfo: memFree=4605328/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=625304 CPUtime=342.3 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 148700 0 0 0 34191 39 0 0 25 0 1 0 801162298 640311296 146878 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 156326 146878 267 49 0 153467 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 625304

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/447 27044
/proc/meminfo: memFree=4539332/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=683188 CPUtime=402.3 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 163151 0 0 0 40187 43 0 0 25 0 1 0 801162298 699584512 161329 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 170797 161329 267 49 0 167938 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 683188

[startup+462.301 s]
/proc/loadavg: 2.07 2.03 2.01 3/447 27046
/proc/meminfo: memFree=4466116/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=760012 CPUtime=462.29 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 181608 0 0 0 46184 45 0 0 25 0 1 0 801162298 778252288 179786 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 190003 179786 267 49 0 187144 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 760012

[startup+522.3 s]
/proc/loadavg: 2.21 2.07 2.02 3/447 27053
/proc/meminfo: memFree=4384580/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=846400 CPUtime=522.29 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 202520 0 0 0 52180 49 0 0 25 0 1 0 801162298 866713600 200698 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 211600 200698 267 49 0 208741 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 846400

[startup+582.301 s]
/proc/loadavg: 2.14 2.07 2.02 3/447 27055
/proc/meminfo: memFree=4328348/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=902260 CPUtime=582.3 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 215826 0 0 0 58178 52 0 0 25 0 1 0 801162298 923914240 214004 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 225565 214004 267 49 0 222706 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 902260

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 1.04 1.03 1.13 2/441 27178
/proc/meminfo: memFree=2988192/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2780976 CPUtime=4062.4 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 659396 0 0 0 406083 157 0 0 25 0 1 0 801162298 2847719424 657574 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 695244 657574 267 49 0 692385 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 2780976

[startup+4122.3 s]
/proc/loadavg: 1.01 1.02 1.12 2/441 27179
/proc/meminfo: memFree=2984044/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2786608 CPUtime=4122.38 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 660374 0 0 0 412081 157 0 0 25 0 1 0 801162298 2853486592 658552 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 696652 658552 267 49 0 693793 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 2786608

[startup+4182.32 s]
/proc/loadavg: 1.00 1.02 1.11 2/441 27181
/proc/meminfo: memFree=2973340/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2799664 CPUtime=4182.4 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 663146 0 0 0 418082 158 0 0 25 0 1 0 801162298 2866855936 661324 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 699916 661324 267 49 0 697057 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 2799664

[startup+4242.3 s]
/proc/loadavg: 1.00 1.01 1.09 2/441 27183
/proc/meminfo: memFree=2972676/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2799664 CPUtime=4242.39 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 663187 0 0 0 424080 159 0 0 25 0 1 0 801162298 2866855936 661365 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 699916 661365 267 49 0 697057 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 2799664

[startup+4302.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/441 27184
/proc/meminfo: memFree=2965452/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2808752 CPUtime=4302.39 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 664997 0 0 0 430080 159 0 0 25 0 1 0 801162298 2876162048 663175 33554432000 4194304 4394578 140736991391120 18446744073709551615 4300102 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 702188 663175 267 49 0 699329 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 2808752

[startup+4362.3 s]
/proc/loadavg: 1.00 1.00 1.08 2/441 27186
/proc/meminfo: memFree=2945084/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2830420 CPUtime=4362.39 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 670074 0 0 0 436078 161 0 0 25 0 1 0 801162298 2898350080 668252 33554432000 4194304 4394578 140736991391120 18446744073709551615 4345878 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 707605 668252 267 49 0 704746 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 2830420

[startup+4422.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/441 27187
/proc/meminfo: memFree=2940344/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2835428 CPUtime=4422.4 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 671261 0 0 0 442078 162 0 0 25 0 1 0 801162298 2903478272 669439 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 708857 669439 267 49 0 705998 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 2835428

[startup+4482.3 s]
/proc/loadavg: 1.00 1.00 1.07 2/441 27189
/proc/meminfo: memFree=2903328/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2875668 CPUtime=4482.39 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 680441 0 0 0 448075 164 0 0 25 0 1 0 801162298 2944684032 678619 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 718917 678619 267 49 0 716058 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 2875668

[startup+4542.3 s]
/proc/loadavg: 1.07 1.03 1.07 2/441 27191
/proc/meminfo: memFree=2863616/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2915704 CPUtime=4542.4 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 690376 0 0 0 454073 167 0 0 25 0 1 0 801162298 2985680896 688554 33554432000 4194304 4394578 140736991391120 18446744073709551615 4293604 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 728926 688554 267 49 0 726067 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 2915704

[startup+4602.3 s]
/proc/loadavg: 1.06 1.03 1.07 2/441 27192
/proc/meminfo: memFree=2796484/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2983396 CPUtime=4602.4 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 707135 0 0 0 460070 170 0 0 25 0 1 0 801162298 3054997504 705313 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 745849 705313 267 49 0 742990 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 2983396

[startup+4662.3 s]
/proc/loadavg: 1.02 1.02 1.07 2/441 27194
/proc/meminfo: memFree=2783920/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2995704 CPUtime=4662.4 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 710006 0 0 0 466069 171 0 0 25 0 1 0 801162298 3067600896 708184 33554432000 4194304 4394578 140736991391120 18446744073709551615 4292173 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 748926 708184 267 49 0 746067 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 2995704

[startup+4722.3 s]
/proc/loadavg: 1.00 1.02 1.06 2/441 27195
/proc/meminfo: memFree=2784632/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=2995704 CPUtime=4722.41 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 710048 0 0 0 472069 172 0 0 25 0 1 0 801162298 3067600896 708226 33554432000 4194304 4394578 140736991391120 18446744073709551615 4291924 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 748926 708226 267 49 0 746067 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 2995704

[startup+4782.3 s]
/proc/loadavg: 1.00 1.01 1.06 2/441 27197
/proc/meminfo: memFree=2708816/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=3074992 CPUtime=4782.4 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 728999 0 0 0 478065 175 0 0 25 0 1 0 801162298 3148791808 727177 33554432000 4194304 4394578 140736991391120 18446744073709551615 4291436 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 768748 727177 267 49 0 765889 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 3074992

[startup+4842.32 s]
/proc/loadavg: 1.00 1.01 1.05 2/441 27199
/proc/meminfo: memFree=2695628/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=3090024 CPUtime=4842.42 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 732188 0 0 0 484066 176 0 0 25 0 1 0 801162298 3164184576 730366 33554432000 4194304 4394578 140736991391120 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 772506 730366 267 49 0 769647 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 3090024

[startup+4902.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/441 27200
/proc/meminfo: memFree=2678856/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=3110312 CPUtime=4902.4 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 736418 0 0 0 490064 176 0 0 25 0 1 0 801162298 3184959488 734596 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 777578 734596 267 49 0 774719 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 3110312

[startup+4962.3 s]
/proc/loadavg: 1.00 1.00 1.04 2/441 27202
/proc/meminfo: memFree=2610628/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=3178960 CPUtime=4962.4 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 753458 0 0 0 496060 180 0 0 25 0 1 0 801162298 3255255040 751636 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 794740 751636 267 49 0 791881 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 3178960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.00 1.03 2/441 27203
/proc/meminfo: memFree=2507804/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=3281920 CPUtime=5000.02 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4202496 779094 0 0 0 499817 185 0 0 25 0 1 0 801162298 3360686080 777272 33554432000 4194304 4394578 140736991391120 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27033/statm: 820480 777272 267 49 0 817621 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 3281920

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

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

[startup+5000.02 s]
/proc/loadavg: 1.00 1.00 1.03 2/441 27203
/proc/meminfo: memFree=2507804/32950928 swapFree=34365936/67111528
[pid=27033] ppid=27031 vsize=0 CPUtime=5000.12 cores=1,3,5,7
/proc/27033/stat : 27033 (SApperloT2010) R 27031 27033 25939 0 -1 4203524 779094 0 0 0 499817 195 0 0 25 0 1 0 801162298 0 0 33554432000 0 0 0 0 0 0 0 4096 6 18446744073709551615 0 0 17 1 0 0 0
/proc/27033/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.04
CPU time (s): 5000.15
CPU user time (s): 4998.18
CPU system time (s): 1.9707
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3281920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.18
system time used= 1.9707
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 779094
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 41396

runsolver used 20.4949 second user time and 52.348 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-01 04:33:55
IDJOB=3438748
IDBENCH=83165
IDSOLVER=1933
FILE ID=node120/3438748-1306895635
RUNJOBID= node120-1306884537-25958
PBS_JOBID= 13488456
Free space on /tmp= 9872 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-21x33.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438748-1306895635/watcher-3438748-1306895635 -o /tmp/evaluation-result-3438748-1306895635/solver-3438748-1306895635 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438748-1306895635.cnf

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

MD5SUM BENCH= f7c29bbc3bef00d1e7cc799553ba4813
RANDOM SEED=1694840084

node120.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.809
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.61
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.809
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	: 5226.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:       5199168 kB
Buffers:         92468 kB
Cached:       26262276 kB
SwapCached:      12468 kB
Active:       11985880 kB
Inactive:     14811868 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5199168 kB
SwapTotal:    67111528 kB
SwapFree:     34365936 kB
Dirty:           10900 kB
Writeback:          64 kB
AnonPages:      440900 kB
Mapped:           9336 kB
Slab:           794264 kB
PageTables:      92440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105864476 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= 9872 MiB
End job on node120 at 2011-06-01 05:57:17