Trace number 3422151

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) 5000.07 5000.13

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
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 variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
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-3422151-1306658785/watcher-3422151-1306658785 -o /tmp/evaluation-result-3422151-1306658785/solver-3422151-1306658785 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422151-1306658785.cnf -verb=0 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.62 0.62 0.22 3/575 23027
/proc/meminfo: memFree=16406600/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=21860 CPUtime=0.01 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 1174 0 0 0 1 0 0 0 25 0 1 0 777476237 22384640 1091 33554432000 4194304 4293939 140736222223936 18446744073709551615 4229104 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 5465 1091 223 25 0 2098 0

[startup+0.074612 s]
/proc/loadavg: 1.62 0.62 0.22 3/575 23027
/proc/meminfo: memFree=16406600/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=18632 CPUtime=0.07 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 1756 0 0 0 7 0 0 0 25 0 1 0 777476237 19079168 1275 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 4658 1275 244 25 0 1291 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 18632

[startup+0.100609 s]
/proc/loadavg: 1.62 0.62 0.22 3/575 23027
/proc/meminfo: memFree=16406600/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=18632 CPUtime=0.1 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 1766 0 0 0 10 0 0 0 25 0 1 0 777476237 19079168 1285 33554432000 4194304 4293939 140736222223936 18446744073709551615 4250336 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 4658 1285 244 25 0 1291 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18632

[startup+0.300581 s]
/proc/loadavg: 1.62 0.62 0.22 3/575 23027
/proc/meminfo: memFree=16406600/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=19256 CPUtime=0.29 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 1941 0 0 0 29 0 0 0 25 0 1 0 777476237 19718144 1450 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255583 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 4814 1450 245 25 0 1447 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19256

[startup+0.700484 s]
/proc/loadavg: 1.62 0.62 0.22 3/575 23027
/proc/meminfo: memFree=16406600/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=24540 CPUtime=0.69 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 3117 0 0 0 69 0 0 0 25 0 1 0 777476237 25128960 2599 33554432000 4194304 4293939 140736222223936 18446744073709551615 4248303 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 6135 2599 245 25 0 2768 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24540

[startup+1.50031 s]
/proc/loadavg: 1.62 0.62 0.22 5/576 23028
/proc/meminfo: memFree=16395564/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=24540 CPUtime=1.49 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 3260 0 0 0 149 0 0 0 25 0 1 0 777476237 25128960 2739 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 6135 2739 245 25 0 2768 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24540

[startup+3.10104 s]
/proc/loadavg: 1.62 0.62 0.22 5/576 23028
/proc/meminfo: memFree=16392220/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=27172 CPUtime=3.09 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 3973 0 0 0 309 0 0 0 25 0 1 0 777476237 27824128 3427 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 6793 3427 245 25 0 3426 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27172

[startup+6.30046 s]
/proc/loadavg: 1.65 0.64 0.23 5/576 23028
/proc/meminfo: memFree=16386508/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=29040 CPUtime=6.29 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 4433 0 0 0 629 0 0 0 25 0 1 0 777476237 29736960 3878 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 7260 3878 245 25 0 3893 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 29040

[startup+12.7003 s]
/proc/loadavg: 1.68 0.66 0.24 5/576 23028
/proc/meminfo: memFree=16381804/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=36116 CPUtime=12.7 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 7724 0 0 0 1269 1 0 0 25 0 1 0 777476237 36982784 5663 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 9029 5663 245 25 0 5662 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 36116

[startup+25.501 s]
/proc/loadavg: 1.75 0.73 0.27 5/576 23029
/proc/meminfo: memFree=16375600/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=40536 CPUtime=25.5 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 8871 0 0 0 2549 1 0 0 25 0 1 0 777476237 41508864 6768 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255640 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 10134 6768 245 25 0 6767 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 40536

[startup+51.1003 s]
/proc/loadavg: 1.99 0.86 0.32 5/576 23029
/proc/meminfo: memFree=16375336/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=50340 CPUtime=51.09 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 11324 0 0 0 5108 1 0 0 25 0 1 0 777476237 51548160 7341 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255583 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 12585 7341 245 25 0 9218 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50340

[startup+102.322 s]
/proc/loadavg: 1.99 1.03 0.41 5/576 23031
/proc/meminfo: memFree=16350244/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=62032 CPUtime=102.31 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 19128 0 0 0 10229 2 0 0 25 0 1 0 777476237 63520768 12142 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 15508 12142 245 25 0 12141 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 62032

[startup+162.301 s]
/proc/loadavg: 2.03 1.22 0.51 5/576 23032
/proc/meminfo: memFree=16349224/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=62476 CPUtime=162.29 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 19243 0 0 0 16227 2 0 0 25 0 1 0 777476237 63975424 12253 33554432000 4194304 4293939 140736222223936 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 15619 12253 245 25 0 12252 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 62476

[startup+222.301 s]
/proc/loadavg: 2.01 1.36 0.60 5/576 23034
/proc/meminfo: memFree=16349452/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=62476 CPUtime=222.3 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 25162 0 0 0 22226 4 0 0 25 0 1 0 777476237 63975424 12226 33554432000 4194304 4293939 140736222223936 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 15619 12226 245 25 0 12252 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 62476

[startup+282.301 s]
/proc/loadavg: 2.00 1.47 0.68 5/576 23036
/proc/meminfo: memFree=16339240/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=76856 CPUtime=282.3 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 27824 0 0 0 28225 5 0 0 25 0 1 0 777476237 78700544 14872 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 19214 14872 245 25 0 15847 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 76856

[startup+342.301 s]
/proc/loadavg: 2.00 1.57 0.76 5/576 23037
/proc/meminfo: memFree=16338948/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=76856 CPUtime=342.28 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 27845 0 0 0 34223 5 0 0 25 0 1 0 777476237 78700544 14893 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 19214 14893 245 25 0 15847 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 76856

[startup+402.301 s]
/proc/loadavg: 2.00 1.64 0.84 5/576 23039
/proc/meminfo: memFree=16333804/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=76856 CPUtime=402.28 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 27884 0 0 0 40223 5 0 0 25 0 1 0 777476237 78700544 14930 33554432000 4194304 4293939 140736222223936 18446744073709551615 4248888 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 19214 14930 245 25 0 15847 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 76856

[startup+462.3 s]
/proc/loadavg: 2.00 1.71 0.91 5/576 23040
/proc/meminfo: memFree=16333880/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=76856 CPUtime=462.28 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 27884 0 0 0 46223 5 0 0 25 0 1 0 777476237 78700544 14930 33554432000 4194304 4293939 140736222223936 18446744073709551615 4263804 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 19214 14930 245 25 0 15847 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 76856

[startup+522.3 s]
/proc/loadavg: 2.11 1.79 0.98 5/576 23042
/proc/meminfo: memFree=16329388/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=107204 CPUtime=522.27 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 33901 0 0 0 52222 5 0 0 25 0 1 0 777476237 109776896 16019 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255597 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 26801 16019 245 25 0 23434 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 107204

[startup+582.3 s]
/proc/loadavg: 2.09 1.84 1.05 5/576 23044
/proc/meminfo: memFree=16299972/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=107204 CPUtime=582.27 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 41419 0 0 0 58220 7 0 0 25 0 1 0 777476237 109776896 23429 33554432000 4194304 4293939 140736222223936 18446744073709551615 4251592 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 26801 23429 245 25 0 23434 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 107204

[startup+642.3 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.02 2.05 2.00 5/576 23148
/proc/meminfo: memFree=16239884/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=151040 CPUtime=4062.26 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 146931 0 0 0 406204 22 0 0 25 0 1 0 777476237 154664960 34390 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255765 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 37760 34390 245 25 0 34393 0
Current children cumulated CPU time (s) 4062.26
Current children cumulated vsize (KiB) 151040

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 2.00 5/576 23150
/proc/meminfo: memFree=16239820/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=151040 CPUtime=4122.24 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 146931 0 0 0 412202 22 0 0 25 0 1 0 777476237 154664960 34390 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 37760 34390 245 25 0 34393 0
Current children cumulated CPU time (s) 4122.24
Current children cumulated vsize (KiB) 151040

[startup+4182.3 s]
/proc/loadavg: 2.00 2.03 2.00 5/576 23152
/proc/meminfo: memFree=16239904/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=151040 CPUtime=4182.24 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 146931 0 0 0 418202 22 0 0 25 0 1 0 777476237 154664960 34390 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 37760 34390 245 25 0 34393 0
Current children cumulated CPU time (s) 4182.24
Current children cumulated vsize (KiB) 151040

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/576 23153
/proc/meminfo: memFree=16240220/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=151040 CPUtime=4242.24 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 146931 0 0 0 424202 22 0 0 25 0 1 0 777476237 154664960 34390 33554432000 4194304 4293939 140736222223936 18446744073709551615 4256128 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 37760 34390 245 25 0 34393 0
Current children cumulated CPU time (s) 4242.24
Current children cumulated vsize (KiB) 151040

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 5/576 23155
/proc/meminfo: memFree=16238576/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=151040 CPUtime=4302.23 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 146931 0 0 0 430201 22 0 0 25 0 1 0 777476237 154664960 34390 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 37760 34390 245 25 0 34393 0
Current children cumulated CPU time (s) 4302.23
Current children cumulated vsize (KiB) 151040

[startup+4362.3 s]
/proc/loadavg: 2.07 2.04 2.01 4/576 23156
/proc/meminfo: memFree=16237900/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=151040 CPUtime=4362.23 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 146931 0 0 0 436201 22 0 0 25 0 1 0 777476237 154664960 34390 33554432000 4194304 4293939 140736222223936 18446744073709551615 4248328 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 37760 34390 245 25 0 34393 0
Current children cumulated CPU time (s) 4362.23
Current children cumulated vsize (KiB) 151040

[startup+4422.3 s]
/proc/loadavg: 2.33 2.11 2.03 5/576 23158
/proc/meminfo: memFree=16237708/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=151040 CPUtime=4422.23 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 146931 0 0 0 442201 22 0 0 25 0 1 0 777476237 154664960 34390 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 37760 34390 245 25 0 34393 0
Current children cumulated CPU time (s) 4422.23
Current children cumulated vsize (KiB) 151040

[startup+4482.3 s]
/proc/loadavg: 2.27 2.12 2.03 5/576 23168
/proc/meminfo: memFree=16233804/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=155392 CPUtime=4482.23 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 148056 0 0 0 448201 22 0 0 25 0 1 0 777476237 159121408 35478 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 38848 35478 245 25 0 35481 0
Current children cumulated CPU time (s) 4482.23
Current children cumulated vsize (KiB) 155392

[startup+4542.3 s]
/proc/loadavg: 2.10 2.09 2.03 5/576 23170
/proc/meminfo: memFree=16232552/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=155392 CPUtime=4542.24 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 148056 0 0 0 454202 22 0 0 25 0 1 0 777476237 159121408 35478 33554432000 4194304 4293939 140736222223936 18446744073709551615 4248240 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 38848 35478 245 25 0 35481 0
Current children cumulated CPU time (s) 4542.24
Current children cumulated vsize (KiB) 155392

[startup+4602.3 s]
/proc/loadavg: 2.03 2.07 2.02 5/576 23172
/proc/meminfo: memFree=16228424/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=158112 CPUtime=4602.26 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 148743 0 0 0 460203 23 0 0 25 0 1 0 777476237 161906688 36158 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 39528 36158 245 25 0 36161 0
Current children cumulated CPU time (s) 4602.26
Current children cumulated vsize (KiB) 158112

[startup+4662.3 s]
/proc/loadavg: 2.01 2.06 2.01 5/576 23173
/proc/meminfo: memFree=16229124/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=158112 CPUtime=4662.24 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 164095 0 0 0 466200 24 0 0 25 0 1 0 777476237 161906688 36158 33554432000 4194304 4293939 140736222223936 18446744073709551615 4264206 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 39528 36158 245 25 0 36161 0
Current children cumulated CPU time (s) 4662.24
Current children cumulated vsize (KiB) 158112

[startup+4722.32 s]
/proc/loadavg: 2.00 2.04 2.01 5/576 23178
/proc/meminfo: memFree=16228272/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=158112 CPUtime=4722.26 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 164095 0 0 0 472202 24 0 0 25 0 1 0 777476237 161906688 36158 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 39528 36158 245 25 0 36161 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 158112

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/576 23180
/proc/meminfo: memFree=16228592/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=158112 CPUtime=4782.23 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 171943 0 0 0 478198 25 0 0 25 0 1 0 777476237 161906688 36158 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255864 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 39528 36158 245 25 0 36161 0
Current children cumulated CPU time (s) 4782.23
Current children cumulated vsize (KiB) 158112

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.00 5/576 23181
/proc/meminfo: memFree=16228796/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=158112 CPUtime=4842.23 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 171960 0 0 0 484198 25 0 0 25 0 1 0 777476237 161906688 36173 33554432000 4194304 4293939 140736222223936 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 39528 36173 245 25 0 36161 0
Current children cumulated CPU time (s) 4842.23
Current children cumulated vsize (KiB) 158112

[startup+4902.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/576 23211
/proc/meminfo: memFree=15495060/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=181444 CPUtime=4902.24 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 175824 0 0 0 490196 28 0 0 25 0 1 0 777476237 185798656 40020 33554432000 4194304 4293939 140736222223936 18446744073709551615 4278708 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 45361 40020 245 25 0 41994 0
Current children cumulated CPU time (s) 4902.24
Current children cumulated vsize (KiB) 181444

[startup+4962.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/576 23212
/proc/meminfo: memFree=15516204/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=181444 CPUtime=4962.24 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 175824 0 0 0 496196 28 0 0 25 0 1 0 777476237 185798656 40020 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 45361 40020 245 25 0 41994 0
Current children cumulated CPU time (s) 4962.24
Current children cumulated vsize (KiB) 181444



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/576 23213
/proc/meminfo: memFree=15384488/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=181444 CPUtime=5000.05 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 175876 0 0 0 499977 28 0 0 25 0 1 0 777476237 185798656 40071 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 45361 40071 245 25 0 41994 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 181444

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

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

[startup+5000.1 s]
/proc/loadavg: 2.03 2.03 2.00 3/576 23213
/proc/meminfo: memFree=15384488/32951124 swapFree=64375276/67111528
[pid=23027] ppid=23025 vsize=181444 CPUtime=5000.05 cores=0,2,4,6
/proc/23027/stat : 23027 (ebminisat_relea) R 23025 23027 22932 0 -1 4202496 175876 0 0 0 499977 28 0 0 25 0 1 0 777476237 185798656 40071 33554432000 4194304 4293939 140736222223936 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23027/statm: 45361 40071 245 25 0 41994 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 181444

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.13
CPU time (s): 5000.07
CPU user time (s): 4999.79
CPU system time (s): 0.287956
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 207432

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

runsolver used 30.7843 second user time and 63.6943 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-29 10:46:25
IDJOB=3422151
IDBENCH=70810
IDSOLVER=1914
FILE ID=node139/3422151-1306658785
RUNJOBID= node139-1306658665-22950
PBS_JOBID= 13471758
Free space on /tmp= 72824 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422151-1306658785/watcher-3422151-1306658785 -o /tmp/evaluation-result-3422151-1306658785/solver-3422151-1306658785 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422151-1306658785.cnf  -verb=0

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=277629001

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.852
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	: 5321.49
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16406888 kB
Buffers:        224344 kB
Cached:        2338820 kB
SwapCached:      20488 kB
Active:        8623280 kB
Inactive:      7616892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16406888 kB
SwapTotal:    67111528 kB
SwapFree:     64375276 kB
Dirty:             736 kB
Writeback:           0 kB
AnonPages:    13657800 kB
Mapped:          40820 kB
Slab:           154752 kB
PageTables:      78392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170913100 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= 72692 MiB
End job on node139 at 2011-05-29 12:09:47