Trace number 3300277

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-m42-q663-n40-p30-s67876261.cnf
MD5SUMed0227339111fb337104188c725538d0
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.24481
Satisfiable
(Un)Satisfiability was proved
Number of variables1634
Number of clauses212885
Sum of the clauses size427324
Maximum clause length42
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2212845
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

0.00/0.01	c clasp version 2.0.0-RC2
0.00/0.01	c Reading from ...829761/instance-3300277-1303829761.cnf
1.09/1.10	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          : 1299.998s (Solving: 1298.90s 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-3300277-1303829761/watcher-3300277-1303829761 -o /tmp/evaluation-result-3300277-1303829761/solver-3300277-1303829761 -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-3300277-1303829761.cnf 

running on 2 cores: 4,6

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: 1.09 2.37 3.18 5/184 1007
/proc/meminfo: memFree=18128204/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=11800 CPUtime=0 cores=4,6
/proc/1007/stat : 1007 (runsolver) R 1005 1007 32347 0 -1 4202560 43 0 0 0 0 0 0 0 21 0 1 0 494578753 12083200 51 33554432000 4194304 5434984 140736808291024 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/1007/statm: 2950 51 31 303 0 2644 0

[startup+0.0816101 s]
/proc/loadavg: 1.09 2.37 3.18 5/184 1007
/proc/meminfo: memFree=18128204/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=27120 CPUtime=0.06 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 5018 0 0 0 6 0 0 0 22 0 1 0 494578753 27770880 3781 33554432000 4194304 4929204 140734932667776 18446744073709551615 4582057 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 6780 3781 337 180 0 3790 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27120

[startup+0.100615 s]
/proc/loadavg: 1.09 2.37 3.18 5/184 1007
/proc/meminfo: memFree=18128204/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=27120 CPUtime=0.08 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 5018 0 0 0 8 0 0 0 22 0 1 0 494578753 27770880 3781 33554432000 4194304 4929204 140734932667776 18446744073709551615 4582023 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 6780 3781 337 180 0 3790 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27120

[startup+0.300567 s]
/proc/loadavg: 1.09 2.37 3.18 5/184 1007
/proc/meminfo: memFree=18128204/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=27120 CPUtime=0.28 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 5018 0 0 0 28 0 0 0 22 0 1 0 494578753 27770880 3781 33554432000 4194304 4929204 140734932667776 18446744073709551615 4582106 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 6780 3781 337 180 0 3790 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 27120

[startup+0.70052 s]
/proc/loadavg: 1.09 2.37 3.18 5/184 1007
/proc/meminfo: memFree=18128204/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=27120 CPUtime=0.68 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 5020 0 0 0 68 0 0 0 24 0 1 0 494578753 27770880 3783 33554432000 4194304 4929204 140734932667776 18446744073709551615 4574919 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 6780 3783 339 180 0 3790 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27120

[startup+1.50038 s]
/proc/loadavg: 1.09 2.37 3.18 5/190 1014
/proc/meminfo: memFree=18052524/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=25876 CPUtime=1.48 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 5386 0 0 0 148 0 0 0 25 0 1 0 494578753 26497024 3733 33554432000 4194304 4929204 140734932667776 18446744073709551615 4633935 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 6469 3733 367 180 0 3479 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 25876

[startup+3.1011 s]
/proc/loadavg: 1.09 2.37 3.18 5/190 1014
/proc/meminfo: memFree=18051904/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=27064 CPUtime=3.08 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 5772 0 0 0 308 0 0 0 25 0 1 0 494578753 27713536 4119 33554432000 4194304 4929204 140734932667776 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 6766 4119 367 180 0 3776 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 27064

[startup+6.30051 s]
/proc/loadavg: 1.33 2.40 3.18 5/190 1014
/proc/meminfo: memFree=18044000/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=31688 CPUtime=6.28 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 6910 0 0 0 628 0 0 0 25 0 1 0 494578753 32448512 5257 33554432000 4194304 4929204 140734932667776 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 7922 5257 367 180 0 4932 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31688

[startup+12.7004 s]
/proc/loadavg: 1.54 2.42 3.19 5/190 1014
/proc/meminfo: memFree=18024912/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=38064 CPUtime=12.69 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 8494 0 0 0 1268 1 0 0 25 0 1 0 494578753 38977536 6841 33554432000 4194304 4929204 140734932667776 18446744073709551615 4328270 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 9516 6841 367 180 0 6526 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38064

[startup+25.5012 s]
/proc/loadavg: 2.15 2.52 3.21 6/190 1015
/proc/meminfo: memFree=18014932/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=43632 CPUtime=25.49 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 9886 0 0 0 2548 1 0 0 25 0 1 0 494578753 44679168 8233 33554432000 4194304 4929204 140734932667776 18446744073709551615 4316056 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 10908 8233 367 180 0 7918 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43632

[startup+51.1006 s]
/proc/loadavg: 2.86 2.65 3.23 5/190 1016
/proc/meminfo: memFree=17988568/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=52936 CPUtime=51.08 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 12191 0 0 0 5107 1 0 0 25 0 1 0 494578753 54206464 10538 33554432000 4194304 4929204 140734932667776 18446744073709551615 4329516 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 13234 10538 367 180 0 10244 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52936

[startup+102.307 s]
/proc/loadavg: 3.50 2.86 3.27 5/190 1017
/proc/meminfo: memFree=17962764/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=59032 CPUtime=102.3 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 13704 0 0 0 10228 2 0 0 25 0 1 0 494578753 60448768 12051 33554432000 4194304 4929204 140734932667776 18446744073709551615 4337370 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 14758 12051 367 180 0 11768 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 59032

[startup+162.301 s]
/proc/loadavg: 3.82 3.06 3.31 5/190 1018
/proc/meminfo: memFree=17939532/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=70680 CPUtime=162.29 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 16562 0 0 0 16227 2 0 0 25 0 1 0 494578753 72376320 14909 33554432000 4194304 4929204 140734932667776 18446744073709551615 4337328 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 17670 14909 367 180 0 14680 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70680

[startup+222.3 s]
/proc/loadavg: 3.93 3.23 3.35 5/190 1020
/proc/meminfo: memFree=17914932/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=81184 CPUtime=222.28 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 19152 0 0 0 22226 2 0 0 25 0 1 0 494578753 83132416 17499 33554432000 4194304 4929204 140734932667776 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 20296 17499 369 180 0 17306 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 81184

[startup+282.301 s]
/proc/loadavg: 3.97 3.37 3.39 5/190 1022
/proc/meminfo: memFree=17880904/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=81184 CPUtime=282.3 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 19167 0 0 0 28227 3 0 0 25 0 1 0 494578753 83132416 17514 33554432000 4194304 4929204 140734932667776 18446744073709551615 4327703 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 20296 17514 369 180 0 17306 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 81184

[startup+342.3 s]
/proc/loadavg: 4.05 3.50 3.43 5/190 1032
/proc/meminfo: memFree=17872620/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=82636 CPUtime=342.3 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 19542 0 0 0 34227 3 0 0 25 0 1 0 494578753 84619264 17889 33554432000 4194304 4929204 140734932667776 18446744073709551615 4328270 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 20659 17889 369 180 0 17669 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 82636

[startup+402.301 s]
/proc/loadavg: 4.02 3.58 3.46 5/190 1034
/proc/meminfo: memFree=17863280/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=85576 CPUtime=402.29 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 20285 0 0 0 40226 3 0 0 25 0 1 0 494578753 87629824 18632 33554432000 4194304 4929204 140734932667776 18446744073709551615 4636679 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 21394 18632 369 180 0 18404 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 85576

[startup+462.301 s]
/proc/loadavg: 4.00 3.66 3.49 5/190 1038
/proc/meminfo: memFree=17838028/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=91964 CPUtime=462.29 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 21874 0 0 0 46226 3 0 0 25 0 1 0 494578753 94171136 20221 33554432000 4194304 4929204 140734932667776 18446744073709551615 4316135 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 22991 20221 369 180 0 20001 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 91964

[startup+522.3 s]
/proc/loadavg: 4.00 3.72 3.52 5/190 1040
/proc/meminfo: memFree=17826644/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=96536 CPUtime=522.29 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 22991 0 0 0 52226 3 0 0 25 0 1 0 494578753 98852864 21338 33554432000 4194304 4929204 140734932667776 18446744073709551615 4337416 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 24134 21338 369 180 0 21144 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 96536

[startup+582.301 s]
/proc/loadavg: 4.00 3.77 3.55 5/190 1042
/proc/meminfo: memFree=17823868/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=98252 CPUtime=582.29 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 23415 0 0 0 58226 3 0 0 25 0 1 0 494578753 100610048 21762 33554432000 4194304 4929204 140734932667776 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 24563 21762 369 180 0 21573 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 98252

[startup+642.3 s]
/proc/loadavg: 3.37 3.62 3.51 4/184 1060
/proc/meminfo: memFree=17864360/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=99308 CPUtime=642.3 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 23671 0 0 0 64227 3 0 0 25 0 1 0 494578753 101691392 22018 33554432000 4194304 4929204 140734932667776 18446744073709551615 4316160 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 24827 22018 369 180 0 21837 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 99308

[startup+702.301 s]
/proc/loadavg: 3.13 3.51 3.48 4/184 1062
/proc/meminfo: memFree=17855264/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=105496 CPUtime=702.3 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 25201 0 0 0 70226 4 0 0 25 0 1 0 494578753 108027904 23548 33554432000 4194304 4929204 140734932667776 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 26374 23548 369 180 0 23384 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 105496

[startup+762.307 s]
/proc/loadavg: 3.05 3.41 3.45 4/184 1063
/proc/meminfo: memFree=17851992/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=105496 CPUtime=762.31 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 25210 0 0 0 76227 4 0 0 25 0 1 0 494578753 108027904 23557 33554432000 4194304 4929204 140734932667776 18446744073709551615 4316283 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 26374 23557 369 180 0 23384 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 105496

[startup+822.301 s]
/proc/loadavg: 3.02 3.33 3.42 4/184 1065
/proc/meminfo: memFree=17844768/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=105892 CPUtime=822.3 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 25328 0 0 0 82226 4 0 0 25 0 1 0 494578753 108433408 23675 33554432000 4194304 4929204 140734932667776 18446744073709551615 4327698 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 26473 23675 369 180 0 23483 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 105892

[startup+882.301 s]
/proc/loadavg: 3.08 3.29 3.39 4/184 1067
/proc/meminfo: memFree=17844848/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=106156 CPUtime=882.31 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 25387 0 0 0 88227 4 0 0 25 0 1 0 494578753 108703744 23734 33554432000 4194304 4929204 140734932667776 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 26539 23734 369 180 0 23549 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 106156

[startup+942.3 s]
/proc/loadavg: 3.03 3.23 3.36 4/184 1068
/proc/meminfo: memFree=17838368/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=110048 CPUtime=942.3 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 26337 0 0 0 94226 4 0 0 25 0 1 0 494578753 112689152 24684 33554432000 4194304 4929204 140734932667776 18446744073709551615 4633752 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 27512 24684 369 180 0 24522 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 110048

[startup+1002.3 s]
/proc/loadavg: 3.01 3.19 3.34 4/184 1070
/proc/meminfo: memFree=17836208/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=110048 CPUtime=1002.31 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 26338 0 0 0 100227 4 0 0 25 0 1 0 494578753 112689152 24685 33554432000 4194304 4929204 140734932667776 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 27512 24685 369 180 0 24522 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 110048

[startup+1062.3 s]
/proc/loadavg: 3.00 3.15 3.32 4/184 1071
/proc/meminfo: memFree=17832572/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=110840 CPUtime=1062.31 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 26539 0 0 0 106227 4 0 0 25 0 1 0 494578753 113500160 24886 33554432000 4194304 4929204 140734932667776 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 27710 24886 369 180 0 24720 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 110840

[startup+1122.3 s]
/proc/loadavg: 3.00 3.12 3.29 4/184 1073
/proc/meminfo: memFree=17816028/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=112292 CPUtime=1122.31 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 26908 0 0 0 112227 4 0 0 25 0 1 0 494578753 114987008 25255 33554432000 4194304 4929204 140734932667776 18446744073709551615 4633719 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 28073 25255 369 180 0 25083 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 112292

[startup+1182.3 s]
/proc/loadavg: 3.00 3.10 3.27 4/184 1075
/proc/meminfo: memFree=17797388/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=119760 CPUtime=1182.31 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 28755 0 0 0 118226 5 0 0 25 0 1 0 494578753 122634240 27102 33554432000 4194304 4929204 140734932667776 18446744073709551615 4633764 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 29940 27102 369 180 0 26950 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 119760

[startup+1242.3 s]
/proc/loadavg: 3.00 3.08 3.25 4/184 1076
/proc/meminfo: memFree=17789028/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=120816 CPUtime=1242.31 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 29027 0 0 0 124226 5 0 0 25 0 1 0 494578753 123715584 27374 33554432000 4194304 4929204 140734932667776 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 30204 27374 369 180 0 27214 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 120816



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.06 3.23 3/182 1079
/proc/meminfo: memFree=17896628/32951124 swapFree=67111528/67111528
[pid=1007] ppid=1005 vsize=121048 CPUtime=1300.02 cores=4,6
/proc/1007/stat : 1007 (clasp) R 1005 1007 32347 0 -1 4202496 29060 0 0 0 129997 5 0 0 25 0 1 0 494578753 123953152 27407 33554432000 4194304 4929204 140734932667776 18446744073709551615 4627867 0 0 4096 18946 0 0 0 17 4 0 0 0
/proc/1007/statm: 30262 27407 369 180 0 27272 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 121048

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.98
CPU system time (s): 0.05999
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 121048

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

runsolver used 2.28065 second user time and 4.81727 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-26 16:56:01
IDJOB=3300277
IDBENCH=88222
IDSOLVER=1685
FILE ID=node103/3300277-1303829761
RUNJOBID= node103-1303829761-971
PBS_JOBID= 13160793
Free space on /tmp= 71524 MiB

SOLVER NAME= clasp 2.0-R4092-crafted
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m42-q663-n40-p30-s67876261.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-3300277-1303829761/watcher-3300277-1303829761 -o /tmp/evaluation-result-3300277-1303829761/solver-3300277-1303829761 -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-3300277-1303829761.cnf

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

MD5SUM BENCH= ed0227339111fb337104188c725538d0
RANDOM SEED=327658404

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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:      18128360 kB
Buffers:       2140212 kB
Cached:       12011076 kB
SwapCached:          0 kB
Active:        5265544 kB
Inactive:      8975980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18128360 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21520 kB
Writeback:           0 kB
AnonPages:       89800 kB
Mapped:          15736 kB
Slab:           517616 kB
PageTables:       5092 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   258812 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= 71524 MiB
End job on node103 at 2011-04-26 17:17:43