Trace number 3300205

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-indust? (TO) 1300.06 1300.02

General information on the benchmark

NameSAT03/industrial/schuppan/l2s/
dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
MD5SUM3fef216b3efe77c0f10ea0e0be664a94
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261352
Number of clauses773077
Sum of the clauses size1985588
Maximum clause length248
Minimum clause length1
Number of clauses of size 11592
Number of clauses of size 2357488
Number of clauses of size 3413748
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5249

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...828502/instance-3300205-1303828502.cnf
4.09/4.13	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: 1295.87s 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-3300205-1303828502/watcher-3300205-1303828502 -o /tmp/evaluation-result-3300205-1303828502/solver-3300205-1303828502 -C 2400 -W 1300 -M 7680 HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300205-1303828502.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: 0.92 1.63 2.53 4/186 21360
/proc/meminfo: memFree=12043232/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=45488 CPUtime=0 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 1375 0 0 0 0 0 0 0 21 0 1 0 494450761 46579712 1315 33554432000 4194304 4929204 140733253104768 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 11372 1324 319 180 0 8382 0

[startup+0.0765331 s]
/proc/loadavg: 0.92 1.63 2.53 4/186 21360
/proc/meminfo: memFree=12043232/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=68936 CPUtime=0.06 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 16778 0 0 0 5 1 0 0 21 0 1 0 494450761 70590464 14204 33554432000 4194304 4929204 140733253104768 18446744073709551615 230808826565 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 17234 14205 330 180 0 14244 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 68936

[startup+0.100526 s]
/proc/loadavg: 0.92 1.63 2.53 4/186 21360
/proc/meminfo: memFree=12043232/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=72248 CPUtime=0.09 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 17895 0 0 0 7 2 0 0 21 0 1 0 494450761 73981952 15050 33554432000 4194304 4929204 140733253104768 18446744073709551615 230808826565 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 18095 15052 330 180 0 15105 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 72248

[startup+0.300498 s]
/proc/loadavg: 0.92 1.63 2.53 4/186 21360
/proc/meminfo: memFree=12043232/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=102060 CPUtime=0.29 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 28104 0 0 0 26 3 0 0 22 0 1 0 494450761 104509440 21965 33554432000 4194304 4929204 140733253104768 18446744073709551615 230808826565 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 25515 21966 330 180 0 22525 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 102060

[startup+0.700416 s]
/proc/loadavg: 0.92 1.63 2.53 4/186 21360
/proc/meminfo: memFree=12043232/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=139076 CPUtime=0.69 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 39592 0 0 0 64 5 0 0 24 0 1 0 494450761 142413824 30837 33554432000 4194304 4929204 140733253104768 18446744073709551615 4590144 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 34769 30837 340 180 0 31779 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 139076

[startup+1.50028 s]
/proc/loadavg: 1.17 1.67 2.54 5/190 21367
/proc/meminfo: memFree=11774516/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=144248 CPUtime=1.49 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 40814 0 0 0 144 5 0 0 25 0 1 0 494450761 147709952 32059 33554432000 4194304 4929204 140733253104768 18446744073709551615 230808824046 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 36062 32059 342 180 0 33072 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 144248

[startup+3.10097 s]
/proc/loadavg: 1.17 1.67 2.54 5/190 21394
/proc/meminfo: memFree=11734448/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=162728 CPUtime=3.09 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 45444 0 0 0 303 6 0 0 25 0 1 0 494450761 166633472 36689 33554432000 4194304 4929204 140733253104768 18446744073709551615 4574975 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 40682 36689 342 180 0 37692 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 162728

[startup+6.30039 s]
/proc/loadavg: 1.39 1.71 2.55 5/190 21394
/proc/meminfo: memFree=11702392/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=152356 CPUtime=6.29 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 47495 0 0 0 622 7 0 0 25 0 1 0 494450761 156012544 34684 33554432000 4194304 4929204 140733253104768 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 38089 34684 367 180 0 35099 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152356

[startup+12.7002 s]
/proc/loadavg: 1.60 1.75 2.56 5/190 21394
/proc/meminfo: memFree=11704020/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=152356 CPUtime=12.69 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 47502 0 0 0 1262 7 0 0 25 0 1 0 494450761 156012544 34691 33554432000 4194304 4929204 140733253104768 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 38089 34691 367 180 0 35099 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 152356

[startup+25.5009 s]
/proc/loadavg: 1.97 1.82 2.57 5/190 21394
/proc/meminfo: memFree=11704168/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=152356 CPUtime=25.5 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 47502 0 0 0 2543 7 0 0 25 0 1 0 494450761 156012544 34691 33554432000 4194304 4929204 140733253104768 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 38089 34691 367 180 0 35099 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 152356

[startup+51.1002 s]
/proc/loadavg: 2.77 2.03 2.62 5/190 21395
/proc/meminfo: memFree=11701608/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=152356 CPUtime=51.1 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 47507 0 0 0 5103 7 0 0 25 0 1 0 494450761 156012544 34696 33554432000 4194304 4929204 140733253104768 18446744073709551615 4636646 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 38089 34696 372 180 0 35099 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 152356

[startup+102.307 s]
/proc/loadavg: 3.46 2.33 2.69 5/190 21397
/proc/meminfo: memFree=11686304/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=152356 CPUtime=102.3 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 47508 0 0 0 10223 7 0 0 25 0 1 0 494450761 156012544 34697 33554432000 4194304 4929204 140733253104768 18446744073709551615 4633037 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 38089 34697 373 180 0 35099 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 152356

[startup+162.301 s]
/proc/loadavg: 3.80 2.63 2.77 5/190 21398
/proc/meminfo: memFree=11674380/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=152356 CPUtime=162.3 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 47779 0 0 0 16223 7 0 0 25 0 1 0 494450761 156012544 34968 33554432000 4194304 4929204 140733253104768 18446744073709551615 4633688 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 38089 34968 373 180 0 35099 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 152356

[startup+222.301 s]
/proc/loadavg: 3.92 2.88 2.84 5/190 21400
/proc/meminfo: memFree=11651524/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=165592 CPUtime=222.3 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 51078 0 0 0 22222 8 0 0 25 0 1 0 494450761 169566208 38267 33554432000 4194304 4929204 140733253104768 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 41398 38267 373 180 0 38408 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 165592

[startup+282.301 s]
/proc/loadavg: 3.97 3.08 2.91 5/190 21401
/proc/meminfo: memFree=11632656/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=165956 CPUtime=282.3 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 51155 0 0 0 28222 8 0 0 25 0 1 0 494450761 169938944 38344 33554432000 4194304 4929204 140733253104768 18446744073709551615 4634112 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 41489 38344 373 180 0 38499 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 165956

[startup+342.301 s]
/proc/loadavg: 3.99 3.24 2.97 5/190 21403
/proc/meminfo: memFree=11625684/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=166676 CPUtime=342.3 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 51296 0 0 0 34222 8 0 0 25 0 1 0 494450761 170676224 38485 33554432000 4194304 4929204 140733253104768 18446744073709551615 4633536 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 41669 38485 373 180 0 38679 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 166676

[startup+402.301 s]
/proc/loadavg: 4.05 3.39 3.04 5/190 21539
/proc/meminfo: memFree=11127152/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=166676 CPUtime=402.3 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 51328 0 0 0 40222 8 0 0 25 0 1 0 494450761 170676224 38517 33554432000 4194304 4929204 140733253104768 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 41669 38517 373 180 0 38679 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 166676

[startup+462.301 s]
/proc/loadavg: 4.02 3.50 3.10 5/190 21541
/proc/meminfo: memFree=11121236/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=168096 CPUtime=462.3 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 51697 0 0 0 46222 8 0 0 25 0 1 0 494450761 172130304 38886 33554432000 4194304 4929204 140733253104768 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 42024 38886 373 180 0 39034 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 168096

[startup+522.3 s]
/proc/loadavg: 4.00 3.59 3.15 5/190 21543
/proc/meminfo: memFree=11105152/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=179032 CPUtime=522.3 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 54387 0 0 0 52221 9 0 0 25 0 1 0 494450761 183328768 41576 33554432000 4194304 4929204 140733253104768 18446744073709551615 4627746 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 44758 41576 373 180 0 41768 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 179032

[startup+582.3 s]
/proc/loadavg: 4.00 3.66 3.20 5/190 21544
/proc/meminfo: memFree=11067560/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=192472 CPUtime=582.31 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 57752 0 0 0 58219 12 0 0 25 0 1 0 494450761 197091328 44941 33554432000 4194304 4929204 140733253104768 18446744073709551615 4632937 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 48118 44941 373 180 0 45128 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 192472

[startup+642.3 s]
/proc/loadavg: 4.04 3.73 3.25 5/190 21546
/proc/meminfo: memFree=11055892/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=192472 CPUtime=642.32 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 57752 0 0 0 64220 12 0 0 25 0 1 0 494450761 197091328 44941 33554432000 4194304 4929204 140733253104768 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 48118 44941 373 180 0 45128 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 192472

[startup+702.3 s]
/proc/loadavg: 4.01 3.78 3.30 5/190 21547
/proc/meminfo: memFree=11025012/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=198524 CPUtime=702.31 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 59286 0 0 0 70219 12 0 0 25 0 1 0 494450761 203288576 46475 33554432000 4194304 4929204 140733253104768 18446744073709551615 4632937 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 49631 46475 373 180 0 46641 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 198524

[startup+762.307 s]
/proc/loadavg: 4.00 3.82 3.34 5/190 21549
/proc/meminfo: memFree=11006644/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=207980 CPUtime=762.32 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 61676 0 0 0 76219 13 0 0 25 0 1 0 494450761 212971520 48865 33554432000 4194304 4929204 140733253104768 18446744073709551615 4657633 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 51995 48865 373 180 0 49005 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 207980

[startup+822.3 s]
/proc/loadavg: 4.07 3.86 3.38 5/190 21551
/proc/meminfo: memFree=10993356/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=216956 CPUtime=822.32 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 63797 0 0 0 82218 14 0 0 25 0 1 0 494450761 222162944 50986 33554432000 4194304 4929204 140733253104768 18446744073709551615 4633618 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 54239 50986 373 180 0 51249 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 216956

[startup+882.3 s]
/proc/loadavg: 4.02 3.89 3.42 5/190 21552
/proc/meminfo: memFree=10980928/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=217088 CPUtime=882.32 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 63860 0 0 0 88218 14 0 0 25 0 1 0 494450761 222298112 51049 33554432000 4194304 4929204 140733253104768 18446744073709551615 4365413 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 54272 51049 373 180 0 51282 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 217088

[startup+942.3 s]
/proc/loadavg: 3.85 3.87 3.44 4/184 21571
/proc/meminfo: memFree=11468040/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=217088 CPUtime=942.32 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 63867 0 0 0 94218 14 0 0 25 0 1 0 494450761 222298112 51056 33554432000 4194304 4929204 140733253104768 18446744073709551615 4316154 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 54272 51056 373 180 0 51282 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 217088

[startup+1002.3 s]
/proc/loadavg: 3.31 3.71 3.41 4/184 21572
/proc/meminfo: memFree=11465132/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=217088 CPUtime=1002.32 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 63902 0 0 0 100218 14 0 0 25 0 1 0 494450761 222298112 51091 33554432000 4194304 4929204 140733253104768 18446744073709551615 4633001 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 54272 51091 373 180 0 51282 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 217088

[startup+1062.3 s]
/proc/loadavg: 3.11 3.58 3.38 4/184 21574
/proc/meminfo: memFree=11453708/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=223200 CPUtime=1062.32 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 65456 0 0 0 106218 14 0 0 25 0 1 0 494450761 228556800 52645 33554432000 4194304 4929204 140733253104768 18446744073709551615 4638684 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 55800 52645 373 180 0 52810 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 223200

[startup+1122.3 s]
/proc/loadavg: 3.04 3.47 3.36 4/184 21576
/proc/meminfo: memFree=11449600/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=223200 CPUtime=1122.32 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 65456 0 0 0 112218 14 0 0 25 0 1 0 494450761 228556800 52645 33554432000 4194304 4929204 140733253104768 18446744073709551615 4316100 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 55800 52645 373 180 0 52810 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 223200

[startup+1182.3 s]
/proc/loadavg: 3.05 3.40 3.34 4/184 21577
/proc/meminfo: memFree=11413128/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=234992 CPUtime=1182.33 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 68240 0 0 0 118218 15 0 0 25 0 1 0 494450761 240631808 55429 33554432000 4194304 4929204 140733253104768 18446744073709551615 4657577 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 58748 55429 373 180 0 55758 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 234992

[startup+1242.3 s]
/proc/loadavg: 3.02 3.32 3.31 4/184 21579
/proc/meminfo: memFree=11394272/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=252968 CPUtime=1242.33 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 72736 0 0 0 124216 17 0 0 25 0 1 0 494450761 259039232 59925 33554432000 4194304 4929204 140733253104768 18446744073709551615 4632587 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 63242 59925 373 180 0 60252 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 252968



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.04 3.28 3.30 3/182 21581
/proc/meminfo: memFree=11626272/32951124 swapFree=67111528/67111528
[pid=21360] ppid=21358 vsize=269712 CPUtime=1300.03 cores=5,7
/proc/21360/stat : 21360 (clasp) R 21358 21360 20592 0 -1 4202496 76943 0 0 0 129985 18 0 0 25 0 1 0 494450761 276185088 64132 33554432000 4194304 4929204 140733253104768 18446744073709551615 4316165 0 0 4096 18946 0 0 0 17 5 0 0 0
/proc/21360/statm: 67428 64132 373 180 0 64438 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 269712

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.86
CPU system time (s): 0.200969
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 269712

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

runsolver used 2.04169 second user time and 5.06223 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-26 16:35:03
IDJOB=3300205
IDBENCH=84248
IDSOLVER=1684
FILE ID=node104/3300205-1303828502
RUNJOBID= node104-1303828502-21327
PBS_JOBID= 13160792
Free space on /tmp= 71704 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT03/industrial/schuppan/l2s/dme-03-1-k247-unsat.shuffled-as.sat03-407.cnf
COMMAND LINE= HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3300205-1303828502/watcher-3300205-1303828502 -o /tmp/evaluation-result-3300205-1303828502/solver-3300205-1303828502 -C 2400 -W 1300 -M 7680  HOME/clasp --berk-max=512 --berk-once --restarts=256 --reverse-arcs=2 --recursive-str --dinit=800,10000 --dsched=10000,1.1 --dscore=2 --update-lbd --dalgo=2 HOME/instance-3300205-1303828502.cnf

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

MD5SUM BENCH= 3fef216b3efe77c0f10ea0e0be664a94
RANDOM SEED=2052419449

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12043512 kB
Buffers:       2304620 kB
Cached:       17845568 kB
SwapCached:          0 kB
Active:       11259904 kB
Inactive:      9058440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12043512 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           64096 kB
Writeback:           0 kB
AnonPages:      167400 kB
Mapped:          15656 kB
Slab:           526352 kB
PageTables:       5768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   338748 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= 71720 MiB
End job on node104 at 2011-04-26 16:56:45