Trace number 3274590

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

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
MD5SUM808fa775df860c59a1178e77fc60f410
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3416.66
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses25452
Sum of the clauses size254370
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530
Number of clauses of size over 525422

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.68 3.06 3.43 4/189 2472
/proc/meminfo: memFree=13889000/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=2040 CPUtime=0 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 280 0 0 0 0 0 0 0 22 0 1 0 472097546 2088960 234 33554432000 134512640 136057169 4292293200 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 510 234 145 378 0 130 0

[startup+0.010412 s]
/proc/loadavg: 1.68 3.06 3.43 4/189 2472
/proc/meminfo: memFree=13889000/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=2576 CPUtime=0 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 405 0 0 0 0 0 0 0 22 0 1 0 472097546 2637824 359 33554432000 134512640 136057169 4292293200 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 644 360 145 378 0 264 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2576

[startup+0.100435 s]
/proc/loadavg: 1.68 3.06 3.43 4/189 2472
/proc/meminfo: memFree=13889000/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=4788 CPUtime=0.09 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 989 0 0 0 9 0 0 0 22 0 1 0 472097546 4902912 943 33554432000 134512640 136057169 4292293200 18446744073709551615 134774445 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 1197 943 166 378 0 817 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4788

[startup+0.300297 s]
/proc/loadavg: 1.68 3.06 3.43 4/189 2472
/proc/meminfo: memFree=13889000/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=4788 CPUtime=0.29 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 989 0 0 0 29 0 0 0 23 0 1 0 472097546 4902912 943 33554432000 134512640 136057169 4292293200 18446744073709551615 134775392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 1197 943 166 378 0 817 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 4788

[startup+0.700227 s]
/proc/loadavg: 1.68 3.06 3.43 4/189 2472
/proc/meminfo: memFree=13889000/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=4788 CPUtime=0.69 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 990 0 0 0 69 0 0 0 25 0 1 0 472097546 4902912 944 33554432000 134512640 136057169 4292293200 18446744073709551615 134774710 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 1197 944 166 378 0 817 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 4788

[startup+1.50013 s]
/proc/loadavg: 1.68 3.06 3.43 5/190 2473
/proc/meminfo: memFree=13876352/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=4952 CPUtime=1.49 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 1021 0 0 0 149 0 0 0 25 0 1 0 472097546 5070848 975 33554432000 134512640 136057169 4292293200 18446744073709551615 134774703 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 1238 975 166 378 0 858 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 4952

[startup+3.10088 s]
/proc/loadavg: 1.68 3.06 3.43 5/190 2473
/proc/meminfo: memFree=13874988/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=5388 CPUtime=3.09 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 1187 0 0 0 309 0 0 0 25 0 1 0 472097546 5517312 1109 33554432000 134512640 136057169 4292293200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 1347 1109 182 378 0 967 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 5388

[startup+6.30035 s]
/proc/loadavg: 1.87 3.08 3.43 5/190 2473
/proc/meminfo: memFree=13862220/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=6596 CPUtime=6.29 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 1452 0 0 0 629 0 0 0 25 0 1 0 472097546 6754304 1374 33554432000 134512640 136057169 4292293200 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 1649 1374 182 378 0 1269 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 6596

[startup+12.7003 s]
/proc/loadavg: 2.04 3.09 3.44 5/190 2474
/proc/meminfo: memFree=13843644/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=7968 CPUtime=12.69 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 1793 0 0 0 1269 0 0 0 25 0 1 0 472097546 8159232 1715 33554432000 134512640 136057169 4292293200 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 1992 1715 182 378 0 1612 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 7968

[startup+25.5011 s]
/proc/loadavg: 2.47 3.14 3.45 5/190 2474
/proc/meminfo: memFree=13828348/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=9136 CPUtime=25.49 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 2063 0 0 0 2549 0 0 0 25 0 1 0 472097546 9355264 1985 33554432000 134512640 136057169 4292293200 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 2284 1985 182 378 0 1904 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 9136

[startup+51.1008 s]
/proc/loadavg: 3.05 3.22 3.46 5/190 2474
/proc/meminfo: memFree=13809548/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=11256 CPUtime=51.08 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 2527 0 0 0 5108 0 0 0 25 0 1 0 472097546 11526144 2449 33554432000 134512640 136057169 4292293200 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 2814 2449 182 378 0 2434 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 11256

[startup+102.307 s]
/proc/loadavg: 3.59 3.34 3.49 5/190 2476
/proc/meminfo: memFree=13770732/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=13832 CPUtime=102.29 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 3112 0 0 0 10229 0 0 0 25 0 1 0 472097546 14163968 3034 33554432000 134512640 136057169 4292293200 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 3458 3034 182 378 0 3078 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 13832

[startup+162.301 s]
/proc/loadavg: 3.85 3.46 3.52 5/190 2478
/proc/meminfo: memFree=13755848/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=15380 CPUtime=162.29 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 3480 0 0 0 16229 0 0 0 25 0 1 0 472097546 15749120 3402 33554432000 134512640 136057169 4292293200 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 3845 3402 182 378 0 3465 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 15380

[startup+222.301 s]
/proc/loadavg: 4.00 3.57 3.55 5/190 2479
/proc/meminfo: memFree=13732148/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=17484 CPUtime=222.29 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 3944 0 0 0 22229 0 0 0 25 0 1 0 472097546 17903616 3866 33554432000 134512640 136057169 4292293200 18446744073709551615 134630512 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 4371 3866 182 378 0 3991 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 17484

[startup+282.301 s]
/proc/loadavg: 4.00 3.64 3.58 5/190 2480
/proc/meminfo: memFree=13713036/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=18624 CPUtime=282.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 4213 0 0 0 28229 1 0 0 25 0 1 0 472097546 19070976 4135 33554432000 134512640 136057169 4292293200 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 4656 4135 182 378 0 4276 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 18624

[startup+342.301 s]
/proc/loadavg: 4.00 3.71 3.60 5/190 2482
/proc/meminfo: memFree=13706700/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=19336 CPUtime=342.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 4381 0 0 0 34229 1 0 0 25 0 1 0 472097546 19800064 4303 33554432000 134512640 136057169 4292293200 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 4834 4303 182 378 0 4454 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 19336

[startup+402.301 s]
/proc/loadavg: 4.00 3.76 3.62 5/190 2484
/proc/meminfo: memFree=13703952/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=20832 CPUtime=402.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 4707 0 0 0 40229 1 0 0 25 0 1 0 472097546 21331968 4629 33554432000 134512640 136057169 4292293200 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 5208 4629 182 378 0 4828 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 20832

[startup+462.301 s]
/proc/loadavg: 4.04 3.81 3.65 5/190 2486
/proc/meminfo: memFree=13695756/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=21256 CPUtime=462.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 4827 0 0 0 46229 1 0 0 25 0 1 0 472097546 21766144 4749 33554432000 134512640 136057169 4292293200 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 5314 4749 182 378 0 4934 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 21256

[startup+522.301 s]
/proc/loadavg: 4.01 3.84 3.66 5/190 2487
/proc/meminfo: memFree=13670692/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=22536 CPUtime=522.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 5120 0 0 0 52229 1 0 0 25 0 1 0 472097546 23076864 5042 33554432000 134512640 136057169 4292293200 18446744073709551615 134613312 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 5634 5042 182 378 0 5254 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 22536

[startup+582.3 s]
/proc/loadavg: 4.00 3.87 3.68 5/190 2488
/proc/meminfo: memFree=13667580/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=23612 CPUtime=582.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 5355 0 0 0 58229 1 0 0 25 0 1 0 472097546 24178688 5277 33554432000 134512640 136057169 4292293200 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 5903 5277 182 378 0 5523 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 23612

[startup+642.3 s]
/proc/loadavg: 4.00 3.89 3.70 5/190 2490
/proc/meminfo: memFree=13662604/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=24404 CPUtime=642.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 5533 0 0 0 64229 1 0 0 25 0 1 0 472097546 24989696 5455 33554432000 134512640 136057169 4292293200 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 6101 5455 182 378 0 5721 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 24404

[startup+702.3 s]
/proc/loadavg: 4.00 3.91 3.72 5/190 2492
/proc/meminfo: memFree=13654392/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=24836 CPUtime=702.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 5625 0 0 0 70229 1 0 0 25 0 1 0 472097546 25432064 5547 33554432000 134512640 136057169 4292293200 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 6209 5547 182 378 0 5829 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 24836

[startup+762.306 s]
/proc/loadavg: 4.00 3.92 3.73 5/190 2494
/proc/meminfo: memFree=13643344/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=24836 CPUtime=762.31 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 5633 0 0 0 76230 1 0 0 25 0 1 0 472097546 25432064 5555 33554432000 134512640 136057169 4292293200 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 6209 5555 182 378 0 5829 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 24836

[startup+822.3 s]
/proc/loadavg: 4.00 3.93 3.74 5/190 2495
/proc/meminfo: memFree=13635888/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=25052 CPUtime=822.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 5701 0 0 0 82229 1 0 0 25 0 1 0 472097546 25653248 5623 33554432000 134512640 136057169 4292293200 18446744073709551615 134813076 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 6263 5623 182 378 0 5883 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 25052

[startup+882.301 s]
/proc/loadavg: 4.00 3.94 3.76 5/190 2496
/proc/meminfo: memFree=13630416/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=25192 CPUtime=882.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 5759 0 0 0 88229 1 0 0 25 0 1 0 472097546 25796608 5681 33554432000 134512640 136057169 4292293200 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 6298 5681 182 378 0 5918 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 25192

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.77 5/190 2498
/proc/meminfo: memFree=13628792/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=25840 CPUtime=942.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 5893 0 0 0 94229 1 0 0 25 0 1 0 472097546 26460160 5815 33554432000 134512640 136057169 4292293200 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 6460 5815 182 378 0 6080 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 25840

[startup+1002.3 s]
/proc/loadavg: 4.00 3.95 3.78 5/190 2500
/proc/meminfo: memFree=13627164/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=26272 CPUtime=1002.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 5981 0 0 0 100229 1 0 0 25 0 1 0 472097546 26902528 5903 33554432000 134512640 136057169 4292293200 18446744073709551615 134823826 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 6568 5903 182 378 0 6188 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 26272

[startup+1062.3 s]
/proc/loadavg: 4.04 3.97 3.80 5/190 2502
/proc/meminfo: memFree=13620324/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=27352 CPUtime=1062.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 6192 0 0 0 106229 1 0 0 25 0 1 0 472097546 28008448 6114 33554432000 134512640 136057169 4292293200 18446744073709551615 134823803 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 6838 6114 182 378 0 6458 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 27352

[startup+1122.3 s]
/proc/loadavg: 4.01 3.97 3.81 5/190 2503
/proc/meminfo: memFree=13615956/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=27784 CPUtime=1122.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 6284 0 0 0 112229 1 0 0 25 0 1 0 472097546 28450816 6206 33554432000 134512640 136057169 4292293200 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 6946 6206 182 378 0 6566 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 27784

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.82 5/190 2504
/proc/meminfo: memFree=13614076/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=28216 CPUtime=1182.3 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 6378 0 0 0 118229 1 0 0 25 0 1 0 472097546 28893184 6300 33554432000 134512640 136057169 4292293200 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 7054 6300 182 378 0 6674 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 28216

[startup+1242.3 s]
/proc/loadavg: 4.05 3.99 3.83 5/190 2506
/proc/meminfo: memFree=13611456/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=28864 CPUtime=1242.31 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 6507 0 0 0 124230 1 0 0 25 0 1 0 472097546 29556736 6429 33554432000 134512640 136057169 4292293200 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 7216 6429 182 378 0 6836 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 28864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.85 3.96 3.83 2/181 2528
/proc/meminfo: memFree=13896328/32950928 swapFree=67111528/67111528
[pid=2472] ppid=2470 vsize=29756 CPUtime=1300.01 cores=4,6
/proc/2472/stat : 2472 (clasp) R 2470 2472 1669 0 -1 4202496 6700 0 0 0 130000 1 0 0 25 0 1 0 472097546 30470144 6622 33554432000 134512640 136057169 4292293200 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/2472/statm: 7439 6622 182 378 0 7059 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 29756

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.03
CPU user time (s): 1300.01
CPU system time (s): 0.018997
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 29756

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

runsolver used 2.09168 second user time and 5.01024 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-24 02:29:48
IDJOB=3274590
IDBENCH=83921
IDSOLVER=1674
FILE ID=node126/3274590-1303604988
RUNJOBID= node126-1303604985-2431
PBS_JOBID= 13150616
Free space on /tmp= 71380 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-log.shuffled-as.sat03-137.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-3274590-1303604988/watcher-3274590-1303604988 -o /tmp/evaluation-result-3274590-1303604988/solver-3274590-1303604988 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3274590-1303604988.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 808fa775df860c59a1178e77fc60f410
RANDOM SEED=1533872522

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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:     32950928 kB
MemFree:      13889156 kB
Buffers:       1986184 kB
Cached:       16402392 kB
SwapCached:          0 kB
Active:        7703036 kB
Inactive:     10787460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13889156 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11976 kB
Writeback:           0 kB
AnonPages:      100724 kB
Mapped:          17368 kB
Slab:           507612 kB
PageTables:       4864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   285580 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= 71388 MiB
End job on node126 at 2011-04-24 02:51:31