Trace number 3273217

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 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2400c266431g3.cnf
MD5SUM231f625a25c77518fbce98fe99f807b5
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2400
Number of clauses266431
Sum of the clauses size535112
Maximum clause length32
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2266356
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 575

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-3273217-1303600606/watcher-3273217-1303600606 -o /tmp/evaluation-result-3273217-1303600606/solver-3273217-1303600606 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273217-1303600606.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.16 0.03 0.35 4/184 26642
/proc/meminfo: memFree=12968756/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=2328 CPUtime=0 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 358 0 0 0 0 0 0 0 21 0 1 0 471661083 2383872 313 33554432000 134512640 136057169 4291406656 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 582 313 145 378 0 202 0

[startup+0.0916181 s]
/proc/loadavg: 0.16 0.03 0.35 4/184 26642
/proc/meminfo: memFree=12968756/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=13060 CPUtime=0.08 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 3469 0 0 0 8 0 0 0 21 0 1 0 471661083 13373440 2875 33554432000 134512640 136057169 4291406656 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 3265 2896 163 378 0 2885 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13060

[startup+0.100603 s]
/proc/loadavg: 0.16 0.03 0.35 4/184 26642
/proc/meminfo: memFree=12968756/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=13704 CPUtime=0.08 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 3848 0 0 0 8 0 0 0 21 0 1 0 471661083 14032896 3118 33554432000 134512640 136057169 4291406656 18446744073709551615 134771520 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 3426 3119 163 378 0 3046 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13704

[startup+0.300567 s]
/proc/loadavg: 0.16 0.03 0.35 4/184 26642
/proc/meminfo: memFree=12968756/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=15032 CPUtime=0.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 4363 0 0 0 28 0 0 0 22 0 1 0 471661083 15392768 3430 33554432000 134512640 136057169 4291406656 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 3758 3430 166 378 0 3378 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 15032

[startup+0.700506 s]
/proc/loadavg: 0.16 0.03 0.35 4/184 26642
/proc/meminfo: memFree=12968756/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=15032 CPUtime=0.68 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 4363 0 0 0 68 0 0 0 23 0 1 0 471661083 15392768 3430 33554432000 134512640 136057169 4291406656 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 3758 3430 166 378 0 3378 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 15032

[startup+1.50035 s]
/proc/loadavg: 0.16 0.03 0.35 4/185 26643
/proc/meminfo: memFree=12955108/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=17540 CPUtime=1.48 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 4967 0 0 0 148 0 0 0 25 0 1 0 471661083 17960960 4034 33554432000 134512640 136057169 4291406656 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 4385 4034 168 378 0 4005 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17540

[startup+3.10106 s]
/proc/loadavg: 0.16 0.03 0.35 4/185 26643
/proc/meminfo: memFree=12953000/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=16320 CPUtime=3.09 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 5307 0 0 0 308 1 0 0 25 0 1 0 471661083 16711680 3852 33554432000 134512640 136057169 4291406656 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 4080 3852 182 378 0 3700 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16320

[startup+6.30047 s]
/proc/loadavg: 0.39 0.08 0.37 4/185 26643
/proc/meminfo: memFree=12942588/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=28536 CPUtime=6.29 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 8320 0 0 0 628 1 0 0 25 0 1 0 471661083 29220864 6865 33554432000 134512640 136057169 4291406656 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 7134 6865 182 378 0 6754 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28536

[startup+12.7003 s]
/proc/loadavg: 0.60 0.13 0.38 4/185 26643
/proc/meminfo: memFree=12914172/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=51880 CPUtime=12.69 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 14166 0 0 0 1266 3 0 0 25 0 1 0 471661083 53125120 12711 33554432000 134512640 136057169 4291406656 18446744073709551615 134618327 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 12970 12711 182 378 0 12590 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 51880

[startup+25.501 s]
/proc/loadavg: 1.21 0.29 0.43 5/190 26680
/proc/meminfo: memFree=12866480/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=60740 CPUtime=25.49 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 16384 0 0 0 2545 4 0 0 25 0 1 0 471661083 62197760 14929 33554432000 134512640 136057169 4291406656 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 15185 14929 182 378 0 14805 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60740

[startup+51.1003 s]
/proc/loadavg: 2.16 0.58 0.52 5/190 26681
/proc/meminfo: memFree=12824368/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=69040 CPUtime=51.09 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 18429 0 0 0 5104 5 0 0 25 0 1 0 471661083 70696960 16974 33554432000 134512640 136057169 4291406656 18446744073709551615 134823838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 17260 16974 182 378 0 16880 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 69040

[startup+102.307 s]
/proc/loadavg: 3.20 1.11 0.70 5/190 26682
/proc/meminfo: memFree=12781908/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=86932 CPUtime=102.29 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 22988 0 0 0 10224 5 0 0 25 0 1 0 471661083 89018368 21397 33554432000 134512640 136057169 4291406656 18446744073709551615 134618416 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 21733 21397 182 378 0 21353 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 86932

[startup+162.301 s]
/proc/loadavg: 3.75 1.65 0.91 5/190 26684
/proc/meminfo: memFree=12748520/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=92392 CPUtime=162.29 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 24345 0 0 0 16223 6 0 0 25 0 1 0 471661083 94609408 22754 33554432000 134512640 136057169 4291406656 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 23098 22754 182 378 0 22718 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92392

[startup+222.301 s]
/proc/loadavg: 3.90 2.07 1.10 5/190 26685
/proc/meminfo: memFree=12736852/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=98436 CPUtime=222.29 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 25759 0 0 0 22223 6 0 0 25 0 1 0 471661083 100798464 24168 33554432000 134512640 136057169 4291406656 18446744073709551615 134823934 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 24609 24168 182 378 0 24229 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 98436

[startup+282.301 s]
/proc/loadavg: 4.02 2.44 1.29 5/190 26687
/proc/meminfo: memFree=12698776/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=116288 CPUtime=282.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 30194 0 0 0 28221 7 0 0 25 0 1 0 471661083 119078912 28603 33554432000 134512640 136057169 4291406656 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 29072 28603 182 378 0 28692 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 116288

[startup+342.301 s]
/proc/loadavg: 4.05 2.73 1.46 5/190 26689
/proc/meminfo: memFree=12677076/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=128108 CPUtime=342.29 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 33118 0 0 0 34221 8 0 0 25 0 1 0 471661083 131182592 31527 33554432000 134512640 136057169 4291406656 18446744073709551615 134618476 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 32027 31527 182 378 0 31647 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 128108

[startup+402.3 s]
/proc/loadavg: 4.02 2.96 1.61 5/190 26690
/proc/meminfo: memFree=12666280/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=131032 CPUtime=402.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 33795 0 0 0 40220 8 0 0 25 0 1 0 471661083 134176768 32204 33554432000 134512640 136057169 4291406656 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 32758 32204 182 378 0 32378 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 131032

[startup+462.3 s]
/proc/loadavg: 4.00 3.15 1.76 5/190 26692
/proc/meminfo: memFree=12653252/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=139292 CPUtime=462.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 35852 0 0 0 46220 8 0 0 25 0 1 0 471661083 142635008 34261 33554432000 134512640 136057169 4291406656 18446744073709551615 134823821 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 34823 34261 182 378 0 34443 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 139292

[startup+522.3 s]
/proc/loadavg: 4.00 3.30 1.90 5/190 26693
/proc/meminfo: memFree=12649644/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=139880 CPUtime=522.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 35976 0 0 0 52220 8 0 0 25 0 1 0 471661083 143237120 34385 33554432000 134512640 136057169 4291406656 18446744073709551615 135459153 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 34970 34385 182 378 0 34590 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 139880

[startup+582.3 s]
/proc/loadavg: 4.03 3.44 2.03 5/190 26695
/proc/meminfo: memFree=12642296/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=140940 CPUtime=582.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 36251 0 0 0 58220 8 0 0 25 0 1 0 471661083 144322560 34660 33554432000 134512640 136057169 4291406656 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 35235 34660 182 378 0 34855 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 140940

[startup+642.3 s]
/proc/loadavg: 4.01 3.54 2.15 5/190 26697
/proc/meminfo: memFree=12629628/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=142212 CPUtime=642.29 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 36501 0 0 0 64220 9 0 0 25 0 1 0 471661083 145625088 34910 33554432000 134512640 136057169 4291406656 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 35553 34910 182 378 0 35173 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 142212

[startup+702.3 s]
/proc/loadavg: 4.00 3.62 2.26 5/190 26698
/proc/meminfo: memFree=12609020/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=153292 CPUtime=702.29 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 39372 0 0 0 70219 10 0 0 25 0 1 0 471661083 156971008 37578 33554432000 134512640 136057169 4291406656 18446744073709551615 134823833 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 38323 37578 182 378 0 37943 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 153292

[startup+762.306 s]
/proc/loadavg: 4.00 3.69 2.37 5/190 26700
/proc/meminfo: memFree=12591264/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=165100 CPUtime=762.29 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 42259 0 0 0 76218 11 0 0 25 0 1 0 471661083 169062400 40465 33554432000 134512640 136057169 4291406656 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 41275 40465 182 378 0 40895 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 165100

[startup+822.3 s]
/proc/loadavg: 4.07 3.76 2.47 5/190 26701
/proc/meminfo: memFree=12583680/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=170692 CPUtime=822.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 43631 0 0 0 82217 11 0 0 25 0 1 0 471661083 174788608 41837 33554432000 134512640 136057169 4291406656 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 42673 41837 182 378 0 42293 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 170692

[startup+882.301 s]
/proc/loadavg: 4.09 3.81 2.57 5/190 26703
/proc/meminfo: memFree=12581180/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=171904 CPUtime=882.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 43872 0 0 0 88217 11 0 0 25 0 1 0 471661083 176029696 42078 33554432000 134512640 136057169 4291406656 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 42976 42078 182 378 0 42596 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 171904

[startup+942.301 s]
/proc/loadavg: 4.03 3.85 2.66 5/190 26705
/proc/meminfo: memFree=12574712/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=172920 CPUtime=942.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 44098 0 0 0 94217 11 0 0 25 0 1 0 471661083 177070080 42304 33554432000 134512640 136057169 4291406656 18446744073709551615 134823907 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 43230 42304 182 378 0 42850 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 172920

[startup+1002.3 s]
/proc/loadavg: 4.01 3.87 2.74 5/190 26706
/proc/meminfo: memFree=12564148/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=175660 CPUtime=1002.27 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 44797 0 0 0 100216 11 0 0 25 0 1 0 471661083 179875840 43003 33554432000 134512640 136057169 4291406656 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 43915 43003 182 378 0 43535 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 175660

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.82 5/190 26708
/proc/meminfo: memFree=12554824/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=179828 CPUtime=1062.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 45806 0 0 0 106216 12 0 0 25 0 1 0 471661083 184143872 44012 33554432000 134512640 136057169 4291406656 18446744073709551615 134825009 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 44957 44012 182 378 0 44577 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 179828

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.89 5/190 26709
/proc/meminfo: memFree=12537072/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=185064 CPUtime=1122.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 47110 0 0 0 112216 12 0 0 25 0 1 0 471661083 189505536 45316 33554432000 134512640 136057169 4291406656 18446744073709551615 134618185 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 46266 45316 182 378 0 45886 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 185064

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.95 5/190 26711
/proc/meminfo: memFree=12532844/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=185804 CPUtime=1182.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 47296 0 0 0 118216 12 0 0 25 0 1 0 471661083 190263296 45502 33554432000 134512640 136057169 4291406656 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 46451 45502 182 378 0 46071 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 185804

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.02 5/190 26713
/proc/meminfo: memFree=12525024/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=185804 CPUtime=1242.28 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 47296 0 0 0 124216 12 0 0 25 0 1 0 471661083 190263296 45502 33554432000 134512640 136057169 4291406656 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 46451 45502 182 378 0 46071 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 185804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 3.08 4/188 26715
/proc/meminfo: memFree=12593976/32951124 swapFree=67111528/67111528
[pid=26642] ppid=26640 vsize=186336 CPUtime=1299.98 cores=1,3
/proc/26642/stat : 26642 (clasp) R 26640 26642 26564 0 -1 4202496 47426 0 0 0 129986 12 0 0 25 0 1 0 471661083 190808064 45632 33554432000 134512640 136057169 4291406656 18446744073709551615 134618148 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/26642/statm: 46584 45632 182 378 0 46204 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 186336

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
CPU user time (s): 1299.87
CPU system time (s): 0.133979
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 186336

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

runsolver used 2.15067 second user time and 4.94725 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-24 01:16:46
IDJOB=3273217
IDBENCH=71269
IDSOLVER=1674
FILE ID=node104/3273217-1303600606
RUNJOBID= node104-1303600600-26584
PBS_JOBID= 13150591
Free space on /tmp= 71120 MiB

SOLVER NAME= SAT09 reference solver: clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v2400c266431g3.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-3273217-1303600606/watcher-3273217-1303600606 -o /tmp/evaluation-result-3273217-1303600606/solver-3273217-1303600606 -C 2400 -W 1300 -M 7680  HOME/clasp --file=HOME/instance-3273217-1303600606.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 231f625a25c77518fbce98fe99f807b5
RANDOM SEED=2146097471

node104.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.71
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5293.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12969036 kB
Buffers:       2274528 kB
Cached:       17043608 kB
SwapCached:          0 kB
Active:       10851952 kB
Inactive:      8554504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12969036 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           16160 kB
Writeback:           0 kB
AnonPages:       87384 kB
Mapped:          16432 kB
Slab:           512248 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   252332 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= 71120 MiB
End job on node104 at 2011-04-24 01:38:28