Trace number 3300170

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.05 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.cnf
MD5SUMf1a7d779d46b93ce2fde4f2438e6ae5c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark59.9419
Satisfiable
(Un)Satisfiability was proved
Number of variables82007
Number of clauses241364
Sum of the clauses size563180
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2160908
Number of clauses of size 380454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c clasp version 2.0.0-RC2
0.00/0.00	c Reading from ...825310/instance-3300170-1303825310.cnf
4.09/4.12	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.89s 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-3300170-1303825310/watcher-3300170-1303825310 -o /tmp/evaluation-result-3300170-1303825310/solver-3300170-1303825310 -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-3300170-1303825310.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.86 3.94 3.25 4/189 15666
/proc/meminfo: memFree=15475904/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=22744 CPUtime=0 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 1882 0 0 0 0 0 0 0 25 0 1 0 494129793 23289856 1822 33554432000 4194304 4929204 140736661754048 18446744073709551615 4664652 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 5686 1829 319 180 0 2696 0

[startup+0.028608 s]
/proc/loadavg: 3.86 3.94 3.25 4/189 15666
/proc/meminfo: memFree=15475904/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=30940 CPUtime=0.02 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 5790 0 0 0 2 0 0 0 25 0 1 0 494129793 31682560 4918 33554432000 4194304 4929204 140736661754048 18446744073709551615 268272349893 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 7735 4919 327 180 0 4745 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 30940

[startup+0.100594 s]
/proc/loadavg: 3.86 3.94 3.25 4/189 15666
/proc/meminfo: memFree=15475904/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=45592 CPUtime=0.09 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 11109 0 0 0 8 1 0 0 25 0 1 0 494129793 46686208 8458 33554432000 4194304 4929204 140736661754048 18446744073709551615 268272349893 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 11398 8460 338 180 0 8408 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45592

[startup+0.300558 s]
/proc/loadavg: 3.86 3.94 3.25 4/189 15666
/proc/meminfo: memFree=15475904/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=56368 CPUtime=0.29 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 13743 0 0 0 28 1 0 0 25 0 1 0 494129793 57720832 11092 33554432000 4194304 4929204 140736661754048 18446744073709551615 268272349893 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 14092 11092 342 180 0 11102 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56368

[startup+0.700487 s]
/proc/loadavg: 3.86 3.94 3.25 4/189 15666
/proc/meminfo: memFree=15475904/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=70000 CPUtime=0.69 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 17147 0 0 0 68 1 0 0 25 0 1 0 494129793 71680000 14496 33554432000 4194304 4929204 140736661754048 18446744073709551615 4590402 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 17500 14496 342 180 0 14510 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 70000

[startup+1.50034 s]
/proc/loadavg: 3.87 3.94 3.25 5/190 15667
/proc/meminfo: memFree=15408832/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=100024 CPUtime=1.49 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 24653 0 0 0 146 3 0 0 25 0 1 0 494129793 102424576 22000 33554432000 4194304 4929204 140736661754048 18446744073709551615 4587257 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 25006 22000 342 180 0 22016 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100024

[startup+3.10106 s]
/proc/loadavg: 3.87 3.94 3.25 5/190 15667
/proc/meminfo: memFree=15363944/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=134868 CPUtime=3.09 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33087 0 0 0 305 4 0 0 25 0 1 0 494129793 138104832 30430 33554432000 4194304 4929204 140736661754048 18446744073709551615 4597164 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 33717 30430 342 180 0 30727 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 134868

[startup+6.30049 s]
/proc/loadavg: 3.88 3.94 3.25 5/190 15667
/proc/meminfo: memFree=15357228/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=6.29 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33608 0 0 0 625 4 0 0 25 0 1 0 494129793 134262784 29678 33554432000 4194304 4929204 140736661754048 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29678 367 180 0 29789 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 131116

[startup+12.7003 s]
/proc/loadavg: 3.89 3.94 3.26 5/190 15667
/proc/meminfo: memFree=15356908/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=12.69 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33608 0 0 0 1265 4 0 0 25 0 1 0 494129793 134262784 29678 33554432000 4194304 4929204 140736661754048 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29678 367 180 0 29789 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 131116

[startup+25.5011 s]
/proc/loadavg: 3.98 3.96 3.27 5/190 15667
/proc/meminfo: memFree=15356708/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=25.49 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33617 0 0 0 2545 4 0 0 25 0 1 0 494129793 134262784 29687 33554432000 4194304 4929204 140736661754048 18446744073709551615 4633723 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29687 372 180 0 29789 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 131116

[startup+51.1005 s]
/proc/loadavg: 3.99 3.96 3.29 5/190 15668
/proc/meminfo: memFree=15350980/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=51.09 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33625 0 0 0 5105 4 0 0 25 0 1 0 494129793 134262784 29695 33554432000 4194304 4929204 140736661754048 18446744073709551615 4632982 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29695 373 180 0 29789 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 131116

[startup+102.306 s]
/proc/loadavg: 3.99 3.97 3.33 5/190 15669
/proc/meminfo: memFree=15274520/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=102.3 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33635 0 0 0 10226 4 0 0 25 0 1 0 494129793 134262784 29705 33554432000 4194304 4929204 140736661754048 18446744073709551615 4365443 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29705 373 180 0 29789 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 131116

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.37 5/190 15671
/proc/meminfo: memFree=15233692/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=162.3 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33637 0 0 0 16226 4 0 0 25 0 1 0 494129793 134262784 29707 33554432000 4194304 4929204 140736661754048 18446744073709551615 4633377 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29707 373 180 0 29789 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 131116

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.40 5/190 15673
/proc/meminfo: memFree=15204812/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=222.3 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33650 0 0 0 22226 4 0 0 25 0 1 0 494129793 134262784 29720 33554432000 4194304 4929204 140736661754048 18446744073709551615 4632960 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29720 373 180 0 29789 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 131116

[startup+282.3 s]
/proc/loadavg: 3.99 3.97 3.44 5/190 15674
/proc/meminfo: memFree=15178228/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=282.3 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33659 0 0 0 28226 4 0 0 25 0 1 0 494129793 134262784 29729 33554432000 4194304 4929204 140736661754048 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29729 373 180 0 29789 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 131116

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.47 5/190 15676
/proc/meminfo: memFree=15125884/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=342.3 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33667 0 0 0 34226 4 0 0 25 0 1 0 494129793 134262784 29737 33554432000 4194304 4929204 140736661754048 18446744073709551615 4633770 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29737 373 180 0 29789 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 131116

[startup+402.301 s]
/proc/loadavg: 3.99 3.97 3.50 5/190 15677
/proc/meminfo: memFree=15124964/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=402.3 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33676 0 0 0 40226 4 0 0 25 0 1 0 494129793 134262784 29746 33554432000 4194304 4929204 140736661754048 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29746 373 180 0 29789 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 131116

[startup+462.3 s]
/proc/loadavg: 3.99 3.97 3.53 5/190 15679
/proc/meminfo: memFree=15056484/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=462.3 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33727 0 0 0 46226 4 0 0 25 0 1 0 494129793 134262784 29797 33554432000 4194304 4929204 140736661754048 18446744073709551615 4658544 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29797 373 180 0 29789 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 131116

[startup+522.3 s]
/proc/loadavg: 3.99 3.97 3.56 5/190 15681
/proc/meminfo: memFree=15056004/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=522.31 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33753 0 0 0 52227 4 0 0 25 0 1 0 494129793 134262784 29823 33554432000 4194304 4929204 140736661754048 18446744073709551615 4329485 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29823 373 180 0 29789 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 131116

[startup+582.301 s]
/proc/loadavg: 4.07 3.99 3.58 5/190 15682
/proc/meminfo: memFree=15055456/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=131116 CPUtime=582.31 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 33809 0 0 0 58227 4 0 0 25 0 1 0 494129793 134262784 29879 33554432000 4194304 4929204 140736661754048 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 32779 29879 373 180 0 29789 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 131116

[startup+642.301 s]
/proc/loadavg: 4.02 3.99 3.61 5/190 15684
/proc/meminfo: memFree=15054064/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=132832 CPUtime=642.31 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 34128 0 0 0 64227 4 0 0 25 0 1 0 494129793 136019968 30198 33554432000 4194304 4929204 140736661754048 18446744073709551615 4632963 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 33208 30198 373 180 0 30218 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 132832

[startup+702.3 s]
/proc/loadavg: 4.01 3.99 3.63 5/190 15685
/proc/meminfo: memFree=15053512/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=132832 CPUtime=702.31 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 34165 0 0 0 70227 4 0 0 25 0 1 0 494129793 136019968 30235 33554432000 4194304 4929204 140736661754048 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 33208 30235 373 180 0 30218 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 132832

[startup+762.307 s]
/proc/loadavg: 3.85 3.95 3.64 4/184 15704
/proc/meminfo: memFree=15516024/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=132832 CPUtime=762.32 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 34170 0 0 0 76228 4 0 0 25 0 1 0 494129793 136019968 30240 33554432000 4194304 4929204 140736661754048 18446744073709551615 4632708 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 33208 30240 373 180 0 30218 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 132832

[startup+822.301 s]
/proc/loadavg: 3.31 3.78 3.60 4/184 15706
/proc/meminfo: memFree=15502360/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=132832 CPUtime=822.31 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 34255 0 0 0 82227 4 0 0 25 0 1 0 494129793 136019968 30325 33554432000 4194304 4929204 140736661754048 18446744073709551615 4365450 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 33208 30325 373 180 0 30218 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 132832

[startup+882.3 s]
/proc/loadavg: 3.11 3.63 3.56 4/184 15707
/proc/meminfo: memFree=15478264/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=132832 CPUtime=882.31 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 34352 0 0 0 88227 4 0 0 25 0 1 0 494129793 136019968 30422 33554432000 4194304 4929204 140736661754048 18446744073709551615 4365448 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 33208 30422 373 180 0 30218 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 132832

[startup+942.301 s]
/proc/loadavg: 3.04 3.52 3.52 4/184 15709
/proc/meminfo: memFree=15454780/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=135880 CPUtime=942.32 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 35144 0 0 0 94227 5 0 0 25 0 1 0 494129793 139141120 31214 33554432000 4194304 4929204 140736661754048 18446744073709551615 4337383 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 33970 31214 373 180 0 30980 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 135880

[startup+1002.3 s]
/proc/loadavg: 3.01 3.42 3.48 4/184 15710
/proc/meminfo: memFree=15448772/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=140564 CPUtime=1002.32 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 36120 0 0 0 100227 5 0 0 25 0 1 0 494129793 143937536 32190 33554432000 4194304 4929204 140736661754048 18446744073709551615 4316286 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 35141 32190 373 180 0 32151 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 140564

[startup+1062.3 s]
/proc/loadavg: 2.47 3.20 3.40 3/178 15730
/proc/meminfo: memFree=15932424/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=153276 CPUtime=1062.31 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 39285 0 0 0 106225 6 0 0 25 0 1 0 494129793 156954624 35355 33554432000 4194304 4929204 140736661754048 18446744073709551615 4633732 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 38319 35355 373 180 0 35329 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 153276

[startup+1122.3 s]
/proc/loadavg: 2.17 2.98 3.31 3/178 15732
/proc/meminfo: memFree=15901144/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=184528 CPUtime=1122.32 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 47080 0 0 0 112224 8 0 0 25 0 1 0 494129793 188956672 43150 33554432000 4194304 4929204 140736661754048 18446744073709551615 4337383 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 46132 43150 373 180 0 43142 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 184528

[startup+1182.3 s]
/proc/loadavg: 1.71 2.72 3.20 2/172 15760
/proc/meminfo: memFree=16080152/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=193372 CPUtime=1182.32 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 49265 0 0 0 118224 8 0 0 25 0 1 0 494129793 198012928 45335 33554432000 4194304 4929204 140736661754048 18446744073709551615 4633604 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 48343 45335 373 180 0 45353 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 193372

[startup+1242.3 s]
/proc/loadavg: 1.26 2.40 3.06 2/172 15762
/proc/meminfo: memFree=16040160/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=232184 CPUtime=1242.33 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 59016 0 0 0 124222 11 0 0 25 0 1 0 494129793 237756416 55086 33554432000 4194304 4929204 140736661754048 18446744073709551615 4633405 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 58046 55086 373 180 0 55056 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 232184



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.10 2.16 2.94 2/172 15763
/proc/meminfo: memFree=16004412/32950928 swapFree=67111528/67111528
[pid=15666] ppid=15664 vsize=268784 CPUtime=1300.03 cores=1,3
/proc/15666/stat : 15666 (clasp) R 15664 15666 15262 0 -1 4202496 67941 0 0 0 129990 13 0 0 25 0 1 0 494129793 275234816 64011 33554432000 4194304 4929204 140736661754048 18446744073709551615 4632659 0 0 4096 18946 0 0 0 17 1 0 0 0
/proc/15666/statm: 67196 64011 373 180 0 64206 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 268784

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.05
CPU user time (s): 1299.91
CPU system time (s): 0.142978
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 268784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.91
system time used= 0.142978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67954
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= 6
involuntary context switches= 2669

runsolver used 1.9847 second user time and 4.86926 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-26 15:41:50
IDJOB=3300170
IDBENCH=82477
IDSOLVER=1684
FILE ID=node122/3300170-1303825310
RUNJOBID= node122-1303823723-15283
PBS_JOBID= 13160773
Free space on /tmp= 71500 MiB

SOLVER NAME= clasp 2.0-R4092-indust
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsm5378d2-tseitin.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-3300170-1303825310/watcher-3300170-1303825310 -o /tmp/evaluation-result-3300170-1303825310/solver-3300170-1303825310 -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-3300170-1303825310.cnf

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

MD5SUM BENCH= f1a7d779d46b93ce2fde4f2438e6ae5c
RANDOM SEED=2052290324

node122.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.820
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.64
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.820
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.820
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.820
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.83
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.820
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.820
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.820
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.820
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.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15475936 kB
Buffers:       1727296 kB
Cached:       14532668 kB
SwapCached:          0 kB
Active:        5618772 kB
Inactive:     11290612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15475936 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:          153392 kB
Writeback:           0 kB
AnonPages:      649460 kB
Mapped:          16408 kB
Slab:           500448 kB
PageTables:       6156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   835220 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= 71692 MiB
End job on node122 at 2011-04-26 16:03:32