Trace number 3439173

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.11 5000

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
MD5SUMd2562f4e152a54a992ab300a2bacfba9
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 variables279
Number of clauses21616
Sum of the clauses size96978
Maximum clause length17
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 319321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52295

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

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 1/325 6121
/proc/meminfo: memFree=9170268/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=12780 CPUtime=0 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 554 0 0 0 0 0 0 0 25 0 1 0 881183795 13086720 493 33554432000 4194304 4394578 140736974272176 18446744073709551615 260020056773 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 3195 494 247 49 0 336 0

[startup+0.0934729 s]
/proc/loadavg: 2.00 2.01 2.00 1/325 6121
/proc/meminfo: memFree=9170268/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=15588 CPUtime=0.08 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 1414 0 0 0 8 0 0 0 25 0 1 0 881183795 15962112 1266 33554432000 4194304 4394578 140736974272176 18446744073709551615 4323753 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 3897 1269 258 49 0 1038 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15588

[startup+0.10047 s]
/proc/loadavg: 2.00 2.01 2.00 1/325 6121
/proc/meminfo: memFree=9170268/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=16908 CPUtime=0.09 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 1732 0 0 0 9 0 0 0 25 0 1 0 881183795 17313792 1584 33554432000 4194304 4394578 140736974272176 18446744073709551615 260020057121 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 4227 1587 266 49 0 1368 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16908

[startup+0.300422 s]
/proc/loadavg: 2.00 2.01 2.00 1/325 6121
/proc/meminfo: memFree=9170268/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=19356 CPUtime=0.29 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 2361 0 0 0 29 0 0 0 25 0 1 0 881183795 19820544 2213 33554432000 4194304 4394578 140736974272176 18446744073709551615 4346534 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 4839 2213 266 49 0 1980 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19356

[startup+0.700349 s]
/proc/loadavg: 2.00 2.01 2.00 1/325 6121
/proc/meminfo: memFree=9170268/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=21904 CPUtime=0.69 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 2955 0 0 0 69 0 0 0 25 0 1 0 881183795 22429696 2807 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298701 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 5476 2807 266 49 0 2617 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21904

[startup+1.5002 s]
/proc/loadavg: 2.00 2.01 2.00 2/326 6122
/proc/meminfo: memFree=9159232/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=23120 CPUtime=1.49 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 3238 0 0 0 149 0 0 0 25 0 1 0 881183795 23674880 3090 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 5780 3090 266 49 0 2921 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23120

[startup+3.10092 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6149
/proc/meminfo: memFree=9166104/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=26192 CPUtime=3.09 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 3960 0 0 0 309 0 0 0 25 0 1 0 881183795 26820608 3812 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 6548 3812 266 49 0 3689 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26192

[startup+6.30032 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6150
/proc/meminfo: memFree=9149924/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=29360 CPUtime=6.29 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 4705 0 0 0 628 1 0 0 25 0 1 0 881183795 30064640 4557 33554432000 4194304 4394578 140736974272176 18446744073709551615 4292224 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 7340 4557 266 49 0 4481 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29360

[startup+12.7012 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6150
/proc/meminfo: memFree=9129560/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=35360 CPUtime=12.69 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 6114 0 0 0 1268 1 0 0 25 0 1 0 881183795 36208640 5966 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 8840 5966 266 49 0 5981 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35360

[startup+25.5008 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6150
/proc/meminfo: memFree=9097700/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=48400 CPUtime=25.49 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 9202 0 0 0 2547 2 0 0 25 0 1 0 881183795 49561600 9054 33554432000 4194304 4394578 140736974272176 18446744073709551615 4313519 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 12100 9054 266 49 0 9241 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48400

[startup+51.1011 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6151
/proc/meminfo: memFree=9055124/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=65780 CPUtime=51.09 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 13423 0 0 0 5106 3 0 0 25 0 1 0 881183795 67358720 13275 33554432000 4194304 4394578 140736974272176 18446744073709551615 4315351 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 16445 13275 266 49 0 13586 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 65780

[startup+102.313 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6152
/proc/meminfo: memFree=8977352/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=101648 CPUtime=102.3 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 22121 0 0 0 10226 4 0 0 25 0 1 0 881183795 104087552 21973 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 25412 21973 266 49 0 22553 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 101648

[startup+162.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/328 6154
/proc/meminfo: memFree=8900164/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=133692 CPUtime=162.28 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 29830 0 0 0 16223 5 0 0 25 0 1 0 881183795 136900608 29682 33554432000 4194304 4394578 140736974272176 18446744073709551615 4296760 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/6121/statm: 33423 29682 266 49 0 30564 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 133692

[startup+222.301 s]
/proc/loadavg: 2.14 2.04 2.01 3/328 6155
/proc/meminfo: memFree=8847788/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=162332 CPUtime=222.25 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 36793 0 0 0 22218 7 0 0 25 0 1 0 881183795 166227968 36645 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 40583 36645 266 49 0 37724 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 162332

[startup+282.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/328 6157
/proc/meminfo: memFree=8793060/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=187940 CPUtime=282.26 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 43016 0 0 0 28217 9 0 0 25 0 1 0 881183795 192450560 42868 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 46985 42868 266 49 0 44126 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 187940

[startup+342.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/328 6159
/proc/meminfo: memFree=8698892/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=240196 CPUtime=342.26 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 55972 0 0 0 34215 11 0 0 25 0 1 0 881183795 245960704 55824 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 60049 55824 266 49 0 57190 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 240196

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/328 6160
/proc/meminfo: memFree=8633484/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=287776 CPUtime=402.26 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 67792 0 0 0 40214 12 0 0 25 0 1 0 881183795 294682624 67644 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 71944 67644 266 49 0 69085 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 287776

[startup+462.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6162
/proc/meminfo: memFree=8561256/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=334040 CPUtime=462.26 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 79300 0 0 0 46212 14 0 0 25 0 1 0 881183795 342056960 79152 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 83510 79152 266 49 0 80651 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 334040

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6163
/proc/meminfo: memFree=8487424/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=360600 CPUtime=522.27 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 85799 0 0 0 52211 16 0 0 25 0 1 0 881183795 369254400 85651 33554432000 4194304 4394578 140736974272176 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 90150 85651 266 49 0 87291 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 360600

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6165
/proc/meminfo: memFree=8449792/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=362904 CPUtime=582.27 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 86327 0 0 0 58211 16 0 0 25 0 1 0 881183795 371613696 86179 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 90726 86179 266 49 0 87867 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 362904

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6284
/proc/meminfo: memFree=5940736/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1618940 CPUtime=4062.38 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 399852 0 0 0 406154 84 0 0 25 0 1 0 881183795 1657794560 399670 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 404735 399670 267 49 0 401876 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 1618940

[startup+4122.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/328 6285
/proc/meminfo: memFree=5940320/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1619720 CPUtime=4122.37 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 399978 0 0 0 412153 84 0 0 25 0 1 0 881183795 1658593280 399796 33554432000 4194304 4394578 140736974272176 18446744073709551615 4296323 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 404930 399796 267 49 0 402071 0
Current children cumulated CPU time (s) 4122.37
Current children cumulated vsize (KiB) 1619720

[startup+4182.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/328 6287
/proc/meminfo: memFree=5940032/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1619720 CPUtime=4182.38 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 400009 0 0 0 418154 84 0 0 25 0 1 0 881183795 1658593280 399827 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 404930 399827 267 49 0 402071 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 1619720

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6289
/proc/meminfo: memFree=5929076/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1630808 CPUtime=4242.38 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 402758 0 0 0 424153 85 0 0 25 0 1 0 881183795 1669947392 402576 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 407702 402576 267 49 0 404843 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 1630808

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6290
/proc/meminfo: memFree=5903488/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1656300 CPUtime=4302.38 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 409133 0 0 0 430152 86 0 0 25 0 1 0 881183795 1696051200 408951 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 414075 408951 267 49 0 411216 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 1656300

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6292
/proc/meminfo: memFree=5881980/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1677508 CPUtime=4362.38 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 414407 0 0 0 436151 87 0 0 25 0 1 0 881183795 1717768192 414225 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 419377 414225 267 49 0 416518 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 1677508

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6296
/proc/meminfo: memFree=5852648/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1706272 CPUtime=4422.39 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 421552 0 0 0 442150 89 0 0 25 0 1 0 881183795 1747222528 421370 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 426568 421370 267 49 0 423709 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 1706272

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6298
/proc/meminfo: memFree=5821448/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1737008 CPUtime=4482.38 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 429254 0 0 0 448148 90 0 0 25 0 1 0 881183795 1778696192 429072 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 434252 429072 267 49 0 431393 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 1737008

[startup+4542.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/328 6300
/proc/meminfo: memFree=5802060/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1749680 CPUtime=4542.39 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 432459 0 0 0 454148 91 0 0 25 0 1 0 881183795 1791672320 432277 33554432000 4194304 4394578 140736974272176 18446744073709551615 4287670 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 437420 432277 267 49 0 434561 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 1749680

[startup+4602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/328 6301
/proc/meminfo: memFree=5741868/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1774616 CPUtime=4602.4 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 438595 0 0 0 460148 92 0 0 25 0 1 0 881183795 1817206784 438413 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 443654 438413 267 49 0 440795 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 1774616

[startup+4662.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/328 6303
/proc/meminfo: memFree=5678940/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1797580 CPUtime=4662.4 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 444309 0 0 0 466147 93 0 0 25 0 1 0 881183795 1840721920 444127 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 449395 444127 267 49 0 446536 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 1797580

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 6304
/proc/meminfo: memFree=5611324/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1829584 CPUtime=4722.41 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 452317 0 0 0 472146 95 0 0 25 0 1 0 881183795 1873494016 452135 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 457396 452135 267 49 0 454537 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 1829584

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6306
/proc/meminfo: memFree=5553244/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1857172 CPUtime=4782.4 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 459206 0 0 0 478144 96 0 0 25 0 1 0 881183795 1901744128 459024 33554432000 4194304 4394578 140736974272176 18446744073709551615 4327178 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 464293 459024 267 49 0 461434 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 1857172

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6308
/proc/meminfo: memFree=5507324/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1857692 CPUtime=4842.4 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 459303 0 0 0 484144 96 0 0 25 0 1 0 881183795 1902276608 459121 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298342 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 464423 459121 267 49 0 461564 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 1857692

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6309
/proc/meminfo: memFree=5450372/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1886728 CPUtime=4902.4 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 466569 0 0 0 490143 97 0 0 25 0 1 0 881183795 1932009472 466387 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 471682 466387 267 49 0 468823 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 1886728

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 6311
/proc/meminfo: memFree=5416344/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1912992 CPUtime=4962.4 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 473101 0 0 0 496141 99 0 0 25 0 1 0 881183795 1958903808 472919 33554432000 4194304 4394578 140736974272176 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 478248 472919 267 49 0 475389 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 1912992



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/328 6312
/proc/meminfo: memFree=5391768/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1921224 CPUtime=5000.01 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 475123 0 0 0 499902 99 0 0 25 0 1 0 881183795 1967333376 474941 33554432000 4194304 4394578 140736974272176 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 480306 474941 267 49 0 477447 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 1921224

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.07 2.02 2.00 3/328 6312
/proc/meminfo: memFree=5391768/32951124 swapFree=67056304/67111528
[pid=6121] ppid=6119 vsize=1921224 CPUtime=5000.01 cores=0,2,4,6
/proc/6121/stat : 6121 (SApperloT2010) R 6119 6121 4449 0 -1 4202496 475123 0 0 0 499902 99 0 0 25 0 1 0 881183795 1967333376 474941 33554432000 4194304 4394578 140736974272176 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/6121/statm: 480306 474941 267 49 0 477447 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 1921224

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000
CPU time (s): 5000.11
CPU user time (s): 4999.03
CPU system time (s): 1.07883
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1921224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.03
system time used= 1.07883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475123
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10
involuntary context switches= 5623

runsolver used 16.0956 second user time and 33.9318 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-01 08:25:32
IDJOB=3439173
IDBENCH=83320
IDSOLVER=1933
FILE ID=node110/3439173-1306909532
RUNJOBID= node110-1306899528-5689
PBS_JOBID= 13488466
Free space on /tmp= 58916 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-17_279.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439173-1306909532/watcher-3439173-1306909532 -o /tmp/evaluation-result-3439173-1306909532/solver-3439173-1306909532 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439173-1306909532.cnf

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

MD5SUM BENCH= d2562f4e152a54a992ab300a2bacfba9
RANDOM SEED=678093470

node110.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.830
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.830
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.83
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.830
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.75
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.830
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.83
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.830
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.76
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9170424 kB
Buffers:        235940 kB
Cached:       19290364 kB
SwapCached:       8460 kB
Active:       11617380 kB
Inactive:     11515508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9170424 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:             816 kB
Writeback:          24 kB
AnonPages:     3604236 kB
Mapped:          27556 kB
Slab:           555172 kB
PageTables:      26848 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75618060 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= 58940 MiB
End job on node110 at 2011-06-01 09:48:54