Trace number 3423105

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
clasp 2.0-R4092-crafted? (TO) 5000.05 4999.93

General information on the benchmark

Namecrafted/kullmann/GreenTao/
GreenTaok1k2/GreenTao_2-4-5_4232.cnf
MD5SUM86d9f733c618d2ca060f457ab8a19463
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 variables4230
Number of clauses100443
Sum of the clauses size411786
Maximum clause length5
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 490429
Number of clauses of size 510014
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...688814/instance-3423105-1306688814.cnf
0.19/0.20	c Solving...
5000.02/4999.91	
5000.02/4999.91	*** INTERRUPTED! ***
5000.02/4999.91	s UNKNOWN
5000.02/4999.91	
5000.02/4999.91	c INTERRUPTED   : 1
5000.02/4999.91	c Models        : 0+    
5000.02/4999.91	c Time          : 4999.917s (Solving: 4999.71s 1st Model: 0.00s Unsat: 0.00s)
5000.02/4999.91	c CPU Time      : 5000.030s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3423105-1306688814/watcher-3423105-1306688814 -o /tmp/evaluation-result-3423105-1306688814/solver-3423105-1306688814 -C 5000 -W 5100 -M 15500 HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423105-1306688814.cnf 

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: 7.42 7.95 7.99 3/505 5159
/proc/meminfo: memFree=21824576/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=13732 CPUtime=0 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 817 0 0 0 0 0 0 0 25 0 1 0 780484029 14061568 725 33554432000 4194304 4929204 140734689676032 18446744073709551615 216634176197 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 3433 725 327 180 0 443 0

[startup+0.0613289 s]
/proc/loadavg: 7.42 7.95 7.99 3/505 5159
/proc/meminfo: memFree=21824576/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=22608 CPUtime=0.05 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 3434 0 0 0 5 0 0 0 25 0 1 0 780484029 23150592 2829 33554432000 4194304 4929204 140734689676032 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 5652 2829 339 180 0 2662 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22608

[startup+0.10031 s]
/proc/loadavg: 7.42 7.95 7.99 3/505 5159
/proc/meminfo: memFree=21824576/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=22608 CPUtime=0.09 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 3434 0 0 0 9 0 0 0 25 0 1 0 780484029 23150592 2829 33554432000 4194304 4929204 140734689676032 18446744073709551615 4582119 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 5652 2829 339 180 0 2662 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22608

[startup+0.30027 s]
/proc/loadavg: 7.42 7.95 7.99 3/505 5159
/proc/meminfo: memFree=21824576/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=24356 CPUtime=0.29 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 4125 0 0 0 29 0 0 0 25 0 1 0 780484029 24940544 3323 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 6089 3323 367 180 0 3099 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24356

[startup+0.700226 s]
/proc/loadavg: 7.42 7.95 7.99 3/505 5159
/proc/meminfo: memFree=21824576/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=24356 CPUtime=0.69 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 4161 0 0 0 69 0 0 0 25 0 1 0 780484029 24940544 3359 33554432000 4194304 4929204 140734689676032 18446744073709551615 4329530 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 6089 3359 367 180 0 3099 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24356

[startup+1.50109 s]
/proc/loadavg: 7.42 7.95 7.99 3/506 5160
/proc/meminfo: memFree=21810652/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=25016 CPUtime=1.49 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 4328 0 0 0 149 0 0 0 25 0 1 0 780484029 25616384 3526 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316095 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 6254 3526 367 180 0 3264 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25016

[startup+3.10081 s]
/proc/loadavg: 6.98 7.85 7.96 3/506 5160
/proc/meminfo: memFree=21807552/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=26496 CPUtime=3.09 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 4692 0 0 0 309 0 0 0 25 0 1 0 780484029 27131904 3890 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 6624 3890 367 180 0 3634 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26496

[startup+6.30022 s]
/proc/loadavg: 6.98 7.85 7.96 3/506 5160
/proc/meminfo: memFree=21802592/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=30100 CPUtime=6.29 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 5597 0 0 0 629 0 0 0 25 0 1 0 780484029 30822400 4795 33554432000 4194304 4929204 140734689676032 18446744073709551615 4320486 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 7525 4795 367 180 0 4535 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30100

[startup+12.7011 s]
/proc/loadavg: 6.22 7.66 7.90 3/506 5161
/proc/meminfo: memFree=21796736/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=34684 CPUtime=12.69 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 6746 0 0 0 1269 0 0 0 25 0 1 0 780484029 35516416 5944 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316142 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 8671 5944 367 180 0 5681 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34684

[startup+25.5009 s]
/proc/loadavg: 5.57 7.47 7.83 3/506 5161
/proc/meminfo: memFree=21791460/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=40768 CPUtime=25.49 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 8260 0 0 0 2549 0 0 0 25 0 1 0 780484029 41746432 7458 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316074 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 10192 7458 367 180 0 7202 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 40768

[startup+51.1004 s]
/proc/loadavg: 4.50 7.07 7.69 3/506 5162
/proc/meminfo: memFree=21786580/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=44460 CPUtime=51.09 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 9185 0 0 0 5109 0 0 0 25 0 1 0 780484029 45527040 8383 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 11115 8383 367 180 0 8125 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 44460

[startup+102.318 s]
/proc/loadavg: 3.00 6.21 7.36 3/506 5163
/proc/meminfo: memFree=21776256/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=52868 CPUtime=102.31 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 11221 0 0 0 10231 0 0 0 25 0 1 0 780484029 54136832 10419 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316204 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 13217 10419 369 180 0 10227 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 52868

[startup+162.301 s]
/proc/loadavg: 2.40 5.50 7.05 3/506 5192
/proc/meminfo: memFree=21775700/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=56960 CPUtime=162.3 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 12223 0 0 0 16229 1 0 0 25 0 1 0 780484029 58327040 11421 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 14240 11421 369 180 0 11250 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 56960

[startup+222.3 s]
/proc/loadavg: 2.13 4.81 6.70 3/506 5193
/proc/meminfo: memFree=21760744/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=66228 CPUtime=222.3 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 14502 0 0 0 22229 1 0 0 25 0 1 0 780484029 67817472 13700 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 16557 13700 369 180 0 13567 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 66228

[startup+282.301 s]
/proc/loadavg: 2.05 4.34 6.43 3/506 5195
/proc/meminfo: memFree=21753772/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=71432 CPUtime=282.3 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 15753 0 0 0 28229 1 0 0 25 0 1 0 780484029 73146368 14951 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 17858 14951 369 180 0 14868 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 71432

[startup+342.3 s]
/proc/loadavg: 2.15 3.92 6.14 3/506 5196
/proc/meminfo: memFree=21750508/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=72536 CPUtime=342.3 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 16002 0 0 0 34229 1 0 0 25 0 1 0 780484029 74276864 15200 33554432000 4194304 4929204 140734689676032 18446744073709551615 4337358 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 18134 15200 369 180 0 15144 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 72536

[startup+402.301 s]
/proc/loadavg: 2.06 3.59 5.90 3/506 5198
/proc/meminfo: memFree=21744748/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=77232 CPUtime=402.29 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 17099 0 0 0 40228 1 0 0 25 0 1 0 780484029 79085568 16297 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 19308 16297 369 180 0 16318 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 77232

[startup+462.3 s]
/proc/loadavg: 2.02 3.28 5.63 3/506 5200
/proc/meminfo: memFree=21741360/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=79964 CPUtime=462.3 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 17746 0 0 0 46228 2 0 0 25 0 1 0 780484029 81883136 16944 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 19991 16944 369 180 0 17001 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 79964

[startup+522.301 s]
/proc/loadavg: 2.00 3.06 5.42 3/506 5201
/proc/meminfo: memFree=21737356/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=83412 CPUtime=522.3 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 18591 0 0 0 52228 2 0 0 25 0 1 0 780484029 85413888 17789 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 20853 17789 369 180 0 17863 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 83412

[startup+582.3 s]
/proc/loadavg: 2.00 2.85 5.19 3/506 5203
/proc/meminfo: memFree=21736188/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=84108 CPUtime=582.3 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 18794 0 0 0 58228 2 0 0 25 0 1 0 780484029 86126592 17992 33554432000 4194304 4929204 140734689676032 18446744073709551615 4628102 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 21027 17992 369 180 0 18037 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 84108

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.07 2.05 2.09 3/506 5335
/proc/meminfo: memFree=21616096/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=163876 CPUtime=4062.4 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 38194 0 0 0 406233 7 0 0 25 0 1 0 780484029 167809024 37392 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 40969 37392 369 180 0 37979 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 163876

[startup+4122.3 s]
/proc/loadavg: 2.02 2.04 2.08 3/506 5336
/proc/meminfo: memFree=21613092/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=166940 CPUtime=4122.39 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 38876 0 0 0 412232 7 0 0 25 0 1 0 780484029 170946560 38074 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 41735 38074 369 180 0 38745 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 166940

[startup+4182.3 s]
/proc/loadavg: 2.14 2.06 2.09 3/506 5338
/proc/meminfo: memFree=21612308/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=168868 CPUtime=4182.39 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 39293 0 0 0 418232 7 0 0 25 0 1 0 780484029 172920832 38491 33554432000 4194304 4929204 140734689676032 18446744073709551615 4627864 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 42217 38491 369 180 0 39227 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 168868

[startup+4242.3 s]
/proc/loadavg: 2.17 2.08 2.09 3/506 5339
/proc/meminfo: memFree=21609540/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=170912 CPUtime=4242.39 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 39795 0 0 0 424232 7 0 0 25 0 1 0 780484029 175013888 38993 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316222 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 42728 38993 369 180 0 39738 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 170912

[startup+4302.3 s]
/proc/loadavg: 2.06 2.06 2.08 3/506 5341
/proc/meminfo: memFree=21609492/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=171216 CPUtime=4302.39 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 39836 0 0 0 430232 7 0 0 25 0 1 0 780484029 175325184 39034 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 42804 39034 369 180 0 39814 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 171216

[startup+4362.3 s]
/proc/loadavg: 2.02 2.05 2.08 3/506 5342
/proc/meminfo: memFree=21609108/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=171216 CPUtime=4362.39 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 39836 0 0 0 436232 7 0 0 25 0 1 0 780484029 175325184 39034 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 42804 39034 369 180 0 39814 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 171216

[startup+4422.3 s]
/proc/loadavg: 2.01 2.04 2.07 3/506 5344
/proc/meminfo: memFree=21609416/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=171216 CPUtime=4422.39 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 39855 0 0 0 442232 7 0 0 25 0 1 0 780484029 175325184 39053 33554432000 4194304 4929204 140734689676032 18446744073709551615 4357302 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 42804 39053 369 180 0 39814 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 171216

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.07 3/506 5346
/proc/meminfo: memFree=21609132/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=171216 CPUtime=4482.39 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 39857 0 0 0 448232 7 0 0 25 0 1 0 780484029 175325184 39055 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 42804 39055 369 180 0 39814 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 171216

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.06 3/506 5347
/proc/meminfo: memFree=21607584/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=171708 CPUtime=4542.4 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 39954 0 0 0 454232 8 0 0 25 0 1 0 780484029 175828992 39152 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316150 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 42927 39152 369 180 0 39937 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 171708

[startup+4602.3 s]
/proc/loadavg: 2.10 2.05 2.07 3/506 5349
/proc/meminfo: memFree=21604940/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=173360 CPUtime=4602.41 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 40335 0 0 0 460233 8 0 0 25 0 1 0 780484029 177520640 39533 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 43340 39533 369 180 0 40350 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 173360

[startup+4662.3 s]
/proc/loadavg: 2.04 2.03 2.06 3/506 5351
/proc/meminfo: memFree=21604768/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=174244 CPUtime=4662.4 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 40555 0 0 0 466232 8 0 0 25 0 1 0 780484029 178425856 39753 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633759 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 43561 39753 369 180 0 40571 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 174244

[startup+4722.32 s]
/proc/loadavg: 2.01 2.03 2.05 3/506 5352
/proc/meminfo: memFree=21605344/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=174904 CPUtime=4722.42 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 40718 0 0 0 472234 8 0 0 25 0 1 0 780484029 179101696 39916 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 43726 39916 369 180 0 40736 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 174904

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/506 5354
/proc/meminfo: memFree=21604180/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=175984 CPUtime=4782.41 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 40925 0 0 0 478233 8 0 0 25 0 1 0 780484029 180207616 40123 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 43996 40123 369 180 0 41006 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 175984

[startup+4842.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/506 5355
/proc/meminfo: memFree=21602892/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=176996 CPUtime=4842.41 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 41145 0 0 0 484233 8 0 0 25 0 1 0 780484029 181243904 40343 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 44249 40343 369 180 0 41259 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 176996

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/506 5384
/proc/meminfo: memFree=21660528/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=176996 CPUtime=4902.41 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 41145 0 0 0 490233 8 0 0 25 0 1 0 780484029 181243904 40343 33554432000 4194304 4929204 140734689676032 18446744073709551615 4658024 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 44249 40343 369 180 0 41259 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 176996

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/506 5386
/proc/meminfo: memFree=21659116/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=177128 CPUtime=4962.41 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 41202 0 0 0 496233 8 0 0 25 0 1 0 780484029 181379072 40400 33554432000 4194304 4929204 140734689676032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 44282 40400 369 180 0 41292 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 177128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.03 3/506 5387
/proc/meminfo: memFree=21658452/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=177404 CPUtime=5000.02 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 41235 0 0 0 499994 8 0 0 25 0 1 0 780484029 181661696 40433 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316234 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 44351 40433 369 180 0 41361 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 177404

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.01 2.03 3/506 5387
/proc/meminfo: memFree=21658452/32951124 swapFree=51851948/67111528
[pid=5159] ppid=5157 vsize=177404 CPUtime=5000.02 cores=0,2,4,6
/proc/5159/stat : 5159 (clasp) R 5157 5159 5121 0 -1 4202496 41235 0 0 0 499994 8 0 0 25 0 1 0 780484029 181661696 40433 33554432000 4194304 4929204 140734689676032 18446744073709551615 4316234 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/5159/statm: 44351 40433 369 180 0 41361 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 177404

Child status: 0
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4999.95
CPU system time (s): 0.090986
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 177404

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

runsolver used 26.015 second user time and 55.8145 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-29 19:06:54
IDJOB=3423105
IDBENCH=83254
IDSOLVER=1917
FILE ID=node103/3423105-1306688814
RUNJOBID= node103-1306688814-5139
PBS_JOBID= 13471838
Free space on /tmp= 73384 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/kullmann/GreenTao/GreenTaok1k2/GreenTao_2-4-5_4232.cnf
COMMAND LINE= HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3423105-1306688814/watcher-3423105-1306688814 -o /tmp/evaluation-result-3423105-1306688814/solver-3423105-1306688814 -C 5000 -W 5100 -M 15500  HOME/clasp --sat-p=20,25,120,-1,0 --berk-max=512 --berk-once --otfs=1 --recursive-str --dinit=800,10000 --dsched=20000,1.1 --reverse-arcs=2 HOME/instance-3423105-1306688814.cnf

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

MD5SUM BENCH= 86d9f733c618d2ca060f457ab8a19463
RANDOM SEED=514453470

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.83
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.858
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:      21824864 kB
Buffers:        383888 kB
Cached:        8582476 kB
SwapCached:     191244 kB
Active:        2540796 kB
Inactive:      8264692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21824864 kB
SwapTotal:    67111528 kB
SwapFree:     51851948 kB
Dirty:            3512 kB
Writeback:           0 kB
AnonPages:     1658500 kB
Mapped:          22588 kB
Slab:           176044 kB
PageTables:      74488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162058668 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= 73384 MiB
End job on node103 at 2011-05-29 20:30:16