Trace number 3422960

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.06 5000.12

General information on the benchmark

NameCRAFTED/modcircuits/
mod3block_2vars_11gates_u2_autoenc.cnf
MD5SUM36c3169a5cad0483dd15befcefc4323e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1540.75
Satisfiable
(Un)Satisfiability was proved
Number of variables526
Number of clauses146535
Sum of the clauses size858954
Maximum clause length14
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 22476
Number of clauses of size 34
Number of clauses of size 41387
Number of clauses of size 57328
Number of clauses of size over 5135276

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...682139/instance-3422960-1306682139.cnf
0.99/1.02	c Solving...
5000.04/5000.11	
5000.04/5000.11	*** INTERRUPTED! ***
5000.04/5000.11	s UNKNOWN
5000.04/5000.11	
5000.04/5000.11	c INTERRUPTED   : 1
5000.04/5000.11	c Models        : 0+    
5000.04/5000.11	c Time          : 5000.117s (Solving: 4999.09s 1st Model: 0.00s Unsat: 0.00s)
5000.04/5000.11	c CPU Time      : 5000.050s

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-3422960-1306682139/watcher-3422960-1306682139 -o /tmp/evaluation-result-3422960-1306682139/solver-3422960-1306682139 -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-3422960-1306682139.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: 1.16 1.05 1.26 2/522 22062
/proc/meminfo: memFree=12929052/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=13368 CPUtime=0 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 685 0 0 0 0 0 0 0 22 0 1 0 779811593 13688832 623 33554432000 4194304 4929204 140733298355696 18446744073709551615 218905730816 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 3342 623 327 180 0 352 0

[startup+0.0389229 s]
/proc/loadavg: 1.16 1.05 1.26 2/522 22062
/proc/meminfo: memFree=12929052/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=17380 CPUtime=0.03 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 1992 0 0 0 3 0 0 0 22 0 1 0 779811593 17797120 1638 33554432000 4194304 4929204 140733298355696 18446744073709551615 218905391813 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 4345 1639 327 180 0 1355 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 17380

[startup+0.100857 s]
/proc/loadavg: 1.16 1.05 1.26 2/522 22062
/proc/meminfo: memFree=12929052/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=25020 CPUtime=0.09 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 4220 0 0 0 9 0 0 0 22 0 1 0 779811593 25620480 3410 33554432000 4194304 4929204 140733298355696 18446744073709551615 218905428923 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 6255 3410 342 180 0 3265 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25020

[startup+0.300846 s]
/proc/loadavg: 1.16 1.05 1.26 2/522 22062
/proc/meminfo: memFree=12929052/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=25020 CPUtime=0.29 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 4220 0 0 0 29 0 0 0 23 0 1 0 779811593 25620480 3410 33554432000 4194304 4929204 140733298355696 18446744073709551615 4582016 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 6255 3410 342 180 0 3265 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25020

[startup+0.700783 s]
/proc/loadavg: 1.16 1.05 1.26 2/522 22062
/proc/meminfo: memFree=12929052/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=25020 CPUtime=0.69 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 4247 0 0 0 69 0 0 0 25 0 1 0 779811593 25620480 3437 33554432000 4194304 4929204 140733298355696 18446744073709551615 4574978 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 6255 3437 342 180 0 3265 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25020

[startup+1.5006 s]
/proc/loadavg: 1.16 1.05 1.26 3/525 22090
/proc/meminfo: memFree=12894880/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=25060 CPUtime=1.49 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 4658 0 0 0 148 1 0 0 25 0 1 0 779811593 25661440 3561 33554432000 4194304 4929204 140733298355696 18446744073709551615 4639075 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 6265 3561 367 180 0 3275 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25060

[startup+3.10034 s]
/proc/loadavg: 1.23 1.06 1.26 3/525 22090
/proc/meminfo: memFree=12890808/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=25060 CPUtime=3.09 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 4658 0 0 0 308 1 0 0 25 0 1 0 779811593 25661440 3561 33554432000 4194304 4929204 140733298355696 18446744073709551615 4369408 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 6265 3561 367 180 0 3275 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25060

[startup+6.30077 s]
/proc/loadavg: 1.23 1.06 1.26 3/525 22090
/proc/meminfo: memFree=12890188/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=25060 CPUtime=6.29 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 4658 0 0 0 628 1 0 0 25 0 1 0 779811593 25661440 3561 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 6265 3561 367 180 0 3275 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25060

[startup+12.7006 s]
/proc/loadavg: 1.35 1.09 1.27 3/525 22090
/proc/meminfo: memFree=12888740/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=26124 CPUtime=12.69 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 4972 0 0 0 1268 1 0 0 25 0 1 0 779811593 26750976 3875 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 6531 3875 367 180 0 3541 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 26124

[startup+25.5003 s]
/proc/loadavg: 1.45 1.12 1.28 3/525 22091
/proc/meminfo: memFree=12886176/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=28984 CPUtime=25.49 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 5610 0 0 0 2548 1 0 0 25 0 1 0 779811593 29679616 4513 33554432000 4194304 4929204 140733298355696 18446744073709551615 4327385 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 7246 4513 367 180 0 4256 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28984

[startup+51.1007 s]
/proc/loadavg: 1.63 1.19 1.29 3/525 22091
/proc/meminfo: memFree=12878108/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=33560 CPUtime=51.09 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 6710 0 0 0 5108 1 0 0 25 0 1 0 779811593 34365440 5613 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 8390 5613 369 180 0 5400 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 33560

[startup+102.32 s]
/proc/loadavg: 1.90 1.34 1.34 3/525 22094
/proc/meminfo: memFree=12867916/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=37852 CPUtime=102.31 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 7691 0 0 0 10229 2 0 0 25 0 1 0 779811593 38760448 6594 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 9463 6594 369 180 0 6473 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 37852

[startup+162.301 s]
/proc/loadavg: 2.01 1.46 1.38 3/525 22096
/proc/meminfo: memFree=12858084/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=42276 CPUtime=162.29 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 8713 0 0 0 16227 2 0 0 25 0 1 0 779811593 43290624 7616 33554432000 4194304 4929204 140733298355696 18446744073709551615 4316222 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 10569 7616 369 180 0 7579 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 42276

[startup+222.301 s]
/proc/loadavg: 2.00 1.57 1.42 3/525 22099
/proc/meminfo: memFree=12851000/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=47924 CPUtime=222.28 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 10003 0 0 0 22226 2 0 0 25 0 1 0 779811593 49074176 8906 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 11981 8906 369 180 0 8991 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 47924

[startup+282.301 s]
/proc/loadavg: 2.15 1.67 1.46 3/525 22100
/proc/meminfo: memFree=12846876/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=49960 CPUtime=282.28 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 10452 0 0 0 28226 2 0 0 25 0 1 0 779811593 51159040 9355 33554432000 4194304 4929204 140733298355696 18446744073709551615 4327335 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 12490 9355 369 180 0 9500 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 49960

[startup+342.301 s]
/proc/loadavg: 2.11 1.75 1.50 3/525 22103
/proc/meminfo: memFree=12840388/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=54912 CPUtime=342.28 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 11599 0 0 0 34225 3 0 0 25 0 1 0 779811593 56229888 10502 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 13728 10502 369 180 0 10738 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 54912

[startup+402.3 s]
/proc/loadavg: 2.04 1.79 1.52 3/525 22105
/proc/meminfo: memFree=12837008/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=56368 CPUtime=402.28 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 11936 0 0 0 40225 3 0 0 25 0 1 0 779811593 57720832 10839 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 14092 10839 369 180 0 11102 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 56368

[startup+462.3 s]
/proc/loadavg: 2.01 1.83 1.55 3/525 22106
/proc/meminfo: memFree=12833620/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=57084 CPUtime=462.28 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 12113 0 0 0 46225 3 0 0 25 0 1 0 779811593 58454016 11016 33554432000 4194304 4929204 140733298355696 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 14271 11016 369 180 0 11281 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 57084

[startup+522.301 s]
/proc/loadavg: 2.00 1.85 1.57 3/525 22108
/proc/meminfo: memFree=12830256/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=58852 CPUtime=522.28 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 12514 0 0 0 52225 3 0 0 25 0 1 0 779811593 60264448 11417 33554432000 4194304 4929204 140733298355696 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 14713 11417 369 180 0 11723 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 58852

[startup+582.301 s]
/proc/loadavg: 2.00 1.88 1.60 3/525 22109
/proc/meminfo: memFree=12828128/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=61540 CPUtime=582.28 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 13107 0 0 0 58225 3 0 0 25 0 1 0 779811593 63016960 12010 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 15385 12010 369 180 0 12395 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 61540

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.04 2.04 2.00 3/525 22223
/proc/meminfo: memFree=12734948/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=97132 CPUtime=4062.26 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 21228 0 0 0 406220 6 0 0 25 0 1 0 779811593 99463168 20131 33554432000 4194304 4929204 140733298355696 18446744073709551615 4616679 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 24283 20131 369 180 0 21293 0
Current children cumulated CPU time (s) 4062.26
Current children cumulated vsize (KiB) 97132

[startup+4122.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 22225
/proc/meminfo: memFree=12735804/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=97416 CPUtime=4122.24 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 21291 0 0 0 412218 6 0 0 25 0 1 0 779811593 99753984 20194 33554432000 4194304 4929204 140733298355696 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 24354 20194 369 180 0 21364 0
Current children cumulated CPU time (s) 4122.24
Current children cumulated vsize (KiB) 97416

[startup+4182.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/525 22226
/proc/meminfo: memFree=12734296/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=97416 CPUtime=4182.24 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 21293 0 0 0 418218 6 0 0 25 0 1 0 779811593 99753984 20196 33554432000 4194304 4929204 140733298355696 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 24354 20196 369 180 0 21364 0
Current children cumulated CPU time (s) 4182.24
Current children cumulated vsize (KiB) 97416

[startup+4242.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/525 22229
/proc/meminfo: memFree=12733756/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=97984 CPUtime=4242.24 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 21436 0 0 0 424218 6 0 0 25 0 1 0 779811593 100335616 20339 33554432000 4194304 4929204 140733298355696 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 24496 20339 369 180 0 21506 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 97984

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/525 22231
/proc/meminfo: memFree=12733480/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=98268 CPUtime=4302.24 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 21489 0 0 0 430218 6 0 0 25 0 1 0 779811593 100626432 20392 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633861 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 24567 20392 369 180 0 21577 0
Current children cumulated CPU time (s) 4302.24
Current children cumulated vsize (KiB) 98268

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 22232
/proc/meminfo: memFree=12732444/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=98840 CPUtime=4362.24 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 21610 0 0 0 436218 6 0 0 25 0 1 0 779811593 101212160 20513 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633756 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 24710 20513 369 180 0 21720 0
Current children cumulated CPU time (s) 4362.24
Current children cumulated vsize (KiB) 98840

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 22234
/proc/meminfo: memFree=12732060/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=99124 CPUtime=4422.24 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 21665 0 0 0 442218 6 0 0 25 0 1 0 779811593 101502976 20568 33554432000 4194304 4929204 140733298355696 18446744073709551615 4637463 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 24781 20568 369 180 0 21791 0
Current children cumulated CPU time (s) 4422.24
Current children cumulated vsize (KiB) 99124

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 22235
/proc/meminfo: memFree=12731300/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=99692 CPUtime=4482.24 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 21777 0 0 0 448218 6 0 0 25 0 1 0 779811593 102084608 20680 33554432000 4194304 4929204 140733298355696 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 24923 20680 369 180 0 21933 0
Current children cumulated CPU time (s) 4482.24
Current children cumulated vsize (KiB) 99692

[startup+4542.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/525 22237
/proc/meminfo: memFree=12731136/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=99976 CPUtime=4542.24 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 21847 0 0 0 454218 6 0 0 25 0 1 0 779811593 102375424 20750 33554432000 4194304 4929204 140733298355696 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 24994 20750 369 180 0 22004 0
Current children cumulated CPU time (s) 4542.24
Current children cumulated vsize (KiB) 99976

[startup+4602.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/525 22239
/proc/meminfo: memFree=12729492/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=100260 CPUtime=4602.25 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 21929 0 0 0 460219 6 0 0 25 0 1 0 779811593 102666240 20832 33554432000 4194304 4929204 140733298355696 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 25065 20832 369 180 0 22075 0
Current children cumulated CPU time (s) 4602.25
Current children cumulated vsize (KiB) 100260

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/525 22240
/proc/meminfo: memFree=12727736/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=100832 CPUtime=4662.24 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 22046 0 0 0 466218 6 0 0 25 0 1 0 779811593 103251968 20949 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 25208 20949 369 180 0 22218 0
Current children cumulated CPU time (s) 4662.24
Current children cumulated vsize (KiB) 100832

[startup+4722.32 s]
/proc/loadavg: 2.11 2.06 2.01 3/525 22242
/proc/meminfo: memFree=12727712/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=100832 CPUtime=4722.26 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 22056 0 0 0 472220 6 0 0 25 0 1 0 779811593 103251968 20959 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 25208 20959 369 180 0 22218 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 100832

[startup+4782.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/525 22243
/proc/meminfo: memFree=12728808/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=100832 CPUtime=4782.24 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 22060 0 0 0 478218 6 0 0 25 0 1 0 779811593 103251968 20963 33554432000 4194304 4929204 140733298355696 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 25208 20963 369 180 0 22218 0
Current children cumulated CPU time (s) 4782.24
Current children cumulated vsize (KiB) 100832

[startup+4842.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/525 22245
/proc/meminfo: memFree=12727784/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=101540 CPUtime=4842.23 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 22204 0 0 0 484217 6 0 0 25 0 1 0 779811593 103976960 21107 33554432000 4194304 4929204 140733298355696 18446744073709551615 4627948 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 25385 21107 369 180 0 22395 0
Current children cumulated CPU time (s) 4842.23
Current children cumulated vsize (KiB) 101540

[startup+4902.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 22247
/proc/meminfo: memFree=12727872/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=101828 CPUtime=4902.23 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 22272 0 0 0 490217 6 0 0 25 0 1 0 779811593 104271872 21175 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 25457 21175 369 180 0 22467 0
Current children cumulated CPU time (s) 4902.23
Current children cumulated vsize (KiB) 101828

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 22248
/proc/meminfo: memFree=12729068/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=101828 CPUtime=4962.23 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 22278 0 0 0 496217 6 0 0 25 0 1 0 779811593 104271872 21181 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 25457 21181 369 180 0 22467 0
Current children cumulated CPU time (s) 4962.23
Current children cumulated vsize (KiB) 101828



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 22249
/proc/meminfo: memFree=12728440/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=101828 CPUtime=5000.04 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 22280 0 0 0 499998 6 0 0 25 0 1 0 779811593 104271872 21183 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 25457 21183 369 180 0 22467 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 101828

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

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

[startup+5000.1 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 22249
/proc/meminfo: memFree=12728440/32951124 swapFree=59247644/67111528
[pid=22062] ppid=22060 vsize=101828 CPUtime=5000.04 cores=0,2,4,6
/proc/22062/stat : 22062 (clasp) R 22060 22062 20694 0 -1 4202496 22280 0 0 0 499998 6 0 0 25 0 1 0 779811593 104271872 21183 33554432000 4194304 4929204 140733298355696 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 2 0 0 0
/proc/22062/statm: 25457 21183 369 180 0 22467 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 101828

Child status: 0
Real time (s): 5000.12
CPU time (s): 5000.06
CPU user time (s): 5000
CPU system time (s): 0.067989
CPU usage (%): 99.9988
Max. virtual memory (cumulated for all children) (KiB): 101828

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

runsolver used 27.0659 second user time and 59.318 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-29 17:15:39
IDJOB=3422960
IDBENCH=71153
IDSOLVER=1917
FILE ID=node137/3422960-1306682139
RUNJOBID= node137-1306682139-22042
PBS_JOBID= 13471760
Free space on /tmp= 73116 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3block_2vars_11gates_u2_autoenc.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-3422960-1306682139/watcher-3422960-1306682139 -o /tmp/evaluation-result-3422960-1306682139/solver-3422960-1306682139 -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-3422960-1306682139.cnf

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

MD5SUM BENCH= 36c3169a5cad0483dd15befcefc4323e
RANDOM SEED=118612104

node137.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.844
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.844
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.844
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.74
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.844
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.74
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.844
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.82
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.844
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.844
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.844
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:      12929348 kB
Buffers:        377664 kB
Cached:        9006608 kB
SwapCached:      17768 kB
Active:       11223248 kB
Inactive:      8491044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12929348 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:            5432 kB
Writeback:           0 kB
AnonPages:    10321884 kB
Mapped:          30004 kB
Slab:           162900 kB
PageTables:      74608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 162535604 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= 73112 MiB
End job on node137 at 2011-05-29 18:39:01