Trace number 3423142

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
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 variables85
Number of clauses29282
Sum of the clauses size292650
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 534
Number of clauses of size over 529248

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...690735/instance-3423142-1306690735.cnf
1.69/1.71	c Solving...
5000.02/4999.92	
5000.02/4999.92	*** INTERRUPTED! ***
5000.02/4999.92	s UNKNOWN
5000.02/4999.92	
5000.02/4999.92	c INTERRUPTED   : 1
5000.02/4999.92	c Models        : 0+    
5000.02/4999.92	c Time          : 4999.918s (Solving: 4998.21s 1st Model: 0.00s Unsat: 0.00s)
5000.02/4999.92	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-3423142-1306690735/watcher-3423142-1306690735 -o /tmp/evaluation-result-3423142-1306690735/solver-3423142-1306690735 -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-3423142-1306690735.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: 2.01 2.02 1.91 2/535 24205
/proc/meminfo: memFree=17785988/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=13780 CPUtime=0.01 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 804 0 0 0 1 0 0 0 25 0 1 0 780671443 14110720 709 33554432000 4194304 4929204 140733880826032 18446744073709551615 228244009669 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 3445 710 327 180 0 455 0

[startup+0.118555 s]
/proc/loadavg: 2.01 2.02 1.91 2/535 24205
/proc/meminfo: memFree=17785988/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=16488 CPUtime=0.11 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 1545 0 0 0 11 0 0 0 25 0 1 0 780671443 16883712 1396 33554432000 4194304 4929204 140733880826032 18446744073709551615 4582124 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 4122 1396 339 180 0 1132 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 16488

[startup+0.200543 s]
/proc/loadavg: 2.01 2.02 1.91 2/535 24205
/proc/meminfo: memFree=17785988/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=16488 CPUtime=0.19 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 1545 0 0 0 19 0 0 0 25 0 1 0 780671443 16883712 1396 33554432000 4194304 4929204 140733880826032 18446744073709551615 4582124 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 4122 1396 339 180 0 1132 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16488

[startup+0.300532 s]
/proc/loadavg: 2.01 2.02 1.91 2/535 24205
/proc/meminfo: memFree=17785988/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=16488 CPUtime=0.29 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 1545 0 0 0 29 0 0 0 25 0 1 0 780671443 16883712 1396 33554432000 4194304 4929204 140733880826032 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 4122 1396 339 180 0 1132 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16488

[startup+0.700438 s]
/proc/loadavg: 2.01 2.02 1.91 2/535 24205
/proc/meminfo: memFree=17785988/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=16488 CPUtime=0.69 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 1546 0 0 0 69 0 0 0 25 0 1 0 780671443 16883712 1397 33554432000 4194304 4929204 140733880826032 18446744073709551615 4582208 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 4122 1397 339 180 0 1132 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16488

[startup+1.50029 s]
/proc/loadavg: 2.01 2.02 1.91 3/536 24206
/proc/meminfo: memFree=17780656/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=16488 CPUtime=1.49 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 1553 0 0 0 149 0 0 0 25 0 1 0 780671443 16883712 1404 33554432000 4194304 4929204 140733880826032 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 4122 1404 339 180 0 1132 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16488

[startup+3.10104 s]
/proc/loadavg: 2.01 2.02 1.91 3/536 24206
/proc/meminfo: memFree=17778920/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=17380 CPUtime=3.09 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 1872 0 0 0 309 0 0 0 25 0 1 0 780671443 17797120 1665 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 4345 1665 367 180 0 1355 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17380

[startup+6.30048 s]
/proc/loadavg: 2.01 2.02 1.91 3/536 24206
/proc/meminfo: memFree=17777060/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=18716 CPUtime=6.29 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 2211 0 0 0 629 0 0 0 25 0 1 0 780671443 19165184 2004 33554432000 4194304 4929204 140733880826032 18446744073709551615 4316197 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 4679 2004 367 180 0 1689 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18716

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 1.91 3/536 24207
/proc/meminfo: memFree=17774704/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=20200 CPUtime=12.69 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 2527 0 0 0 1269 0 0 0 25 0 1 0 780671443 20684800 2320 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 5050 2320 367 180 0 2060 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 20200

[startup+25.5011 s]
/proc/loadavg: 2.01 2.02 1.91 3/536 24207
/proc/meminfo: memFree=17773712/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=22136 CPUtime=25.49 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 2966 0 0 0 2549 0 0 0 25 0 1 0 780671443 22667264 2759 33554432000 4194304 4929204 140733880826032 18446744073709551615 4627807 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 5534 2759 367 180 0 2544 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 22136

[startup+51.1006 s]
/proc/loadavg: 2.00 2.01 1.91 3/536 24208
/proc/meminfo: memFree=17770788/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=24704 CPUtime=51.09 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 3585 0 0 0 5109 0 0 0 25 0 1 0 780671443 25296896 3378 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 6176 3378 367 180 0 3186 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 24704

[startup+102.301 s]
/proc/loadavg: 2.08 2.04 1.92 3/536 24209
/proc/meminfo: memFree=17767028/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=27764 CPUtime=102.31 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 4246 0 0 0 10231 0 0 0 25 0 1 0 780671443 28430336 4039 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 6941 4039 369 180 0 3951 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 27764

[startup+162.301 s]
/proc/loadavg: 2.07 2.04 1.93 3/536 24211
/proc/meminfo: memFree=17764140/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=30292 CPUtime=162.3 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 4814 0 0 0 16230 0 0 0 25 0 1 0 780671443 31019008 4607 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 7573 4607 369 180 0 4583 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 30292

[startup+222.321 s]
/proc/loadavg: 2.02 2.03 1.93 3/536 24212
/proc/meminfo: memFree=17763240/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=32064 CPUtime=222.32 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 5223 0 0 0 22232 0 0 0 25 0 1 0 780671443 32833536 5016 33554432000 4194304 4929204 140733880826032 18446744073709551615 4629109 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 8016 5016 369 180 0 5026 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 32064

[startup+282.301 s]
/proc/loadavg: 2.01 2.02 1.93 3/536 24214
/proc/meminfo: memFree=17760852/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=33836 CPUtime=282.3 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 5652 0 0 0 28230 0 0 0 25 0 1 0 780671443 34648064 5445 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 8459 5445 369 180 0 5469 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 33836

[startup+342.3 s]
/proc/loadavg: 2.12 2.05 1.94 3/536 24215
/proc/meminfo: memFree=17759208/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=35164 CPUtime=342.3 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 5954 0 0 0 34230 0 0 0 25 0 1 0 780671443 36007936 5747 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 8791 5747 369 180 0 5801 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 35164

[startup+402.301 s]
/proc/loadavg: 2.09 2.05 1.94 3/536 24217
/proc/meminfo: memFree=17757072/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=37636 CPUtime=402.3 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 6467 0 0 0 40230 0 0 0 25 0 1 0 780671443 38539264 6260 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 9409 6260 369 180 0 6419 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 37636

[startup+462.3 s]
/proc/loadavg: 2.03 2.04 1.94 3/536 24220
/proc/meminfo: memFree=17754928/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=38680 CPUtime=462.3 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 6698 0 0 0 46230 0 0 0 25 0 1 0 780671443 39608320 6491 33554432000 4194304 4929204 140733880826032 18446744073709551615 4619466 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 9670 6491 369 180 0 6680 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 38680

[startup+522.301 s]
/proc/loadavg: 2.01 2.03 1.94 3/536 24221
/proc/meminfo: memFree=17753288/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=39628 CPUtime=522.3 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 6900 0 0 0 52230 0 0 0 25 0 1 0 780671443 40579072 6693 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 9907 6693 369 180 0 6917 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 39628

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/536 24223
/proc/meminfo: memFree=17752876/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=40008 CPUtime=582.3 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 7010 0 0 0 58230 0 0 0 25 0 1 0 780671443 40968192 6803 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 10002 6803 369 180 0 7012 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 40008

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/536 24444
/proc/meminfo: memFree=17753584/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=62156 CPUtime=4002.38 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 12228 0 0 0 400236 2 0 0 25 0 1 0 780671443 63647744 11900 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 15539 11900 369 180 0 12549 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 62156

[startup+4062.3 s]
/proc/loadavg: 2.17 2.07 2.02 3/536 24446
/proc/meminfo: memFree=17753444/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=62156 CPUtime=4062.4 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 12228 0 0 0 406238 2 0 0 25 0 1 0 780671443 63647744 11900 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 15539 11900 369 180 0 12549 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 62156

[startup+4122.3 s]
/proc/loadavg: 2.10 2.07 2.02 3/536 24447
/proc/meminfo: memFree=17753428/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=62156 CPUtime=4122.38 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 12234 0 0 0 412236 2 0 0 25 0 1 0 780671443 63647744 11906 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 15539 11906 369 180 0 12549 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 62156

[startup+4182.32 s]
/proc/loadavg: 2.04 2.05 2.01 3/536 24449
/proc/meminfo: memFree=17753300/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=62156 CPUtime=4182.41 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 12280 0 0 0 418239 2 0 0 25 0 1 0 780671443 63647744 11952 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 15539 11952 369 180 0 12549 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 62156

[startup+4242.3 s]
/proc/loadavg: 2.01 2.04 2.01 3/536 24450
/proc/meminfo: memFree=17752908/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=62580 CPUtime=4242.39 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 12365 0 0 0 424237 2 0 0 25 0 1 0 780671443 64081920 12037 33554432000 4194304 4929204 140733880826032 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 15645 12037 369 180 0 12655 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 62580

[startup+4302.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 24452
/proc/meminfo: memFree=17752644/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=62868 CPUtime=4302.39 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 12457 0 0 0 430237 2 0 0 25 0 1 0 780671443 64376832 12129 33554432000 4194304 4929204 140733880826032 18446744073709551615 4337358 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 15717 12129 369 180 0 12727 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 62868

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 24454
/proc/meminfo: memFree=17752256/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=63152 CPUtime=4362.39 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 12531 0 0 0 436237 2 0 0 25 0 1 0 780671443 64667648 12203 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 15788 12203 369 180 0 12798 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 63152

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 24455
/proc/meminfo: memFree=17752128/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=63576 CPUtime=4422.39 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 12609 0 0 0 442237 2 0 0 25 0 1 0 780671443 65101824 12281 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 15894 12281 369 180 0 12904 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 63576

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 24457
/proc/meminfo: memFree=17751980/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=63576 CPUtime=4482.39 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 12622 0 0 0 448237 2 0 0 25 0 1 0 780671443 65101824 12294 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 15894 12294 369 180 0 12904 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 63576

[startup+4542.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/536 24458
/proc/meminfo: memFree=17751108/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=64432 CPUtime=4542.39 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 12787 0 0 0 454237 2 0 0 25 0 1 0 780671443 65978368 12459 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 16108 12459 369 180 0 13118 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 64432

[startup+4602.3 s]
/proc/loadavg: 2.26 2.08 2.02 3/536 24460
/proc/meminfo: memFree=17750216/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=65712 CPUtime=4602.4 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 13037 0 0 0 460237 3 0 0 25 0 1 0 780671443 67289088 12709 33554432000 4194304 4929204 140733880826032 18446744073709551615 4357463 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 16428 12709 369 180 0 13438 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 65712

[startup+4662.3 s]
/proc/loadavg: 2.15 2.07 2.02 3/536 24462
/proc/meminfo: memFree=17749828/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=66136 CPUtime=4662.41 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 13118 0 0 0 466238 3 0 0 25 0 1 0 780671443 67723264 12790 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 16534 12790 369 180 0 13544 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 66136

[startup+4722.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/536 24463
/proc/meminfo: memFree=17748832/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=66564 CPUtime=4722.42 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 13202 0 0 0 472239 3 0 0 25 0 1 0 780671443 68161536 12874 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 16641 12874 369 180 0 13651 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 66564

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/536 24465
/proc/meminfo: memFree=17748692/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=66564 CPUtime=4782.41 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 13219 0 0 0 478238 3 0 0 25 0 1 0 780671443 68161536 12891 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 16641 12891 369 180 0 13651 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 66564

[startup+4842.32 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 24466
/proc/meminfo: memFree=17749296/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=66564 CPUtime=4842.43 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 13228 0 0 0 484240 3 0 0 25 0 1 0 780671443 68161536 12900 33554432000 4194304 4929204 140733880826032 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 16641 12900 369 180 0 13651 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 66564

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 24468
/proc/meminfo: memFree=17749160/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=66564 CPUtime=4902.41 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 13228 0 0 0 490238 3 0 0 25 0 1 0 780671443 68161536 12900 33554432000 4194304 4929204 140733880826032 18446744073709551615 4619436 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 16641 12900 369 180 0 13651 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 66564

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 24479
/proc/meminfo: memFree=17748736/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=66564 CPUtime=4962.41 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 13253 0 0 0 496238 3 0 0 25 0 1 0 780671443 68161536 12925 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 16641 12925 369 180 0 13651 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 66564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 24480
/proc/meminfo: memFree=17748728/32951124 swapFree=64205420/67111528
[pid=24205] ppid=24203 vsize=66564 CPUtime=5000.02 cores=0,2,4,6
/proc/24205/stat : 24205 (clasp) R 24203 24205 24111 0 -1 4202496 13253 0 0 0 499999 3 0 0 25 0 1 0 780671443 68161536 12925 33554432000 4194304 4929204 140733880826032 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/24205/statm: 16641 12925 369 180 0 13651 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 66564

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 4999.92
CPU time (s): 5000.04
CPU user time (s): 5000.01
CPU system time (s): 0.034994
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 66564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13265
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= 10
involuntary context switches= 9298

runsolver used 27.5778 second user time and 58.907 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-29 19:38:55
IDJOB=3423142
IDBENCH=83924
IDSOLVER=1917
FILE ID=node136/3423142-1306690735
RUNJOBID= node136-1306689797-24130
PBS_JOBID= 13471846
Free space on /tmp= 73380 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_80_17_90_7-log.shuffled-as.sat03-190.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-3423142-1306690735/watcher-3423142-1306690735 -o /tmp/evaluation-result-3423142-1306690735/solver-3423142-1306690735 -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-3423142-1306690735.cnf

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

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
RANDOM SEED=275725593

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17786268 kB
Buffers:        285804 kB
Cached:        5742976 kB
SwapCached:      25124 kB
Active:        4797028 kB
Inactive:     10087264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17786268 kB
SwapTotal:    67111528 kB
SwapFree:     64205420 kB
Dirty:            1588 kB
Writeback:           0 kB
AnonPages:     8836292 kB
Mapped:          40256 kB
Slab:           143152 kB
PageTables:      69020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 169260660 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= 73380 MiB
End job on node136 at 2011-05-29 21:02:17