Trace number 3275123

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.05 4999.92

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v2400c266431g6.cnf
MD5SUMd0bb6612a0c88017c970eb8fd1a4be9e
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 variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3275123-1303640253/watcher-3275123-1303640253 -o /tmp/evaluation-result-3275123-1303640253/solver-3275123-1303640253 -C 5000 -W 5000 -M 15500 HOME/clasp --file=HOME/instance-3275123-1303640253.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): 5000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 29274
/proc/meminfo: memFree=15373864/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=2624 CPUtime=0 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 1 0 475624071 2686976 362 33554432000 134512640 136057169 4292997984 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29274/statm: 656 362 145 378 0 276 0

[startup+0.103903 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 29274
/proc/meminfo: memFree=15373864/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=15036 CPUtime=0.09 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 4331 0 0 0 9 0 0 0 25 0 1 0 475624071 15396864 3397 33554432000 134512640 136057169 4292997984 18446744073709551615 134772705 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29274/statm: 3759 3399 163 378 0 3379 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15036

[startup+0.200885 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 29274
/proc/meminfo: memFree=15373864/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=15168 CPUtime=0.19 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 4377 0 0 0 19 0 0 0 25 0 1 0 475624071 15532032 3443 33554432000 134512640 136057169 4292997984 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29274/statm: 3792 3443 166 378 0 3412 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 15168

[startup+0.300871 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 29274
/proc/meminfo: memFree=15373864/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=15168 CPUtime=0.29 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 4377 0 0 0 29 0 0 0 25 0 1 0 475624071 15532032 3443 33554432000 134512640 136057169 4292997984 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29274/statm: 3792 3443 166 378 0 3412 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 15168

[startup+0.700799 s]
/proc/loadavg: 2.00 2.00 1.94 2/177 29274
/proc/meminfo: memFree=15373864/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=15168 CPUtime=0.69 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 4377 0 0 0 69 0 0 0 25 0 1 0 475624071 15532032 3443 33554432000 134512640 136057169 4292997984 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29274/statm: 3792 3443 166 378 0 3412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15168

[startup+1.50054 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29275
/proc/meminfo: memFree=15359960/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=17808 CPUtime=1.49 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 5035 0 0 0 149 0 0 0 25 0 1 0 475624071 18235392 4101 33554432000 134512640 136057169 4292997984 18446744073709551615 134765751 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29274/statm: 4452 4101 168 378 0 4072 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17808

[startup+3.10036 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29275
/proc/meminfo: memFree=15357480/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=17168 CPUtime=3.09 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 5505 0 0 0 309 0 0 0 25 0 1 0 475624071 17580032 4049 33554432000 134512640 136057169 4292997984 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29274/statm: 4292 4049 182 378 0 3912 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17168

[startup+6.3008 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29275
/proc/meminfo: memFree=15348432/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=30580 CPUtime=6.29 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 8828 0 0 0 628 1 0 0 25 0 1 0 475624071 31313920 7372 33554432000 134512640 136057169 4292997984 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29274/statm: 7645 7372 182 378 0 7265 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30580

[startup+12.7007 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29275
/proc/meminfo: memFree=15321660/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=54780 CPUtime=12.69 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 14899 0 0 0 1267 2 0 0 25 0 1 0 475624071 56094720 13443 33554432000 134512640 136057169 4292997984 18446744073709551615 134637475 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29274/statm: 13695 13443 182 378 0 13315 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 54780

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29276
/proc/meminfo: memFree=15315212/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=60876 CPUtime=25.49 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 16394 0 0 0 2547 2 0 0 25 0 1 0 475624071 62337024 14938 33554432000 134512640 136057169 4292997984 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/29274/statm: 15219 14938 182 378 0 14839 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60876

[startup+51.1008 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29276
/proc/meminfo: memFree=15300012/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=74916 CPUtime=51.09 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 19888 0 0 0 5106 3 0 0 25 0 1 0 475624071 76713984 18432 33554432000 134512640 136057169 4292997984 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 18729 18432 182 378 0 18349 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 74916

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 29278
/proc/meminfo: memFree=15286868/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=86872 CPUtime=102.29 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 22980 0 0 0 10226 3 0 0 25 0 1 0 475624071 88956928 21388 33554432000 134512640 136057169 4292997984 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 21718 21388 182 378 0 21338 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 86872

[startup+162.301 s]
/proc/loadavg: 2.07 2.02 1.95 3/178 29279
/proc/meminfo: memFree=15272840/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=101048 CPUtime=162.29 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 26515 0 0 0 16225 4 0 0 25 0 1 0 475624071 103473152 24923 33554432000 134512640 136057169 4292997984 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 25262 24923 182 378 0 24882 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 101048

[startup+222.306 s]
/proc/loadavg: 2.02 2.01 1.95 3/178 29281
/proc/meminfo: memFree=15266116/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=108212 CPUtime=222.3 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 28197 0 0 0 22226 4 0 0 25 0 1 0 475624071 110809088 26605 33554432000 134512640 136057169 4292997984 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 27053 26605 182 378 0 26673 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 108212

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 1.95 3/178 29282
/proc/meminfo: memFree=15258516/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=115876 CPUtime=282.29 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 30088 0 0 0 28225 4 0 0 25 0 1 0 475624071 118657024 28496 33554432000 134512640 136057169 4292997984 18446744073709551615 134823406 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 28969 28496 182 378 0 28589 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 115876

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29284
/proc/meminfo: memFree=15257116/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=116400 CPUtime=342.3 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 30216 0 0 0 34225 5 0 0 25 0 1 0 475624071 119193600 28624 33554432000 134512640 136057169 4292997984 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 29100 28624 182 378 0 28720 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116400

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29286
/proc/meminfo: memFree=15242700/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=129324 CPUtime=402.3 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 33412 0 0 0 40224 6 0 0 25 0 1 0 475624071 132427776 31820 33554432000 134512640 136057169 4292997984 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 32331 31820 182 378 0 31951 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 129324

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29287
/proc/meminfo: memFree=15232628/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=137976 CPUtime=462.3 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 35548 0 0 0 46224 6 0 0 25 0 1 0 475624071 141287424 33956 33554432000 134512640 136057169 4292997984 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 34494 33956 182 378 0 34114 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 137976

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29289
/proc/meminfo: memFree=15230864/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=138512 CPUtime=522.3 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 35668 0 0 0 52224 6 0 0 25 0 1 0 475624071 141836288 34076 33554432000 134512640 136057169 4292997984 18446744073709551615 134756856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 34628 34076 182 378 0 34248 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 138512

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 29290
/proc/meminfo: memFree=15228480/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=138512 CPUtime=582.3 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 35672 0 0 0 58224 6 0 0 25 0 1 0 475624071 141836288 34080 33554432000 134512640 136057169 4292997984 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 34628 34080 182 378 0 34248 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 138512

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29449
/proc/meminfo: memFree=15340320/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=252508 CPUtime=4002.39 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 63212 0 0 0 400223 16 0 0 25 0 1 0 475624071 258568192 61417 33554432000 134512640 136057169 4292997984 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 63127 61417 182 378 0 62747 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 252508

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29450
/proc/meminfo: memFree=15339048/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=252720 CPUtime=4062.4 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 63256 0 0 0 406224 16 0 0 25 0 1 0 475624071 258785280 61461 33554432000 134512640 136057169 4292997984 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 63180 61461 182 378 0 62800 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 252720

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29452
/proc/meminfo: memFree=15338036/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=252720 CPUtime=4122.39 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 63270 0 0 0 412223 16 0 0 25 0 1 0 475624071 258785280 61475 33554432000 134512640 136057169 4292997984 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 63180 61475 182 378 0 62800 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 252720

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29453
/proc/meminfo: memFree=15336012/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=252936 CPUtime=4182.4 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 63314 0 0 0 418224 16 0 0 25 0 1 0 475624071 259006464 61519 33554432000 134512640 136057169 4292997984 18446744073709551615 134618359 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 63234 61519 182 378 0 62854 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 252936

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29455
/proc/meminfo: memFree=15335244/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=253148 CPUtime=4242.4 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 63361 0 0 0 424224 16 0 0 25 0 1 0 475624071 259223552 61566 33554432000 134512640 136057169 4292997984 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 63287 61566 182 378 0 62907 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 253148

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29457
/proc/meminfo: memFree=15334344/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=253504 CPUtime=4302.4 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 63436 0 0 0 430224 16 0 0 25 0 1 0 475624071 259588096 61641 33554432000 134512640 136057169 4292997984 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 63376 61641 182 378 0 62996 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 253504

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29458
/proc/meminfo: memFree=15331592/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=256204 CPUtime=4362.41 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 64092 0 0 0 436224 17 0 0 25 0 1 0 475624071 262352896 62297 33554432000 134512640 136057169 4292997984 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 64051 62297 182 378 0 63671 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 256204

[startup+4422.3 s]
/proc/loadavg: 2.08 2.02 1.98 3/178 29460
/proc/meminfo: memFree=15330452/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=256880 CPUtime=4422.41 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 64225 0 0 0 442224 17 0 0 25 0 1 0 475624071 263045120 62430 33554432000 134512640 136057169 4292997984 18446744073709551615 134618116 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 64220 62430 182 378 0 63840 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 256880

[startup+4482.3 s]
/proc/loadavg: 2.03 2.01 1.98 3/178 29461
/proc/meminfo: memFree=15330296/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=257020 CPUtime=4482.41 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 64262 0 0 0 448224 17 0 0 25 0 1 0 475624071 263188480 62467 33554432000 134512640 136057169 4292997984 18446744073709551615 134618232 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 64255 62467 182 378 0 63875 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 257020

[startup+4542.3 s]
/proc/loadavg: 2.01 2.00 1.98 3/178 29463
/proc/meminfo: memFree=15328656/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=257236 CPUtime=4542.41 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 64314 0 0 0 454224 17 0 0 25 0 1 0 475624071 263409664 62519 33554432000 134512640 136057169 4292997984 18446744073709551615 134829006 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 64309 62519 182 378 0 63929 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 257236

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29465
/proc/meminfo: memFree=15327752/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=257936 CPUtime=4602.4 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 64469 0 0 0 460223 17 0 0 25 0 1 0 475624071 264126464 62674 33554432000 134512640 136057169 4292997984 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 64484 62674 182 378 0 64104 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 257936

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29466
/proc/meminfo: memFree=15326112/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=258760 CPUtime=4662.41 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 64641 0 0 0 466223 18 0 0 25 0 1 0 475624071 264970240 62846 33554432000 134512640 136057169 4292997984 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 64690 62846 182 378 0 64310 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 258760

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29495
/proc/meminfo: memFree=15370724/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=258760 CPUtime=4722.42 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 64651 0 0 0 472224 18 0 0 25 0 1 0 475624071 264970240 62856 33554432000 134512640 136057169 4292997984 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 64690 62856 182 378 0 64310 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 258760

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29496
/proc/meminfo: memFree=15357508/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=270860 CPUtime=4782.41 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 67680 0 0 0 478223 18 0 0 25 0 1 0 475624071 277360640 65885 33554432000 134512640 136057169 4292997984 18446744073709551615 134823901 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 67715 65885 182 378 0 67335 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 270860

[startup+4842.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29498
/proc/meminfo: memFree=15355600/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=272532 CPUtime=4842.42 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 68043 0 0 0 484223 19 0 0 25 0 1 0 475624071 279072768 66248 33554432000 134512640 136057169 4292997984 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 68133 66248 182 378 0 67753 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 272532

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29500
/proc/meminfo: memFree=15352596/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=275660 CPUtime=4902.42 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 68881 0 0 0 490223 19 0 0 25 0 1 0 475624071 282275840 66965 33554432000 134512640 136057169 4292997984 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 68915 66965 182 378 0 68535 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 275660

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29501
/proc/meminfo: memFree=15352076/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=276300 CPUtime=4962.42 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 69033 0 0 0 496223 19 0 0 25 0 1 0 475624071 282931200 67117 33554432000 134512640 136057169 4292997984 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 69075 67117 182 378 0 68695 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 276300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.98 3/178 29502
/proc/meminfo: memFree=15351556/32950928 swapFree=67111528/67111528
[pid=29274] ppid=29272 vsize=276796 CPUtime=5000.03 cores=0,2,4,6
/proc/29274/stat : 29274 (clasp) R 29272 29274 29024 0 -1 4202496 69145 0 0 0 499984 19 0 0 25 0 1 0 475624071 283439104 67229 33554432000 134512640 136057169 4292997984 18446744073709551615 134618112 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/29274/statm: 69199 67229 182 378 0 68819 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 276796

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): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4999.84
CPU system time (s): 0.208968
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 276796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.84
system time used= 0.208968
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69148
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= 4
involuntary context switches= 15738

runsolver used 7.32589 second user time and 15.6016 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-24 12:17:33
IDJOB=3275123
IDBENCH=71471
IDSOLVER=1677
FILE ID=node122/3275123-1303640253
RUNJOBID= node122-1303635249-29042
PBS_JOBID= 13150726
Free space on /tmp= 70900 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v2400c266431g6.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-3275123-1303640253/watcher-3275123-1303640253 -o /tmp/evaluation-result-3275123-1303640253/solver-3275123-1303640253 -C 5000 -W 5000 -M 15500  HOME/clasp --file=HOME/instance-3275123-1303640253.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= d0bb6612a0c88017c970eb8fd1a4be9e
RANDOM SEED=1968658123

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15373888 kB
Buffers:       1778880 kB
Cached:       14931900 kB
SwapCached:          0 kB
Active:        5762044 kB
Inactive:     11261412 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15373888 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5048 kB
Writeback:           0 kB
AnonPages:      312828 kB
Mapped:          16020 kB
Slab:           488616 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   466012 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= 70904 MiB
End job on node122 at 2011-04-24 13:40:55