Trace number 3380282

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 1300.06 1300.02

General information on the benchmark

NameAPPLICATIONS/crypto/
md5gen/gus-md5-11.cnf
MD5SUM49867705b76fc90285dd6fc48de2613c
Bench CategoryAPPLICATION (applications 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 variables69561
Number of clauses226787
Sum of the clauses size587727
Maximum clause length3
Minimum clause length1
Number of clauses of size 1129
Number of clauses of size 292376
Number of clauses of size 3134282
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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: 961)

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-3380282-1305458585/watcher-3380282-1305458585 -o /tmp/evaluation-result-3380282-1305458585/solver-3380282-1305458585 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380282-1305458585.cnf 

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.85 0.98 1.34 3/302 8421
/proc/meminfo: memFree=24103244/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=23276 CPUtime=0 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 1422 0 0 0 0 0 0 0 21 0 1 0 638274394 23834624 1365 33554432000 4194304 4300288 140735722999472 18446744073709551615 4240145 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 5819 1366 218 26 0 2451 0

[startup+0.0303791 s]
/proc/loadavg: 0.85 0.98 1.34 3/302 8421
/proc/meminfo: memFree=24103244/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=31152 CPUtime=0.02 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 3468 0 0 0 2 0 0 0 21 0 1 0 638274394 31899648 3286 33554432000 4194304 4300288 140735722999472 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 7821 3288 218 26 0 4453 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31152

[startup+0.100367 s]
/proc/loadavg: 0.85 0.98 1.34 3/302 8421
/proc/meminfo: memFree=24103244/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=38696 CPUtime=0.09 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 6404 0 0 0 9 0 0 0 21 0 1 0 638274394 39624704 5798 33554432000 4194304 4300288 140735722999472 18446744073709551615 220815897285 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 9674 5800 218 26 0 6306 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 38696

[startup+0.300328 s]
/proc/loadavg: 0.85 0.98 1.34 3/302 8421
/proc/meminfo: memFree=24103244/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=50916 CPUtime=0.29 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 9692 0 0 0 29 0 0 0 22 0 1 0 638274394 52137984 8720 33554432000 4194304 4300288 140735722999472 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 12729 8720 222 26 0 9361 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 50916

[startup+0.700253 s]
/proc/loadavg: 0.85 0.98 1.34 3/302 8421
/proc/meminfo: memFree=24103244/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=46124 CPUtime=0.69 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 12493 0 0 0 68 1 0 0 23 0 1 0 638274394 47230976 7455 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 11531 7455 240 26 0 8163 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 46124

[startup+1.50111 s]
/proc/loadavg: 0.85 0.98 1.34 5/311 8438
/proc/meminfo: memFree=24041288/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=46124 CPUtime=1.5 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 12556 0 0 0 148 2 0 0 25 0 1 0 638274394 47230976 7517 33554432000 4194304 4300288 140735722999472 18446744073709551615 4269267 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 11531 7517 242 26 0 8163 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 46124

[startup+3.10081 s]
/proc/loadavg: 0.85 0.98 1.34 5/311 8438
/proc/meminfo: memFree=24039304/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=46124 CPUtime=3.1 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 12612 0 0 0 308 2 0 0 25 0 1 0 638274394 47230976 7572 33554432000 4194304 4300288 140735722999472 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 11531 7572 242 26 0 8163 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 46124

[startup+6.30022 s]
/proc/loadavg: 1.10 1.03 1.35 5/311 8438
/proc/meminfo: memFree=24037320/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=46124 CPUtime=6.29 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 12801 0 0 0 627 2 0 0 25 0 1 0 638274394 47230976 7760 33554432000 4194304 4300288 140735722999472 18446744073709551615 4268539 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 11531 7761 242 26 0 8163 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46124

[startup+12.701 s]
/proc/loadavg: 1.33 1.08 1.37 5/311 8438
/proc/meminfo: memFree=24031104/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=53196 CPUtime=12.7 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 13144 0 0 0 1268 2 0 0 25 0 1 0 638274394 54472704 8100 33554432000 4194304 4300288 140735722999472 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 13299 8100 242 26 0 9931 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 53196

[startup+25.5007 s]
/proc/loadavg: 1.92 1.22 1.41 5/308 8487
/proc/meminfo: memFree=23898084/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=53196 CPUtime=25.49 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 13831 0 0 0 2547 2 0 0 25 0 1 0 638274394 54472704 8783 33554432000 4194304 4300288 140735722999472 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 13299 8783 242 26 0 9931 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53196

[startup+51.101 s]
/proc/loadavg: 2.63 1.45 1.48 5/311 8493
/proc/meminfo: memFree=22335524/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=71872 CPUtime=51.09 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 18307 0 0 0 5106 3 0 0 25 0 1 0 638274394 73596928 13245 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 17968 13245 242 26 0 14600 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71872

[startup+102.312 s]
/proc/loadavg: 3.45 1.85 1.61 5/311 8495
/proc/meminfo: memFree=19897796/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=83548 CPUtime=102.3 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 20269 0 0 0 10226 4 0 0 25 0 1 0 638274394 85553152 15201 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 20887 15201 242 26 0 17519 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83548

[startup+162.3 s]
/proc/loadavg: 3.80 2.24 1.76 5/308 8502
/proc/meminfo: memFree=22812576/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=102516 CPUtime=162.29 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 23410 0 0 0 16224 5 0 0 25 0 1 0 638274394 104976384 18314 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 25629 18314 242 26 0 22261 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 102516

[startup+222.3 s]
/proc/loadavg: 3.92 2.56 1.89 5/311 8528
/proc/meminfo: memFree=23698736/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=102516 CPUtime=222.3 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 25036 0 0 0 22223 7 0 0 25 0 1 0 638274394 104976384 19928 33554432000 4194304 4300288 140735722999472 18446744073709551615 4269259 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 25629 19928 242 26 0 22261 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 102516

[startup+282.3 s]
/proc/loadavg: 4.03 2.83 2.03 5/311 8529
/proc/meminfo: memFree=23544580/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=102516 CPUtime=282.3 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 26914 0 0 0 28223 7 0 0 25 0 1 0 638274394 104976384 21790 33554432000 4194304 4300288 140735722999472 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 25629 21790 242 26 0 22261 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 102516

[startup+342.3 s]
/proc/loadavg: 4.05 3.06 2.15 5/311 8531
/proc/meminfo: memFree=23416712/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=133336 CPUtime=342.3 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 29301 0 0 0 34222 8 0 0 25 0 1 0 638274394 136536064 24158 33554432000 4194304 4300288 140735722999472 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 33334 24158 242 26 0 29966 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 133336

[startup+402.3 s]
/proc/loadavg: 4.06 3.24 2.27 5/311 8533
/proc/meminfo: memFree=23321584/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=133336 CPUtime=402.31 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 31024 0 0 0 40221 10 0 0 25 0 1 0 638274394 136536064 25866 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 33334 25866 242 26 0 29966 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 133336

[startup+462.3 s]
/proc/loadavg: 3.45 3.22 2.32 4/305 8551
/proc/meminfo: memFree=23808084/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=133336 CPUtime=462.31 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 33139 0 0 0 46220 11 0 0 25 0 1 0 638274394 136536064 27957 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255995 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 33334 27957 242 26 0 29966 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 133336

[startup+522.301 s]
/proc/loadavg: 3.16 3.18 2.37 4/305 8553
/proc/meminfo: memFree=23795648/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=133336 CPUtime=522.3 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 34844 0 0 0 52219 11 0 0 25 0 1 0 638274394 136536064 29642 33554432000 4194304 4300288 140735722999472 18446744073709551615 4269648 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 33334 29642 242 26 0 29966 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 133336

[startup+582.301 s]
/proc/loadavg: 3.21 3.18 2.41 4/305 8554
/proc/meminfo: memFree=23782588/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=183928 CPUtime=582.31 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 35801 0 0 0 58219 12 0 0 25 0 1 0 638274394 188342272 30590 33554432000 4194304 4300288 140735722999472 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 45982 30590 242 26 0 42614 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 183928

[startup+642.301 s]
/proc/loadavg: 3.07 3.14 2.45 4/305 8556
/proc/meminfo: memFree=23766944/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=184924 CPUtime=642.32 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 36359 0 0 0 64219 13 0 0 25 0 1 0 638274394 189362176 31139 33554432000 4194304 4300288 140735722999472 18446744073709551615 4269283 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 46231 31139 242 26 0 42863 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 184924

[startup+702.301 s]
/proc/loadavg: 3.02 3.11 2.48 4/305 8558
/proc/meminfo: memFree=23869332/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=185492 CPUtime=702.31 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 36845 0 0 0 70218 13 0 0 25 0 1 0 638274394 189943808 31617 33554432000 4194304 4300288 140735722999472 18446744073709551615 4256216 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 46373 31617 242 26 0 43005 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 185492

[startup+762.312 s]
/proc/loadavg: 3.01 3.09 2.51 4/305 8559
/proc/meminfo: memFree=23849836/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=187380 CPUtime=762.33 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 38511 0 0 0 76218 15 0 0 25 0 1 0 638274394 191877120 33260 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 46845 33260 242 26 0 43477 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 187380

[startup+822.301 s]
/proc/loadavg: 3.00 3.07 2.54 4/305 8561
/proc/meminfo: memFree=23831952/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=188612 CPUtime=822.32 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 40228 0 0 0 82216 16 0 0 25 0 1 0 638274394 193138688 34961 33554432000 4194304 4300288 140735722999472 18446744073709551615 4256258 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 47153 34961 242 26 0 43785 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 188612

[startup+882.301 s]
/proc/loadavg: 3.16 3.10 2.58 4/305 8562
/proc/meminfo: memFree=23919232/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=77236 CPUtime=882.32 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 45293 0 0 0 88215 17 0 0 25 0 1 0 638274394 79089664 15448 33554432000 4194304 4300288 140735722999472 18446744073709551615 4256196 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 19309 15448 242 26 0 15941 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 77236

[startup+942.301 s]
/proc/loadavg: 3.06 3.08 2.60 4/305 8564
/proc/meminfo: memFree=23888576/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=96092 CPUtime=942.32 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 47697 0 0 0 94214 18 0 0 25 0 1 0 638274394 98398208 17828 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255976 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 24023 17828 242 26 0 20655 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 96092

[startup+1002.3 s]
/proc/loadavg: 3.02 3.06 2.62 4/305 8566
/proc/meminfo: memFree=23853460/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=96092 CPUtime=1002.32 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 48379 0 0 0 100214 18 0 0 25 0 1 0 638274394 98398208 18488 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 24023 18488 242 26 0 20655 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 96092

[startup+1062.3 s]
/proc/loadavg: 3.01 3.05 2.64 4/305 8567
/proc/meminfo: memFree=23863720/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=96092 CPUtime=1062.32 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 49988 0 0 0 106213 19 0 0 25 0 1 0 638274394 98398208 20075 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 24023 20075 242 26 0 20655 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 96092

[startup+1122.3 s]
/proc/loadavg: 3.00 3.04 2.66 4/305 8569
/proc/meminfo: memFree=23840372/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=115060 CPUtime=1122.33 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 51427 0 0 0 112213 20 0 0 25 0 1 0 638274394 117821440 21491 33554432000 4194304 4300288 140735722999472 18446744073709551615 4256266 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 28765 21491 242 26 0 25397 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 115060

[startup+1182.3 s]
/proc/loadavg: 3.04 3.04 2.68 4/305 8570
/proc/meminfo: memFree=23827328/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=115060 CPUtime=1182.33 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 52740 0 0 0 118212 21 0 0 25 0 1 0 638274394 117821440 22783 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 28765 22783 242 26 0 25397 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 115060

[startup+1242.3 s]
/proc/loadavg: 3.01 3.03 2.70 4/305 8572
/proc/meminfo: memFree=23819116/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=115060 CPUtime=1242.33 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 53867 0 0 0 124211 22 0 0 25 0 1 0 638274394 117821440 23897 33554432000 4194304 4300288 140735722999472 18446744073709551615 4268248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 28765 23897 242 26 0 25397 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 115060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.02 2.72 3/303 8575
/proc/meminfo: memFree=23950908/32951124 swapFree=63485424/67111528
[pid=8421] ppid=8419 vsize=115060 CPUtime=1300.03 cores=1,3
/proc/8421/stat : 8421 (cir_minisat) R 8419 8421 6794 0 -1 4202496 54446 0 0 0 129981 22 0 0 25 0 1 0 638274394 117821440 24460 33554432000 4194304 4300288 140735722999472 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8421/statm: 28765 24460 242 26 0 25397 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 115060

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.82
CPU system time (s): 0.233964
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 188896

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

runsolver used 3.65544 second user time and 8.59869 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 13:23:05
IDJOB=3380282
IDBENCH=70830
IDSOLVER=1863
FILE ID=node147/3380282-1305458585
RUNJOBID= node147-1305458585-8397
PBS_JOBID= 13324877
Free space on /tmp= 73148 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT09/APPLICATIONS/crypto/md5gen/gus-md5-11.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380282-1305458585/watcher-3380282-1305458585 -o /tmp/evaluation-result-3380282-1305458585/solver-3380282-1305458585 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380282-1305458585.cnf

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

MD5SUM BENCH= 49867705b76fc90285dd6fc48de2613c
RANDOM SEED=1348865986

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24103772 kB
Buffers:        307280 kB
Cached:        5220468 kB
SwapCached:      13132 kB
Active:        2264700 kB
Inactive:      6340968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24103772 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            9004 kB
Writeback:           0 kB
AnonPages:     3073112 kB
Mapped:          16608 kB
Slab:           148900 kB
PageTables:      29468 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51006624 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= 73152 MiB
End job on node147 at 2011-05-15 13:44:47