Trace number 3276038

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

NameSAT04/handmade/connamacher/connm-d-0.02/
connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
MD5SUM287d3b23c6f72107e24ae4186653564e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1595.59
Satisfiable
(Un)Satisfiability was proved
Number of variables1124
Number of clauses13289
Sum of the clauses size40148
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313008
Number of clauses of size 4281
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-3276038-1303662056/watcher-3276038-1303662056 -o /tmp/evaluation-result-3276038-1303662056/solver-3276038-1303662056 -C 5000 -W 5100 -M 15500 HOME/clasp --file=HOME/instance-3276038-1303662056.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.99 1.25 4/176 7045
/proc/meminfo: memFree=15116780/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=2436 CPUtime=0 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 417 0 0 0 0 0 0 0 22 0 1 0 458620972 2494464 365 33554432000 134512640 136057169 4288015136 18446744073709551615 134772705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 609 365 162 378 0 229 0

[startup+0.0331191 s]
/proc/loadavg: 0.92 0.99 1.25 4/176 7045
/proc/meminfo: memFree=15116780/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=3228 CPUtime=0.03 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 589 0 0 0 3 0 0 0 22 0 1 0 458620972 3305472 536 33554432000 134512640 136057169 4288015136 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 807 536 167 378 0 427 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 3228

[startup+0.101136 s]
/proc/loadavg: 0.92 0.99 1.25 4/176 7045
/proc/meminfo: memFree=15116780/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=3492 CPUtime=0.09 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 687 0 0 0 9 0 0 0 22 0 1 0 458620972 3575808 634 33554432000 134512640 136057169 4288015136 18446744073709551615 134820208 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 873 634 182 378 0 493 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3492

[startup+0.301119 s]
/proc/loadavg: 0.92 0.99 1.25 4/176 7045
/proc/meminfo: memFree=15116780/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=3492 CPUtime=0.29 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 707 0 0 0 29 0 0 0 23 0 1 0 458620972 3575808 654 33554432000 134512640 136057169 4288015136 18446744073709551615 134618416 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 873 654 182 378 0 493 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3492

[startup+0.701028 s]
/proc/loadavg: 0.92 0.99 1.25 4/176 7045
/proc/meminfo: memFree=15116780/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=3888 CPUtime=0.69 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 792 0 0 0 69 0 0 0 25 0 1 0 458620972 3981312 739 33554432000 134512640 136057169 4288015136 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 972 739 182 378 0 592 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3888

[startup+1.50091 s]
/proc/loadavg: 1.01 1.01 1.26 4/178 7047
/proc/meminfo: memFree=15113912/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=4548 CPUtime=1.49 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 947 0 0 0 149 0 0 0 25 0 1 0 458620972 4657152 894 33554432000 134512640 136057169 4288015136 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 1137 894 182 378 0 757 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4548

[startup+3.10061 s]
/proc/loadavg: 1.01 1.01 1.26 4/178 7047
/proc/meminfo: memFree=15112720/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=5076 CPUtime=3.09 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 1079 0 0 0 309 0 0 0 25 0 1 0 458620972 5197824 1026 33554432000 134512640 136057169 4288015136 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 1269 1026 182 378 0 889 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5076

[startup+6.30104 s]
/proc/loadavg: 1.01 1.01 1.26 4/178 7047
/proc/meminfo: memFree=15111728/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=5604 CPUtime=6.3 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 1225 0 0 0 630 0 0 0 25 0 1 0 458620972 5738496 1172 33554432000 134512640 136057169 4288015136 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 1401 1172 182 378 0 1021 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 5604

[startup+12.7009 s]
/proc/loadavg: 1.16 1.04 1.27 4/178 7047
/proc/meminfo: memFree=15109956/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=6264 CPUtime=12.7 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 1376 0 0 0 1270 0 0 0 25 0 1 0 458620972 6414336 1323 33554432000 134512640 136057169 4288015136 18446744073709551615 134618190 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 1566 1323 182 378 0 1186 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 6264

[startup+25.5007 s]
/proc/loadavg: 1.29 1.07 1.27 4/178 7048
/proc/meminfo: memFree=15108220/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=7596 CPUtime=25.5 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 1707 0 0 0 2550 0 0 0 25 0 1 0 458620972 7778304 1654 33554432000 134512640 136057169 4288015136 18446744073709551615 134828295 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 1899 1654 182 378 0 1519 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 7596

[startup+51.1011 s]
/proc/loadavg: 1.53 1.15 1.29 4/178 7048
/proc/meminfo: memFree=15106392/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=8960 CPUtime=51.1 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 2040 0 0 0 5110 0 0 0 25 0 1 0 458620972 9175040 1987 33554432000 134512640 136057169 4288015136 18446744073709551615 134618413 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 2240 1987 182 378 0 1860 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 8960

[startup+102.306 s]
/proc/loadavg: 1.81 1.29 1.33 4/178 7050
/proc/meminfo: memFree=15103376/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=10892 CPUtime=102.3 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 2526 0 0 0 10230 0 0 0 25 0 1 0 458620972 11153408 2473 33554432000 134512640 136057169 4288015136 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 2723 2473 182 378 0 2343 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 10892

[startup+162.3 s]
/proc/loadavg: 1.93 1.42 1.37 4/178 7051
/proc/meminfo: memFree=15101720/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=12280 CPUtime=162.3 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 2853 0 0 0 16230 0 0 0 25 0 1 0 458620972 12574720 2800 33554432000 134512640 136057169 4288015136 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 3070 2800 182 378 0 2690 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 12280

[startup+222.301 s]
/proc/loadavg: 1.97 1.52 1.40 4/178 7053
/proc/meminfo: memFree=15099448/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=14276 CPUtime=222.3 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 3347 0 0 0 22230 0 0 0 25 0 1 0 458620972 14618624 3294 33554432000 134512640 136057169 4288015136 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 3569 3294 182 378 0 3189 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 14276

[startup+282.3 s]
/proc/loadavg: 1.99 1.60 1.44 4/178 7057
/proc/meminfo: memFree=15098496/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=15368 CPUtime=282.3 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 3575 0 0 0 28230 0 0 0 25 0 1 0 458620972 15736832 3522 33554432000 134512640 136057169 4288015136 18446744073709551615 134824081 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 3842 3522 182 378 0 3462 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 15368

[startup+342.301 s]
/proc/loadavg: 1.99 1.67 1.47 4/178 7059
/proc/meminfo: memFree=15096988/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=16764 CPUtime=342.3 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 3938 0 0 0 34229 1 0 0 25 0 1 0 458620972 17166336 3885 33554432000 134512640 136057169 4288015136 18446744073709551615 134823864 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 4191 3885 182 378 0 3811 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 16764

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.50 4/178 7061
/proc/meminfo: memFree=15095828/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=17716 CPUtime=402.3 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 4167 0 0 0 40229 1 0 0 25 0 1 0 458620972 18141184 4114 33554432000 134512640 136057169 4288015136 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 4429 4114 182 378 0 4049 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 17716

[startup+462.3 s]
/proc/loadavg: 1.99 1.78 1.53 4/178 7062
/proc/meminfo: memFree=15095048/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=18704 CPUtime=462.3 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 4408 0 0 0 46229 1 0 0 25 0 1 0 458620972 19152896 4355 33554432000 134512640 136057169 4288015136 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 4676 4355 182 378 0 4296 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 18704

[startup+522.301 s]
/proc/loadavg: 1.99 1.81 1.56 4/178 7064
/proc/meminfo: memFree=15094272/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=19600 CPUtime=522.3 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 4615 0 0 0 52229 1 0 0 25 0 1 0 458620972 20070400 4562 33554432000 134512640 136057169 4288015136 18446744073709551615 134613106 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 4900 4562 182 378 0 4520 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 19600

[startup+582.3 s]
/proc/loadavg: 1.99 1.85 1.58 4/178 7065
/proc/meminfo: memFree=15093984/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=20168 CPUtime=582.3 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 4733 0 0 0 58229 1 0 0 25 0 1 0 458620972 20652032 4680 33554432000 134512640 136057169 4288015136 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 5042 4680 182 378 0 4662 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 20168

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 1.94 4/178 7170
/proc/meminfo: memFree=15078024/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=36156 CPUtime=4062.4 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 8599 0 0 0 406234 6 0 0 25 0 1 0 458620972 37023744 8425 33554432000 134512640 136057169 4288015136 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9039 8425 182 378 0 8659 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 36156

[startup+4122.3 s]
/proc/loadavg: 2.07 2.02 1.95 4/178 7172
/proc/meminfo: memFree=15077768/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=36456 CPUtime=4122.39 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 8661 0 0 0 412233 6 0 0 25 0 1 0 458620972 37330944 8487 33554432000 134512640 136057169 4288015136 18446744073709551615 134618456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9114 8487 182 378 0 8734 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 36456

[startup+4182.3 s]
/proc/loadavg: 2.02 2.01 1.95 4/178 7173
/proc/meminfo: memFree=15077724/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=36824 CPUtime=4182.39 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 8716 0 0 0 418233 6 0 0 25 0 1 0 458620972 37707776 8542 33554432000 134512640 136057169 4288015136 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9206 8542 182 378 0 8826 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 36824

[startup+4242.3 s]
/proc/loadavg: 2.01 2.00 1.95 4/178 7175
/proc/meminfo: memFree=15077572/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=36824 CPUtime=4242.39 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 8736 0 0 0 424233 6 0 0 25 0 1 0 458620972 37707776 8562 33554432000 134512640 136057169 4288015136 18446744073709551615 134618371 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9206 8562 182 378 0 8826 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 36824

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7177
/proc/meminfo: memFree=15077424/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=37168 CPUtime=4302.4 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 8811 0 0 0 430234 6 0 0 25 0 1 0 458620972 38060032 8637 33554432000 134512640 136057169 4288015136 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9292 8637 182 378 0 8912 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 37168

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7178
/proc/meminfo: memFree=15077252/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=37360 CPUtime=4362.4 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 8857 0 0 0 436234 6 0 0 25 0 1 0 458620972 38256640 8683 33554432000 134512640 136057169 4288015136 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9340 8683 182 378 0 8960 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 37360

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7180
/proc/meminfo: memFree=15077080/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=37692 CPUtime=4422.4 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 8927 0 0 0 442234 6 0 0 25 0 1 0 458620972 38596608 8753 33554432000 134512640 136057169 4288015136 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9423 8753 182 378 0 9043 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 37692

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7181
/proc/meminfo: memFree=15077064/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=37692 CPUtime=4482.4 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 8927 0 0 0 448234 6 0 0 25 0 1 0 458620972 38596608 8753 33554432000 134512640 136057169 4288015136 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9423 8753 182 378 0 9043 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 37692

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7183
/proc/meminfo: memFree=15077036/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=37884 CPUtime=4542.4 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 8953 0 0 0 454233 7 0 0 25 0 1 0 458620972 38793216 8779 33554432000 134512640 136057169 4288015136 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9471 8779 182 378 0 9091 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 37884

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7185
/proc/meminfo: memFree=15076624/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=38028 CPUtime=4602.41 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 8995 0 0 0 460234 7 0 0 25 0 1 0 458620972 38940672 8821 33554432000 134512640 136057169 4288015136 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9507 8821 182 378 0 9127 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 38028

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7186
/proc/meminfo: memFree=15076352/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=38184 CPUtime=4662.41 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 9033 0 0 0 466234 7 0 0 25 0 1 0 458620972 39100416 8859 33554432000 134512640 136057169 4288015136 18446744073709551615 134618344 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9546 8859 182 378 0 9166 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 38184

[startup+4722.31 s]
/proc/loadavg: 2.04 2.01 1.95 4/178 7188
/proc/meminfo: memFree=15076308/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=38184 CPUtime=4722.41 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 9035 0 0 0 472234 7 0 0 25 0 1 0 458620972 39100416 8861 33554432000 134512640 136057169 4288015136 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9546 8861 182 378 0 9166 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 38184

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 1.95 4/178 7189
/proc/meminfo: memFree=15076280/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=38184 CPUtime=4782.41 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 9035 0 0 0 478234 7 0 0 25 0 1 0 458620972 39100416 8861 33554432000 134512640 136057169 4288015136 18446744073709551615 134630512 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9546 8861 182 378 0 9166 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 38184

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7191
/proc/meminfo: memFree=15076248/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=38184 CPUtime=4842.41 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 9067 0 0 0 484234 7 0 0 25 0 1 0 458620972 39100416 8893 33554432000 134512640 136057169 4288015136 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9546 8893 182 378 0 9166 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 38184

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7193
/proc/meminfo: memFree=15076100/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=38564 CPUtime=4902.41 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 9126 0 0 0 490234 7 0 0 25 0 1 0 458620972 39489536 8952 33554432000 134512640 136057169 4288015136 18446744073709551615 134618456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9641 8952 182 378 0 9261 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 38564

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7194
/proc/meminfo: memFree=15075716/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=38564 CPUtime=4962.41 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 9142 0 0 0 496234 7 0 0 25 0 1 0 458620972 39489536 8968 33554432000 134512640 136057169 4288015136 18446744073709551615 134824065 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9641 8968 182 378 0 9261 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 38564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 4/178 7195
/proc/meminfo: memFree=15075824/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=38564 CPUtime=5000.02 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 9158 0 0 0 499995 7 0 0 25 0 1 0 458620972 39489536 8984 33554432000 134512640 136057169 4288015136 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9641 8984 182 378 0 9261 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 38564

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.95 4/178 7195
/proc/meminfo: memFree=15075824/32951124 swapFree=67111528/67111528
[pid=7045] ppid=7043 vsize=38564 CPUtime=5000.02 cores=0,2,4,6
/proc/7045/stat : 7045 (clasp) R 7043 7045 5809 0 -1 4202496 9158 0 0 0 499995 7 0 0 25 0 1 0 458620972 39489536 8984 33554432000 134512640 136057169 4288015136 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/7045/statm: 9641 8984 182 378 0 9261 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 38564

Child status: 0
Real time (s): 4999.91
CPU time (s): 5000.03
CPU user time (s): 4999.95
CPU system time (s): 0.075988
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 38564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.95
system time used= 0.075988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9161
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= 3
involuntary context switches= 10042

runsolver used 7.65384 second user time and 15.9046 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-24 18:20:57
IDJOB=3276038
IDBENCH=84643
IDSOLVER=1677
FILE ID=node140/3276038-1303662056
RUNJOBID= node140-1303662056-7026
PBS_JOBID= 13150708
Free space on /tmp= 72416 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT04/handmade/connamacher/connm-d-0.02/connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.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-3276038-1303662056/watcher-3276038-1303662056 -o /tmp/evaluation-result-3276038-1303662056/solver-3276038-1303662056 -C 5000 -W 5100 -M 15500  HOME/clasp --file=HOME/instance-3276038-1303662056.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 287d3b23c6f72107e24ae4186653564e
RANDOM SEED=180154085

node140.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.833
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.66
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.833
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.14
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.833
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.833
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.77
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.833
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.833
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.74
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.833
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15117060 kB
Buffers:       2359716 kB
Cached:       14853092 kB
SwapCached:          0 kB
Active:       10018428 kB
Inactive:      7257428 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15117060 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4008 kB
Writeback:           0 kB
AnonPages:       61612 kB
Mapped:          15260 kB
Slab:           494788 kB
PageTables:       4332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   195372 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= 72412 MiB
End job on node140 at 2011-04-24 19:44:18