Trace number 3318183

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: MiniSAT 2.2.0-agile-26? (TO) 1300.08 1300.03

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitswegner/
countbitswegner128.cnf
MD5SUM4b75ef7fb46928f50793af1d74c176e2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4342.44
Satisfiable
(Un)Satisfiability was proved
Number of variables98048
Number of clauses293759
Sum of the clauses size685435
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2195838
Number of clauses of size 397919
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-3318183-1304899001/watcher-3318183-1304899001 -o /tmp/evaluation-result-3318183-1304899001/solver-3318183-1304899001 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318183-1304899001.cnf 

running on 2 cores: 4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.20 1.09 0.38 5/342 1469
/proc/meminfo: memFree=11900244/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=19548 CPUtime=0 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 705 0 0 0 0 0 0 0 23 0 1 0 582315731 20017152 642 33554432000 4194304 4291235 140737306728000 18446744073709551615 4278070 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 4887 642 213 24 0 1521 0

[startup+0.0913981 s]
/proc/loadavg: 3.20 1.09 0.38 5/342 1469
/proc/meminfo: memFree=11900244/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=39084 CPUtime=0.08 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 6328 0 0 0 7 1 0 0 23 0 1 0 582315731 40022016 5727 33554432000 4194304 4291235 140737306728000 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 9771 5728 215 24 0 6405 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 39084

[startup+0.100387 s]
/proc/loadavg: 3.20 1.09 0.38 5/342 1469
/proc/meminfo: memFree=11900244/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=40412 CPUtime=0.09 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 7090 0 0 0 8 1 0 0 23 0 1 0 582315731 41381888 6267 33554432000 4194304 4291235 140737306728000 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 10103 6273 215 24 0 6737 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40412

[startup+0.300345 s]
/proc/loadavg: 3.20 1.09 0.38 5/342 1469
/proc/meminfo: memFree=11900244/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=68500 CPUtime=0.29 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 11994 0 0 0 28 1 0 0 25 0 1 0 582315731 70144000 10962 33554432000 4194304 4291235 140737306728000 18446744073709551615 4211857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 17125 10962 253 24 0 13759 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68500

[startup+0.700267 s]
/proc/loadavg: 3.20 1.09 0.38 5/342 1469
/proc/meminfo: memFree=11900244/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=55312 CPUtime=0.69 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 15034 0 0 0 67 2 0 0 25 0 1 0 582315731 56639488 9297 33554432000 4194304 4291235 140737306728000 18446744073709551615 4255584 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 13828 9297 271 24 0 10462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55312

[startup+1.50111 s]
/proc/loadavg: 3.20 1.09 0.38 5/343 1470
/proc/meminfo: memFree=11858580/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=55312 CPUtime=1.49 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 15303 0 0 0 146 3 0 0 25 0 1 0 582315731 56639488 9562 33554432000 4194304 4291235 140737306728000 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 13828 9562 272 24 0 10462 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55312

[startup+3.10076 s]
/proc/loadavg: 3.27 1.14 0.40 5/343 1470
/proc/meminfo: memFree=11851760/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=62384 CPUtime=3.09 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 15885 0 0 0 306 3 0 0 25 0 1 0 582315731 63881216 10135 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 15596 10135 272 24 0 12230 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 62384

[startup+6.30115 s]
/proc/loadavg: 3.27 1.14 0.40 5/343 1470
/proc/meminfo: memFree=11833732/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=62384 CPUtime=6.29 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 17241 0 0 0 626 3 0 0 25 0 1 0 582315731 63881216 11475 33554432000 4194304 4291235 140737306728000 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 15596 11475 272 24 0 12230 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 62384

[startup+12.7009 s]
/proc/loadavg: 3.38 1.23 0.44 5/343 1470
/proc/meminfo: memFree=11794420/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=92736 CPUtime=12.69 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 22508 0 0 0 1265 4 0 0 25 0 1 0 582315731 94961664 16722 33554432000 4194304 4291235 140737306728000 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 23184 16722 272 24 0 19818 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 92736

[startup+25.5003 s]
/proc/loadavg: 3.47 1.32 0.48 5/343 1470
/proc/meminfo: memFree=11725332/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=111704 CPUtime=25.49 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 27637 0 0 0 2545 4 0 0 25 0 1 0 582315731 114384896 21794 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248464 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 27926 21794 272 24 0 24560 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111704

[startup+51.1003 s]
/proc/loadavg: 3.71 1.55 0.58 5/343 1471
/proc/meminfo: memFree=11613184/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=142524 CPUtime=51.09 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 34733 0 0 0 5102 7 0 0 25 0 1 0 582315731 145944576 28848 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248294 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 35631 28848 272 24 0 32265 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142524

[startup+102.313 s]
/proc/loadavg: 4.06 2.01 0.79 5/343 1472
/proc/meminfo: memFree=11552276/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=274000 CPUtime=102.31 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 58505 0 0 0 10218 13 0 0 25 0 1 0 582315731 280576000 52559 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 68500 52559 272 24 0 65134 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 274000

[startup+162.301 s]
/proc/loadavg: 4.02 2.37 0.99 5/343 1474
/proc/meminfo: memFree=11359800/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=409600 CPUtime=162.29 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 80838 0 0 0 16210 19 0 0 25 0 1 0 582315731 419430400 74772 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 102400 74772 272 24 0 99034 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 409600

[startup+222.3 s]
/proc/loadavg: 4.01 2.66 1.17 5/343 1476
/proc/meminfo: memFree=11642360/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=197628 CPUtime=222.3 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 108452 0 0 0 22201 29 0 0 25 0 1 0 582315731 202371072 38767 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248264 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 49407 38768 272 24 0 46041 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 197628

[startup+282.3 s]
/proc/loadavg: 4.00 2.90 1.35 5/343 1486
/proc/meminfo: memFree=11387496/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=284404 CPUtime=282.31 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 133249 0 0 0 28195 36 0 0 25 0 1 0 582315731 291229696 63420 33554432000 4194304 4291235 140737306728000 18446744073709551615 4251525 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 71101 63420 272 24 0 67735 0
Current children cumulated CPU time (s) 282.31
Current children cumulated vsize (KiB) 284404

[startup+342.3 s]
/proc/loadavg: 4.00 3.10 1.51 5/343 1488
/proc/meminfo: memFree=11514556/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=206996 CPUtime=342.31 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 162903 0 0 0 34186 45 0 0 25 0 1 0 582315731 211963904 36788 33554432000 4194304 4291235 140737306728000 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 51749 36788 272 24 0 48383 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 206996

[startup+402.3 s]
/proc/loadavg: 4.00 3.26 1.66 5/343 1489
/proc/meminfo: memFree=11560404/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=291180 CPUtime=402.31 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 190854 0 0 0 40177 54 0 0 25 0 1 0 582315731 298168320 64595 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248354 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 72795 64595 272 24 0 69429 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 291180

[startup+462.301 s]
/proc/loadavg: 4.00 3.39 1.80 5/343 1491
/proc/meminfo: memFree=11220980/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=424480 CPUtime=462.31 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 228006 0 0 0 46168 63 0 0 25 0 1 0 582315731 434667520 101709 33554432000 4194304 4291235 140737306728000 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 106120 101709 272 24 0 102754 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 424480

[startup+522.301 s]
/proc/loadavg: 4.05 3.52 1.94 5/343 1493
/proc/meminfo: memFree=11531940/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=152672 CPUtime=522.32 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 264901 0 0 0 52158 74 0 0 25 0 1 0 582315731 156336128 33549 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 38168 33549 272 24 0 34802 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 152672

[startup+582.301 s]
/proc/loadavg: 4.12 3.63 2.08 5/343 1494
/proc/meminfo: memFree=11567604/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=314968 CPUtime=582.31 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 286834 0 0 0 58151 80 0 0 25 0 1 0 582315731 322527232 55300 33554432000 4194304 4291235 140737306728000 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 78742 55300 272 24 0 75376 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 314968

[startup+642.301 s]
/proc/loadavg: 4.12 3.72 2.21 5/343 1496
/proc/meminfo: memFree=11494292/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=133704 CPUtime=642.33 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 319601 0 0 0 64142 91 0 0 25 0 1 0 582315731 136912896 27529 33554432000 4194304 4291235 140737306728000 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 33426 27529 272 24 0 30060 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 133704

[startup+702.301 s]
/proc/loadavg: 4.04 3.77 2.32 5/343 1497
/proc/meminfo: memFree=11425928/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=314968 CPUtime=702.32 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 356343 0 0 0 70131 101 0 0 25 0 1 0 582315731 322527232 64071 33554432000 4194304 4291235 140737306728000 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 78742 64071 272 24 0 75376 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 314968

[startup+762.313 s]
/proc/loadavg: 4.01 3.81 2.42 5/343 1499
/proc/meminfo: memFree=11240396/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=447228 CPUtime=762.34 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 378634 0 0 0 76126 108 0 0 25 0 1 0 582315731 457961472 86208 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 111807 86208 272 24 0 108441 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 447228

[startup+822.301 s]
/proc/loadavg: 4.00 3.84 2.52 5/343 1501
/proc/meminfo: memFree=11545536/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=183492 CPUtime=822.33 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 406439 0 0 0 82117 116 0 0 25 0 1 0 582315731 187895808 40968 33554432000 4194304 4291235 140737306728000 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 45873 40968 272 24 0 42507 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 183492

[startup+882.301 s]
/proc/loadavg: 4.00 3.87 2.61 5/343 1502
/proc/meminfo: memFree=11355552/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=314968 CPUtime=882.33 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 424614 0 0 0 88112 121 0 0 25 0 1 0 582315731 322527232 58923 33554432000 4194304 4291235 140737306728000 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 78742 58923 272 24 0 75376 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 314968

[startup+942.3 s]
/proc/loadavg: 4.00 3.89 2.69 5/343 1504
/proc/meminfo: memFree=11403004/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=447228 CPUtime=942.34 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 453752 0 0 0 94104 130 0 0 25 0 1 0 582315731 457961472 87994 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 111807 87994 272 24 0 108441 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 447228

[startup+1002.3 s]
/proc/loadavg: 4.08 3.92 2.77 5/343 1505
/proc/meminfo: memFree=11424664/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=202832 CPUtime=1002.34 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 482574 0 0 0 100095 139 0 0 25 0 1 0 582315731 207699968 38960 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 50708 38960 272 24 0 47342 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 202832

[startup+1062.3 s]
/proc/loadavg: 4.08 3.95 2.85 5/343 1507
/proc/meminfo: memFree=11144012/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=334308 CPUtime=1062.34 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 512162 0 0 0 106087 147 0 0 25 0 1 0 582315731 342331392 68365 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 83577 68365 272 24 0 80211 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 334308

[startup+1122.3 s]
/proc/loadavg: 4.18 4.00 2.94 5/343 1509
/proc/meminfo: memFree=11299724/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=466568 CPUtime=1122.34 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 539167 0 0 0 112078 156 0 0 25 0 1 0 582315731 477765632 95222 33554432000 4194304 4291235 140737306728000 18446744073709551615 4263586 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 116642 95222 272 24 0 113276 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 466568

[startup+1182.3 s]
/proc/loadavg: 4.06 4.00 3.00 5/343 1510
/proc/meminfo: memFree=11662632/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=172012 CPUtime=1182.34 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 564192 0 0 0 118070 164 0 0 25 0 1 0 582315731 176140288 35184 33554432000 4194304 4291235 140737306728000 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 43003 35184 272 24 0 39637 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 172012

[startup+1242.3 s]
/proc/loadavg: 4.08 4.02 3.07 5/343 1567
/proc/meminfo: memFree=11717012/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=334308 CPUtime=1242.34 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 596550 0 0 0 124061 173 0 0 25 0 1 0 582315731 342331392 67301 33554432000 4194304 4291235 140737306728000 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 83577 67301 272 24 0 80211 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 334308



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.98 4.00 3.11 5/343 1731
/proc/meminfo: memFree=11418176/32951124 swapFree=67111352/67111528
[pid=1469] ppid=1467 vsize=466568 CPUtime=1300.05 cores=4,6
/proc/1469/stat : 1469 (minisat) R 1467 1469 1298 0 -1 4202496 628076 0 0 0 129819 186 0 0 25 0 1 0 582315731 477765632 98674 33554432000 4194304 4291235 140737306728000 18446744073709551615 4248391 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1469/statm: 116642 98674 272 24 0 113276 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 466568

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.03
CPU time (s): 1300.08
CPU user time (s): 1298.2
CPU system time (s): 1.88571
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 642992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.2
system time used= 1.88571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 628086
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= 8
involuntary context switches= 1670

runsolver used 4.52931 second user time and 9.63254 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 01:56:41
IDJOB=3318183
IDBENCH=70799
IDSOLVER=1707
FILE ID=node143/3318183-1304899001
RUNJOBID= node143-1304898906-1317
PBS_JOBID= 13282128
Free space on /tmp= 41292 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitswegner/countbitswegner128.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318183-1304899001/watcher-3318183-1304899001 -o /tmp/evaluation-result-3318183-1304899001/solver-3318183-1304899001 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318183-1304899001.cnf

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

MD5SUM BENCH= 4b75ef7fb46928f50793af1d74c176e2
RANDOM SEED=1866982034

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:      11900400 kB
Buffers:        177268 kB
Cached:        4160144 kB
SwapCached:          0 kB
Active:       16805588 kB
Inactive:      3935724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11900400 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            4820 kB
Writeback:           0 kB
AnonPages:    16403796 kB
Mapped:          29280 kB
Slab:           189940 kB
PageTables:      54460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70228432 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= 41256 MiB
End job on node143 at 2011-05-09 02:18:23