Trace number 3349295

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: EBMiniSAT 2011-03-02? (TO) 1300.07 1300.02

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
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-3349295-1304976835/watcher-3349295-1304976835 -o /tmp/evaluation-result-3349295-1304976835/solver-3349295-1304976835 -C 2400 -W 1300 -M 7680 HOME/ebminisat_release HOME/instance-3349295-1304976835.cnf -verb=0 

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: 3.27 1.13 0.83 5/336 6583
/proc/meminfo: memFree=10909656/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=20136 CPUtime=0 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 854 0 0 0 0 0 0 0 24 0 1 0 590099118 20619264 788 33554432000 4194304 4293939 140736126721584 18446744073709551615 4280633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 5034 788 216 25 0 1667 0

[startup+0.0599041 s]
/proc/loadavg: 3.27 1.13 0.83 5/336 6583
/proc/meminfo: memFree=10909656/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=31672 CPUtime=0.05 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 4182 0 0 0 5 0 0 0 24 0 1 0 590099118 32432128 3798 33554432000 4194304 4293939 140736126721584 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 7918 3801 218 25 0 4551 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31672

[startup+0.100909 s]
/proc/loadavg: 3.27 1.13 0.83 5/336 6583
/proc/meminfo: memFree=10909656/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=34704 CPUtime=0.09 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 5360 0 0 0 9 0 0 0 24 0 1 0 590099118 35536896 4809 33554432000 4194304 4293939 140736126721584 18446744073709551615 4280734 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 8676 4809 225 25 0 5309 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34704

[startup+0.300861 s]
/proc/loadavg: 3.27 1.13 0.83 5/336 6583
/proc/meminfo: memFree=10909656/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=35252 CPUtime=0.29 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 8008 0 0 0 28 1 0 0 25 0 1 0 590099118 36098048 5109 33554432000 4194304 4293939 140736126721584 18446744073709551615 4251565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 8813 5109 244 25 0 5446 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35252

[startup+0.700789 s]
/proc/loadavg: 3.27 1.13 0.83 5/336 6583
/proc/meminfo: memFree=10909656/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=35252 CPUtime=0.69 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 8186 0 0 0 68 1 0 0 25 0 1 0 590099118 36098048 5286 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 8813 5286 245 25 0 5446 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35252

[startup+1.50062 s]
/proc/loadavg: 3.27 1.13 0.83 5/337 6602
/proc/meminfo: memFree=11205612/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=39604 CPUtime=1.49 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 8492 0 0 0 148 1 0 0 25 0 1 0 590099118 40554496 5580 33554432000 4194304 4293939 140736126721584 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 9901 5580 245 25 0 6534 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39604

[startup+3.1003 s]
/proc/loadavg: 3.33 1.17 0.85 5/340 6608
/proc/meminfo: memFree=11158380/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=39604 CPUtime=3.09 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 9016 0 0 0 308 1 0 0 25 0 1 0 590099118 40554496 6085 33554432000 4194304 4293939 140736126721584 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 9901 6085 245 25 0 6534 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39604

[startup+6.30067 s]
/proc/loadavg: 3.33 1.17 0.85 5/340 6608
/proc/meminfo: memFree=11219016/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=51428 CPUtime=6.29 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 11782 0 0 0 627 2 0 0 25 0 1 0 590099118 52662272 8819 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 12857 8819 245 25 0 9490 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 51428

[startup+12.7004 s]
/proc/loadavg: 3.51 1.28 0.89 5/343 6633
/proc/meminfo: memFree=11457252/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=58608 CPUtime=12.69 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 13759 0 0 0 1267 2 0 0 25 0 1 0 590099118 60014592 10760 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255678 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 14652 10760 245 25 0 11285 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58608

[startup+25.5009 s]
/proc/loadavg: 3.59 1.37 0.92 5/343 6633
/proc/meminfo: memFree=11381036/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=70284 CPUtime=25.49 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 16128 0 0 0 2547 2 0 0 25 0 1 0 590099118 71970816 13073 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 17571 13073 245 25 0 14204 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 70284

[startup+51.1008 s]
/proc/loadavg: 3.73 1.58 1.00 5/343 6634
/proc/meminfo: memFree=11245088/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=89380 CPUtime=51.09 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 27677 0 0 0 5104 5 0 0 25 0 1 0 590099118 91525120 17732 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255874 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 22345 17732 245 25 0 18978 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 89380

[startup+102.313 s]
/proc/loadavg: 3.89 1.99 1.17 5/343 6635
/proc/meminfo: memFree=11122988/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=138700 CPUtime=102.31 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 45782 0 0 0 10223 8 0 0 25 0 1 0 590099118 142028800 26962 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 34675 26962 245 25 0 31308 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 138700

[startup+162.301 s]
/proc/loadavg: 3.95 2.32 1.33 5/343 6637
/proc/meminfo: memFree=11028100/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=138700 CPUtime=162.29 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 58725 0 0 0 16219 10 0 0 25 0 1 0 590099118 142028800 27902 33554432000 4194304 4293939 140736126721584 18446744073709551615 4262855 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 34675 27902 245 25 0 31308 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 138700

[startup+222.301 s]
/proc/loadavg: 4.07 2.68 1.52 5/343 6638
/proc/meminfo: memFree=10995560/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=138700 CPUtime=222.3 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 69279 0 0 0 22218 12 0 0 25 0 1 0 590099118 142028800 27202 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255642 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 34675 27202 245 25 0 31308 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 138700

[startup+282.301 s]
/proc/loadavg: 4.20 2.94 1.67 5/343 6640
/proc/meminfo: memFree=10997640/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=89380 CPUtime=282.3 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 74354 0 0 0 28216 14 0 0 25 0 1 0 590099118 91525120 18916 33554432000 4194304 4293939 140736126721584 18446744073709551615 4249240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 22345 18916 245 25 0 18978 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 89380

[startup+342.301 s]
/proc/loadavg: 4.06 3.15 1.83 5/343 6641
/proc/meminfo: memFree=11073352/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=89380 CPUtime=342.3 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 88223 0 0 0 34214 16 0 0 25 0 1 0 590099118 91525120 18919 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 22345 18919 245 25 0 18978 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 89380

[startup+402.301 s]
/proc/loadavg: 4.10 3.32 1.96 5/343 6643
/proc/meminfo: memFree=10852100/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=89380 CPUtime=402.31 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 98731 0 0 0 40212 19 0 0 25 0 1 0 590099118 91525120 18919 33554432000 4194304 4293939 140736126721584 18446744073709551615 4248380 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 22345 18919 245 25 0 18978 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 89380

[startup+462.301 s]
/proc/loadavg: 4.03 3.45 2.10 5/343 6645
/proc/meminfo: memFree=10949896/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=89380 CPUtime=462.31 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 112366 0 0 0 46210 21 0 0 25 0 1 0 590099118 91525120 18920 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 22345 18920 245 25 0 18978 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 89380

[startup+522.3 s]
/proc/loadavg: 4.09 3.56 2.21 5/343 6646
/proc/meminfo: memFree=10710552/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=169520 CPUtime=522.31 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 125665 0 0 0 52207 24 0 0 25 0 1 0 590099118 173588480 32111 33554432000 4194304 4293939 140736126721584 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 42380 32111 245 25 0 39013 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 169520

[startup+582.3 s]
/proc/loadavg: 4.03 3.63 2.32 5/343 6648
/proc/meminfo: memFree=11068244/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=138700 CPUtime=582.31 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 136712 0 0 0 58206 25 0 0 25 0 1 0 590099118 142028800 28025 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 34675 28025 245 25 0 31308 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 138700

[startup+642.3 s]
/proc/loadavg: 4.01 3.70 2.43 5/343 6649
/proc/meminfo: memFree=10750384/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=109236 CPUtime=642.33 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 144572 0 0 0 64206 27 0 0 25 0 1 0 590099118 111857664 21346 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 27309 21346 245 25 0 23942 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 109236

[startup+702.3 s]
/proc/loadavg: 4.15 3.78 2.53 5/343 6651
/proc/meminfo: memFree=10597704/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=109236 CPUtime=702.32 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 164901 0 0 0 70200 32 0 0 25 0 1 0 590099118 111857664 23884 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 27309 23884 245 25 0 23942 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 109236

[startup+762.313 s]
/proc/loadavg: 4.11 3.84 2.63 5/343 6653
/proc/meminfo: memFree=10814672/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=189376 CPUtime=762.33 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 180535 0 0 0 76198 35 0 0 25 0 1 0 590099118 193921024 39418 33554432000 4194304 4293939 140736126721584 18446744073709551615 4263256 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 47344 39418 245 25 0 43977 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 189376

[startup+822.301 s]
/proc/loadavg: 4.11 3.89 2.71 5/343 6654
/proc/meminfo: memFree=10949044/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=109236 CPUtime=822.32 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 183961 0 0 0 82196 36 0 0 25 0 1 0 590099118 111857664 23884 33554432000 4194304 4293939 140736126721584 18446744073709551615 4262675 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 27309 23884 245 25 0 23942 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 109236

[startup+882.301 s]
/proc/loadavg: 4.14 3.94 2.81 5/343 6656
/proc/meminfo: memFree=10926440/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=189376 CPUtime=882.33 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 198913 0 0 0 88195 38 0 0 25 0 1 0 590099118 193921024 38718 33554432000 4194304 4293939 140736126721584 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 47344 38718 245 25 0 43977 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 189376

[startup+942.301 s]
/proc/loadavg: 4.06 3.95 2.87 5/343 6657
/proc/meminfo: memFree=10550308/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=158556 CPUtime=942.33 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 210150 0 0 0 94193 40 0 0 25 0 1 0 590099118 162361344 33398 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255958 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 39639 33398 245 25 0 36272 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 158556

[startup+1002.3 s]
/proc/loadavg: 4.02 3.95 2.95 5/343 6659
/proc/meminfo: memFree=10545432/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=109236 CPUtime=1002.33 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 215327 0 0 0 100191 42 0 0 25 0 1 0 590099118 111857664 23884 33554432000 4194304 4293939 140736126721584 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 27309 23884 245 25 0 23942 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 109236

[startup+1062.3 s]
/proc/loadavg: 4.09 3.99 3.02 5/343 6661
/proc/meminfo: memFree=10263052/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=158556 CPUtime=1062.33 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 227704 0 0 0 106188 45 0 0 25 0 1 0 590099118 162361344 36191 33554432000 4194304 4293939 140736126721584 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 39639 36191 245 25 0 36272 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 158556

[startup+1122.3 s]
/proc/loadavg: 4.03 3.99 3.08 5/343 6662
/proc/meminfo: memFree=10961868/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=109236 CPUtime=1122.34 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 232889 0 0 0 112187 47 0 0 25 0 1 0 590099118 111857664 23884 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255874 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 27309 23884 245 25 0 23942 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 109236

[startup+1182.3 s]
/proc/loadavg: 4.01 3.99 3.13 5/343 6664
/proc/meminfo: memFree=10692380/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=189376 CPUtime=1182.34 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 250464 0 0 0 118184 50 0 0 25 0 1 0 590099118 193921024 41308 33554432000 4194304 4293939 140736126721584 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 47344 41308 245 25 0 43977 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 189376

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.19 5/343 6693
/proc/meminfo: memFree=10880004/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=158556 CPUtime=1242.34 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 260660 0 0 0 124182 52 0 0 25 0 1 0 590099118 162361344 32104 33554432000 4194304 4293939 140736126721584 18446744073709551615 4251629 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 39639 32104 245 25 0 36272 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 158556



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.23 5/343 6695
/proc/meminfo: memFree=10594980/32951124 swapFree=67111352/67111528
[pid=6583] ppid=6581 vsize=189376 CPUtime=1300.05 cores=1,3
/proc/6583/stat : 6583 (ebminisat_relea) R 6581 6583 6488 0 -1 4202496 267923 0 0 0 129951 54 0 0 25 0 1 0 590099118 193921024 39247 33554432000 4194304 4293939 140736126721584 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/6583/statm: 47344 39247 245 25 0 43977 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 189376

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.07
CPU user time (s): 1299.52
CPU system time (s): 0.551916
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 189376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.551916
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267923
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= 9
involuntary context switches= 1814

runsolver used 4.00539 second user time and 10.2004 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 23:33:55
IDJOB=3349295
IDBENCH=70791
IDSOLVER=1812
FILE ID=node143/3349295-1304976835
RUNJOBID= node143-1304976740-6508
PBS_JOBID= 13285670
Free space on /tmp= 40668 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349295-1304976835/watcher-3349295-1304976835 -o /tmp/evaluation-result-3349295-1304976835/solver-3349295-1304976835 -C 2400 -W 1300 -M 7680  HOME/ebminisat_release HOME/instance-3349295-1304976835.cnf  -verb=0

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=1865231830

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10909812 kB
Buffers:        191388 kB
Cached:        5183412 kB
SwapCached:          0 kB
Active:       17454060 kB
Inactive:      4268692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10909812 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:          595516 kB
Writeback:           0 kB
AnonPages:    16347612 kB
Mapped:          29624 kB
Slab:           199004 kB
PageTables:      54216 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70117032 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= 41248 MiB
End job on node143 at 2011-05-09 23:55:37