Trace number 3273340

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
SAT09 reference solver: clasp 1.2.0-SAT09-32? (TO) 1300.05 1300.01

General information on the benchmark

NameCRAFTED/rbsat/crafted/forced/
rbsat-v945c61409gyes1.cnf
MD5SUM26b9098de258b0434de90e744962df46
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.17352
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3273340-1303600960/watcher-3273340-1303600960 -o /tmp/evaluation-result-3273340-1303600960/solver-3273340-1303600960 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273340-1303600960.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.42 0.11 0.51 4/193 24109
/proc/meminfo: memFree=14369880/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=2480 CPUtime=0 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 400 0 0 0 0 0 0 0 22 0 1 0 471693862 2539520 355 33554432000 134512640 136057169 4290482720 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 620 355 145 378 0 240 0

[startup+0.0942921 s]
/proc/loadavg: 0.42 0.11 0.51 4/193 24109
/proc/meminfo: memFree=14369880/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=4820 CPUtime=0.09 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 1032 0 0 0 9 0 0 0 22 0 1 0 471693862 4935680 940 33554432000 134512640 136057169 4290482720 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 1205 940 166 378 0 825 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4820

[startup+0.100291 s]
/proc/loadavg: 0.42 0.11 0.51 4/193 24109
/proc/meminfo: memFree=14369880/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=4820 CPUtime=0.09 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 1032 0 0 0 9 0 0 0 22 0 1 0 471693862 4935680 940 33554432000 134512640 136057169 4290482720 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 1205 940 166 378 0 825 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4820

[startup+0.300254 s]
/proc/loadavg: 0.42 0.11 0.51 4/193 24109
/proc/meminfo: memFree=14369880/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=5256 CPUtime=0.29 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 1288 0 0 0 29 0 0 0 23 0 1 0 471693862 5382144 1076 33554432000 134512640 136057169 4290482720 18446744073709551615 134618219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 1314 1076 183 378 0 934 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5256

[startup+0.700179 s]
/proc/loadavg: 0.42 0.11 0.51 4/193 24109
/proc/meminfo: memFree=14369880/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=6180 CPUtime=0.69 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 1513 0 0 0 69 0 0 0 25 0 1 0 471693862 6328320 1301 33554432000 134512640 136057169 4290482720 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 1545 1301 183 378 0 1165 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 6180

[startup+1.50103 s]
/proc/loadavg: 0.42 0.11 0.51 5/194 24110
/proc/meminfo: memFree=14351464/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=9480 CPUtime=1.49 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 2331 0 0 0 149 0 0 0 25 0 1 0 471693862 9707520 2119 33554432000 134512640 136057169 4290482720 18446744073709551615 134618256 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 2370 2119 183 378 0 1990 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9480

[startup+3.10075 s]
/proc/loadavg: 0.42 0.11 0.51 5/194 24110
/proc/meminfo: memFree=14337576/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=10140 CPUtime=3.09 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 2508 0 0 0 309 0 0 0 25 0 1 0 471693862 10383360 2296 33554432000 134512640 136057169 4290482720 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 2535 2296 183 378 0 2155 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10140

[startup+6.30014 s]
/proc/loadavg: 0.70 0.18 0.53 5/194 24110
/proc/meminfo: memFree=14302968/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=12912 CPUtime=6.29 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 3201 0 0 0 629 0 0 0 25 0 1 0 471693862 13221888 2989 33554432000 134512640 136057169 4290482720 18446744073709551615 134618446 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 3228 2989 183 378 0 2848 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 12912

[startup+12.701 s]
/proc/loadavg: 0.97 0.24 0.55 5/194 24110
/proc/meminfo: memFree=14271460/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=13524 CPUtime=12.69 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 3353 0 0 0 1269 0 0 0 25 0 1 0 471693862 13848576 3141 33554432000 134512640 136057169 4290482720 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 3381 3141 183 378 0 3001 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13524

[startup+25.5006 s]
/proc/loadavg: 1.64 0.42 0.60 5/194 24110
/proc/meminfo: memFree=14253096/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=19076 CPUtime=25.49 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 4745 0 0 0 2549 0 0 0 25 0 1 0 471693862 19533824 4533 33554432000 134512640 136057169 4290482720 18446744073709551615 134823401 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 4769 4533 183 378 0 4389 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 19076

[startup+51.1009 s]
/proc/loadavg: 2.44 0.71 0.69 5/194 24111
/proc/meminfo: memFree=14228288/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=20444 CPUtime=51.1 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 5061 0 0 0 5109 1 0 0 25 0 1 0 471693862 20934656 4849 33554432000 134512640 136057169 4290482720 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 5111 4849 183 378 0 4731 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 20444

[startup+102.307 s]
/proc/loadavg: 3.38 1.23 0.87 5/194 24112
/proc/meminfo: memFree=14171732/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=26552 CPUtime=102.3 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 6553 0 0 0 10229 1 0 0 25 0 1 0 471693862 27189248 6341 33554432000 134512640 136057169 4290482720 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 6638 6341 183 378 0 6258 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 26552

[startup+162.3 s]
/proc/loadavg: 3.77 1.73 1.06 5/194 24114
/proc/meminfo: memFree=14127816/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=31208 CPUtime=162.3 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 7686 0 0 0 16229 1 0 0 25 0 1 0 471693862 31956992 7474 33554432000 134512640 136057169 4290482720 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 7802 7474 183 378 0 7422 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 31208

[startup+222.301 s]
/proc/loadavg: 3.99 2.16 1.25 5/194 24116
/proc/meminfo: memFree=14087604/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=34076 CPUtime=222.3 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 8332 0 0 0 22229 1 0 0 25 0 1 0 471693862 34893824 8120 33554432000 134512640 136057169 4290482720 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 8519 8120 183 378 0 8139 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 34076

[startup+282.301 s]
/proc/loadavg: 4.11 2.53 1.43 5/194 24117
/proc/meminfo: memFree=14075932/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=36332 CPUtime=282.3 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 8809 0 0 0 28229 1 0 0 25 0 1 0 471693862 37203968 8597 33554432000 134512640 136057169 4290482720 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 9083 8597 183 378 0 8703 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 36332

[startup+342.301 s]
/proc/loadavg: 4.12 2.81 1.60 5/194 24119
/proc/meminfo: memFree=14056568/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=38284 CPUtime=342.31 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 9295 0 0 0 34229 2 0 0 25 0 1 0 471693862 39202816 9083 33554432000 134512640 136057169 4290482720 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 9571 9083 183 378 0 9191 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 38284

[startup+402.301 s]
/proc/loadavg: 4.07 3.04 1.75 5/194 24120
/proc/meminfo: memFree=14047256/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=41616 CPUtime=402.31 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 10076 0 0 0 40229 2 0 0 25 0 1 0 471693862 42614784 9864 33554432000 134512640 136057169 4290482720 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 10404 9864 183 378 0 10024 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 41616

[startup+462.301 s]
/proc/loadavg: 4.02 3.21 1.89 5/194 24122
/proc/meminfo: memFree=14009924/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=44480 CPUtime=462.31 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 10784 0 0 0 46229 2 0 0 25 0 1 0 471693862 45547520 10572 33554432000 134512640 136057169 4290482720 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 11120 10572 183 378 0 10740 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 44480

[startup+522.301 s]
/proc/loadavg: 4.01 3.35 2.02 5/194 24124
/proc/meminfo: memFree=13996652/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=46112 CPUtime=522.31 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 11157 0 0 0 52229 2 0 0 25 0 1 0 471693862 47218688 10945 33554432000 134512640 136057169 4290482720 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 11528 10945 183 378 0 11148 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 46112

[startup+582.3 s]
/proc/loadavg: 4.00 3.47 2.14 5/194 24125
/proc/meminfo: memFree=13985604/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=46956 CPUtime=582.31 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 11346 0 0 0 58229 2 0 0 25 0 1 0 471693862 48082944 11134 33554432000 134512640 136057169 4290482720 18446744073709551615 134828382 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 11739 11134 183 378 0 11359 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 46956

[startup+642.3 s]
/proc/loadavg: 4.00 3.56 2.25 5/194 24127
/proc/meminfo: memFree=13975644/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=48116 CPUtime=642.32 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 11619 0 0 0 64230 2 0 0 25 0 1 0 471693862 49270784 11407 33554432000 134512640 136057169 4290482720 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 12029 11407 183 378 0 11649 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 48116

[startup+702.3 s]
/proc/loadavg: 4.00 3.64 2.36 5/194 24128
/proc/meminfo: memFree=13959000/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=49696 CPUtime=702.31 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 12001 0 0 0 70229 2 0 0 25 0 1 0 471693862 50888704 11789 33554432000 134512640 136057169 4290482720 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 12424 11789 183 378 0 12044 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 49696

[startup+762.307 s]
/proc/loadavg: 4.00 3.70 2.46 5/194 24130
/proc/meminfo: memFree=13949312/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=51000 CPUtime=762.32 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 12304 0 0 0 76230 2 0 0 25 0 1 0 471693862 52224000 12092 33554432000 134512640 136057169 4290482720 18446744073709551615 134618371 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 12750 12092 183 378 0 12370 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 51000

[startup+822.301 s]
/proc/loadavg: 4.12 3.79 2.56 5/194 24132
/proc/meminfo: memFree=13943944/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=53048 CPUtime=822.32 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 12767 0 0 0 82229 3 0 0 25 0 1 0 471693862 54321152 12555 33554432000 134512640 136057169 4290482720 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 13262 12555 183 378 0 12882 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 53048

[startup+882.301 s]
/proc/loadavg: 4.04 3.82 2.65 5/194 24133
/proc/meminfo: memFree=13941572/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=54220 CPUtime=882.32 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 13056 0 0 0 88229 3 0 0 25 0 1 0 471693862 55521280 12844 33554432000 134512640 136057169 4290482720 18446744073709551615 134618304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 13555 12844 183 378 0 13175 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 54220

[startup+942.301 s]
/proc/loadavg: 4.08 3.87 2.74 5/194 24135
/proc/meminfo: memFree=13930256/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=56448 CPUtime=942.33 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 13616 0 0 0 94230 3 0 0 25 0 1 0 471693862 57802752 13404 33554432000 134512640 136057169 4290482720 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 14112 13404 183 378 0 13732 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 56448

[startup+1002.3 s]
/proc/loadavg: 4.03 3.89 2.81 5/194 24136
/proc/meminfo: memFree=13925768/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=56984 CPUtime=1002.33 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 13713 0 0 0 100230 3 0 0 25 0 1 0 471693862 58351616 13501 33554432000 134512640 136057169 4290482720 18446744073709551615 134618321 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 14246 13501 183 378 0 13866 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 56984

[startup+1062.3 s]
/proc/loadavg: 4.08 3.92 2.89 5/194 24138
/proc/meminfo: memFree=13919160/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=58208 CPUtime=1062.33 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 14030 0 0 0 106230 3 0 0 25 0 1 0 471693862 59604992 13818 33554432000 134512640 136057169 4290482720 18446744073709551615 134615641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 14552 13818 183 378 0 14172 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 58208

[startup+1122.3 s]
/proc/loadavg: 4.03 3.93 2.95 5/194 24140
/proc/meminfo: memFree=13910316/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=59228 CPUtime=1122.33 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 14266 0 0 0 112230 3 0 0 25 0 1 0 471693862 60649472 14054 33554432000 134512640 136057169 4290482720 18446744073709551615 134618173 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 14807 14054 183 378 0 14427 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 59228

[startup+1182.3 s]
/proc/loadavg: 4.01 3.94 3.02 5/194 24141
/proc/meminfo: memFree=13906460/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=61532 CPUtime=1182.33 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 14831 0 0 0 118230 3 0 0 25 0 1 0 471693862 63008768 14619 33554432000 134512640 136057169 4290482720 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 15383 14619 183 378 0 15003 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 61532

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.08 5/194 24143
/proc/meminfo: memFree=13880016/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=65000 CPUtime=1242.33 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 15700 0 0 0 124230 3 0 0 25 0 1 0 471693862 66560000 15488 33554432000 134512640 136057169 4290482720 18446744073709551615 134618449 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 16250 15488 183 378 0 15870 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 65000



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.85 3.92 3.12 4/189 24218
/proc/meminfo: memFree=14412396/32951124 swapFree=67111528/67111528
[pid=24109] ppid=24107 vsize=65000 CPUtime=1300.04 cores=1,3
/proc/24109/stat : 24109 (clasp) R 24107 24109 24048 0 -1 4202496 15704 0 0 0 130001 3 0 0 25 0 1 0 471693862 66560000 15492 33554432000 134512640 136057169 4290482720 18446744073709551615 134618488 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/24109/statm: 16250 15492 183 378 0 15870 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 65000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1300.01
CPU system time (s): 0.042993
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 65000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.01
system time used= 0.042993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15706
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= 3
involuntary context switches= 16009

runsolver used 2.05669 second user time and 5.04723 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-24 01:22:40
IDJOB=3273340
IDBENCH=71583
IDSOLVER=1674
FILE ID=node135/3273340-1303600960
RUNJOBID= node135-1303600949-24069
PBS_JOBID= 13150607
Free space on /tmp= 71344 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/forced/rbsat-v945c61409gyes1.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273340-1303600960/watcher-3273340-1303600960 -o /tmp/evaluation-result-3273340-1303600960/solver-3273340-1303600960 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3273340-1303600960.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 26b9098de258b0434de90e744962df46
RANDOM SEED=786819874

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14370152 kB
Buffers:       2058960 kB
Cached:       15765232 kB
SwapCached:          0 kB
Active:        7452660 kB
Inactive:     10534068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14370152 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18764 kB
Writeback:           0 kB
AnonPages:      162036 kB
Mapped:          17268 kB
Slab:           531592 kB
PageTables:       5384 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   348264 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71348 MiB
End job on node135 at 2011-04-24 01:44:22