Trace number 3422997

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.11 4999.93

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes7.cnf
MD5SUM6200c727c8a5a324974090a1f9a6d7ab
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.61
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...684094/instance-3422997-1306684094.cnf
0.10/0.18	c Solving...
5000.09/4999.91	
5000.09/4999.91	*** INTERRUPTED! ***
5000.09/4999.92	s UNKNOWN
5000.09/4999.92	
5000.09/4999.92	c INTERRUPTED   : 1
5000.09/4999.92	c Models        : 0+    
5000.09/4999.92	c Time          : 4999.917s (Solving: 4999.74s 1st Model: 0.00s Unsat: 0.00s)
5000.09/4999.92	c CPU Time      : 5000.100s

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-3422997-1306684094/watcher-3422997-1306684094 -o /tmp/evaluation-result-3422997-1306684094/solver-3422997-1306684094 -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-3422997-1306684094.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: 0.99 1.01 1.00 2/510 10706
/proc/meminfo: memFree=11657572/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=13712 CPUtime=0 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 855 0 0 0 0 0 0 0 22 0 1 0 858640105 14041088 700 33554432000 4194304 4929204 140735896067808 18446744073709551615 256415052485 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 3428 701 327 180 0 438 0

[startup+0.103957 s]
/proc/loadavg: 0.99 1.01 1.00 2/510 10706
/proc/meminfo: memFree=11657572/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=16344 CPUtime=0.1 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 1649 0 0 0 10 0 0 0 23 0 1 0 858640105 16736256 1405 33554432000 4194304 4929204 140735896067808 18446744073709551615 256415052485 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 4086 1405 339 180 0 1096 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 16344

[startup+0.200931 s]
/proc/loadavg: 0.99 1.01 1.00 2/510 10706
/proc/meminfo: memFree=11657572/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=16520 CPUtime=0.19 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 1847 0 0 0 19 0 0 0 23 0 1 0 858640105 16916480 1483 33554432000 4194304 4929204 140735896067808 18446744073709551615 4634069 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 4130 1483 360 180 0 1140 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 16520

[startup+0.300908 s]
/proc/loadavg: 0.99 1.01 1.00 2/510 10706
/proc/meminfo: memFree=11657572/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=16520 CPUtime=0.29 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 1854 0 0 0 29 0 0 0 23 0 1 0 858640105 16916480 1490 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633923 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 4130 1490 367 180 0 1140 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16520

[startup+0.700835 s]
/proc/loadavg: 0.99 1.01 1.00 2/510 10706
/proc/meminfo: memFree=11657572/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=17312 CPUtime=0.69 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 2031 0 0 0 69 0 0 0 25 0 1 0 858640105 17727488 1667 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 4328 1667 367 180 0 1338 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17312

[startup+1.50069 s]
/proc/loadavg: 0.99 1.01 1.00 3/516 10715
/proc/meminfo: memFree=11627880/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=17576 CPUtime=1.49 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 2087 0 0 0 149 0 0 0 25 0 1 0 858640105 17997824 1723 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316300 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 4394 1723 367 180 0 1404 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17576

[startup+3.10039 s]
/proc/loadavg: 0.99 1.01 1.00 3/516 10715
/proc/meminfo: memFree=11624656/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=18440 CPUtime=3.09 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 2302 0 0 0 309 0 0 0 25 0 1 0 858640105 18882560 1938 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633923 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 4610 1938 367 180 0 1620 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18440

[startup+6.30078 s]
/proc/loadavg: 1.15 1.04 1.01 3/516 10715
/proc/meminfo: memFree=11622768/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=20300 CPUtime=6.29 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 2765 0 0 0 629 0 0 0 25 0 1 0 858640105 20787200 2401 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 5075 2401 367 180 0 2085 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 20300

[startup+12.7006 s]
/proc/loadavg: 1.22 1.06 1.02 3/516 10715
/proc/meminfo: memFree=11618508/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=21816 CPUtime=12.69 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 3130 0 0 0 1269 0 0 0 25 0 1 0 858640105 22339584 2766 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 5454 2766 367 180 0 2464 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21816

[startup+25.5011 s]
/proc/loadavg: 1.39 1.10 1.03 3/516 10716
/proc/meminfo: memFree=11616184/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=24236 CPUtime=25.49 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 3743 0 0 0 2549 0 0 0 25 0 1 0 858640105 24817664 3379 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316123 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 6059 3379 367 180 0 3069 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24236

[startup+51.1003 s]
/proc/loadavg: 1.67 1.19 1.06 3/516 10716
/proc/meminfo: memFree=11608768/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=26528 CPUtime=51.1 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 4323 0 0 0 5109 1 0 0 25 0 1 0 858640105 27164672 3959 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 6632 3959 367 180 0 3642 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 26528

[startup+102.301 s]
/proc/loadavg: 1.85 1.31 1.11 3/516 10718
/proc/meminfo: memFree=11598436/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=30568 CPUtime=102.3 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 5284 0 0 0 10229 1 0 0 25 0 1 0 858640105 31301632 4920 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 7642 4920 369 180 0 4652 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 30568

[startup+162.3 s]
/proc/loadavg: 1.94 1.43 1.16 3/516 10719
/proc/meminfo: memFree=11588828/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=33616 CPUtime=162.29 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 6020 0 0 0 16228 1 0 0 25 0 1 0 858640105 34422784 5656 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316056 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 8404 5656 369 180 0 5414 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 33616

[startup+222.32 s]
/proc/loadavg: 1.98 1.54 1.21 3/516 10721
/proc/meminfo: memFree=11585172/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=37956 CPUtime=222.32 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 7080 0 0 0 22230 2 0 0 25 0 1 0 858640105 38866944 6716 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633818 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 9489 6716 369 180 0 6499 0
Current children cumulated CPU time (s) 222.32
Current children cumulated vsize (KiB) 37956

[startup+282.301 s]
/proc/loadavg: 1.99 1.62 1.26 3/516 10722
/proc/meminfo: memFree=11579408/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=39380 CPUtime=282.3 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 7438 0 0 0 28228 2 0 0 25 0 1 0 858640105 40325120 7074 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 9845 7074 369 180 0 6855 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 39380

[startup+342.301 s]
/proc/loadavg: 2.13 1.72 1.31 3/516 10724
/proc/meminfo: memFree=11573528/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=41872 CPUtime=342.31 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 7990 0 0 0 34229 2 0 0 25 0 1 0 858640105 42876928 7626 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633688 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 10468 7626 369 180 0 7478 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 41872

[startup+402.301 s]
/proc/loadavg: 2.17 1.80 1.36 3/516 10726
/proc/meminfo: memFree=11572476/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=42180 CPUtime=402.31 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 8061 0 0 0 40229 2 0 0 25 0 1 0 858640105 43192320 7697 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316277 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 10545 7697 369 180 0 7555 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 42180

[startup+462.3 s]
/proc/loadavg: 2.06 1.83 1.40 3/516 10727
/proc/meminfo: memFree=11570188/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=42972 CPUtime=462.31 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 8235 0 0 0 46229 2 0 0 25 0 1 0 858640105 44003328 7871 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633781 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 10743 7871 369 180 0 7753 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 42972

[startup+522.301 s]
/proc/loadavg: 2.02 1.86 1.43 3/516 10729
/proc/meminfo: memFree=11568144/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=44164 CPUtime=522.31 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 8524 0 0 0 52229 2 0 0 25 0 1 0 858640105 45223936 8160 33554432000 4194304 4929204 140735896067808 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 11041 8160 369 180 0 8051 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 44164

[startup+582.301 s]
/proc/loadavg: 2.10 1.91 1.48 3/516 10730
/proc/meminfo: memFree=11565476/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=46200 CPUtime=582.31 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 9029 0 0 0 58229 2 0 0 25 0 1 0 858640105 47308800 8665 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 11550 8665 369 180 0 8560 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 46200

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 10834
/proc/meminfo: memFree=11475468/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=82824 CPUtime=4002.44 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 17717 0 0 0 400240 4 0 0 25 0 1 0 858640105 84811776 17353 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316095 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 20706 17353 369 180 0 17716 0
Current children cumulated CPU time (s) 4002.44
Current children cumulated vsize (KiB) 82824

[startup+4062.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/516 10835
/proc/meminfo: memFree=11472936/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=83076 CPUtime=4062.45 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 17773 0 0 0 406241 4 0 0 25 0 1 0 858640105 85069824 17409 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316213 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 20769 17409 369 180 0 17779 0
Current children cumulated CPU time (s) 4062.45
Current children cumulated vsize (KiB) 83076

[startup+4122.3 s]
/proc/loadavg: 2.08 2.05 2.01 3/516 10837
/proc/meminfo: memFree=11473140/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=83332 CPUtime=4122.44 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 17822 0 0 0 412240 4 0 0 25 0 1 0 858640105 85331968 17458 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 20833 17458 369 180 0 17843 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 83332

[startup+4182.32 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 10838
/proc/meminfo: memFree=11474084/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=83584 CPUtime=4182.46 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 17854 0 0 0 418242 4 0 0 25 0 1 0 858640105 85590016 17490 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 20896 17490 369 180 0 17906 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 83584

[startup+4242.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 10840
/proc/meminfo: memFree=11473424/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=83752 CPUtime=4242.45 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 17919 0 0 0 424241 4 0 0 25 0 1 0 858640105 85762048 17555 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 20938 17555 369 180 0 17948 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 83752

[startup+4302.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/516 10842
/proc/meminfo: memFree=11472520/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=84264 CPUtime=4302.45 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18033 0 0 0 430241 4 0 0 25 0 1 0 858640105 86286336 17669 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21066 17669 369 180 0 18076 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 84264

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/516 10843
/proc/meminfo: memFree=11472100/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=84516 CPUtime=4362.45 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18085 0 0 0 436241 4 0 0 25 0 1 0 858640105 86544384 17721 33554432000 4194304 4929204 140735896067808 18446744073709551615 4632659 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21129 17721 369 180 0 18139 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 84516

[startup+4422.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 10854
/proc/meminfo: memFree=11471980/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=84516 CPUtime=4422.45 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18087 0 0 0 442241 4 0 0 25 0 1 0 858640105 86544384 17723 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316222 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21129 17723 369 180 0 18139 0
Current children cumulated CPU time (s) 4422.45
Current children cumulated vsize (KiB) 84516

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 10855
/proc/meminfo: memFree=11471680/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=84700 CPUtime=4482.45 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18102 0 0 0 448241 4 0 0 25 0 1 0 858640105 86732800 17738 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21175 17738 369 180 0 18185 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 84700

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/516 10857
/proc/meminfo: memFree=11469396/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=86320 CPUtime=4542.46 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18524 0 0 0 454242 4 0 0 25 0 1 0 858640105 88391680 18160 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316204 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21580 18160 369 180 0 18590 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 86320

[startup+4602.3 s]
/proc/loadavg: 2.13 2.04 2.01 3/516 10859
/proc/meminfo: memFree=11466896/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=86320 CPUtime=4602.46 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18537 0 0 0 460242 4 0 0 25 0 1 0 858640105 88391680 18173 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21580 18173 369 180 0 18590 0
Current children cumulated CPU time (s) 4602.46
Current children cumulated vsize (KiB) 86320

[startup+4662.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/516 10860
/proc/meminfo: memFree=11466844/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=86488 CPUtime=4662.46 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18562 0 0 0 466242 4 0 0 25 0 1 0 858640105 88563712 18198 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21622 18198 369 180 0 18632 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 86488

[startup+4722.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/516 10862
/proc/meminfo: memFree=11465552/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=86488 CPUtime=4722.47 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18562 0 0 0 472243 4 0 0 25 0 1 0 858640105 88563712 18198 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633697 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21622 18198 369 180 0 18632 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 86488

[startup+4782.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/516 10863
/proc/meminfo: memFree=11466480/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=86488 CPUtime=4782.46 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18563 0 0 0 478242 4 0 0 25 0 1 0 858640105 88563712 18199 33554432000 4194304 4929204 140735896067808 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21622 18199 369 180 0 18632 0
Current children cumulated CPU time (s) 4782.46
Current children cumulated vsize (KiB) 86488

[startup+4842.32 s]
/proc/loadavg: 2.08 2.06 2.01 3/516 10865
/proc/meminfo: memFree=11465424/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=86488 CPUtime=4842.49 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18567 0 0 0 484244 5 0 0 25 0 1 0 858640105 88563712 18203 33554432000 4194304 4929204 140735896067808 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21622 18203 369 180 0 18632 0
Current children cumulated CPU time (s) 4842.49
Current children cumulated vsize (KiB) 86488

[startup+4902.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/516 10867
/proc/meminfo: memFree=11465116/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=86740 CPUtime=4902.48 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18622 0 0 0 490243 5 0 0 25 0 1 0 858640105 88821760 18258 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633688 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21685 18258 369 180 0 18695 0
Current children cumulated CPU time (s) 4902.48
Current children cumulated vsize (KiB) 86740

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/516 10868
/proc/meminfo: memFree=11464704/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=86740 CPUtime=4962.48 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18622 0 0 0 496243 5 0 0 25 0 1 0 858640105 88821760 18258 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21685 18258 369 180 0 18695 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 86740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/516 10869
/proc/meminfo: memFree=11465796/32950928 swapFree=67074476/67111528
[pid=10706] ppid=10704 vsize=86740 CPUtime=5000.09 cores=1,3,5,7
/proc/10706/stat : 10706 (clasp) R 10704 10706 9226 0 -1 4202496 18624 0 0 0 500004 5 0 0 25 0 1 0 858640105 88821760 18260 33554432000 4194304 4929204 140735896067808 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/10706/statm: 21685 18260 369 180 0 18695 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 86740

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.93
CPU time (s): 5000.11
CPU user time (s): 5000.06
CPU system time (s): 0.054991
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 86740

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

runsolver used 24.2973 second user time and 62.0826 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-29 17:48:14
IDJOB=3422997
IDBENCH=71540
IDSOLVER=1917
FILE ID=node115/3422997-1306684094
RUNJOBID= node115-1306684094-10695
PBS_JOBID= 13471782
Free space on /tmp= 73168 MiB

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

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

MD5SUM BENCH= 6200c727c8a5a324974090a1f9a6d7ab
RANDOM SEED=404849257

node115.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.811
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.62
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
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.811
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.811
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.75
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.811
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.77
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.811
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.74
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.811
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.811
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:     32950928 kB
MemFree:      11657720 kB
Buffers:        202308 kB
Cached:        3332056 kB
SwapCached:       5152 kB
Active:       13388008 kB
Inactive:      7578228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11657720 kB
SwapTotal:    67111528 kB
SwapFree:     67074476 kB
Dirty:            1572 kB
Writeback:           0 kB
AnonPages:    17430324 kB
Mapped:          40764 kB
Slab:           181464 kB
PageTables:      75804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 151806204 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= 73164 MiB
End job on node115 at 2011-05-29 19:11:36