Trace number 3276253

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.03 4999.91

General information on the benchmark

NameSAT02/handmade/simon/
satex-challenges/f600.shuffled.cnf
MD5SUMd42133fd7674f41611be43d1b8ca7db6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2550
Sum of the clauses size7650
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32550
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3276253-1303667472/watcher-3276253-1303667472 -o /tmp/evaluation-result-3276253-1303667472/solver-3276253-1303667472 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276253-1303667472.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: 0.92 0.98 0.99 2/173 22030
/proc/meminfo: memFree=23322416/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=2048 CPUtime=0 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 335 0 0 0 0 0 0 0 23 0 1 0 478349943 2097152 285 33554432000 134512640 136057169 4288068496 18446744073709551615 135294384 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 512 285 181 378 0 132 0

[startup+0.02917 s]
/proc/loadavg: 0.92 0.98 0.99 2/173 22030
/proc/meminfo: memFree=23322416/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=2048 CPUtime=0.02 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 335 0 0 0 2 0 0 0 23 0 1 0 478349943 2097152 285 33554432000 134512640 136057169 4288068496 18446744073709551615 134756822 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 512 285 181 378 0 132 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2048

[startup+0.101184 s]
/proc/loadavg: 0.92 0.98 0.99 2/173 22030
/proc/meminfo: memFree=23322416/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=2180 CPUtime=0.09 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 355 0 0 0 9 0 0 0 23 0 1 0 478349943 2232320 305 33554432000 134512640 136057169 4288068496 18446744073709551615 134613050 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 545 305 181 378 0 165 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2180

[startup+0.301151 s]
/proc/loadavg: 0.92 0.98 0.99 2/173 22030
/proc/meminfo: memFree=23322416/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=2312 CPUtime=0.29 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 407 0 0 0 29 0 0 0 25 0 1 0 478349943 2367488 357 33554432000 134512640 136057169 4288068496 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 578 357 181 378 0 198 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2312

[startup+0.701078 s]
/proc/loadavg: 0.92 0.98 0.99 2/173 22030
/proc/meminfo: memFree=23322416/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=2576 CPUtime=0.69 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 465 0 0 0 69 0 0 0 25 0 1 0 478349943 2637824 415 33554432000 134512640 136057169 4288068496 18446744073709551615 134823280 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 644 415 181 378 0 264 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2576

[startup+1.50094 s]
/proc/loadavg: 0.92 0.98 0.99 3/178 22036
/proc/meminfo: memFree=23317796/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=2972 CPUtime=1.49 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 549 0 0 0 149 0 0 0 25 0 1 0 478349943 3043328 499 33554432000 134512640 136057169 4288068496 18446744073709551615 134756805 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 743 499 181 378 0 363 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 2972

[startup+3.10066 s]
/proc/loadavg: 0.92 0.98 0.99 3/178 22036
/proc/meminfo: memFree=23316556/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=3372 CPUtime=3.09 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 648 0 0 0 309 0 0 0 25 0 1 0 478349943 3452928 598 33554432000 134512640 136057169 4288068496 18446744073709551615 134637403 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 843 598 181 378 0 463 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3372

[startup+6.3011 s]
/proc/loadavg: 1.01 1.00 1.00 3/178 22036
/proc/meminfo: memFree=23315692/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=3900 CPUtime=6.3 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 774 0 0 0 630 0 0 0 25 0 1 0 478349943 3993600 724 33554432000 134512640 136057169 4288068496 18446744073709551615 134828494 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 975 724 181 378 0 595 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 3900

[startup+12.701 s]
/proc/loadavg: 1.09 1.02 1.01 3/178 22036
/proc/meminfo: memFree=23314252/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=4568 CPUtime=12.69 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 966 0 0 0 1269 0 0 0 25 0 1 0 478349943 4677632 916 33554432000 134512640 136057169 4288068496 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 1142 916 181 378 0 762 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4568

[startup+25.5007 s]
/proc/loadavg: 1.29 1.06 1.02 3/178 22037
/proc/meminfo: memFree=23313472/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=5360 CPUtime=25.49 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 1159 0 0 0 2549 0 0 0 25 0 1 0 478349943 5488640 1109 33554432000 134512640 136057169 4288068496 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 1340 1109 181 378 0 960 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 5360

[startup+51.1001 s]
/proc/loadavg: 1.53 1.14 1.04 3/178 22037
/proc/meminfo: memFree=23310852/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=6704 CPUtime=51.09 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 1488 0 0 0 5109 0 0 0 25 0 1 0 478349943 6864896 1438 33554432000 134512640 136057169 4288068496 18446744073709551615 134823809 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 1676 1438 181 378 0 1296 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 6704

[startup+102.306 s]
/proc/loadavg: 1.79 1.27 1.09 3/178 22039
/proc/meminfo: memFree=23307740/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=8340 CPUtime=102.3 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 1901 0 0 0 10230 0 0 0 25 0 1 0 478349943 8540160 1851 33554432000 134512640 136057169 4288068496 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 2085 1851 181 378 0 1705 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 8340

[startup+162.3 s]
/proc/loadavg: 1.92 1.40 1.15 3/178 22040
/proc/meminfo: memFree=23304732/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=9752 CPUtime=162.3 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 2221 0 0 0 16230 0 0 0 25 0 1 0 478349943 9986048 2171 33554432000 134512640 136057169 4288068496 18446744073709551615 134618353 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 2438 2171 181 378 0 2058 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 9752

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.20 3/178 22042
/proc/meminfo: memFree=23303460/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=10712 CPUtime=222.3 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 2468 0 0 0 22230 0 0 0 25 0 1 0 478349943 10969088 2418 33554432000 134512640 136057169 4288068496 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 2678 2418 181 378 0 2298 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 10712

[startup+282.3 s]
/proc/loadavg: 2.02 1.61 1.25 3/178 22043
/proc/meminfo: memFree=23301564/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=11852 CPUtime=282.3 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 2740 0 0 0 28230 0 0 0 25 0 1 0 478349943 12136448 2690 33554432000 134512640 136057169 4288068496 18446744073709551615 134618452 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 2963 2690 181 378 0 2583 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 11852

[startup+342.301 s]
/proc/loadavg: 2.00 1.68 1.29 3/178 22045
/proc/meminfo: memFree=23300420/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=12552 CPUtime=342.3 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 2897 0 0 0 34230 0 0 0 25 0 1 0 478349943 12853248 2847 33554432000 134512640 136057169 4288068496 18446744073709551615 134828566 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 3138 2847 181 378 0 2758 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 12552

[startup+402.301 s]
/proc/loadavg: 2.00 1.73 1.33 3/178 22047
/proc/meminfo: memFree=23297536/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=13380 CPUtime=402.3 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 3112 0 0 0 40230 0 0 0 25 0 1 0 478349943 13701120 3062 33554432000 134512640 136057169 4288068496 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 3345 3062 181 378 0 2965 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 13380

[startup+462.3 s]
/proc/loadavg: 2.00 1.78 1.37 3/178 22048
/proc/meminfo: memFree=23295396/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=14060 CPUtime=462.3 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 3279 0 0 0 46230 0 0 0 25 0 1 0 478349943 14397440 3229 33554432000 134512640 136057169 4288068496 18446744073709551615 134823744 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 3515 3229 181 378 0 3135 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 14060

[startup+522.301 s]
/proc/loadavg: 2.00 1.82 1.41 3/178 22050
/proc/meminfo: memFree=23295120/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=14492 CPUtime=522.3 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 3359 0 0 0 52230 0 0 0 25 0 1 0 478349943 14839808 3309 33554432000 134512640 136057169 4288068496 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 3623 3309 181 378 0 3243 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 14492

[startup+582.301 s]
/proc/loadavg: 2.00 1.85 1.44 3/178 22051
/proc/meminfo: memFree=23294844/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=14792 CPUtime=582.31 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 3458 0 0 0 58231 0 0 0 25 0 1 0 478349943 15147008 3408 33554432000 134512640 136057169 4288068496 18446744073709551615 134825000 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 3698 3408 181 378 0 3318 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 14792

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 22156
/proc/meminfo: memFree=23273624/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=22944 CPUtime=4062.4 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5327 0 0 0 406239 1 0 0 25 0 1 0 478349943 23494656 5277 33554432000 134512640 136057169 4288068496 18446744073709551615 134823823 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5736 5277 181 378 0 5356 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 22944

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 22158
/proc/meminfo: memFree=23273340/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=22944 CPUtime=4122.4 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5333 0 0 0 412239 1 0 0 25 0 1 0 478349943 23494656 5283 33554432000 134512640 136057169 4288068496 18446744073709551615 134637531 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5736 5283 181 378 0 5356 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 22944

[startup+4182.3 s]
/proc/loadavg: 2.04 2.01 1.93 3/178 22159
/proc/meminfo: memFree=23273312/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23112 CPUtime=4182.4 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5363 0 0 0 418239 1 0 0 25 0 1 0 478349943 23666688 5313 33554432000 134512640 136057169 4288068496 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5778 5313 181 378 0 5398 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 23112

[startup+4242.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/178 22170
/proc/meminfo: memFree=23273048/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23112 CPUtime=4242.4 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5378 0 0 0 424239 1 0 0 25 0 1 0 478349943 23666688 5328 33554432000 134512640 136057169 4288068496 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5778 5328 181 378 0 5398 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 23112

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22172
/proc/meminfo: memFree=23273040/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23112 CPUtime=4302.4 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5391 0 0 0 430239 1 0 0 25 0 1 0 478349943 23666688 5341 33554432000 134512640 136057169 4288068496 18446744073709551615 134618356 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5778 5341 181 378 0 5398 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 23112

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22176
/proc/meminfo: memFree=23273000/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23252 CPUtime=4362.4 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5398 0 0 0 436239 1 0 0 25 0 1 0 478349943 23810048 5348 33554432000 134512640 136057169 4288068496 18446744073709551615 134618148 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5813 5348 181 378 0 5433 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 23252

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22178
/proc/meminfo: memFree=23272704/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23252 CPUtime=4422.4 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5417 0 0 0 442239 1 0 0 25 0 1 0 478349943 23810048 5367 33554432000 134512640 136057169 4288068496 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5813 5367 181 378 0 5433 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 23252

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22179
/proc/meminfo: memFree=23272208/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23252 CPUtime=4482.4 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5422 0 0 0 448239 1 0 0 25 0 1 0 478349943 23810048 5372 33554432000 134512640 136057169 4288068496 18446744073709551615 134828435 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5813 5372 181 378 0 5433 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 23252

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22181
/proc/meminfo: memFree=23272208/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23252 CPUtime=4542.41 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5423 0 0 0 454240 1 0 0 25 0 1 0 478349943 23810048 5373 33554432000 134512640 136057169 4288068496 18446744073709551615 134618312 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5813 5373 181 378 0 5433 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 23252

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22183
/proc/meminfo: memFree=23271088/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23396 CPUtime=4602.41 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5447 0 0 0 460240 1 0 0 25 0 1 0 478349943 23957504 5397 33554432000 134512640 136057169 4288068496 18446744073709551615 134819216 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5849 5397 181 378 0 5469 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 23396

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 22184
/proc/meminfo: memFree=23271084/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23548 CPUtime=4662.41 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5469 0 0 0 466240 1 0 0 25 0 1 0 478349943 24113152 5419 33554432000 134512640 136057169 4288068496 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5887 5419 181 378 0 5507 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 23548

[startup+4722.31 s]
/proc/loadavg: 2.06 2.02 1.93 3/178 22186
/proc/meminfo: memFree=23271092/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23548 CPUtime=4722.42 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5469 0 0 0 472241 1 0 0 25 0 1 0 478349943 24113152 5419 33554432000 134512640 136057169 4288068496 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5887 5419 181 378 0 5507 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 23548

[startup+4782.3 s]
/proc/loadavg: 2.08 2.03 1.94 3/178 22187
/proc/meminfo: memFree=23271212/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23548 CPUtime=4782.41 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5476 0 0 0 478240 1 0 0 25 0 1 0 478349943 24113152 5426 33554432000 134512640 136057169 4288068496 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5887 5426 181 378 0 5507 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 23548

[startup+4842.3 s]
/proc/loadavg: 2.03 2.02 1.94 3/178 22189
/proc/meminfo: memFree=23270584/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23704 CPUtime=4842.41 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5498 0 0 0 484240 1 0 0 25 0 1 0 478349943 24272896 5448 33554432000 134512640 136057169 4288068496 18446744073709551615 134819994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5926 5448 181 378 0 5546 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 23704

[startup+4902.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 22191
/proc/meminfo: memFree=23270576/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23704 CPUtime=4902.41 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5522 0 0 0 490240 1 0 0 25 0 1 0 478349943 24272896 5472 33554432000 134512640 136057169 4288068496 18446744073709551615 134824923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5926 5472 181 378 0 5546 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 23704

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/178 22192
/proc/meminfo: memFree=23270444/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23844 CPUtime=4962.42 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5537 0 0 0 496241 1 0 0 25 0 1 0 478349943 24416256 5487 33554432000 134512640 136057169 4288068496 18446744073709551615 134645308 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5961 5487 181 378 0 5581 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 23844



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 22193
/proc/meminfo: memFree=23270444/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23844 CPUtime=5000.02 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5545 0 0 0 500001 1 0 0 25 0 1 0 478349943 24416256 5495 33554432000 134512640 136057169 4288068496 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5961 5495 181 378 0 5581 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 23844

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.00 2.00 1.94 3/178 22193
/proc/meminfo: memFree=23270444/32951124 swapFree=67051468/67111528
[pid=22030] ppid=22028 vsize=23844 CPUtime=5000.02 cores=0,2,4,6
/proc/22030/stat : 22030 (clasp) R 22028 22030 21997 0 -1 4202496 5545 0 0 0 500001 1 0 0 25 0 1 0 478349943 24416256 5495 33554432000 134512640 136057169 4288068496 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/22030/statm: 5961 5495 181 378 0 5581 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 23844

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 5000.02
CPU system time (s): 0.015997
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 23844

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

runsolver used 7.60084 second user time and 15.1367 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-24 19:51:12
IDJOB=3276253
IDBENCH=87732
IDSOLVER=1677
FILE ID=node101/3276253-1303667472
RUNJOBID= node101-1303667472-22015
PBS_JOBID= 13150766
Free space on /tmp= 71784 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT02/handmade/simon/satex-challenges/f600.shuffled.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-3276253-1303667472/watcher-3276253-1303667472 -o /tmp/evaluation-result-3276253-1303667472/solver-3276253-1303667472 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276253-1303667472.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= d42133fd7674f41611be43d1b8ca7db6
RANDOM SEED=137795381

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23324168 kB
Buffers:       2071532 kB
Cached:        7049684 kB
SwapCached:      33708 kB
Active:        6084664 kB
Inactive:      3073824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23324168 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            2012 kB
Writeback:           0 kB
AnonPages:       24208 kB
Mapped:           8400 kB
Slab:           403900 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   189500 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= 71780 MiB
End job on node101 at 2011-04-24 21:14:34