Trace number 3274458

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.04 1300.01

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-3-6_2072.cnf
MD5SUMd2ef996f95bbf68a3c980c797dfdc364
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 variables2071
Number of clauses159039
Sum of the clauses size479052
Maximum clause length6
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3158394
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5645

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-3274458-1303603306/watcher-3274458-1303603306 -o /tmp/evaluation-result-3274458-1303603306/solver-3274458-1303603306 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3274458-1303603306.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.67 3.31 3.36 4/189 12420
/proc/meminfo: memFree=23124440/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=2612 CPUtime=0 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 433 0 0 0 0 0 0 0 25 0 1 0 471933414 2674688 387 33554432000 134512640 136057169 4292221072 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 653 387 145 378 0 273 0

[startup+0.0338679 s]
/proc/loadavg: 3.67 3.31 3.36 4/189 12420
/proc/meminfo: memFree=23124440/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=5928 CPUtime=0.03 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 1415 0 0 0 3 0 0 0 25 0 1 0 471933414 6070272 1176 33554432000 134512640 136057169 4292221072 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 1482 1177 145 378 0 1102 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5928

[startup+0.100856 s]
/proc/loadavg: 3.67 3.31 3.36 4/189 12420
/proc/meminfo: memFree=23124440/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=9216 CPUtime=0.09 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 2382 0 0 0 9 0 0 0 25 0 1 0 471933414 9437184 1992 33554432000 134512640 136057169 4292221072 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 2304 1992 168 378 0 1924 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9216

[startup+0.300819 s]
/proc/loadavg: 3.67 3.31 3.36 4/189 12420
/proc/meminfo: memFree=23124440/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=9216 CPUtime=0.29 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 2384 0 0 0 29 0 0 0 25 0 1 0 471933414 9437184 1994 33554432000 134512640 136057169 4292221072 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 2304 1994 170 378 0 1924 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9216

[startup+0.70075 s]
/proc/loadavg: 3.67 3.31 3.36 4/189 12420
/proc/meminfo: memFree=23124440/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=10932 CPUtime=0.69 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 2818 0 0 0 69 0 0 0 25 0 1 0 471933414 11194368 2428 33554432000 134512640 136057169 4292221072 18446744073709551615 134766159 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 2733 2428 170 378 0 2353 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10932

[startup+1.50061 s]
/proc/loadavg: 3.67 3.31 3.36 5/190 12421
/proc/meminfo: memFree=23113780/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=14280 CPUtime=1.49 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 3846 0 0 0 149 0 0 0 25 0 1 0 471933414 14622720 3300 33554432000 134512640 136057169 4292221072 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 3570 3300 182 378 0 3190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14280

[startup+3.10032 s]
/proc/loadavg: 3.67 3.31 3.36 5/190 12421
/proc/meminfo: memFree=23110556/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=14944 CPUtime=3.09 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 4011 0 0 0 309 0 0 0 25 0 1 0 471933414 15302656 3465 33554432000 134512640 136057169 4292221072 18446744073709551615 134820146 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 3736 3465 182 378 0 3356 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 14944

[startup+6.30077 s]
/proc/loadavg: 3.70 3.32 3.37 5/190 12421
/proc/meminfo: memFree=23107296/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=18132 CPUtime=6.29 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 4821 0 0 0 629 0 0 0 25 0 1 0 471933414 18567168 4275 33554432000 134512640 136057169 4292221072 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 4533 4275 182 378 0 4153 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18132

[startup+12.7006 s]
/proc/loadavg: 3.72 3.33 3.37 5/190 12421
/proc/meminfo: memFree=23102708/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=21560 CPUtime=12.69 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 5659 0 0 0 1269 0 0 0 25 0 1 0 471933414 22077440 5113 33554432000 134512640 136057169 4292221072 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 5390 5113 182 378 0 5010 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21560

[startup+25.5004 s]
/proc/loadavg: 3.78 3.36 3.38 5/190 12421
/proc/meminfo: memFree=23097484/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=26192 CPUtime=25.49 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 6790 0 0 0 2548 1 0 0 25 0 1 0 471933414 26820608 6244 33554432000 134512640 136057169 4292221072 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 6548 6244 182 378 0 6168 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26192

[startup+51.1008 s]
/proc/loadavg: 3.92 3.43 3.40 5/190 12422
/proc/meminfo: memFree=23091424/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=31084 CPUtime=51.09 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 7956 0 0 0 5108 1 0 0 25 0 1 0 471933414 31830016 7410 33554432000 134512640 136057169 4292221072 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 7771 7410 182 378 0 7391 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31084

[startup+102.307 s]
/proc/loadavg: 3.96 3.52 3.43 5/190 12425
/proc/meminfo: memFree=23080856/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=38284 CPUtime=102.3 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 9666 0 0 0 10229 1 0 0 25 0 1 0 471933414 39202816 9120 33554432000 134512640 136057169 4292221072 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 9571 9120 182 378 0 9191 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 38284

[startup+162.301 s]
/proc/loadavg: 4.02 3.62 3.47 5/190 12428
/proc/meminfo: memFree=23072932/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=43916 CPUtime=162.3 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 10984 0 0 0 16228 2 0 0 25 0 1 0 471933414 44969984 10438 33554432000 134512640 136057169 4292221072 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 10979 10438 182 378 0 10599 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 43916

[startup+222.3 s]
/proc/loadavg: 4.04 3.70 3.50 5/190 12430
/proc/meminfo: memFree=23066824/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=49252 CPUtime=222.29 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 12219 0 0 0 22227 2 0 0 25 0 1 0 471933414 50434048 11673 33554432000 134512640 136057169 4292221072 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 12313 11673 182 378 0 11933 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 49252

[startup+282.301 s]
/proc/loadavg: 4.01 3.75 3.53 5/190 12431
/proc/meminfo: memFree=23063448/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=52228 CPUtime=282.3 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 12908 0 0 0 28228 2 0 0 25 0 1 0 471933414 53481472 12362 33554432000 134512640 136057169 4292221072 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 13057 12362 182 378 0 12677 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 52228

[startup+342.301 s]
/proc/loadavg: 4.00 3.79 3.56 5/190 12460
/proc/meminfo: memFree=23058764/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=58404 CPUtime=342.29 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 14315 0 0 0 34227 2 0 0 25 0 1 0 471933414 59805696 13769 33554432000 134512640 136057169 4292221072 18446744073709551615 134618473 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 14601 13769 182 378 0 14221 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 58404

[startup+402.3 s]
/proc/loadavg: 4.00 3.83 3.58 5/190 12488
/proc/meminfo: memFree=23054952/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=61332 CPUtime=402.3 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 14952 0 0 0 40227 3 0 0 25 0 1 0 471933414 62803968 14406 33554432000 134512640 136057169 4292221072 18446744073709551615 134828432 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 15333 14406 182 378 0 14953 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 61332

[startup+462.301 s]
/proc/loadavg: 4.04 3.87 3.61 5/190 12490
/proc/meminfo: memFree=23050156/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=63052 CPUtime=462.31 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 15322 0 0 0 46228 3 0 0 25 0 1 0 471933414 64565248 14776 33554432000 134512640 136057169 4292221072 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 15763 14776 182 378 0 15383 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 63052

[startup+522.301 s]
/proc/loadavg: 4.01 3.89 3.63 5/190 12492
/proc/meminfo: memFree=23045152/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=66944 CPUtime=522.31 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 16277 0 0 0 52228 3 0 0 25 0 1 0 471933414 68550656 15731 33554432000 134512640 136057169 4292221072 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 16736 15731 182 378 0 16356 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 66944

[startup+582.3 s]
/proc/loadavg: 4.05 3.92 3.66 5/190 12493
/proc/meminfo: memFree=23039136/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=70440 CPUtime=582.31 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 17036 0 0 0 58228 3 0 0 25 0 1 0 471933414 72130560 16490 33554432000 134512640 136057169 4292221072 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 17610 16490 182 378 0 17230 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 70440

[startup+642.301 s]
/proc/loadavg: 4.05 3.95 3.68 5/190 12522
/proc/meminfo: memFree=23037968/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=72148 CPUtime=642.31 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 17392 0 0 0 64228 3 0 0 25 0 1 0 471933414 73879552 16846 33554432000 134512640 136057169 4292221072 18446744073709551615 134618359 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 18037 16846 182 378 0 17657 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 72148

[startup+702.3 s]
/proc/loadavg: 4.07 3.97 3.70 5/190 12523
/proc/meminfo: memFree=23034332/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=73532 CPUtime=702.31 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 17715 0 0 0 70228 3 0 0 25 0 1 0 471933414 75296768 17169 33554432000 134512640 136057169 4292221072 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 18383 17169 182 378 0 18003 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 73532

[startup+762.307 s]
/proc/loadavg: 4.02 3.97 3.72 5/190 12525
/proc/meminfo: memFree=23031072/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=75544 CPUtime=762.32 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 18207 0 0 0 76229 3 0 0 25 0 1 0 471933414 77357056 17661 33554432000 134512640 136057169 4292221072 18446744073709551615 134618148 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 18886 17661 182 378 0 18506 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 75544

[startup+822.301 s]
/proc/loadavg: 4.01 3.97 3.73 5/190 12554
/proc/meminfo: memFree=23035452/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=78344 CPUtime=822.31 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 18827 0 0 0 82228 3 0 0 25 0 1 0 471933414 80224256 18281 33554432000 134512640 136057169 4292221072 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 19586 18281 182 378 0 19206 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 78344

[startup+882.3 s]
/proc/loadavg: 4.00 3.97 3.75 5/190 12555
/proc/meminfo: memFree=23028860/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=80036 CPUtime=882.31 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 19221 0 0 0 88228 3 0 0 25 0 1 0 471933414 81956864 18675 33554432000 134512640 136057169 4292221072 18446744073709551615 134828286 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 20009 18675 182 378 0 19629 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 80036

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.76 5/190 12557
/proc/meminfo: memFree=23023108/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=81104 CPUtime=942.31 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 19462 0 0 0 94228 3 0 0 25 0 1 0 471933414 83050496 18916 33554432000 134512640 136057169 4292221072 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 20276 18916 182 378 0 19896 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 81104

[startup+1002.3 s]
/proc/loadavg: 4.06 3.99 3.77 5/190 12558
/proc/meminfo: memFree=23018456/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=82868 CPUtime=1002.32 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 19860 0 0 0 100229 3 0 0 25 0 1 0 471933414 84856832 19314 33554432000 134512640 136057169 4292221072 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 20717 19314 182 378 0 20337 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 82868

[startup+1062.3 s]
/proc/loadavg: 4.02 3.99 3.79 5/190 12560
/proc/meminfo: memFree=23016312/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=83992 CPUtime=1062.32 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 20125 0 0 0 106229 3 0 0 25 0 1 0 471933414 86007808 19579 33554432000 134512640 136057169 4292221072 18446744073709551615 134823895 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 20998 19579 182 378 0 20618 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 83992

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.80 5/190 12562
/proc/meminfo: memFree=23013400/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=85116 CPUtime=1122.32 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 20374 0 0 0 112229 3 0 0 25 0 1 0 471933414 87158784 19828 33554432000 134512640 136057169 4292221072 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 21279 19828 182 378 0 20899 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 85116

[startup+1182.3 s]
/proc/loadavg: 4.05 4.00 3.82 5/190 12563
/proc/meminfo: memFree=23011500/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=85552 CPUtime=1182.32 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 20503 0 0 0 118229 3 0 0 25 0 1 0 471933414 87605248 19957 33554432000 134512640 136057169 4292221072 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 21388 19957 182 378 0 21008 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 85552

[startup+1242.3 s]
/proc/loadavg: 3.30 3.82 3.77 3/178 12601
/proc/meminfo: memFree=23049256/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=89324 CPUtime=1242.33 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 21536 0 0 0 124229 4 0 0 25 0 1 0 471933414 91467776 20837 33554432000 134512640 136057169 4292221072 18446744073709551615 134813025 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 22331 20837 182 378 0 21951 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 89324



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.47 3.49 3.65 3/178 12602
/proc/meminfo: memFree=23047248/32951124 swapFree=67051468/67111528
[pid=12420] ppid=12418 vsize=91880 CPUtime=1300.03 cores=5,7
/proc/12420/stat : 12420 (clasp) R 12418 12420 12025 0 -1 4202496 22079 0 0 0 129999 4 0 0 25 0 1 0 471933414 94085120 21380 33554432000 134512640 136057169 4292221072 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12420/statm: 22970 21380 182 378 0 22590 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 91880

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.01
CPU time (s): 1300.04
CPU user time (s): 1300
CPU system time (s): 0.047992
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 91880

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

runsolver used 2.08968 second user time and 4.93925 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-24 02:01:47
IDJOB=3274458
IDBENCH=83245
IDSOLVER=1674
FILE ID=node101/3274458-1303603306
RUNJOBID= node101-1303603218-12342
PBS_JOBID= 13150593
Free space on /tmp= 71608 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-3-6_2072.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-3274458-1303603306/watcher-3274458-1303603306 -o /tmp/evaluation-result-3274458-1303603306/solver-3274458-1303603306 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274458-1303603306.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= d2ef996f95bbf68a3c980c797dfdc364
RANDOM SEED=588315398

node101.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23124712 kB
Buffers:       2067564 kB
Cached:        7224536 kB
SwapCached:      33708 kB
Active:        6192132 kB
Inactive:      3163832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23124712 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:            4296 kB
Writeback:           0 kB
AnonPages:       51540 kB
Mapped:          11304 kB
Slab:           407344 kB
PageTables:       5252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   274236 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= 71608 MiB
End job on node101 at 2011-04-24 02:23:29