Trace number 3439193

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.14 5000.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-19_349.cnf
MD5SUMfaed4f95ee485d18812f5d39a28df3e5
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 variables349
Number of clauses33487
Sum of the clauses size151837
Maximum clause length19
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 330276
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53211

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.14 1.05 1.01 3/463 17661
/proc/meminfo: memFree=5267004/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=13492 CPUtime=0 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 708 0 0 0 0 0 0 0 22 0 1 0 802554655 13815808 647 33554432000 4194304 4394578 140734039433632 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 3373 647 247 49 0 514 0

[startup+0.025233 s]
/proc/loadavg: 1.14 1.05 1.01 3/463 17661
/proc/meminfo: memFree=5267004/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=16128 CPUtime=0.02 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 1331 0 0 0 2 0 0 0 22 0 1 0 802554655 16515072 1269 33554432000 4194304 4394578 140734039433632 18446744073709551615 4267384 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 4032 1271 253 49 0 1173 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 16128

[startup+0.100279 s]
/proc/loadavg: 1.14 1.05 1.01 3/463 17661
/proc/meminfo: memFree=5267004/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=16128 CPUtime=0.09 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 1378 0 0 0 9 0 0 0 22 0 1 0 802554655 16515072 1316 33554432000 4194304 4394578 140734039433632 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 4032 1316 255 49 0 1173 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16128

[startup+0.300258 s]
/proc/loadavg: 1.14 1.05 1.01 3/463 17661
/proc/meminfo: memFree=5267004/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=21700 CPUtime=0.29 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 2982 0 0 0 29 0 0 0 23 0 1 0 802554655 22220800 2788 33554432000 4194304 4394578 140734039433632 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 5425 2788 267 49 0 2566 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21700

[startup+0.700189 s]
/proc/loadavg: 1.14 1.05 1.01 3/463 17661
/proc/meminfo: memFree=5267004/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=24648 CPUtime=0.69 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 3701 0 0 0 69 0 0 0 25 0 1 0 802554655 25239552 3507 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 6162 3507 267 49 0 3303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24648

[startup+1.50104 s]
/proc/loadavg: 1.14 1.05 1.01 5/465 17663
/proc/meminfo: memFree=5239840/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=26992 CPUtime=1.49 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 4275 0 0 0 148 1 0 0 25 0 1 0 802554655 27639808 4081 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 6748 4081 267 49 0 3889 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26992

[startup+3.10069 s]
/proc/loadavg: 1.14 1.05 1.01 5/465 17663
/proc/meminfo: memFree=5234900/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=29136 CPUtime=3.09 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 4746 0 0 0 308 1 0 0 25 0 1 0 802554655 29835264 4552 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 7284 4552 267 49 0 4425 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29136

[startup+6.30019 s]
/proc/loadavg: 1.21 1.06 1.02 4/465 17663
/proc/meminfo: memFree=5225836/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=34508 CPUtime=6.29 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 6036 0 0 0 628 1 0 0 25 0 1 0 802554655 35336192 5842 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 8627 5842 267 49 0 5768 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34508

[startup+12.7011 s]
/proc/loadavg: 1.27 1.08 1.02 4/465 17663
/proc/meminfo: memFree=5206020/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=47896 CPUtime=12.7 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 9309 0 0 0 1268 2 0 0 25 0 1 0 802554655 49045504 9115 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 11974 9115 267 49 0 9115 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 47896

[startup+25.5008 s]
/proc/loadavg: 1.43 1.12 1.04 4/465 17664
/proc/meminfo: memFree=5181720/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=62068 CPUtime=25.49 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 12644 0 0 0 2546 3 0 0 25 0 1 0 802554655 63557632 12450 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298738 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 15517 12450 267 49 0 12658 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62068

[startup+51.1003 s]
/proc/loadavg: 1.62 1.19 1.06 4/465 17664
/proc/meminfo: memFree=5127976/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=83364 CPUtime=51.09 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 17718 0 0 0 5105 4 0 0 25 0 1 0 802554655 85364736 17524 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 20841 17524 267 49 0 17982 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83364

[startup+102.318 s]
/proc/loadavg: 1.84 1.32 1.11 5/465 17666
/proc/meminfo: memFree=5054288/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=125764 CPUtime=102.31 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 28001 0 0 0 10225 6 0 0 25 0 1 0 802554655 128782336 27807 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 31441 27807 267 49 0 28582 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 125764

[startup+162.301 s]
/proc/loadavg: 1.94 1.44 1.16 4/465 17667
/proc/meminfo: memFree=4998796/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=156380 CPUtime=162.29 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 35083 0 0 0 16221 8 0 0 25 0 1 0 802554655 160133120 34889 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 39095 34889 267 49 0 36236 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 156380

[startup+222.301 s]
/proc/loadavg: 1.98 1.54 1.21 4/465 17669
/proc/meminfo: memFree=4930676/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=197756 CPUtime=222.3 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 45112 0 0 0 22220 10 0 0 25 0 1 0 802554655 202502144 44918 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 49439 44918 267 49 0 46580 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 197756

[startup+282.3 s]
/proc/loadavg: 1.99 1.62 1.26 4/465 17671
/proc/meminfo: memFree=4860944/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=235492 CPUtime=282.3 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 54334 0 0 0 28218 12 0 0 25 0 1 0 802554655 241143808 54140 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 58873 54140 267 49 0 56014 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 235492

[startup+342.301 s]
/proc/loadavg: 2.15 1.72 1.31 4/465 17672
/proc/meminfo: memFree=4814892/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=265828 CPUtime=342.3 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 61733 0 0 0 34217 13 0 0 25 0 1 0 802554655 272207872 61539 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 66457 61539 267 49 0 63598 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 265828

[startup+402.3 s]
/proc/loadavg: 2.20 1.80 1.36 4/465 17674
/proc/meminfo: memFree=4754952/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=294156 CPUtime=402.3 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 68718 0 0 0 40216 14 0 0 25 0 1 0 802554655 301215744 68524 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 73539 68524 267 49 0 70680 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 294156

[startup+462.301 s]
/proc/loadavg: 2.07 1.83 1.40 4/465 17675
/proc/meminfo: memFree=4697244/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=328144 CPUtime=462.31 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 77164 0 0 0 46215 16 0 0 25 0 1 0 802554655 336019456 76970 33554432000 4194304 4394578 140734039433632 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 82036 76970 267 49 0 79177 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 328144

[startup+522.301 s]
/proc/loadavg: 2.02 1.86 1.43 4/465 17677
/proc/meminfo: memFree=4637672/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=355552 CPUtime=522.3 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 83849 0 0 0 52213 17 0 0 25 0 1 0 802554655 364085248 83655 33554432000 4194304 4394578 140734039433632 18446744073709551615 4290896 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 88888 83655 267 49 0 86029 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 355552

[startup+582.3 s]
/proc/loadavg: 2.01 1.88 1.47 5/465 17679
/proc/meminfo: memFree=4578596/32950928 swapFree=45617060/67111528
[pid=17661] ppid=17659 vsize=389912 CPUtime=582.3 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 92262 0 0 0 58211 19 0 0 25 0 1 0 802554655 399269888 92068 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 97478 92068 267 49 0 94619 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 389912

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 4/465 17797
/proc/meminfo: memFree=1768688/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=1859596 CPUtime=4062.41 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 455638 0 0 0 406149 92 0 0 25 0 1 0 802554655 1904226304 455444 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 464899 455444 267 49 0 462040 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 1859596

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/465 17799
/proc/meminfo: memFree=1695920/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=1890616 CPUtime=4122.39 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 463374 0 0 0 412146 93 0 0 25 0 1 0 802554655 1935990784 463180 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 472654 463180 267 49 0 469795 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 1890616

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/465 17801
/proc/meminfo: memFree=1621340/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=1930708 CPUtime=4182.4 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 473407 0 0 0 418145 95 0 0 25 0 1 0 802554655 1977044992 473213 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 482677 473213 267 49 0 479818 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 1930708

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/465 17802
/proc/meminfo: memFree=1582520/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=1939472 CPUtime=4242.4 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 475632 0 0 0 424144 96 0 0 25 0 1 0 802554655 1986019328 475438 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 484868 475438 267 49 0 482009 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 1939472

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/465 17804
/proc/meminfo: memFree=1503520/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=1959668 CPUtime=4302.4 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 480675 0 0 0 430143 97 0 0 25 0 1 0 802554655 2006700032 480481 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 489917 480481 267 49 0 487058 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 1959668

[startup+4362.3 s]
/proc/loadavg: 2.11 2.04 2.01 5/465 17805
/proc/meminfo: memFree=1411400/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=1997368 CPUtime=4362.4 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 490069 0 0 0 436142 98 0 0 25 0 1 0 802554655 2045304832 489875 33554432000 4194304 4394578 140734039433632 18446744073709551615 4327692 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 499342 489875 267 49 0 496483 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 1997368

[startup+4422.3 s]
/proc/loadavg: 2.07 2.05 2.01 4/465 17807
/proc/meminfo: memFree=1352312/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2023288 CPUtime=4422.4 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 496532 0 0 0 442140 100 0 0 25 0 1 0 802554655 2071846912 496338 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298342 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 505822 496338 267 49 0 502963 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 2023288

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.01 4/465 17809
/proc/meminfo: memFree=1285396/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2041416 CPUtime=4482.4 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 501051 0 0 0 448140 100 0 0 25 0 1 0 802554655 2090409984 500857 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 510354 500857 267 49 0 507495 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 2041416

[startup+4542.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/465 17810
/proc/meminfo: memFree=1182176/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2073920 CPUtime=4542.41 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 509093 0 0 0 454139 102 0 0 25 0 1 0 802554655 2123694080 508899 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 518480 508899 267 49 0 515621 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 2073920

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/465 17812
/proc/meminfo: memFree=1106040/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2114840 CPUtime=4602.41 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 519314 0 0 0 460137 104 0 0 25 0 1 0 802554655 2165596160 519120 33554432000 4194304 4394578 140734039433632 18446744073709551615 4309156 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 528710 519120 267 49 0 525851 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 2114840

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/465 17813
/proc/meminfo: memFree=1103812/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2115500 CPUtime=4662.4 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 519523 0 0 0 466136 104 0 0 25 0 1 0 802554655 2166272000 519329 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 528875 519329 267 49 0 526016 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 2115500

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 4/465 17815
/proc/meminfo: memFree=1104476/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2114960 CPUtime=4722.42 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 519578 0 0 0 472138 104 0 0 25 0 1 0 802554655 2165719040 519280 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 528740 519280 267 49 0 525881 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 2114960

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/465 17817
/proc/meminfo: memFree=1068660/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2153252 CPUtime=4782.41 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 529155 0 0 0 478135 106 0 0 25 0 1 0 802554655 2204930048 528857 33554432000 4194304 4394578 140734039433632 18446744073709551615 4313555 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 538313 528857 267 49 0 535454 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 2153252

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/465 17818
/proc/meminfo: memFree=1033428/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2185340 CPUtime=4842.41 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 537148 0 0 0 484133 108 0 0 25 0 1 0 802554655 2237788160 536850 33554432000 4194304 4394578 140734039433632 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 546335 536850 267 49 0 543476 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 2185340

[startup+4902.3 s]
/proc/loadavg: 2.16 2.04 2.01 4/465 17820
/proc/meminfo: memFree=1010420/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2209052 CPUtime=4902.41 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 543030 0 0 0 490132 109 0 0 25 0 1 0 802554655 2262069248 542732 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 552263 542732 267 49 0 549404 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 2209052

[startup+4962.3 s]
/proc/loadavg: 2.10 2.05 2.01 5/465 17821
/proc/meminfo: memFree=935128/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2240472 CPUtime=4962.41 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 550912 0 0 0 496131 110 0 0 25 0 1 0 802554655 2294243328 550614 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 560118 550614 267 49 0 557259 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 2240472



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.05 2.04 2.01 4/465 17822
/proc/meminfo: memFree=906016/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2249820 CPUtime=5000.02 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 553240 0 0 0 499891 111 0 0 25 0 1 0 802554655 2303815680 552942 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 562455 552942 267 49 0 559596 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2249820

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.05 2.04 2.01 4/465 17822
/proc/meminfo: memFree=906016/32950928 swapFree=45617076/67111528
[pid=17661] ppid=17659 vsize=2249820 CPUtime=5000.02 cores=1,3,5,7
/proc/17661/stat : 17661 (SApperloT2010) R 17659 17661 15952 0 -1 4202496 553240 0 0 0 499891 111 0 0 25 0 1 0 802554655 2303815680 552942 33554432000 4194304 4394578 140734039433632 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17661/statm: 562455 552942 267 49 0 559596 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 2249820

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.14
CPU user time (s): 4998.92
CPU system time (s): 1.21781
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 2249820

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

runsolver used 22.0247 second user time and 54.9706 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-01 08:25:49
IDJOB=3439193
IDBENCH=83336
IDSOLVER=1933
FILE ID=node123/3439193-1306909548
RUNJOBID= node123-1306909548-17643
PBS_JOBID= 13488453
Free space on /tmp= 16296 MiB

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

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

MD5SUM BENCH= faed4f95ee485d18812f5d39a28df3e5
RANDOM SEED=1793455541

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.80
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.838
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.838
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:     32950928 kB
MemFree:       5267516 kB
Buffers:         97828 kB
Cached:       24748824 kB
SwapCached:       9236 kB
Active:       12848736 kB
Inactive:     13942700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5267516 kB
SwapTotal:    67111528 kB
SwapFree:     45617060 kB
Dirty:            1568 kB
Writeback:           0 kB
AnonPages:     1944340 kB
Mapped:          23572 kB
Slab:           743360 kB
PageTables:      78236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133358944 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= 16296 MiB
End job on node123 at 2011-06-01 09:49:11