Trace number 3275798

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
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 5000.08 5000.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
MD5SUM1144bbd60c180aa5e72d35b74e9676cb
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 variables312
Number of clauses26889
Sum of the clauses size121302
Maximum clause length18
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 324180
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52709

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

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-3275798-1303655711/watcher-3275798-1303655711 -o /tmp/evaluation-result-3275798-1303655711/solver-3275798-1303655711 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3275798-1303655711.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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.03 2.01 1.95 2/177 17978
/proc/meminfo: memFree=20496556/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=2312 CPUtime=0 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 363 0 0 0 0 0 0 0 25 0 1 0 555801753 2367488 317 33554432000 134512640 136057169 4293863792 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 578 317 145 378 0 198 0

[startup+0.0232891 s]
/proc/loadavg: 2.03 2.01 1.95 2/177 17978
/proc/meminfo: memFree=20496556/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=3724 CPUtime=0.02 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 741 0 0 0 2 0 0 0 25 0 1 0 555801753 3813376 693 33554432000 134512640 136057169 4293863792 18446744073709551615 134774372 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 931 693 166 378 0 551 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3724

[startup+0.100315 s]
/proc/loadavg: 2.03 2.01 1.95 2/177 17978
/proc/meminfo: memFree=20496556/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=3724 CPUtime=0.09 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 741 0 0 0 9 0 0 0 25 0 1 0 555801753 3813376 693 33554432000 134512640 136057169 4293863792 18446744073709551615 134774422 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 931 693 166 378 0 551 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3724

[startup+0.300288 s]
/proc/loadavg: 2.03 2.01 1.95 2/177 17978
/proc/meminfo: memFree=20496556/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=3628 CPUtime=0.29 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 758 0 0 0 29 0 0 0 25 0 1 0 555801753 3715072 690 33554432000 134512640 136057169 4293863792 18446744073709551615 134618289 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 907 690 183 378 0 527 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3628

[startup+0.700224 s]
/proc/loadavg: 2.03 2.01 1.95 2/177 17978
/proc/meminfo: memFree=20496556/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=4948 CPUtime=0.69 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 1056 0 0 0 69 0 0 0 25 0 1 0 555801753 5066752 988 33554432000 134512640 136057169 4293863792 18446744073709551615 134823867 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 1237 988 183 378 0 857 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4948

[startup+1.50109 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 17979
/proc/meminfo: memFree=20493324/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=5212 CPUtime=1.49 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 1148 0 0 0 149 0 0 0 25 0 1 0 555801753 5337088 1080 33554432000 134512640 136057169 4293863792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 1303 1080 183 378 0 923 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 5212

[startup+3.10081 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 17979
/proc/meminfo: memFree=20492456/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=6028 CPUtime=3.09 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 1349 0 0 0 309 0 0 0 25 0 1 0 555801753 6172672 1281 33554432000 134512640 136057169 4293863792 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 1507 1281 183 378 0 1127 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 6028

[startup+6.30029 s]
/proc/loadavg: 2.03 2.01 1.95 3/178 17979
/proc/meminfo: memFree=20491092/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=6976 CPUtime=6.29 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 1577 0 0 0 629 0 0 0 25 0 1 0 555801753 7143424 1509 33554432000 134512640 136057169 4293863792 18446744073709551615 134820208 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 1744 1509 183 378 0 1364 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6976

[startup+12.7002 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 17979
/proc/meminfo: memFree=20489572/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=8072 CPUtime=12.69 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 1833 0 0 0 1269 0 0 0 25 0 1 0 555801753 8265728 1765 33554432000 134512640 136057169 4293863792 18446744073709551615 134823776 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 2018 1765 183 378 0 1638 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 8072

[startup+25.5011 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 17981
/proc/meminfo: memFree=20487944/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=9972 CPUtime=25.49 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 2304 0 0 0 2549 0 0 0 25 0 1 0 555801753 10211328 2236 33554432000 134512640 136057169 4293863792 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 2493 2236 183 378 0 2113 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9972

[startup+51.1008 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 17981
/proc/meminfo: memFree=20486020/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=11968 CPUtime=51.09 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 2782 0 0 0 5109 0 0 0 25 0 1 0 555801753 12255232 2714 33554432000 134512640 136057169 4293863792 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 2992 2714 183 378 0 2612 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 11968

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 17983
/proc/meminfo: memFree=20482656/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=14932 CPUtime=102.3 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 3477 0 0 0 10230 0 0 0 25 0 1 0 555801753 15290368 3409 33554432000 134512640 136057169 4293863792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 3733 3409 183 378 0 3353 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 14932

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 17983
/proc/meminfo: memFree=20480888/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=16884 CPUtime=162.3 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 3945 0 0 0 16229 1 0 0 25 0 1 0 555801753 17289216 3877 33554432000 134512640 136057169 4293863792 18446744073709551615 134756802 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 4221 3877 183 378 0 3841 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 16884

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/178 17987
/proc/meminfo: memFree=20478260/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=19160 CPUtime=222.29 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 4465 0 0 0 22228 1 0 0 25 0 1 0 555801753 19619840 4390 33554432000 134512640 136057169 4293863792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 4790 4390 183 378 0 4410 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 19160

[startup+282.301 s]
/proc/loadavg: 2.01 2.01 1.96 3/178 17990
/proc/meminfo: memFree=20477296/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=20268 CPUtime=282.3 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 4731 0 0 0 28229 1 0 0 25 0 1 0 555801753 20754432 4656 33554432000 134512640 136057169 4293863792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 5067 4656 183 378 0 4687 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 20268

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17992
/proc/meminfo: memFree=20476404/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=21324 CPUtime=342.3 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 5002 0 0 0 34229 1 0 0 25 0 1 0 555801753 21835776 4927 33554432000 134512640 136057169 4293863792 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 5331 4927 183 378 0 4951 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 21324

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17994
/proc/meminfo: memFree=20475756/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=21988 CPUtime=402.3 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 5123 0 0 0 40229 1 0 0 25 0 1 0 555801753 22515712 5048 33554432000 134512640 136057169 4293863792 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 5497 5048 183 378 0 5117 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 21988

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17994
/proc/meminfo: memFree=20473864/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=23720 CPUtime=462.3 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 5561 0 0 0 46229 1 0 0 25 0 1 0 555801753 24289280 5445 33554432000 134512640 136057169 4293863792 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 5930 5445 183 378 0 5550 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 23720

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17996
/proc/meminfo: memFree=20472476/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=25408 CPUtime=522.3 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 5934 0 0 0 52229 1 0 0 25 0 1 0 555801753 26017792 5818 33554432000 134512640 136057169 4293863792 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 6352 5818 183 378 0 5972 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 25408

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.96 3/178 17998
/proc/meminfo: memFree=20471828/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=26216 CPUtime=582.3 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 6126 0 0 0 58229 1 0 0 25 0 1 0 555801753 26845184 6010 33554432000 134512640 136057169 4293863792 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 6554 6010 183 378 0 6174 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 26216

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18130
/proc/meminfo: memFree=20391396/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=46772 CPUtime=4002.35 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 10872 0 0 0 400229 6 0 0 25 0 1 0 555801753 47894528 10605 33554432000 134512640 136057169 4293863792 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 11693 10605 183 378 0 11313 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 46772

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18130
/proc/meminfo: memFree=20390736/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=46984 CPUtime=4062.35 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 10917 0 0 0 406229 6 0 0 25 0 1 0 555801753 48111616 10650 33554432000 134512640 136057169 4293863792 18446744073709551615 134618488 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 11746 10650 183 378 0 11366 0
Current children cumulated CPU time (s) 4062.35
Current children cumulated vsize (KiB) 46984

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18132
/proc/meminfo: memFree=20390204/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=47624 CPUtime=4122.35 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11054 0 0 0 412229 6 0 0 25 0 1 0 555801753 48766976 10787 33554432000 134512640 136057169 4293863792 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 11906 10787 183 378 0 11526 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 47624

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18134
/proc/meminfo: memFree=20390040/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=47624 CPUtime=4182.35 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11060 0 0 0 418229 6 0 0 25 0 1 0 555801753 48766976 10793 33554432000 134512640 136057169 4293863792 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 11906 10793 183 378 0 11526 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 47624

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 18136
/proc/meminfo: memFree=20389764/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=47836 CPUtime=4242.35 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11115 0 0 0 424229 6 0 0 25 0 1 0 555801753 48984064 10848 33554432000 134512640 136057169 4293863792 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 11959 10848 183 378 0 11579 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 47836

[startup+4302.3 s]
/proc/loadavg: 2.08 2.02 1.99 3/178 18138
/proc/meminfo: memFree=20389116/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=48476 CPUtime=4302.35 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11256 0 0 0 430229 6 0 0 25 0 1 0 555801753 49639424 10989 33554432000 134512640 136057169 4293863792 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12119 10989 183 378 0 11739 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 48476

[startup+4362.3 s]
/proc/loadavg: 2.11 2.03 2.00 3/178 18138
/proc/meminfo: memFree=20384872/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=49228 CPUtime=4362.35 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11427 0 0 0 436228 7 0 0 25 0 1 0 555801753 50409472 11160 33554432000 134512640 136057169 4293863792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12307 11160 183 378 0 11927 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 49228

[startup+4422.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/178 18140
/proc/meminfo: memFree=20384468/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=49228 CPUtime=4422.36 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11427 0 0 0 442229 7 0 0 25 0 1 0 555801753 50409472 11160 33554432000 134512640 136057169 4293863792 18446744073709551615 134618161 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12307 11160 183 378 0 11927 0
Current children cumulated CPU time (s) 4422.36
Current children cumulated vsize (KiB) 49228

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 18142
/proc/meminfo: memFree=20381456/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=49228 CPUtime=4482.36 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11435 0 0 0 448229 7 0 0 25 0 1 0 555801753 50409472 11168 33554432000 134512640 136057169 4293863792 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12307 11168 183 378 0 11927 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 49228

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 18144
/proc/meminfo: memFree=20381296/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=49228 CPUtime=4542.36 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11438 0 0 0 454229 7 0 0 25 0 1 0 555801753 50409472 11171 33554432000 134512640 136057169 4293863792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12307 11171 183 378 0 11927 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 49228

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18146
/proc/meminfo: memFree=20380884/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=49440 CPUtime=4602.36 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11482 0 0 0 460229 7 0 0 25 0 1 0 555801753 50626560 11215 33554432000 134512640 136057169 4293863792 18446744073709551615 134615594 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12360 11215 183 378 0 11980 0
Current children cumulated CPU time (s) 4602.36
Current children cumulated vsize (KiB) 49440

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18146
/proc/meminfo: memFree=20380476/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=49764 CPUtime=4662.36 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11593 0 0 0 466229 7 0 0 25 0 1 0 555801753 50958336 11272 33554432000 134512640 136057169 4293863792 18446744073709551615 134613098 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12441 11272 183 378 0 12061 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 49764

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18148
/proc/meminfo: memFree=20380316/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=49976 CPUtime=4722.37 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11641 0 0 0 472230 7 0 0 25 0 1 0 555801753 51175424 11320 33554432000 134512640 136057169 4293863792 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12494 11320 183 378 0 12114 0
Current children cumulated CPU time (s) 4722.37
Current children cumulated vsize (KiB) 49976

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18150
/proc/meminfo: memFree=20379908/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=50616 CPUtime=4782.36 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11764 0 0 0 478229 7 0 0 25 0 1 0 555801753 51830784 11443 33554432000 134512640 136057169 4293863792 18446744073709551615 134618359 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12654 11443 183 378 0 12274 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 50616

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18152
/proc/meminfo: memFree=20379512/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=50832 CPUtime=4842.36 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11818 0 0 0 484229 7 0 0 25 0 1 0 555801753 52051968 11497 33554432000 134512640 136057169 4293863792 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12708 11497 183 378 0 12328 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 50832

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 18154
/proc/meminfo: memFree=20379236/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=50832 CPUtime=4902.36 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11818 0 0 0 490229 7 0 0 25 0 1 0 555801753 52051968 11497 33554432000 134512640 136057169 4293863792 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12708 11497 183 378 0 12328 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 50832

[startup+4962.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/178 18154
/proc/meminfo: memFree=20379084/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=50832 CPUtime=4962.36 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11825 0 0 0 496229 7 0 0 25 0 1 0 555801753 52051968 11504 33554432000 134512640 136057169 4293863792 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12708 11504 183 378 0 12328 0
Current children cumulated CPU time (s) 4962.36
Current children cumulated vsize (KiB) 50832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.07 2.02 2.00 3/178 18156
/proc/meminfo: memFree=20378932/32951124 swapFree=67110396/67111528
[pid=17978] ppid=17976 vsize=51044 CPUtime=5000.06 cores=0,2,4,6
/proc/17978/stat : 17978 (clasp) R 17976 17978 16655 0 -1 4202496 11870 0 0 0 499999 7 0 0 25 0 1 0 555801753 52269056 11549 33554432000 134512640 136057169 4293863792 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/17978/statm: 12761 11549 183 378 0 12381 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 51044

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

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

Child status: 0
Real time (s): 5000.01
CPU time (s): 5000.08
CPU user time (s): 5000
CPU system time (s): 0.081987
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 51044

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

runsolver used 8.47571 second user time and 16.7075 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-24 16:35:11
IDJOB=3275798
IDBENCH=83335
IDSOLVER=1677
FILE ID=node118/3275798-1303655711
RUNJOBID= node118-1303650708-17730
PBS_JOBID= 13150730
Free space on /tmp= 71776 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-18_312.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3275798-1303655711/watcher-3275798-1303655711 -o /tmp/evaluation-result-3275798-1303655711/solver-3275798-1303655711 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3275798-1303655711.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 1144bbd60c180aa5e72d35b74e9676cb
RANDOM SEED=1450632390

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20496720 kB
Buffers:       1863172 kB
Cached:        9986132 kB
SwapCached:        600 kB
Active:        8490388 kB
Inactive:      3442904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20496720 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            2388 kB
Writeback:           0 kB
AnonPages:       83236 kB
Mapped:          15908 kB
Slab:           459196 kB
PageTables:       4332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   227488 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= 71772 MiB
End job on node118 at 2011-04-24 17:58:33