Trace number 3300282

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) 1300.05 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m47-q841.5-n45-p30-s84954709.cnf
MD5SUM556c58061360a1b195d9b2f28888af77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.03469
Satisfiable
(Un)Satisfiability was proved
Number of variables2115
Number of clauses356340
Sum of the clauses size714705
Maximum clause length47
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2356295
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 ...829759/instance-3300282-1303829759.cnf
2.29/2.32	c Solving...
1300.03/1300.00	
1300.03/1300.00	*** INTERRUPTED! ***
1300.03/1300.00	s UNKNOWN
1300.03/1300.00	
1300.03/1300.00	c INTERRUPTED   : 1
1300.03/1300.00	c Models        : 0+    
1300.03/1300.00	c Time          : 1300.005s (Solving: 1297.68s 1st Model: 0.00s Unsat: 0.00s)
1300.03/1300.00	c CPU Time      : 1300.030s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3300282-1303829759/watcher-3300282-1303829759 -o /tmp/evaluation-result-3300282-1303829759/solver-3300282-1303829759 -C 2400 -W 1300 -M 7680 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-3300282-1303829759.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 1.44 2.67 4/181 4351
/proc/meminfo: memFree=12693812/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=14736 CPUtime=0 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 1181 0 0 0 0 0 0 0 22 0 1 0 475392185 15089664 935 33554432000 4194304 4929204 140733243729632 18446744073709551615 212039316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 3684 936 327 180 0 694 0

[startup+0.0622791 s]
/proc/loadavg: 0.92 1.44 2.67 4/181 4351
/proc/meminfo: memFree=12693812/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=24076 CPUtime=0.05 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 4502 0 0 0 5 0 0 0 22 0 1 0 475392185 24653824 3277 33554432000 4194304 4929204 140733243729632 18446744073709551615 212039316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 6019 3278 327 180 0 3029 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 24076

[startup+0.100274 s]
/proc/loadavg: 0.92 1.44 2.67 4/181 4351
/proc/meminfo: memFree=12693812/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=33212 CPUtime=0.09 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 6998 0 0 0 8 1 0 0 22 0 1 0 475392185 34009088 5146 33554432000 4194304 4929204 140733243729632 18446744073709551615 212039352688 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 8303 5167 336 180 0 5313 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 33212

[startup+0.300238 s]
/proc/loadavg: 0.92 1.44 2.67 4/181 4351
/proc/meminfo: memFree=12693812/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=35760 CPUtime=0.29 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 7757 0 0 0 28 1 0 0 23 0 1 0 475392185 36618240 5904 33554432000 4194304 4929204 140733243729632 18446744073709551615 4582016 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 8940 5904 337 180 0 5950 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35760

[startup+0.700167 s]
/proc/loadavg: 0.92 1.44 2.67 4/181 4351
/proc/meminfo: memFree=12693812/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=35760 CPUtime=0.69 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 7757 0 0 0 68 1 0 0 25 0 1 0 475392185 36618240 5904 33554432000 4194304 4929204 140733243729632 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 8940 5904 337 180 0 5950 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35760

[startup+1.50102 s]
/proc/loadavg: 0.92 1.44 2.67 5/190 4364
/proc/meminfo: memFree=12574588/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=35892 CPUtime=1.5 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 7809 0 0 0 149 1 0 0 25 0 1 0 475392185 36753408 5956 33554432000 4194304 4929204 140733243729632 18446744073709551615 4574897 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 8973 5956 339 180 0 5983 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 35892

[startup+3.10074 s]
/proc/loadavg: 0.92 1.44 2.67 5/190 4364
/proc/meminfo: memFree=12569628/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=34356 CPUtime=3.09 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 8390 0 0 0 308 1 0 0 25 0 1 0 475392185 35180544 5841 33554432000 4194304 4929204 140733243729632 18446744073709551615 4328270 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 8589 5841 367 180 0 5599 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 34356

[startup+6.30018 s]
/proc/loadavg: 1.17 1.48 2.68 5/190 4365
/proc/meminfo: memFree=12565540/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=34356 CPUtime=6.29 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 8497 0 0 0 628 1 0 0 25 0 1 0 475392185 35180544 5948 33554432000 4194304 4929204 140733243729632 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 8589 5948 367 180 0 5599 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 34356

[startup+12.701 s]
/proc/loadavg: 1.39 1.53 2.68 5/190 4365
/proc/meminfo: memFree=12547588/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=39540 CPUtime=12.69 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 9767 0 0 0 1268 1 0 0 25 0 1 0 475392185 40488960 7218 33554432000 4194304 4929204 140733243729632 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 9885 7218 367 180 0 6895 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 39540

[startup+25.5007 s]
/proc/loadavg: 1.97 1.65 2.70 5/190 4365
/proc/meminfo: memFree=12529496/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=51532 CPUtime=25.49 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 12744 0 0 0 2548 1 0 0 25 0 1 0 475392185 52768768 10195 33554432000 4194304 4929204 140733243729632 18446744073709551615 4633785 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 12883 10195 367 180 0 9893 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 51532

[startup+51.1002 s]
/proc/loadavg: 2.66 1.83 2.74 5/190 4366
/proc/meminfo: memFree=12508720/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=58808 CPUtime=51.09 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 14568 0 0 0 5108 1 0 0 25 0 1 0 475392185 60219392 12019 33554432000 4194304 4929204 140733243729632 18446744073709551615 4619436 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 14702 12019 367 180 0 11712 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58808

[startup+102.307 s]
/proc/loadavg: 3.47 2.18 2.81 5/190 4367
/proc/meminfo: memFree=12492380/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=64136 CPUtime=102.3 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 15907 0 0 0 10228 2 0 0 25 0 1 0 475392185 65675264 13358 33554432000 4194304 4929204 140733243729632 18446744073709551615 4316200 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 16034 13358 367 180 0 13044 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64136

[startup+162.3 s]
/proc/loadavg: 3.80 2.51 2.88 5/190 4369
/proc/meminfo: memFree=12465696/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=81784 CPUtime=162.3 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 20251 0 0 0 16227 3 0 0 25 0 1 0 475392185 83746816 17702 33554432000 4194304 4929204 140733243729632 18446744073709551615 4633756 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 20446 17702 367 180 0 17456 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 81784

[startup+222.301 s]
/proc/loadavg: 3.93 2.78 2.94 5/190 4370
/proc/meminfo: memFree=12448304/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=83792 CPUtime=222.3 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 20763 0 0 0 22227 3 0 0 25 0 1 0 475392185 85803008 18214 33554432000 4194304 4929204 140733243729632 18446744073709551615 4327508 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 20948 18214 369 180 0 17958 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 83792

[startup+282.301 s]
/proc/loadavg: 4.01 3.01 3.01 5/190 4372
/proc/meminfo: memFree=12434760/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=88364 CPUtime=282.3 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 21898 0 0 0 28227 3 0 0 25 0 1 0 475392185 90484736 19349 33554432000 4194304 4929204 140733243729632 18446744073709551615 4316226 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 22091 19349 369 180 0 19101 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 88364

[startup+342.301 s]
/proc/loadavg: 4.00 3.19 3.07 5/190 4383
/proc/meminfo: memFree=12392260/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=100496 CPUtime=342.3 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 24928 0 0 0 34226 4 0 0 25 0 1 0 475392185 102907904 22379 33554432000 4194304 4929204 140733243729632 18446744073709551615 4628107 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 25124 22379 369 180 0 22134 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100496

[startup+402.3 s]
/proc/loadavg: 4.00 3.33 3.13 5/190 4384
/proc/meminfo: memFree=12390496/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=102360 CPUtime=402.3 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 25384 0 0 0 40226 4 0 0 25 0 1 0 475392185 104816640 22835 33554432000 4194304 4929204 140733243729632 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 25590 22835 369 180 0 22600 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 102360

[startup+462.301 s]
/proc/loadavg: 4.00 3.45 3.18 5/190 4386
/proc/meminfo: memFree=12379664/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=103260 CPUtime=462.3 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 25628 0 0 0 46226 4 0 0 25 0 1 0 475392185 105738240 23079 33554432000 4194304 4929204 140733243729632 18446744073709551615 4337383 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 25815 23079 369 180 0 22825 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 103260

[startup+522.301 s]
/proc/loadavg: 4.00 3.55 3.23 5/190 4387
/proc/meminfo: memFree=12351988/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=103260 CPUtime=522.3 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 25629 0 0 0 52226 4 0 0 25 0 1 0 475392185 105738240 23080 33554432000 4194304 4929204 140733243729632 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 25815 23080 369 180 0 22825 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 103260

[startup+582.3 s]
/proc/loadavg: 4.00 3.63 3.27 5/190 4389
/proc/meminfo: memFree=12348232/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=103260 CPUtime=582.3 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 25629 0 0 0 58226 4 0 0 25 0 1 0 475392185 105738240 23080 33554432000 4194304 4929204 140733243729632 18446744073709551615 4316263 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 25815 23080 369 180 0 22825 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 103260

[startup+642.3 s]
/proc/loadavg: 4.08 3.71 3.32 5/190 4391
/proc/meminfo: memFree=12342376/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=103260 CPUtime=642.31 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 25629 0 0 0 64227 4 0 0 25 0 1 0 475392185 105738240 23080 33554432000 4194304 4929204 140733243729632 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 25815 23080 369 180 0 22825 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 103260

[startup+702.301 s]
/proc/loadavg: 4.03 3.76 3.36 5/190 4392
/proc/meminfo: memFree=12338860/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=103260 CPUtime=702.31 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 25629 0 0 0 70227 4 0 0 25 0 1 0 475392185 105738240 23080 33554432000 4194304 4929204 140733243729632 18446744073709551615 4316139 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 25815 23080 369 180 0 22825 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 103260

[startup+762.307 s]
/proc/loadavg: 4.01 3.80 3.40 5/190 4394
/proc/meminfo: memFree=12326812/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=112740 CPUtime=762.31 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 27957 0 0 0 76227 4 0 0 25 0 1 0 475392185 115445760 25408 33554432000 4194304 4929204 140733243729632 18446744073709551615 4634078 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 28185 25408 369 180 0 25195 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 112740

[startup+822.3 s]
/proc/loadavg: 4.06 3.85 3.44 5/190 4395
/proc/meminfo: memFree=12321696/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=117112 CPUtime=822.31 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 29037 0 0 0 82226 5 0 0 25 0 1 0 475392185 119922688 26488 33554432000 4194304 4929204 140733243729632 18446744073709551615 4338102 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 29278 26488 369 180 0 26288 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 117112

[startup+882.301 s]
/proc/loadavg: 4.02 3.87 3.47 5/190 4397
/proc/meminfo: memFree=12319660/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=117772 CPUtime=882.31 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 29218 0 0 0 88226 5 0 0 25 0 1 0 475392185 120598528 26669 33554432000 4194304 4929204 140733243729632 18446744073709551615 4633745 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 29443 26669 369 180 0 26453 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 117772

[startup+942.301 s]
/proc/loadavg: 4.01 3.89 3.50 5/190 4399
/proc/meminfo: memFree=12319632/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=117772 CPUtime=942.31 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 29221 0 0 0 94226 5 0 0 25 0 1 0 475392185 120598528 26672 33554432000 4194304 4929204 140733243729632 18446744073709551615 4638370 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 29443 26672 369 180 0 26453 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 117772

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.53 5/190 4400
/proc/meminfo: memFree=12302976/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=134308 CPUtime=1002.32 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 33313 0 0 0 100226 6 0 0 25 0 1 0 475392185 137531392 30764 33554432000 4194304 4929204 140733243729632 18446744073709551615 4627948 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 33577 30764 369 180 0 30587 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 134308

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.56 5/190 4402
/proc/meminfo: memFree=12295984/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=136104 CPUtime=1062.32 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 33712 0 0 0 106226 6 0 0 25 0 1 0 475392185 139370496 31163 33554432000 4194304 4929204 140733243729632 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 34026 31163 369 180 0 31036 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 136104

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.58 5/190 4403
/proc/meminfo: memFree=12295944/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=136104 CPUtime=1122.32 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 33728 0 0 0 112226 6 0 0 25 0 1 0 475392185 139370496 31179 33554432000 4194304 4929204 140733243729632 18446744073709551615 4357446 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 34026 31179 369 180 0 31036 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 136104

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 3.60 5/190 4405
/proc/meminfo: memFree=12295800/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=136104 CPUtime=1182.32 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 33730 0 0 0 118226 6 0 0 25 0 1 0 475392185 139370496 31181 33554432000 4194304 4929204 140733243729632 18446744073709551615 4633923 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 34026 31181 369 180 0 31036 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 136104

[startup+1242.3 s]
/proc/loadavg: 4.04 3.97 3.63 5/190 4407
/proc/meminfo: memFree=12291572/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=138096 CPUtime=1242.32 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 34235 0 0 0 124226 6 0 0 25 0 1 0 475392185 141410304 31686 33554432000 4194304 4929204 140733243729632 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 34524 31686 369 180 0 31534 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 138096



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.97 3.65 4/189 4409
/proc/meminfo: memFree=12350336/32951124 swapFree=67111528/67111528
[pid=4351] ppid=4349 vsize=138096 CPUtime=1300.03 cores=1,3
/proc/4351/stat : 4351 (clasp) R 4349 4351 3942 0 -1 4202496 34237 0 0 0 129997 6 0 0 25 0 1 0 475392185 141410304 31688 33554432000 4194304 4929204 140733243729632 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/4351/statm: 34524 31688 369 180 0 31534 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 138096

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): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.97
CPU system time (s): 0.073988
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 138096

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

runsolver used 2.17367 second user time and 4.93025 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-26 16:55:59
IDJOB=3300282
IDBENCH=88216
IDSOLVER=1685
FILE ID=node146/3300282-1303829759
RUNJOBID= node146-1303829759-4323
PBS_JOBID= 13160796
Free space on /tmp= 73024 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m47-q841.5-n45-p30-s84954709.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-3300282-1303829759/watcher-3300282-1303829759 -o /tmp/evaluation-result-3300282-1303829759/solver-3300282-1303829759 -C 2400 -W 1300 -M 7680  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-3300282-1303829759.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 556c58061360a1b195d9b2f28888af77
RANDOM SEED=942681019

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12694216 kB
Buffers:       2084768 kB
Cached:       17566504 kB
SwapCached:          0 kB
Active:        9966512 kB
Inactive:      9758516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12694216 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            8976 kB
Writeback:           0 kB
AnonPages:       73200 kB
Mapped:          15268 kB
Slab:           470252 kB
PageTables:       5496 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   216816 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= 73008 MiB
End job on node146 at 2011-04-26 17:17:41