Trace number 3274359

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

General information on the benchmark

Namecrafted/skvortsov/automata-synchronization/
crn_40_1521_s.cnf
MD5SUM4e35cb9894b1ca841d462da2d6957cc5
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 variables63882
Number of clauses123981
Sum of the clauses size369562
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22381
Number of clauses of size 3121600
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-3274359-1303602269/watcher-3274359-1303602269 -o /tmp/evaluation-result-3274359-1303602269/solver-3274359-1303602269 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274359-1303602269.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.91 3.93 3.06 4/193 12497
/proc/meminfo: memFree=19432880/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=6900 CPUtime=0 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 1527 0 0 0 0 0 0 0 22 0 1 0 471825026 7065600 1183 33554432000 134512640 136057169 4294435440 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 1725 1188 141 378 0 1345 0

[startup+0.080755 s]
/proc/loadavg: 3.91 3.93 3.06 4/193 12497
/proc/meminfo: memFree=19432880/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=18464 CPUtime=0.07 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 5046 0 0 0 7 0 0 0 22 0 1 0 471825026 18907136 4203 33554432000 134512640 136057169 4294435440 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 4616 4204 163 378 0 4236 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18464

[startup+0.100756 s]
/proc/loadavg: 3.91 3.93 3.06 4/193 12497
/proc/meminfo: memFree=19432880/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=19268 CPUtime=0.09 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 5248 0 0 0 9 0 0 0 22 0 1 0 471825026 19730432 4405 33554432000 134512640 136057169 4294435440 18446744073709551615 134765650 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 4817 4405 168 378 0 4437 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19268

[startup+0.300717 s]
/proc/loadavg: 3.91 3.93 3.06 4/193 12497
/proc/meminfo: memFree=19432880/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=24176 CPUtime=0.29 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 6479 0 0 0 29 0 0 0 23 0 1 0 471825026 24756224 5636 33554432000 134512640 136057169 4294435440 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 6044 5636 170 378 0 5664 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24176

[startup+0.700644 s]
/proc/loadavg: 3.91 3.93 3.06 4/193 12497
/proc/meminfo: memFree=19432880/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=30484 CPUtime=0.69 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 9050 0 0 0 69 0 0 0 25 0 1 0 471825026 31215616 7258 33554432000 134512640 136057169 4294435440 18446744073709551615 134649358 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 7621 7258 181 378 0 7241 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30484

[startup+1.5005 s]
/proc/loadavg: 3.91 3.93 3.06 5/194 12498
/proc/meminfo: memFree=19402500/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=31448 CPUtime=1.49 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 9249 0 0 0 149 0 0 0 25 0 1 0 471825026 32202752 7457 33554432000 134512640 136057169 4294435440 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 7862 7457 183 378 0 7482 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31448

[startup+3.10021 s]
/proc/loadavg: 3.91 3.93 3.06 5/194 12498
/proc/meminfo: memFree=19401260/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=31928 CPUtime=3.09 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 9376 0 0 0 309 0 0 0 25 0 1 0 471825026 32694272 7584 33554432000 134512640 136057169 4294435440 18446744073709551615 134618312 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 7982 7584 183 378 0 7602 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31928

[startup+6.30065 s]
/proc/loadavg: 3.92 3.93 3.06 5/194 12498
/proc/meminfo: memFree=19396324/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=35776 CPUtime=6.3 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 10337 0 0 0 629 1 0 0 25 0 1 0 471825026 36634624 8545 33554432000 134512640 136057169 4294435440 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 8944 8545 183 378 0 8564 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 35776

[startup+12.7005 s]
/proc/loadavg: 3.92 3.93 3.07 5/194 12498
/proc/meminfo: memFree=19386412/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=41248 CPUtime=12.69 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 11686 0 0 0 1268 1 0 0 25 0 1 0 471825026 42237952 9894 33554432000 134512640 136057169 4294435440 18446744073709551615 134649280 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 10312 9894 183 378 0 9932 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 41248

[startup+25.5002 s]
/proc/loadavg: 3.94 3.93 3.08 5/194 12498
/proc/meminfo: memFree=19371704/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=52052 CPUtime=25.49 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 14276 0 0 0 2548 1 0 0 25 0 1 0 471825026 53301248 12484 33554432000 134512640 136057169 4294435440 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 13013 12484 183 378 0 12633 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52052

[startup+51.1007 s]
/proc/loadavg: 3.96 3.94 3.11 5/194 12499
/proc/meminfo: memFree=19345028/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=73268 CPUtime=51.09 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 19542 0 0 0 5107 2 0 0 25 0 1 0 471825026 75026432 17750 33554432000 134512640 136057169 4294435440 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 18317 17750 183 378 0 17937 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73268

[startup+102.307 s]
/proc/loadavg: 4.06 3.96 3.16 5/194 12527
/proc/meminfo: memFree=19330616/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=78160 CPUtime=102.3 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 20612 0 0 0 10228 2 0 0 25 0 1 0 471825026 80035840 18820 33554432000 134512640 136057169 4294435440 18446744073709551615 134823941 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 19540 18820 183 378 0 19160 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 78160

[startup+162.301 s]
/proc/loadavg: 4.02 3.97 3.21 5/194 12556
/proc/meminfo: memFree=19303216/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=98388 CPUtime=162.29 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 25460 0 0 0 16226 3 0 0 25 0 1 0 471825026 100749312 23668 33554432000 134512640 136057169 4294435440 18446744073709551615 134615624 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 24597 23668 183 378 0 24217 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 98388

[startup+222.3 s]
/proc/loadavg: 3.97 3.96 3.25 5/194 12612
/proc/meminfo: memFree=19247980/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=105508 CPUtime=222.29 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 27194 0 0 0 22226 3 0 0 25 0 1 0 471825026 108040192 25402 33554432000 134512640 136057169 4294435440 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 26377 25402 183 378 0 25997 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 105508

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 3.29 5/194 12613
/proc/meminfo: memFree=19219312/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=113072 CPUtime=282.3 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 28895 0 0 0 28226 4 0 0 25 0 1 0 471825026 115785728 27103 33554432000 134512640 136057169 4294435440 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 28268 27103 183 378 0 27888 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 113072

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.33 5/194 12615
/proc/meminfo: memFree=19203296/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=116676 CPUtime=342.3 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 29679 0 0 0 34226 4 0 0 25 0 1 0 471825026 119476224 27887 33554432000 134512640 136057169 4294435440 18446744073709551615 134811518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 29169 27887 183 378 0 28789 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 116676

[startup+402.3 s]
/proc/loadavg: 3.99 3.97 3.37 5/194 12616
/proc/meminfo: memFree=19181072/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=125064 CPUtime=402.3 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 31605 0 0 0 40226 4 0 0 25 0 1 0 471825026 128065536 29813 33554432000 134512640 136057169 4294435440 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 31266 29813 183 378 0 30886 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 125064

[startup+462.301 s]
/proc/loadavg: 4.05 3.99 3.41 5/194 12618
/proc/meminfo: memFree=19168528/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=129236 CPUtime=462.31 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 32569 0 0 0 46226 5 0 0 25 0 1 0 471825026 132337664 30777 33554432000 134512640 136057169 4294435440 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 32309 30777 183 378 0 31929 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 129236

[startup+522.301 s]
/proc/loadavg: 4.02 3.99 3.45 5/194 12619
/proc/meminfo: memFree=19164160/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=132252 CPUtime=522.31 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 33266 0 0 0 52226 5 0 0 25 0 1 0 471825026 135426048 31474 33554432000 134512640 136057169 4294435440 18446744073709551615 134618272 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 33063 31474 183 378 0 32683 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 132252

[startup+582.3 s]
/proc/loadavg: 4.00 3.99 3.48 5/194 12621
/proc/meminfo: memFree=19152712/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=136580 CPUtime=582.31 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 34250 0 0 0 58226 5 0 0 25 0 1 0 471825026 139857920 32458 33554432000 134512640 136057169 4294435440 18446744073709551615 134813028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 34145 32458 183 378 0 33765 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 136580

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 3.51 5/194 12623
/proc/meminfo: memFree=19123176/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=155356 CPUtime=642.32 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 38835 0 0 0 64226 6 0 0 25 0 1 0 471825026 159084544 37043 33554432000 134512640 136057169 4294435440 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 38839 37043 183 378 0 38459 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 155356

[startup+702.301 s]
/proc/loadavg: 4.04 4.00 3.54 5/194 12624
/proc/meminfo: memFree=19116448/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=159404 CPUtime=702.31 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 39710 0 0 0 70225 6 0 0 25 0 1 0 471825026 163229696 37918 33554432000 134512640 136057169 4294435440 18446744073709551615 134618190 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 39851 37918 183 378 0 39471 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 159404

[startup+762.306 s]
/proc/loadavg: 4.01 4.00 3.57 5/194 12626
/proc/meminfo: memFree=19083436/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=186264 CPUtime=762.32 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 46181 0 0 0 76225 7 0 0 25 0 1 0 471825026 190734336 44389 33554432000 134512640 136057169 4294435440 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 46566 44389 183 378 0 46186 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 186264

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 12628
/proc/meminfo: memFree=19074604/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=189124 CPUtime=822.31 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 46753 0 0 0 82224 7 0 0 25 0 1 0 471825026 193662976 44961 33554432000 134512640 136057169 4294435440 18446744073709551615 134649326 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 47281 44961 183 378 0 46901 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 189124

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 12629
/proc/meminfo: memFree=19071980/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=189848 CPUtime=882.31 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 46909 0 0 0 88224 7 0 0 25 0 1 0 471825026 194404352 45117 33554432000 134512640 136057169 4294435440 18446744073709551615 134823862 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 47462 45117 183 378 0 47082 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 189848

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.64 6/194 12631
/proc/meminfo: memFree=19069840/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=190116 CPUtime=942.31 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 47058 0 0 0 94224 7 0 0 25 0 1 0 471825026 194678784 45130 33554432000 134512640 136057169 4294435440 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 47529 45130 183 378 0 47149 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 190116

[startup+1002.3 s]
/proc/loadavg: 4.12 4.03 3.67 5/194 12641
/proc/meminfo: memFree=19037644/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=202060 CPUtime=1002.31 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 49851 0 0 0 100224 7 0 0 25 0 1 0 471825026 206909440 47923 33554432000 134512640 136057169 4294435440 18446744073709551615 134825038 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 50515 47923 183 378 0 50135 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 202060

[startup+1062.3 s]
/proc/loadavg: 4.10 4.04 3.69 5/194 12643
/proc/meminfo: memFree=19023432/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=209068 CPUtime=1062.32 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 51638 0 0 0 106224 8 0 0 25 0 1 0 471825026 214085632 49529 33554432000 134512640 136057169 4294435440 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 52267 49529 183 378 0 51887 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 209068

[startup+1122.3 s]
/proc/loadavg: 4.04 4.03 3.71 5/194 12645
/proc/meminfo: memFree=19016960/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=210808 CPUtime=1122.32 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 52024 0 0 0 112224 8 0 0 25 0 1 0 471825026 215867392 49915 33554432000 134512640 136057169 4294435440 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 52702 49915 183 378 0 52322 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 210808

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.72 5/194 12646
/proc/meminfo: memFree=19013836/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=213600 CPUtime=1182.32 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 52653 0 0 0 118224 8 0 0 25 0 1 0 471825026 218726400 50544 33554432000 134512640 136057169 4294435440 18446744073709551615 134825021 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 53400 50544 183 378 0 53020 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 213600

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.74 5/194 12651
/proc/meminfo: memFree=19009004/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=218524 CPUtime=1242.32 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 53835 0 0 0 124224 8 0 0 25 0 1 0 471825026 223768576 51726 33554432000 134512640 136057169 4294435440 18446744073709551615 134637499 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 54631 51726 183 378 0 54251 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 218524



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.72 3.96 3.73 3/186 12671
/proc/meminfo: memFree=19120860/32951124 swapFree=67111528/67111528
[pid=12497] ppid=12495 vsize=218524 CPUtime=1300.03 cores=5,7
/proc/12497/stat : 12497 (clasp) R 12495 12497 12235 0 -1 4202496 53844 0 0 0 129995 8 0 0 25 0 1 0 471825026 223768576 51735 33554432000 134512640 136057169 4294435440 18446744073709551615 134647446 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12497/statm: 54631 51735 183 378 0 54251 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 218524

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): 1300.02
CPU time (s): 1300.05
CPU user time (s): 1299.95
CPU system time (s): 0.098984
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 218524

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

runsolver used 2.13767 second user time and 4.50531 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-24 01:44:29
IDJOB=3274359
IDBENCH=83191
IDSOLVER=1674
FILE ID=node132/3274359-1303602269
RUNJOBID= node132-1303600949-12256
PBS_JOBID= 13150610
Free space on /tmp= 72048 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/skvortsov/automata-synchronization/crn_40_1521_s.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-3274359-1303602269/watcher-3274359-1303602269 -o /tmp/evaluation-result-3274359-1303602269/solver-3274359-1303602269 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274359-1303602269.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 4e35cb9894b1ca841d462da2d6957cc5
RANDOM SEED=915124118

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.77
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.67
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.82
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:      19432920 kB
Buffers:       1605652 kB
Cached:       11274580 kB
SwapCached:          0 kB
Active:        2499436 kB
Inactive:     10471968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19432920 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11004 kB
Writeback:           0 kB
AnonPages:       90688 kB
Mapped:          17352 kB
Slab:           483288 kB
PageTables:       5540 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   274016 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72052 MiB
End job on node132 at 2011-04-24 02:06:11