Trace number 3273241

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g3.cnf
MD5SUM226123ce9245dfa4b876682016123861
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0692
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-3273241-1303600618/watcher-3273241-1303600618 -o /tmp/evaluation-result-3273241-1303600618/solver-3273241-1303600618 -C 2400 -W 1300 -M 7680 HOME/clasp --file=HOME/instance-3273241-1303600618.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: 0.08 0.02 0.50 4/189 10029
/proc/meminfo: memFree=14519428/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=2480 CPUtime=0 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 377 0 0 0 0 0 0 0 25 0 1 0 471658940 2539520 331 33554432000 134512640 136057169 4287161280 18446744073709551615 134767168 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 620 332 145 378 0 240 0

[startup+0.0915299 s]
/proc/loadavg: 0.08 0.02 0.50 4/189 10029
/proc/meminfo: memFree=14519428/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=4812 CPUtime=0.08 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 1037 0 0 0 8 0 0 0 25 0 1 0 471658940 4927488 944 33554432000 134512640 136057169 4287161280 18446744073709551615 134774491 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 1203 944 166 378 0 823 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4812

[startup+0.100528 s]
/proc/loadavg: 0.08 0.02 0.50 4/189 10029
/proc/meminfo: memFree=14519428/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=4812 CPUtime=0.09 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 1037 0 0 0 9 0 0 0 25 0 1 0 471658940 4927488 944 33554432000 134512640 136057169 4287161280 18446744073709551615 134774448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 1203 944 166 378 0 823 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4812

[startup+0.300492 s]
/proc/loadavg: 0.08 0.02 0.50 4/189 10029
/proc/meminfo: memFree=14519428/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=5132 CPUtime=0.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 1248 0 0 0 29 0 0 0 25 0 1 0 471658940 5255168 1035 33554432000 134512640 136057169 4287161280 18446744073709551615 134823453 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 1283 1035 183 378 0 903 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5132

[startup+0.700411 s]
/proc/loadavg: 0.08 0.02 0.50 4/189 10029
/proc/meminfo: memFree=14519428/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=5552 CPUtime=0.69 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 1376 0 0 0 69 0 0 0 25 0 1 0 471658940 5685248 1163 33554432000 134512640 136057169 4287161280 18446744073709551615 134618262 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 1388 1163 183 378 0 1008 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 5552

[startup+1.50026 s]
/proc/loadavg: 0.08 0.02 0.50 5/190 10030
/proc/meminfo: memFree=14507764/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=8296 CPUtime=1.49 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 2041 0 0 0 149 0 0 0 25 0 1 0 471658940 8495104 1828 33554432000 134512640 136057169 4287161280 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 2074 1828 183 378 0 1694 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 8296

[startup+3.10096 s]
/proc/loadavg: 0.08 0.02 0.50 5/190 10030
/proc/meminfo: memFree=14503420/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=9624 CPUtime=3.09 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 2392 0 0 0 309 0 0 0 25 0 1 0 471658940 9854976 2179 33554432000 134512640 136057169 4287161280 18446744073709551615 134618283 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 2406 2179 183 378 0 2026 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9624

[startup+6.30034 s]
/proc/loadavg: 0.39 0.08 0.52 5/190 10030
/proc/meminfo: memFree=14496600/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=11080 CPUtime=6.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 2735 0 0 0 629 0 0 0 25 0 1 0 471658940 11345920 2522 33554432000 134512640 136057169 4287161280 18446744073709551615 134618158 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 2770 2522 183 378 0 2390 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 11080

[startup+12.7011 s]
/proc/loadavg: 0.68 0.15 0.53 5/190 10030
/proc/meminfo: memFree=14488952/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=13520 CPUtime=12.68 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 3353 0 0 0 1268 0 0 0 25 0 1 0 471658940 13844480 3140 33554432000 134512640 136057169 4287161280 18446744073709551615 134823368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 3380 3140 183 378 0 3000 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 13520

[startup+25.5007 s]
/proc/loadavg: 1.42 0.33 0.59 5/190 10031
/proc/meminfo: memFree=14477240/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=17628 CPUtime=25.48 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 4338 0 0 0 2548 0 0 0 25 0 1 0 471658940 18051072 4125 33554432000 134512640 136057169 4287161280 18446744073709551615 134819232 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 4407 4125 183 378 0 4027 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17628

[startup+51.1008 s]
/proc/loadavg: 2.30 0.63 0.68 5/190 10031
/proc/meminfo: memFree=14468220/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=19860 CPUtime=51.08 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 4884 0 0 0 5108 0 0 0 25 0 1 0 471658940 20336640 4671 33554432000 134512640 136057169 4287161280 18446744073709551615 134618253 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 4965 4671 183 378 0 4585 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 19860

[startup+102.307 s]
/proc/loadavg: 3.26 1.15 0.85 5/190 10087
/proc/meminfo: memFree=14438212/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=25612 CPUtime=102.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 6321 0 0 0 10228 1 0 0 25 0 1 0 471658940 26226688 6108 33554432000 134512640 136057169 4287161280 18446744073709551615 134618452 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 6403 6108 183 378 0 6023 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 25612

[startup+162.3 s]
/proc/loadavg: 3.73 1.66 1.04 5/190 10088
/proc/meminfo: memFree=14408224/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=29944 CPUtime=162.28 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 7367 0 0 0 16227 1 0 0 25 0 1 0 471658940 30662656 7154 33554432000 134512640 136057169 4287161280 18446744073709551615 134823812 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 7486 7154 183 378 0 7106 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 29944

[startup+222.301 s]
/proc/loadavg: 3.90 2.08 1.23 5/190 10090
/proc/meminfo: memFree=14388624/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=31724 CPUtime=222.28 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 7786 0 0 0 22227 1 0 0 25 0 1 0 471658940 32485376 7573 33554432000 134512640 136057169 4287161280 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 7931 7573 183 378 0 7551 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 31724

[startup+282.3 s]
/proc/loadavg: 3.96 2.43 1.40 5/190 10091
/proc/meminfo: memFree=14375832/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=38648 CPUtime=282.28 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 9445 0 0 0 28227 1 0 0 25 0 1 0 471658940 39575552 9232 33554432000 134512640 136057169 4287161280 18446744073709551615 134823436 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 9662 9232 183 378 0 9282 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 38648

[startup+342.301 s]
/proc/loadavg: 3.98 2.71 1.56 5/190 10093
/proc/meminfo: memFree=14360432/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=41736 CPUtime=342.28 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 10160 0 0 0 34227 1 0 0 25 0 1 0 471658940 42737664 9947 33554432000 134512640 136057169 4287161280 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 10434 9947 183 378 0 10054 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 41736

[startup+402.3 s]
/proc/loadavg: 3.99 2.94 1.71 5/190 10095
/proc/meminfo: memFree=14349616/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=44716 CPUtime=402.28 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 10893 0 0 0 40227 1 0 0 25 0 1 0 471658940 45789184 10680 33554432000 134512640 136057169 4287161280 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 11179 10680 183 378 0 10799 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 44716

[startup+462.301 s]
/proc/loadavg: 3.99 3.13 1.85 6/190 10096
/proc/meminfo: memFree=14341412/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=45564 CPUtime=462.28 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 11111 0 0 0 46227 1 0 0 25 0 1 0 471658940 46657536 10898 33554432000 134512640 136057169 4287161280 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 11391 10898 183 378 0 11011 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 45564

[startup+522.3 s]
/proc/loadavg: 3.99 3.29 1.98 5/190 10098
/proc/meminfo: memFree=14332708/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=46132 CPUtime=522.28 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 11214 0 0 0 52227 1 0 0 25 0 1 0 471658940 47239168 11001 33554432000 134512640 136057169 4287161280 18446744073709551615 134823870 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 11533 11001 183 378 0 11153 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 46132

[startup+582.301 s]
/proc/loadavg: 3.99 3.42 2.10 5/190 10099
/proc/meminfo: memFree=14328844/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=46276 CPUtime=582.28 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 11244 0 0 0 58227 1 0 0 25 0 1 0 471658940 47386624 11031 33554432000 134512640 136057169 4287161280 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 11569 11031 183 378 0 11189 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 46276

[startup+642.3 s]
/proc/loadavg: 3.99 3.52 2.22 5/190 10101
/proc/meminfo: memFree=14323616/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=46680 CPUtime=642.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 11363 0 0 0 64228 1 0 0 25 0 1 0 471658940 47800320 11150 33554432000 134512640 136057169 4287161280 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 11670 11150 183 378 0 11290 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 46680

[startup+702.301 s]
/proc/loadavg: 4.04 3.62 2.33 5/190 10103
/proc/meminfo: memFree=14307848/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=49672 CPUtime=702.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 12069 0 0 0 70227 2 0 0 25 0 1 0 471658940 50864128 11856 33554432000 134512640 136057169 4287161280 18446744073709551615 134618404 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 12418 11856 183 378 0 12038 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 49672

[startup+762.306 s]
/proc/loadavg: 4.01 3.69 2.43 5/190 10104
/proc/meminfo: memFree=14301384/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=51956 CPUtime=762.3 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 12642 0 0 0 76228 2 0 0 25 0 1 0 471658940 53202944 12429 33554432000 134512640 136057169 4287161280 18446744073709551615 134615624 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 12989 12429 183 378 0 12609 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 51956

[startup+822.301 s]
/proc/loadavg: 4.05 3.76 2.54 5/190 10106
/proc/meminfo: memFree=14292192/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=55964 CPUtime=822.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 13602 0 0 0 82227 2 0 0 25 0 1 0 471658940 57307136 13389 33554432000 134512640 136057169 4287161280 18446744073709551615 134618243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 13991 13389 183 378 0 13611 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 55964

[startup+882.3 s]
/proc/loadavg: 4.06 3.81 2.63 5/190 10107
/proc/meminfo: memFree=14288328/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=56108 CPUtime=882.28 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 13632 0 0 0 88226 2 0 0 25 0 1 0 471658940 57454592 13419 33554432000 134512640 136057169 4287161280 18446744073709551615 134823818 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 14027 13419 183 378 0 13647 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 56108

[startup+942.301 s]
/proc/loadavg: 4.02 3.84 2.71 5/190 10109
/proc/meminfo: memFree=14285704/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=56108 CPUtime=942.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 13634 0 0 0 94227 2 0 0 25 0 1 0 471658940 57454592 13421 33554432000 134512640 136057169 4287161280 18446744073709551615 134613009 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 14027 13421 183 378 0 13647 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 56108

[startup+1002.3 s]
/proc/loadavg: 4.01 3.87 2.79 5/190 10111
/proc/meminfo: memFree=14281344/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=56108 CPUtime=1002.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 13645 0 0 0 100227 2 0 0 25 0 1 0 471658940 57454592 13432 33554432000 134512640 136057169 4287161280 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 14027 13432 183 378 0 13647 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 56108

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.86 5/190 10112
/proc/meminfo: memFree=14275252/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=56920 CPUtime=1062.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 13820 0 0 0 106227 2 0 0 25 0 1 0 471658940 58286080 13607 33554432000 134512640 136057169 4287161280 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 14230 13607 183 378 0 13850 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 56920

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.93 5/190 10114
/proc/meminfo: memFree=14269644/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=57984 CPUtime=1122.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 14064 0 0 0 112227 2 0 0 25 0 1 0 471658940 59375616 13851 33554432000 134512640 136057169 4287161280 18446744073709551615 134618398 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 14496 13851 183 378 0 14116 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 57984

[startup+1182.3 s]
/proc/loadavg: 4.07 3.94 3.00 5/190 10115
/proc/meminfo: memFree=14263424/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=59752 CPUtime=1182.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 14493 0 0 0 118227 2 0 0 25 0 1 0 471658940 61186048 14280 33554432000 134512640 136057169 4287161280 18446744073709551615 134618368 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 14938 14280 183 378 0 14558 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 59752

[startup+1242.3 s]
/proc/loadavg: 4.02 3.95 3.06 5/190 10117
/proc/meminfo: memFree=14260672/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=60084 CPUtime=1242.29 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 14558 0 0 0 124227 2 0 0 25 0 1 0 471658940 61526016 14345 33554432000 134512640 136057169 4287161280 18446744073709551615 134823862 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 15021 14345 183 378 0 14641 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 60084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 3.97 3.12 4/189 10120
/proc/meminfo: memFree=14310508/32950928 swapFree=67087032/67111528
[pid=10029] ppid=10027 vsize=60544 CPUtime=1299.99 cores=4,6
/proc/10029/stat : 10029 (clasp) R 10027 10029 9969 0 -1 4202496 14656 0 0 0 129997 2 0 0 25 0 1 0 471658940 61997056 14443 33554432000 134512640 136057169 4287161280 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10029/statm: 15136 14443 183 378 0 14756 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 60544

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.01
CPU user time (s): 1299.98
CPU system time (s): 0.029995
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 60544

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

runsolver used 2.30965 second user time and 4.79327 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-24 01:16:59
IDJOB=3273241
IDBENCH=71301
IDSOLVER=1674
FILE ID=node148/3273241-1303600618
RUNJOBID= node148-1303600614-9988
PBS_JOBID= 13150595
Free space on /tmp= 70588 MiB

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

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

MD5SUM BENCH= 226123ce9245dfa4b876682016123861
RANDOM SEED=32611831

node148.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.854
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.854
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.854
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.83
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.854
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.75
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.854
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.82
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.854
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14519716 kB
Buffers:       2046292 kB
Cached:       15768380 kB
SwapCached:       5264 kB
Active:        8912972 kB
Inactive:      8959460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14519716 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           10072 kB
Writeback:           0 kB
AnonPages:       53684 kB
Mapped:          15956 kB
Slab:           494760 kB
PageTables:       5704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   262252 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= 70588 MiB
End job on node148 at 2011-04-24 01:38:41