Trace number 3273289

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) 1299.93 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/forced/
rbsat-v2640c305320gyes10.cnf
MD5SUMe4e4b653016e98f210aa8da2214e783a
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 variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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

running on 2 cores: 0,2

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.00 0.00 0.30 1/174 23086
/proc/meminfo: memFree=18471076/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=2484 CPUtime=0 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 388 0 0 0 0 0 0 0 21 0 1 0 471693996 2543616 342 33554432000 134512640 136057169 4288162960 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 621 343 145 378 0 241 0

[startup+0.0805169 s]
/proc/loadavg: 0.00 0.00 0.30 1/174 23086
/proc/meminfo: memFree=18471076/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=9804 CPUtime=0.07 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 2732 0 0 0 7 0 0 0 21 0 1 0 471693996 10039296 2154 33554432000 134512640 136057169 4288162960 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 2451 2155 145 378 0 2071 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9804

[startup+0.100513 s]
/proc/loadavg: 0.00 0.00 0.30 1/174 23086
/proc/meminfo: memFree=18471076/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=12128 CPUtime=0.09 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 3332 0 0 0 9 0 0 0 21 0 1 0 471693996 12419072 2734 33554432000 134512640 136057169 4288162960 18446744073709551615 134771298 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 3032 2734 163 378 0 2652 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12128

[startup+0.300493 s]
/proc/loadavg: 0.00 0.00 0.30 1/174 23086
/proc/meminfo: memFree=18471076/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=16644 CPUtime=0.29 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 4850 0 0 0 29 0 0 0 22 0 1 0 471693996 17043456 3913 33554432000 134512640 136057169 4288162960 18446744073709551615 134774434 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 4161 3913 166 378 0 3781 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16644

[startup+0.700418 s]
/proc/loadavg: 0.00 0.00 0.30 1/174 23086
/proc/meminfo: memFree=18471076/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=16644 CPUtime=0.69 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 4850 0 0 0 69 0 0 0 23 0 1 0 471693996 17043456 3913 33554432000 134512640 136057169 4288162960 18446744073709551615 134774486 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 4161 3913 166 378 0 3781 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16644

[startup+1.50023 s]
/proc/loadavg: 0.00 0.00 0.30 2/175 23087
/proc/meminfo: memFree=18456128/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=17964 CPUtime=1.49 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 5158 0 0 0 149 0 0 0 25 0 1 0 471693996 18395136 4221 33554432000 134512640 136057169 4288162960 18446744073709551615 134765714 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 4491 4221 168 378 0 4111 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 17964

[startup+3.10098 s]
/proc/loadavg: 0.08 0.02 0.30 4/185 23107
/proc/meminfo: memFree=18439036/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=18852 CPUtime=3.09 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 6011 0 0 0 309 0 0 0 25 0 1 0 471693996 19304448 4476 33554432000 134512640 136057169 4288162960 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 4713 4476 182 378 0 4333 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 18852

[startup+6.30044 s]
/proc/loadavg: 0.08 0.02 0.30 5/190 23117
/proc/meminfo: memFree=18418484/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=27080 CPUtime=6.29 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 8055 0 0 0 628 1 0 0 25 0 1 0 471693996 27729920 6520 33554432000 134512640 136057169 4288162960 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 6770 6520 182 378 0 6390 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27080

[startup+12.7004 s]
/proc/loadavg: 0.68 0.15 0.34 5/190 23117
/proc/meminfo: memFree=18386408/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=50392 CPUtime=12.69 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 13890 0 0 0 1267 2 0 0 25 0 1 0 471693996 51601408 12355 33554432000 134512640 136057169 4288162960 18446744073709551615 134823368 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 12598 12355 182 378 0 12218 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50392

[startup+25.5002 s]
/proc/loadavg: 1.19 0.27 0.38 5/190 23117
/proc/meminfo: memFree=18360124/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=65996 CPUtime=25.49 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 17775 0 0 0 2546 3 0 0 25 0 1 0 471693996 67579904 16240 33554432000 134512640 136057169 4288162960 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 16499 16240 182 378 0 16119 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65996

[startup+51.1009 s]
/proc/loadavg: 2.15 0.57 0.48 5/190 23118
/proc/meminfo: memFree=18334136/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=81612 CPUtime=51.09 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 21679 0 0 0 5105 4 0 0 25 0 1 0 471693996 83570688 20144 33554432000 134512640 136057169 4288162960 18446744073709551615 134618430 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 20403 20144 182 378 0 20023 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 81612

[startup+102.306 s]
/proc/loadavg: 3.30 1.16 0.68 5/190 23119
/proc/meminfo: memFree=18315896/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=88272 CPUtime=102.29 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 23401 0 0 0 10224 5 0 0 25 0 1 0 471693996 90390528 21730 33554432000 134512640 136057169 4288162960 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 22068 21730 182 378 0 21688 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 88272

[startup+162.3 s]
/proc/loadavg: 3.74 1.67 0.89 5/190 23121
/proc/meminfo: memFree=18297028/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=95472 CPUtime=162.28 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 25335 0 0 0 16223 5 0 0 25 0 1 0 471693996 97763328 23503 33554432000 134512640 136057169 4288162960 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 23868 23503 182 378 0 23488 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 95472

[startup+222.301 s]
/proc/loadavg: 3.90 2.09 1.08 5/190 23123
/proc/meminfo: memFree=18273812/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=111764 CPUtime=222.28 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 29372 0 0 0 22222 6 0 0 25 0 1 0 471693996 114446336 27540 33554432000 134512640 136057169 4288162960 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 27941 27540 182 378 0 27561 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 111764

[startup+282.301 s]
/proc/loadavg: 4.00 2.45 1.26 5/190 23124
/proc/meminfo: memFree=18261752/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=117488 CPUtime=282.27 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 30771 0 0 0 28221 6 0 0 25 0 1 0 471693996 120307712 28939 33554432000 134512640 136057169 4288162960 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 29372 28939 182 378 0 28992 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 117488

[startup+342.301 s]
/proc/loadavg: 4.00 2.73 1.43 5/190 23125
/proc/meminfo: memFree=18232464/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=141404 CPUtime=342.27 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 36719 0 0 0 34219 8 0 0 25 0 1 0 471693996 144797696 34887 33554432000 134512640 136057169 4288162960 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 35351 34887 182 378 0 34971 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 141404

[startup+402.301 s]
/proc/loadavg: 4.00 2.96 1.59 5/190 23127
/proc/meminfo: memFree=18219792/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=149440 CPUtime=402.27 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 38697 0 0 0 40218 9 0 0 25 0 1 0 471693996 153026560 36865 33554432000 134512640 136057169 4288162960 18446744073709551615 134823886 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 37360 36865 182 378 0 36980 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 149440

[startup+462.301 s]
/proc/loadavg: 4.00 3.15 1.74 5/190 23129
/proc/meminfo: memFree=18203012/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=161312 CPUtime=462.26 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 41808 0 0 0 46217 9 0 0 25 0 1 0 471693996 165183488 39773 33554432000 134512640 136057169 4288162960 18446744073709551615 134823898 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 40328 39773 182 378 0 39948 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 161312

[startup+522.301 s]
/proc/loadavg: 4.00 3.30 1.88 5/190 23130
/proc/meminfo: memFree=18196776/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=162228 CPUtime=522.26 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 42001 0 0 0 52217 9 0 0 25 0 1 0 471693996 166121472 39966 33554432000 134512640 136057169 4288162960 18446744073709551615 134823788 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 40557 39966 182 378 0 40177 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 162228

[startup+582.301 s]
/proc/loadavg: 4.00 3.42 2.01 5/190 23132
/proc/meminfo: memFree=18188556/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=163032 CPUtime=582.25 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 42176 0 0 0 58216 9 0 0 25 0 1 0 471693996 166944768 40141 33554432000 134512640 136057169 4288162960 18446744073709551615 134615628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 40758 40141 182 378 0 40378 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 163032

[startup+642.301 s]
/proc/loadavg: 4.00 3.53 2.13 5/190 23133
/proc/meminfo: memFree=18183560/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=163560 CPUtime=642.25 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 42309 0 0 0 64216 9 0 0 25 0 1 0 471693996 167485440 40274 33554432000 134512640 136057169 4288162960 18446744073709551615 134618121 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 40890 40274 182 378 0 40510 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 163560

[startup+702.301 s]
/proc/loadavg: 4.08 3.64 2.25 5/190 23135
/proc/meminfo: memFree=18178576/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=165236 CPUtime=702.24 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 42695 0 0 0 70215 9 0 0 25 0 1 0 471693996 169201664 40660 33554432000 134512640 136057169 4288162960 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 41309 40660 182 378 0 40929 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 165236

[startup+762.306 s]
/proc/loadavg: 4.03 3.70 2.36 5/190 23137
/proc/meminfo: memFree=18169612/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=172924 CPUtime=762.25 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 44597 0 0 0 76215 10 0 0 25 0 1 0 471693996 177074176 42562 33554432000 134512640 136057169 4288162960 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 43231 42562 182 378 0 42851 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 172924

[startup+822.3 s]
/proc/loadavg: 4.01 3.75 2.46 5/190 23138
/proc/meminfo: memFree=18158548/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=178624 CPUtime=822.24 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 45978 0 0 0 82214 10 0 0 25 0 1 0 471693996 182910976 43943 33554432000 134512640 136057169 4288162960 18446744073709551615 134823873 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 44656 43943 182 378 0 44276 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 178624

[startup+882.3 s]
/proc/loadavg: 4.00 3.80 2.55 5/190 23140
/proc/meminfo: memFree=18153300/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=180176 CPUtime=882.23 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 46296 0 0 0 88213 10 0 0 25 0 1 0 471693996 184500224 44261 33554432000 134512640 136057169 4288162960 18446744073709551615 134823841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 45044 44261 182 378 0 44664 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 180176

[startup+942.3 s]
/proc/loadavg: 4.04 3.84 2.65 5/190 23141
/proc/meminfo: memFree=18151152/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=180660 CPUtime=942.23 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 46413 0 0 0 94212 11 0 0 25 0 1 0 471693996 184995840 44378 33554432000 134512640 136057169 4288162960 18446744073709551615 134618203 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 45165 44378 182 378 0 44785 0
Current children cumulated CPU time (s) 942.23
Current children cumulated vsize (KiB) 180660

[startup+1002.3 s]
/proc/loadavg: 4.01 3.87 2.73 5/190 23143
/proc/meminfo: memFree=18149640/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=180660 CPUtime=1002.23 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 46413 0 0 0 100212 11 0 0 25 0 1 0 471693996 184995840 44378 33554432000 134512640 136057169 4288162960 18446744073709551615 134823944 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 45165 44378 182 378 0 44785 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 180660

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.80 5/190 23145
/proc/meminfo: memFree=18145636/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=181088 CPUtime=1062.23 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 46514 0 0 0 106212 11 0 0 25 0 1 0 471693996 185434112 44479 33554432000 134512640 136057169 4288162960 18446744073709551615 134819904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 45272 44479 182 378 0 44892 0
Current children cumulated CPU time (s) 1062.23
Current children cumulated vsize (KiB) 181088

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.88 5/190 23146
/proc/meminfo: memFree=18143236/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=181512 CPUtime=1122.22 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 46605 0 0 0 112211 11 0 0 25 0 1 0 471693996 185868288 44570 33554432000 134512640 136057169 4288162960 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 45378 44570 182 378 0 44998 0
Current children cumulated CPU time (s) 1122.22
Current children cumulated vsize (KiB) 181512

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.94 5/190 23148
/proc/meminfo: memFree=18138740/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=185460 CPUtime=1182.21 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 47562 0 0 0 118210 11 0 0 25 0 1 0 471693996 189911040 45527 33554432000 134512640 136057169 4288162960 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 46365 45527 182 378 0 45985 0
Current children cumulated CPU time (s) 1182.21
Current children cumulated vsize (KiB) 185460

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 3.01 5/190 23149
/proc/meminfo: memFree=18124816/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=195236 CPUtime=1242.21 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 49976 0 0 0 124209 12 0 0 25 0 1 0 471693996 199921664 47941 33554432000 134512640 136057169 4288162960 18446744073709551615 134618496 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 48809 47941 182 378 0 48429 0
Current children cumulated CPU time (s) 1242.21
Current children cumulated vsize (KiB) 195236



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.96 3.07 5/190 23151
/proc/meminfo: memFree=18112892/32951124 swapFree=67111528/67111528
[pid=23086] ppid=23084 vsize=202300 CPUtime=1299.91 cores=0,2
/proc/23086/stat : 23086 (clasp) R 23084 23086 23055 0 -1 4202496 51722 0 0 0 129979 12 0 0 25 0 1 0 471693996 207155200 49687 33554432000 134512640 136057169 4288162960 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/23086/statm: 50575 49687 182 378 0 50195 0
Current children cumulated CPU time (s) 1299.91
Current children cumulated vsize (KiB) 202300

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): 1299.93
CPU user time (s): 1299.8
CPU system time (s): 0.134979
CPU usage (%): 99.9935
Max. virtual memory (cumulated for all children) (KiB): 202300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.8
system time used= 0.134979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51725
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= 5
involuntary context switches= 2854

runsolver used 2.37664 second user time and 4.72628 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-24 01:22:35
IDJOB=3273289
IDBENCH=71425
IDSOLVER=1674
FILE ID=node130/3273289-1303600955
RUNJOBID= node130-1303600950-23073
PBS_JOBID= 13150612
Free space on /tmp= 71844 MiB

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

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

MD5SUM BENCH= e4e4b653016e98f210aa8da2214e783a
RANDOM SEED=16459930

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18471348 kB
Buffers:       2092432 kB
Cached:       11777788 kB
SwapCached:          0 kB
Active:        6356068 kB
Inactive:      7577756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18471348 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5892 kB
Writeback:           0 kB
AnonPages:       63396 kB
Mapped:          14636 kB
Slab:           481336 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   188444 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= 71832 MiB
End job on node130 at 2011-04-24 01:44:17