Trace number 3300275

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

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m37-q505.75-n35-p15-s48276711.cnf
MD5SUM1bac7b96ea6eb843b1de7405a721cd87
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.861868
Satisfiable
(Un)Satisfiability was proved
Number of variables1244
Number of clauses150604
Sum of the clauses size302382
Maximum clause length37
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2150569
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 535

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...829752/instance-3300275-1303829752.cnf
0.59/0.65	c Solving...
1300.02/1300.00	
1300.02/1300.00	*** INTERRUPTED! ***
1300.02/1300.00	s UNKNOWN
1300.02/1300.00	
1300.02/1300.00	c INTERRUPTED   : 1
1300.02/1300.00	c Models        : 0+    
1300.02/1300.00	c Time          : 1300.005s (Solving: 1299.35s 1st Model: 0.00s Unsat: 0.00s)
1300.02/1300.00	c CPU Time      : 1300.020s

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

running on 2 cores: 5,7

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: 2.76 3.04 3.64 4/184 17093
/proc/meminfo: memFree=14068376/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=13292 CPUtime=0 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 672 0 0 0 0 0 0 0 25 0 1 0 494573948 13611008 604 33554432000 4194304 4929204 140734412310848 18446744073709551615 235594527429 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 3323 605 327 180 0 333 0

[startup+0.099374 s]
/proc/loadavg: 2.76 3.04 3.64 4/184 17093
/proc/meminfo: memFree=14068376/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=22600 CPUtime=0.09 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 3595 0 0 0 9 0 0 0 25 0 1 0 494573948 23142400 2772 33554432000 4194304 4929204 140734412310848 18446744073709551615 4582134 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 5650 2772 337 180 0 2660 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22600

[startup+0.100372 s]
/proc/loadavg: 2.76 3.04 3.64 4/184 17093
/proc/meminfo: memFree=14068376/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=22600 CPUtime=0.09 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 3595 0 0 0 9 0 0 0 25 0 1 0 494573948 23142400 2772 33554432000 4194304 4929204 140734412310848 18446744073709551615 4582030 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 5650 2772 337 180 0 2660 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22600

[startup+0.300339 s]
/proc/loadavg: 2.76 3.04 3.64 4/184 17093
/proc/meminfo: memFree=14068376/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=22600 CPUtime=0.29 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 3595 0 0 0 29 0 0 0 25 0 1 0 494573948 23142400 2772 33554432000 4194304 4929204 140734412310848 18446744073709551615 4582129 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 5650 2772 337 180 0 2660 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22600

[startup+0.700268 s]
/proc/loadavg: 2.76 3.04 3.64 4/184 17093
/proc/meminfo: memFree=14068376/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=21900 CPUtime=0.69 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 3894 0 0 0 69 0 0 0 25 0 1 0 494573948 22425600 2776 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 5475 2776 366 180 0 2485 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21900

[startup+1.50013 s]
/proc/loadavg: 2.76 3.04 3.64 5/190 17104
/proc/meminfo: memFree=14024008/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=21900 CPUtime=1.49 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 3950 0 0 0 149 0 0 0 25 0 1 0 494573948 22425600 2832 33554432000 4194304 4929204 140734412310848 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 5475 2832 367 180 0 2485 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21900

[startup+3.10085 s]
/proc/loadavg: 2.76 3.04 3.64 5/190 17104
/proc/meminfo: memFree=14018076/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=25564 CPUtime=3.09 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 4837 0 0 0 309 0 0 0 25 0 1 0 494573948 26177536 3719 33554432000 4194304 4929204 140734412310848 18446744073709551615 4633958 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 6391 3719 367 180 0 3401 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25564

[startup+6.30028 s]
/proc/loadavg: 2.86 3.06 3.64 5/190 17104
/proc/meminfo: memFree=14009748/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=27280 CPUtime=6.29 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 5266 0 0 0 629 0 0 0 25 0 1 0 494573948 27934720 4148 33554432000 4194304 4929204 140734412310848 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 6820 4148 367 180 0 3830 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27280

[startup+12.7002 s]
/proc/loadavg: 2.95 3.07 3.64 5/190 17131
/proc/meminfo: memFree=13997876/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=32200 CPUtime=12.69 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 6519 0 0 0 1269 0 0 0 25 0 1 0 494573948 32972800 5401 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316145 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 8050 5401 367 180 0 5060 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 32200

[startup+25.5009 s]
/proc/loadavg: 3.18 3.12 3.65 5/190 17132
/proc/meminfo: memFree=13981648/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=35068 CPUtime=25.49 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 7196 0 0 0 2549 0 0 0 25 0 1 0 494573948 35909632 6078 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 8767 6078 367 180 0 5777 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35068

[startup+51.1004 s]
/proc/loadavg: 3.46 3.19 3.65 5/190 17133
/proc/meminfo: memFree=13956896/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=43792 CPUtime=51.1 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 9380 0 0 0 5109 1 0 0 25 0 1 0 494573948 44843008 8262 33554432000 4194304 4929204 140734412310848 18446744073709551615 4359771 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 10948 8262 367 180 0 7958 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 43792

[startup+102.306 s]
/proc/loadavg: 3.76 3.31 3.67 5/190 17134
/proc/meminfo: memFree=13927988/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=49340 CPUtime=102.3 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 10706 0 0 0 10229 1 0 0 25 0 1 0 494573948 50524160 9588 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316226 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 12335 9588 367 180 0 9345 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 49340

[startup+162.301 s]
/proc/loadavg: 3.91 3.43 3.69 5/190 17135
/proc/meminfo: memFree=13906384/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=60436 CPUtime=162.29 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 13473 0 0 0 16228 1 0 0 25 0 1 0 494573948 61886464 12355 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 15109 12355 369 180 0 12119 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 60436

[startup+222.3 s]
/proc/loadavg: 3.97 3.53 3.70 5/190 17137
/proc/meminfo: memFree=13888372/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=63288 CPUtime=222.3 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 14178 0 0 0 22228 2 0 0 25 0 1 0 494573948 64806912 13060 33554432000 4194304 4929204 140734412310848 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 15822 13060 369 180 0 12832 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 63288

[startup+282.301 s]
/proc/loadavg: 3.99 3.62 3.72 5/190 17139
/proc/meminfo: memFree=13878932/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=63288 CPUtime=282.3 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 14180 0 0 0 28228 2 0 0 25 0 1 0 494573948 64806912 13062 33554432000 4194304 4929204 140734412310848 18446744073709551615 4633767 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 15822 13062 369 180 0 12832 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 63288

[startup+342.3 s]
/proc/loadavg: 4.03 3.70 3.74 5/190 17149
/proc/meminfo: memFree=13854900/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=67652 CPUtime=342.3 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 15262 0 0 0 34228 2 0 0 25 0 1 0 494573948 69275648 14144 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 16913 14144 369 180 0 13923 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 67652

[startup+402.301 s]
/proc/loadavg: 4.04 3.76 3.76 5/190 17151
/proc/meminfo: memFree=13850664/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=71288 CPUtime=402.3 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 16166 0 0 0 40227 3 0 0 25 0 1 0 494573948 72998912 15048 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 17822 15048 369 180 0 14832 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 71288

[startup+462.301 s]
/proc/loadavg: 4.01 3.80 3.77 5/190 17152
/proc/meminfo: memFree=13844564/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=73328 CPUtime=462.3 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 16668 0 0 0 46227 3 0 0 25 0 1 0 494573948 75087872 15550 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316128 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 18332 15550 369 180 0 15342 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 73328

[startup+522.3 s]
/proc/loadavg: 3.78 3.79 3.76 4/184 17174
/proc/meminfo: memFree=13882016/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=79696 CPUtime=522.3 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 18213 0 0 0 52227 3 0 0 25 0 1 0 494573948 81608704 17095 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316112 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 19924 17095 369 180 0 16934 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 79696

[startup+582.301 s]
/proc/loadavg: 3.00 3.58 3.69 3/178 17193
/proc/meminfo: memFree=13934128/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=80132 CPUtime=582.3 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 18304 0 0 0 58227 3 0 0 25 0 1 0 494573948 82055168 17186 33554432000 4194304 4929204 140734412310848 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 20033 17186 369 180 0 17043 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 80132

[startup+642.3 s]
/proc/loadavg: 2.37 3.29 3.58 3/178 17194
/proc/meminfo: memFree=13933116/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=80132 CPUtime=642.31 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 18315 0 0 0 64228 3 0 0 25 0 1 0 494573948 82055168 17197 33554432000 4194304 4929204 140734412310848 18446744073709551615 4327667 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 20033 17197 369 180 0 17043 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 80132

[startup+702.301 s]
/proc/loadavg: 2.13 3.05 3.48 3/178 17196
/proc/meminfo: memFree=13921552/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=86112 CPUtime=702.31 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 19800 0 0 0 70227 4 0 0 25 0 1 0 494573948 88178688 18682 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 21528 18682 369 180 0 18538 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 86112

[startup+762.306 s]
/proc/loadavg: 2.05 2.86 3.38 3/178 17197
/proc/meminfo: memFree=13920648/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=86112 CPUtime=762.32 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 19809 0 0 0 76228 4 0 0 25 0 1 0 494573948 88178688 18691 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 21528 18691 369 180 0 18538 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 86112

[startup+822.301 s]
/proc/loadavg: 2.02 2.70 3.30 3/178 17199
/proc/meminfo: memFree=13909220/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=91396 CPUtime=822.31 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 21119 0 0 0 82227 4 0 0 25 0 1 0 494573948 93589504 20001 33554432000 4194304 4929204 140734412310848 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 22849 20001 369 180 0 19859 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 91396

[startup+882.301 s]
/proc/loadavg: 2.06 2.58 3.22 3/178 17201
/proc/meminfo: memFree=13904860/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=93788 CPUtime=882.31 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 21740 0 0 0 88227 4 0 0 25 0 1 0 494573948 96038912 20622 33554432000 4194304 4929204 140734412310848 18446744073709551615 4327741 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 23447 20622 369 180 0 20457 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 93788

[startup+942.301 s]
/proc/loadavg: 2.02 2.47 3.14 3/178 17202
/proc/meminfo: memFree=13899872/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=97328 CPUtime=942.31 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 22604 0 0 0 94227 4 0 0 25 0 1 0 494573948 99663872 21486 33554432000 4194304 4929204 140734412310848 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 24332 21486 369 180 0 21342 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 97328

[startup+1002.3 s]
/proc/loadavg: 2.00 2.39 3.06 3/178 17204
/proc/meminfo: memFree=13897992/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=97328 CPUtime=1002.31 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 22610 0 0 0 100227 4 0 0 25 0 1 0 494573948 99663872 21492 33554432000 4194304 4929204 140734412310848 18446744073709551615 4633754 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 24332 21492 369 180 0 21342 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 97328

[startup+1062.3 s]
/proc/loadavg: 2.00 2.31 2.99 3/178 17205
/proc/meminfo: memFree=13896980/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=97328 CPUtime=1062.31 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 22611 0 0 0 106227 4 0 0 25 0 1 0 494573948 99663872 21493 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 24332 21493 369 180 0 21342 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 97328

[startup+1122.3 s]
/proc/loadavg: 2.00 2.25 2.93 3/178 17207
/proc/meminfo: memFree=13896956/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=97328 CPUtime=1122.32 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 22612 0 0 0 112228 4 0 0 25 0 1 0 494573948 99663872 21494 33554432000 4194304 4929204 140734412310848 18446744073709551615 4657900 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 24332 21494 369 180 0 21342 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 97328

[startup+1182.3 s]
/proc/loadavg: 2.00 2.20 2.87 3/178 17209
/proc/meminfo: memFree=13884044/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=98704 CPUtime=1182.32 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 22948 0 0 0 118228 4 0 0 25 0 1 0 494573948 101072896 21830 33554432000 4194304 4929204 140734412310848 18446744073709551615 4316093 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 24676 21830 369 180 0 21686 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 98704

[startup+1242.3 s]
/proc/loadavg: 2.00 2.16 2.81 3/178 17210
/proc/meminfo: memFree=13881548/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=98704 CPUtime=1242.32 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 22972 0 0 0 124228 4 0 0 25 0 1 0 494573948 101072896 21854 33554432000 4194304 4929204 140734412310848 18446744073709551615 4627867 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 24676 21854 369 180 0 21686 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 98704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.13 2.76 2/177 17213
/proc/meminfo: memFree=13986908/32950928 swapFree=67111528/67111528
[pid=17093] ppid=17091 vsize=100316 CPUtime=1300.02 cores=5,7
/proc/17093/stat : 17093 (clasp) R 17091 17093 16746 0 -1 4202496 23351 0 0 0 129998 4 0 0 25 0 1 0 494573948 102723584 22233 33554432000 4194304 4929204 140734412310848 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/17093/statm: 25079 22233 369 180 0 22089 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 100316

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.04
CPU user time (s): 1299.99
CPU system time (s): 0.050992
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 100316

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

runsolver used 1.85472 second user time and 4.6063 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-26 16:55:52
IDJOB=3300275
IDBENCH=88212
IDSOLVER=1685
FILE ID=node120/3300275-1303829752
RUNJOBID= node120-1303829752-17064
PBS_JOBID= 13160804
Free space on /tmp= 72116 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m37-q505.75-n35-p15-s48276711.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-3300275-1303829752/watcher-3300275-1303829752 -o /tmp/evaluation-result-3300275-1303829752/solver-3300275-1303829752 -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-3300275-1303829752.cnf

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

MD5SUM BENCH= 1bac7b96ea6eb843b1de7405a721cd87
RANDOM SEED=918060597

node120.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14068532 kB
Buffers:       2474596 kB
Cached:       15765880 kB
SwapCached:          0 kB
Active:       10739856 kB
Inactive:      7572224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14068532 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9352 kB
Writeback:           0 kB
AnonPages:       70840 kB
Mapped:          15468 kB
Slab:           506896 kB
PageTables:       5404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   236548 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= 72116 MiB
End job on node120 at 2011-04-26 17:17:34