Trace number 3379818

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) 1300.05 1300.03

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_406.cnf
MD5SUM906590ef62b3db2841b2d529fd1636f7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark698.76
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of clauses22241
Sum of the clauses size99837
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 268
Number of clauses of size 320324
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51849

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: 961)

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-3379818-1305458002/watcher-3379818-1305458002 -o /tmp/evaluation-result-3379818-1305458002/solver-3379818-1305458002 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379818-1305458002.cnf 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.51 3.93 3.97 4/363 1723
/proc/meminfo: memFree=26610236/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=12656 CPUtime=0 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 533 0 0 0 0 0 0 0 20 0 1 0 657398703 12959744 473 33554432000 4194304 4394578 140737228690640 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 3164 473 247 49 0 305 0

[startup+0.0555451 s]
/proc/loadavg: 3.51 3.93 3.97 4/363 1723
/proc/meminfo: memFree=26610236/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=14632 CPUtime=0.05 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 1041 0 0 0 5 0 0 0 20 0 1 0 657398703 14983168 980 33554432000 4194304 4394578 140737228690640 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 3658 980 255 49 0 799 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 14632

[startup+0.100539 s]
/proc/loadavg: 3.51 3.93 3.97 4/363 1723
/proc/meminfo: memFree=26610236/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=14632 CPUtime=0.09 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 1041 0 0 0 9 0 0 0 20 0 1 0 657398703 14983168 980 33554432000 4194304 4394578 140737228690640 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 3658 980 255 49 0 799 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14632

[startup+0.300519 s]
/proc/loadavg: 3.51 3.93 3.97 4/363 1723
/proc/meminfo: memFree=26610236/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=19072 CPUtime=0.29 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 2279 0 0 0 29 0 0 0 21 0 1 0 657398703 19529728 2130 33554432000 4194304 4394578 140737228690640 18446744073709551615 4315351 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 4768 2130 266 49 0 1909 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19072

[startup+0.700439 s]
/proc/loadavg: 3.51 3.93 3.97 4/363 1723
/proc/meminfo: memFree=26610236/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=21000 CPUtime=0.69 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 2738 0 0 0 69 0 0 0 22 0 1 0 657398703 21504000 2589 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 5250 2590 266 49 0 2391 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21000

[startup+1.50031 s]
/proc/loadavg: 3.51 3.93 3.97 6/375 1745
/proc/meminfo: memFree=26559924/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=22572 CPUtime=1.49 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 3072 0 0 0 149 0 0 0 25 0 1 0 657398703 23113728 2923 33554432000 4194304 4394578 140737228690640 18446744073709551615 4287218 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 5643 2923 266 49 0 2784 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22572

[startup+3.10104 s]
/proc/loadavg: 3.55 3.93 3.97 5/375 1745
/proc/meminfo: memFree=26549980/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=25872 CPUtime=3.09 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 3846 0 0 0 309 0 0 0 25 0 1 0 657398703 26492928 3697 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 6468 3697 266 49 0 3609 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25872

[startup+6.3005 s]
/proc/loadavg: 3.55 3.93 3.97 6/375 1745
/proc/meminfo: memFree=26534480/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=29032 CPUtime=6.3 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 4515 0 0 0 629 1 0 0 25 0 1 0 657398703 29728768 4366 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 7258 4366 266 49 0 4399 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 29032

[startup+12.7004 s]
/proc/loadavg: 3.59 3.93 3.97 5/375 1745
/proc/meminfo: memFree=26513704/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=36188 CPUtime=12.69 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 6208 0 0 0 1268 1 0 0 25 0 1 0 657398703 37056512 6059 33554432000 4194304 4394578 140737228690640 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 9047 6059 266 49 0 6188 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 36188

[startup+25.5003 s]
/proc/loadavg: 3.97 4.00 3.99 5/375 1746
/proc/meminfo: memFree=26492164/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=41816 CPUtime=25.49 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 7524 0 0 0 2548 1 0 0 25 0 1 0 657398703 42819584 7375 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 10454 7375 266 49 0 7595 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 41816

[startup+51.101 s]
/proc/loadavg: 3.98 4.00 3.99 6/375 1747
/proc/meminfo: memFree=26438364/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=52916 CPUtime=51.09 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 9969 0 0 0 5108 1 0 0 25 0 1 0 657398703 54185984 9820 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298751 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 13229 9820 266 49 0 10370 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52916

[startup+102.314 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1775
/proc/meminfo: memFree=26395696/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=76260 CPUtime=102.31 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 15571 0 0 0 10228 3 0 0 25 0 1 0 657398703 78090240 15422 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 19065 15422 266 49 0 16206 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 76260

[startup+162.3 s]
/proc/loadavg: 3.99 4.00 3.99 5/375 1776
/proc/meminfo: memFree=26296024/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=97144 CPUtime=162.29 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 20629 0 0 0 16225 4 0 0 25 0 1 0 657398703 99475456 20480 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 24286 20480 266 49 0 21427 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97144

[startup+222.3 s]
/proc/loadavg: 3.99 4.00 3.99 6/375 1778
/proc/meminfo: memFree=26214904/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=118080 CPUtime=222.3 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 25836 0 0 0 22224 6 0 0 25 0 1 0 657398703 120913920 25687 33554432000 4194304 4394578 140737228690640 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 29520 25687 266 49 0 26661 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 118080

[startup+282.3 s]
/proc/loadavg: 3.99 4.00 3.99 6/375 1780
/proc/meminfo: memFree=26150144/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=136936 CPUtime=282.29 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 30525 0 0 0 28222 7 0 0 25 0 1 0 657398703 140222464 30376 33554432000 4194304 4394578 140737228690640 18446744073709551615 4327193 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 34234 30376 266 49 0 31375 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 136936

[startup+342.301 s]
/proc/loadavg: 3.99 4.00 3.99 6/375 1781
/proc/meminfo: memFree=26043608/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=174452 CPUtime=342.3 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 39885 0 0 0 34221 9 0 0 25 0 1 0 657398703 178638848 39736 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 43613 39737 266 49 0 40754 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 174452

[startup+402.301 s]
/proc/loadavg: 3.99 4.00 3.99 6/375 1783
/proc/meminfo: memFree=25950468/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=208184 CPUtime=402.29 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 48265 0 0 0 40218 11 0 0 25 0 1 0 657398703 213180416 48116 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 52046 48116 266 49 0 49187 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 208184

[startup+462.301 s]
/proc/loadavg: 3.99 4.00 3.99 6/375 1784
/proc/meminfo: memFree=25864144/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=242364 CPUtime=462.3 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 56777 0 0 0 46216 14 0 0 25 0 1 0 657398703 248180736 56628 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 60591 56628 266 49 0 57732 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 242364

[startup+522.301 s]
/proc/loadavg: 4.06 4.01 4.00 6/375 1786
/proc/meminfo: memFree=25791344/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=254460 CPUtime=522.3 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 59788 0 0 0 52216 14 0 0 25 0 1 0 657398703 260567040 59639 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 63615 59639 266 49 0 60756 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 254460

[startup+582.301 s]
/proc/loadavg: 4.17 4.04 4.01 6/375 1788
/proc/meminfo: memFree=25749916/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=262268 CPUtime=582.3 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 61704 0 0 0 58216 14 0 0 25 0 1 0 657398703 268562432 61555 33554432000 4194304 4394578 140737228690640 18446744073709551615 4291820 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 65567 61555 266 49 0 62708 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 262268

[startup+642.301 s]
/proc/loadavg: 4.13 4.04 4.00 6/375 1789
/proc/meminfo: memFree=25693464/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=284352 CPUtime=642.3 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 67164 0 0 0 64214 16 0 0 25 0 1 0 657398703 291176448 67015 33554432000 4194304 4394578 140737228690640 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 71088 67015 266 49 0 68229 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 284352

[startup+702.301 s]
/proc/loadavg: 4.05 4.03 4.00 6/375 1791
/proc/meminfo: memFree=25632900/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=299924 CPUtime=702.3 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 71083 0 0 0 70213 17 0 0 25 0 1 0 657398703 307122176 70934 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 74981 70934 266 49 0 72122 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 299924

[startup+762.315 s]
/proc/loadavg: 4.02 4.02 4.00 6/375 1792
/proc/meminfo: memFree=25590072/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=325624 CPUtime=762.32 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 77516 0 0 0 76214 18 0 0 25 0 1 0 657398703 333438976 77367 33554432000 4194304 4394578 140737228690640 18446744073709551615 4346537 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 81406 77367 266 49 0 78547 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 325624

[startup+822.301 s]
/proc/loadavg: 4.00 4.02 4.00 6/375 1794
/proc/meminfo: memFree=25552832/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=336336 CPUtime=822.31 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 80137 0 0 0 82212 19 0 0 25 0 1 0 657398703 344408064 79988 33554432000 4194304 4394578 140737228690640 18446744073709551615 4316176 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 84084 79988 266 49 0 81225 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 336336

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 4.00 5/375 1796
/proc/meminfo: memFree=25471320/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=366760 CPUtime=882.31 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 87686 0 0 0 88210 21 0 0 25 0 1 0 657398703 375562240 87537 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 91690 87537 266 49 0 88831 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 366760

[startup+942.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/375 1797
/proc/meminfo: memFree=25391688/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=392896 CPUtime=942.3 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 94253 0 0 0 94208 22 0 0 25 0 1 0 657398703 402325504 94104 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 98224 94104 266 49 0 95365 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 392896

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/375 1799
/proc/meminfo: memFree=25296808/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=426428 CPUtime=1002.31 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 102657 0 0 0 100207 24 0 0 25 0 1 0 657398703 436662272 102508 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 106607 102508 266 49 0 103748 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 426428

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.00 6/375 1800
/proc/meminfo: memFree=25203060/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=448360 CPUtime=1062.31 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 108107 0 0 0 106206 25 0 0 25 0 1 0 657398703 459120640 107958 33554432000 4194304 4394578 140737228690640 18446744073709551615 4291482 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 112090 107958 266 49 0 109231 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 448360

[startup+1122.3 s]
/proc/loadavg: 4.08 4.02 4.01 5/375 1829
/proc/meminfo: memFree=25270456/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=448780 CPUtime=1122.31 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 108226 0 0 0 112206 25 0 0 25 0 1 0 657398703 459550720 108077 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 112195 108077 266 49 0 109336 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 448780

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 4.00 5/375 1831
/proc/meminfo: memFree=25217444/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=449196 CPUtime=1182.31 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 108332 0 0 0 118206 25 0 0 25 0 1 0 657398703 459976704 108183 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 112299 108183 266 49 0 109440 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 449196

[startup+1242.3 s]
/proc/loadavg: 4.12 4.05 4.01 5/375 1832
/proc/meminfo: memFree=25032564/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=463244 CPUtime=1242.31 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 111854 0 0 0 124205 26 0 0 25 0 1 0 657398703 474361856 111705 33554432000 4194304 4394578 140737228690640 18446744073709551615 4291475 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 115811 111705 266 49 0 112952 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 463244



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.05 4.01 5/375 1834
/proc/meminfo: memFree=24899804/32951124 swapFree=63649232/67111528
[pid=1723] ppid=1719 vsize=486364 CPUtime=1300.02 cores=5,7
/proc/1723/stat : 1723 (SApperloT2010) R 1719 1723 1684 0 -1 4202496 117580 0 0 0 129974 28 0 0 25 0 1 0 657398703 498036736 117431 33554432000 4194304 4394578 140737228690640 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1723/statm: 121591 117431 266 49 0 118732 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 486364

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1299.75
CPU system time (s): 0.299954
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 486364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.75
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117580
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= 6
involuntary context switches= 1340

runsolver used 4.67729 second user time and 10.9663 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 13:13:22
IDJOB=3379818
IDBENCH=83298
IDSOLVER=1862
FILE ID=node130/3379818-1305458002
RUNJOBID= node130-1305458002-1705
PBS_JOBID= 13324900
Free space on /tmp= 73396 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_406.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379818-1305458002/watcher-3379818-1305458002 -o /tmp/evaluation-result-3379818-1305458002/solver-3379818-1305458002 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379818-1305458002.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 906590ef62b3db2841b2d529fd1636f7
RANDOM SEED=1483253035

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26610556 kB
Buffers:        288360 kB
Cached:        4021064 kB
SwapCached:      10248 kB
Active:        2153332 kB
Inactive:      3897992 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26610556 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            1752 kB
Writeback:           0 kB
AnonPages:     1740612 kB
Mapped:          20044 kB
Slab:           188792 kB
PageTables:      35076 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88818316 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= 73372 MiB
End job on node130 at 2011-05-15 13:35:04