Trace number 3422987

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 4999.83

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark775.246
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...683729/instance-3422987-1306683729.cnf
0.89/1.01	c Solving...
5000.04/4999.82	
5000.04/4999.82	*** INTERRUPTED! ***
5000.04/4999.82	s UNKNOWN
5000.04/4999.82	
5000.04/4999.82	c INTERRUPTED   : 1
5000.04/4999.82	c Models        : 0+    
5000.04/4999.82	c Time          : 4999.818s (Solving: 4998.80s 1st Model: 0.00s Unsat: 0.00s)
5000.04/4999.82	c CPU Time      : 5000.040s

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-3422987-1306683729/watcher-3422987-1306683729 -o /tmp/evaluation-result-3422987-1306683729/solver-3422987-1306683729 -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-3422987-1306683729.cnf 

running on 4 cores: 1,3,5,7

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.06 1.02 1.00 4/514 10716
/proc/meminfo: memFree=16256528/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=14300 CPUtime=0 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 1036 0 0 0 0 0 0 0 18 0 1 0 779969556 14643200 871 33554432000 4194304 4929204 140737282970784 18446744073709551615 4556301 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 3696 876 327 180 0 706 0

[startup+0.050657 s]
/proc/loadavg: 1.06 1.02 1.00 4/514 10716
/proc/meminfo: memFree=16256528/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=22372 CPUtime=0.04 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 3943 0 0 0 4 0 0 0 18 0 1 0 779969556 22908928 2699 33554432000 4194304 4929204 140737282970784 18446744073709551615 254500352709 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 5593 2700 336 180 0 2603 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 22372

[startup+0.100654 s]
/proc/loadavg: 1.06 1.02 1.00 4/514 10716
/proc/meminfo: memFree=16256528/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=27420 CPUtime=0.09 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 5107 0 0 0 9 0 0 0 18 0 1 0 779969556 28078080 3863 33554432000 4194304 4929204 140737282970784 18446744073709551615 4582185 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 6855 3863 337 180 0 3865 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27420

[startup+0.300616 s]
/proc/loadavg: 1.06 1.02 1.00 4/514 10716
/proc/meminfo: memFree=16256528/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=27420 CPUtime=0.29 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 5109 0 0 0 29 0 0 0 18 0 1 0 779969556 28078080 3865 33554432000 4194304 4929204 140737282970784 18446744073709551615 4582057 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 6855 3865 339 180 0 3865 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27420

[startup+0.700527 s]
/proc/loadavg: 1.06 1.02 1.00 4/514 10716
/proc/meminfo: memFree=16256528/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=28080 CPUtime=0.69 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 5282 0 0 0 69 0 0 0 18 0 1 0 779969556 28753920 4038 33554432000 4194304 4929204 140737282970784 18446744073709551615 4574901 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 7020 4038 339 180 0 4030 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28080

[startup+1.50037 s]
/proc/loadavg: 1.06 1.02 1.00 3/518 10720
/proc/meminfo: memFree=16218816/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=27020 CPUtime=1.49 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 5654 0 0 0 149 0 0 0 20 0 1 0 779969556 27668480 3989 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 6755 3989 367 180 0 3765 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27020

[startup+3.10105 s]
/proc/loadavg: 1.14 1.03 1.01 3/518 10720
/proc/meminfo: memFree=16216500/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=27020 CPUtime=3.09 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 5654 0 0 0 309 0 0 0 25 0 1 0 779969556 27668480 3989 33554432000 4194304 4929204 140737282970784 18446744073709551615 4632698 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 6755 3989 367 180 0 3765 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27020

[startup+6.30041 s]
/proc/loadavg: 1.14 1.03 1.01 3/518 10720
/proc/meminfo: memFree=16216128/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=27020 CPUtime=6.29 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 5654 0 0 0 629 0 0 0 25 0 1 0 779969556 27668480 3989 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 6755 3989 367 180 0 3765 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27020

[startup+12.7011 s]
/proc/loadavg: 1.27 1.06 1.02 3/518 10720
/proc/meminfo: memFree=16213952/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=27020 CPUtime=12.69 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 5755 0 0 0 1269 0 0 0 25 0 1 0 779969556 27668480 4090 33554432000 4194304 4929204 140737282970784 18446744073709551615 4658027 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 6755 4090 367 180 0 3765 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27020

[startup+25.5006 s]
/proc/loadavg: 1.38 1.09 1.03 3/518 10721
/proc/meminfo: memFree=16211216/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=30860 CPUtime=25.49 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 6711 0 0 0 2549 0 0 0 25 0 1 0 779969556 31600640 5046 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 7715 5046 367 180 0 4725 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30860

[startup+51.1005 s]
/proc/loadavg: 1.59 1.16 1.05 3/518 10721
/proc/meminfo: memFree=16206792/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=33104 CPUtime=51.1 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 7266 0 0 0 5109 1 0 0 25 0 1 0 779969556 33898496 5601 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 8276 5601 367 180 0 5286 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 33104

[startup+102.32 s]
/proc/loadavg: 1.99 1.35 1.12 4/518 10723
/proc/meminfo: memFree=16195488/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=39844 CPUtime=102.31 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 8933 0 0 0 10230 1 0 0 25 0 1 0 779969556 40800256 7268 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 9961 7268 367 180 0 6971 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 39844

[startup+162.3 s]
/proc/loadavg: 2.10 1.49 1.18 3/518 10724
/proc/meminfo: memFree=16183440/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=42292 CPUtime=162.29 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 9535 0 0 0 16228 1 0 0 25 0 1 0 779969556 43307008 7870 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 10573 7870 369 180 0 7583 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 42292

[startup+222.3 s]
/proc/loadavg: 2.03 1.58 1.23 3/518 10726
/proc/meminfo: memFree=16183268/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=44620 CPUtime=222.3 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 10091 0 0 0 22229 1 0 0 25 0 1 0 779969556 45690880 8426 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 11155 8426 369 180 0 8165 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 44620

[startup+282.3 s]
/proc/loadavg: 2.01 1.65 1.27 3/518 10727
/proc/meminfo: memFree=16173064/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=45828 CPUtime=282.3 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 10410 0 0 0 28229 1 0 0 25 0 1 0 779969556 46927872 8745 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 11457 8745 369 180 0 8467 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 45828

[startup+342.3 s]
/proc/loadavg: 2.00 1.72 1.32 3/518 10729
/proc/meminfo: memFree=16171536/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=47460 CPUtime=342.3 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 10779 0 0 0 34229 1 0 0 25 0 1 0 779969556 48599040 9114 33554432000 4194304 4929204 140737282970784 18446744073709551615 254500389490 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 11865 9114 369 180 0 8875 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 47460

[startup+402.3 s]
/proc/loadavg: 2.00 1.76 1.36 3/518 10731
/proc/meminfo: memFree=16162572/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=54004 CPUtime=402.31 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 12392 0 0 0 40229 2 0 0 25 0 1 0 779969556 55300096 10727 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 13501 10727 369 180 0 10511 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 54004

[startup+462.301 s]
/proc/loadavg: 2.00 1.81 1.39 4/518 10732
/proc/meminfo: memFree=16162168/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=54748 CPUtime=462.31 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 12578 0 0 0 46229 2 0 0 25 0 1 0 779969556 56061952 10913 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 13687 10913 369 180 0 10697 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 54748

[startup+522.301 s]
/proc/loadavg: 2.00 1.84 1.43 3/518 10734
/proc/meminfo: memFree=16161020/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=56056 CPUtime=522.31 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 12903 0 0 0 52229 2 0 0 25 0 1 0 779969556 57401344 11238 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 14014 11238 369 180 0 11024 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 56056

[startup+582.301 s]
/proc/loadavg: 2.00 1.86 1.46 3/518 10735
/proc/meminfo: memFree=16159744/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=57620 CPUtime=582.32 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 13253 0 0 0 58230 2 0 0 25 0 1 0 779969556 59002880 11588 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 14405 11588 369 180 0 11415 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 57620

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/518 10839
/proc/meminfo: memFree=16072428/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=99680 CPUtime=4002.48 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 23429 0 0 0 400243 5 0 0 25 0 1 0 779969556 102072320 21764 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 24920 21764 369 180 0 21930 0
Current children cumulated CPU time (s) 4002.48
Current children cumulated vsize (KiB) 99680

[startup+4062.32 s]
/proc/loadavg: 2.32 2.07 2.01 3/518 10840
/proc/meminfo: memFree=16071280/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=100316 CPUtime=4062.5 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 23573 0 0 0 406245 5 0 0 25 0 1 0 779969556 102723584 21908 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25079 21908 369 180 0 22089 0
Current children cumulated CPU time (s) 4062.5
Current children cumulated vsize (KiB) 100316

[startup+4122.3 s]
/proc/loadavg: 2.26 2.09 2.01 3/518 10842
/proc/meminfo: memFree=16069876/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=100316 CPUtime=4122.49 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 23601 0 0 0 412244 5 0 0 25 0 1 0 779969556 102723584 21936 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25079 21936 369 180 0 22089 0
Current children cumulated CPU time (s) 4122.49
Current children cumulated vsize (KiB) 100316

[startup+4182.3 s]
/proc/loadavg: 2.10 2.07 2.00 3/518 10843
/proc/meminfo: memFree=16068472/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=101000 CPUtime=4182.49 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 23724 0 0 0 418244 5 0 0 25 0 1 0 779969556 103424000 22059 33554432000 4194304 4929204 140737282970784 18446744073709551615 4315090 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25250 22059 369 180 0 22260 0
Current children cumulated CPU time (s) 4182.49
Current children cumulated vsize (KiB) 101000

[startup+4242.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/518 10845
/proc/meminfo: memFree=16068064/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=101000 CPUtime=4242.49 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 23751 0 0 0 424244 5 0 0 25 0 1 0 779969556 103424000 22086 33554432000 4194304 4929204 140737282970784 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25250 22086 369 180 0 22260 0
Current children cumulated CPU time (s) 4242.49
Current children cumulated vsize (KiB) 101000

[startup+4302.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/518 10847
/proc/meminfo: memFree=16067408/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=101420 CPUtime=4302.49 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 23844 0 0 0 430244 5 0 0 25 0 1 0 779969556 103854080 22179 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633747 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25355 22179 369 180 0 22365 0
Current children cumulated CPU time (s) 4302.49
Current children cumulated vsize (KiB) 101420

[startup+4362.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 10848
/proc/meminfo: memFree=16067252/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=101864 CPUtime=4362.5 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 23920 0 0 0 436245 5 0 0 25 0 1 0 779969556 104308736 22255 33554432000 4194304 4929204 140737282970784 18446744073709551615 4327571 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25466 22255 369 180 0 22476 0
Current children cumulated CPU time (s) 4362.5
Current children cumulated vsize (KiB) 101864

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 10850
/proc/meminfo: memFree=16065980/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=102332 CPUtime=4422.5 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24018 0 0 0 442245 5 0 0 25 0 1 0 779969556 104787968 22353 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633935 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25583 22353 369 180 0 22593 0
Current children cumulated CPU time (s) 4422.5
Current children cumulated vsize (KiB) 102332

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/518 10851
/proc/meminfo: memFree=16063720/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=102880 CPUtime=4482.5 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24142 0 0 0 448245 5 0 0 25 0 1 0 779969556 105349120 22477 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316197 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25720 22477 369 180 0 22730 0
Current children cumulated CPU time (s) 4482.5
Current children cumulated vsize (KiB) 102880

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/518 10853
/proc/meminfo: memFree=16063440/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=102880 CPUtime=4542.51 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24175 0 0 0 454246 5 0 0 25 0 1 0 779969556 105349120 22510 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25720 22510 369 180 0 22730 0
Current children cumulated CPU time (s) 4542.51
Current children cumulated vsize (KiB) 102880

[startup+4602.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/518 10855
/proc/meminfo: memFree=16062288/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=103260 CPUtime=4602.52 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24260 0 0 0 460247 5 0 0 25 0 1 0 779969556 105738240 22595 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633734 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25815 22595 369 180 0 22825 0
Current children cumulated CPU time (s) 4602.52
Current children cumulated vsize (KiB) 103260

[startup+4662.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/518 10856
/proc/meminfo: memFree=16059892/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=103424 CPUtime=4662.51 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24292 0 0 0 466246 5 0 0 25 0 1 0 779969556 105906176 22627 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 25856 22627 369 180 0 22866 0
Current children cumulated CPU time (s) 4662.51
Current children cumulated vsize (KiB) 103424

[startup+4722.32 s]
/proc/loadavg: 2.05 2.05 2.01 3/518 10858
/proc/meminfo: memFree=16060352/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=104068 CPUtime=4722.53 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24417 0 0 0 472248 5 0 0 25 0 1 0 779969556 106565632 22752 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633759 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 26017 22752 369 180 0 23027 0
Current children cumulated CPU time (s) 4722.53
Current children cumulated vsize (KiB) 104068

[startup+4782.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/518 10868
/proc/meminfo: memFree=16059000/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=104252 CPUtime=4782.52 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24459 0 0 0 478247 5 0 0 25 0 1 0 779969556 106754048 22794 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316260 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 26063 22794 369 180 0 23073 0
Current children cumulated CPU time (s) 4782.52
Current children cumulated vsize (KiB) 104252

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/518 10870
/proc/meminfo: memFree=16057848/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=104472 CPUtime=4842.52 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24509 0 0 0 484247 5 0 0 25 0 1 0 779969556 106979328 22844 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 26118 22844 369 180 0 23128 0
Current children cumulated CPU time (s) 4842.52
Current children cumulated vsize (KiB) 104472

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/518 10872
/proc/meminfo: memFree=16058556/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=104652 CPUtime=4902.52 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24576 0 0 0 490247 5 0 0 25 0 1 0 779969556 107163648 22911 33554432000 4194304 4929204 140737282970784 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 26163 22911 369 180 0 23173 0
Current children cumulated CPU time (s) 4902.52
Current children cumulated vsize (KiB) 104652

[startup+4962.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/518 10876
/proc/meminfo: memFree=16056524/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=105200 CPUtime=4962.52 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24669 0 0 0 496247 5 0 0 25 0 1 0 779969556 107724800 23004 33554432000 4194304 4929204 140737282970784 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 26300 23004 369 180 0 23310 0
Current children cumulated CPU time (s) 4962.52
Current children cumulated vsize (KiB) 105200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.8 s]
/proc/loadavg: 2.04 2.03 2.00 3/518 10877
/proc/meminfo: memFree=16054988/32950928 swapFree=38157052/67111528
[pid=10715] ppid=10713 vsize=105396 CPUtime=5000.04 cores=1,3,5,7
/proc/10715/stat : 10715 (clasp) R 10713 10715 9428 0 -1 4202496 24715 0 0 0 499999 5 0 0 25 0 1 0 779969556 107925504 23050 33554432000 4194304 4929204 140737282970784 18446744073709551615 4627876 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10715/statm: 26349 23050 369 180 0 23359 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 105396

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.83
CPU time (s): 5000.06
CPU user time (s): 5000
CPU system time (s): 0.06099
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 105396

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

runsolver used 24.4523 second user time and 64.4412 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-29 17:42:09
IDJOB=3422987
IDBENCH=71428
IDSOLVER=1917
FILE ID=node149/3422987-1306683729
RUNJOBID= node149-1306683729-10700
PBS_JOBID= 13471748
Free space on /tmp= 73472 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2100c215164gyes2.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-3422987-1306683729/watcher-3422987-1306683729 -o /tmp/evaluation-result-3422987-1306683729/solver-3422987-1306683729 -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-3422987-1306683729.cnf

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=816089858

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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:     32950928 kB
MemFree:      16256948 kB
Buffers:        268632 kB
Cached:        4811508 kB
SwapCached:      56180 kB
Active:        2268152 kB
Inactive:     14116024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16256948 kB
SwapTotal:    67111528 kB
SwapFree:     38157052 kB
Dirty:            8236 kB
Writeback:           0 kB
AnonPages:    11272384 kB
Mapped:          17276 kB
Slab:           122064 kB
PageTables:     117680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173084788 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= 73472 MiB
End job on node149 at 2011-05-29 19:05:31