Trace number 3422395

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.05 4999.93

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark891.683
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
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-3422395-1306664582/watcher-3422395-1306664582 -o /tmp/evaluation-result-3422395-1306664582/solver-3422395-1306664582 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422395-1306664582.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: 2.08 2.04 2.00 2/524 21105
/proc/meminfo: memFree=10974148/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=20576 CPUtime=0 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 1000 0 0 0 0 0 0 0 25 0 1 0 778055960 21069824 930 33554432000 4194304 4293939 140735464360704 18446744073709551615 4280209 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 5165 931 218 25 0 1798 0

[startup+0.108205 s]
/proc/loadavg: 2.08 2.04 2.00 2/524 21105
/proc/meminfo: memFree=10974148/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=45940 CPUtime=0.1 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 8506 0 0 0 9 1 0 0 25 0 1 0 778055960 47042560 7648 33554432000 4194304 4293939 140735464360704 18446744073709551615 4280588 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 11485 7648 244 25 0 8118 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45940

[startup+0.201185 s]
/proc/loadavg: 2.08 2.04 2.00 2/524 21105
/proc/meminfo: memFree=10974148/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=72908 CPUtime=0.19 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 14401 0 0 0 17 2 0 0 25 0 1 0 778055960 74657792 12986 33554432000 4194304 4293939 140735464360704 18446744073709551615 218905391813 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 18227 12988 233 25 0 14860 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 72908

[startup+0.301171 s]
/proc/loadavg: 2.08 2.04 2.00 2/524 21105
/proc/meminfo: memFree=10974148/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=79368 CPUtime=0.29 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 17686 0 0 0 27 2 0 0 25 0 1 0 778055960 81272832 15710 33554432000 4194304 4293939 140735464360704 18446744073709551615 4231944 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 19842 15711 225 25 0 16475 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79368

[startup+0.70113 s]
/proc/loadavg: 2.08 2.04 2.00 2/524 21105
/proc/meminfo: memFree=10974148/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=91276 CPUtime=0.69 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 24347 0 0 0 65 4 0 0 25 0 1 0 778055960 93466624 18226 33554432000 4194304 4293939 140735464360704 18446744073709551615 4220575 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 22819 18226 225 25 0 19452 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91276

[startup+1.50099 s]
/proc/loadavg: 2.08 2.04 2.00 3/525 21106
/proc/meminfo: memFree=10887360/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=111260 CPUtime=1.49 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 32338 0 0 0 144 5 0 0 25 0 1 0 778055960 113930240 22696 33554432000 4194304 4293939 140735464360704 18446744073709551615 4256509 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 27815 22696 225 25 0 24448 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111260

[startup+3.10069 s]
/proc/loadavg: 2.15 2.06 2.01 3/525 21106
/proc/meminfo: memFree=10881780/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=104252 CPUtime=3.09 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 32415 0 0 0 304 5 0 0 25 0 1 0 778055960 106754048 21012 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 26063 21012 244 25 0 22696 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104252

[startup+6.30109 s]
/proc/loadavg: 2.15 2.06 2.01 3/525 21106
/proc/meminfo: memFree=10876940/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=104252 CPUtime=6.29 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 32415 0 0 0 624 5 0 0 25 0 1 0 778055960 106754048 21012 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 26063 21012 244 25 0 22696 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104252

[startup+12.7009 s]
/proc/loadavg: 2.13 2.06 2.01 3/525 21106
/proc/meminfo: memFree=10861824/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=104252 CPUtime=12.69 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 32415 0 0 0 1264 5 0 0 25 0 1 0 778055960 106754048 21012 33554432000 4194304 4293939 140735464360704 18446744073709551615 4251613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 26063 21012 244 25 0 22696 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104252

[startup+25.5006 s]
/proc/loadavg: 2.11 2.06 2.01 3/525 21106
/proc/meminfo: memFree=10839008/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=104252 CPUtime=25.49 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 33277 0 0 0 2544 5 0 0 25 0 1 0 778055960 106754048 21851 33554432000 4194304 4293939 140735464360704 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 26063 21851 244 25 0 22696 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104252

[startup+51.101 s]
/proc/loadavg: 2.07 2.05 2.01 3/525 21107
/proc/meminfo: memFree=10760004/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=153572 CPUtime=51.09 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 42278 0 0 0 5102 7 0 0 25 0 1 0 778055960 157257728 30757 33554432000 4194304 4293939 140735464360704 18446744073709551615 4248356 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 38393 30757 244 25 0 35026 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 153572

[startup+102.301 s]
/proc/loadavg: 2.03 2.04 2.00 3/525 21108
/proc/meminfo: memFree=10657664/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=184392 CPUtime=102.28 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 49293 0 0 0 10219 9 0 0 25 0 1 0 778055960 188817408 37633 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 46098 37633 244 25 0 42731 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 184392

[startup+162.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 21110
/proc/meminfo: memFree=10581112/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=171892 CPUtime=162.27 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 65267 0 0 0 16214 13 0 0 25 0 1 0 778055960 176017408 36206 33554432000 4194304 4293939 140735464360704 18446744073709551615 4248371 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 42973 36206 244 25 0 39606 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 171892

[startup+222.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 21112
/proc/meminfo: memFree=10513124/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=252800 CPUtime=222.29 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 74270 0 0 0 22214 15 0 0 25 0 1 0 778055960 258867200 45050 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 63200 45050 244 25 0 59833 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 252800

[startup+282.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/525 21113
/proc/meminfo: memFree=10501048/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=152924 CPUtime=282.28 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 87944 0 0 0 28209 19 0 0 25 0 1 0 778055960 156594176 31921 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 38231 31921 244 25 0 34864 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 152924

[startup+342.3 s]
/proc/loadavg: 2.22 2.08 2.02 3/525 21115
/proc/meminfo: memFree=10331872/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=202712 CPUtime=342.27 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 102244 0 0 0 34206 21 0 0 25 0 1 0 778055960 207577088 46032 33554432000 4194304 4293939 140735464360704 18446744073709551615 4256088 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 50678 46032 244 25 0 47311 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 202712

[startup+402.301 s]
/proc/loadavg: 2.13 2.08 2.02 3/525 21116
/proc/meminfo: memFree=10210072/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=252800 CPUtime=402.28 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 112853 0 0 0 40204 24 0 0 25 0 1 0 778055960 258867200 56513 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255831 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 63200 56513 244 25 0 59833 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 252800

[startup+462.301 s]
/proc/loadavg: 2.05 2.06 2.01 3/525 21118
/proc/meminfo: memFree=10231100/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=140592 CPUtime=462.28 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 120700 0 0 0 46202 26 0 0 25 0 1 0 778055960 143966208 28090 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 35148 28090 244 25 0 31781 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 140592

[startup+522.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/525 21120
/proc/meminfo: memFree=10082772/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=220732 CPUtime=522.28 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 136117 0 0 0 52199 29 0 0 25 0 1 0 778055960 226029568 43356 33554432000 4194304 4293939 140735464360704 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 55183 43356 244 25 0 51816 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 220732

[startup+582.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/525 21121
/proc/meminfo: memFree=9949292/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=270820 CPUtime=582.28 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 146507 0 0 0 58196 32 0 0 25 0 1 0 778055960 277319680 53619 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 67705 53619 244 25 0 64338 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 270820

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 21224
/proc/meminfo: memFree=5938640/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=188056 CPUtime=4002.38 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 701725 0 0 0 400037 201 0 0 25 0 1 0 778055960 192569344 42860 33554432000 4194304 4293939 140735464360704 18446744073709551615 4248296 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 47014 42860 244 25 0 43647 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 188056

[startup+4062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21226
/proc/meminfo: memFree=5821536/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=268196 CPUtime=4062.39 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 716885 0 0 0 406035 204 0 0 25 0 1 0 778055960 274632704 57864 33554432000 4194304 4293939 140735464360704 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 67049 57864 244 25 0 63682 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 268196

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21256
/proc/meminfo: memFree=12626128/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=318284 CPUtime=4122.39 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 728467 0 0 0 412031 208 0 0 25 0 1 0 778055960 325922816 69323 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 79571 69323 244 25 0 76204 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 318284

[startup+4182.32 s]
/proc/loadavg: 2.15 2.05 2.01 3/525 21257
/proc/meminfo: memFree=12585312/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=399672 CPUtime=4182.41 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 737531 0 0 0 418029 212 0 0 25 0 1 0 778055960 409264128 78262 33554432000 4194304 4293939 140735464360704 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 99918 78262 244 25 0 96551 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 399672

[startup+4242.3 s]
/proc/loadavg: 2.16 2.07 2.02 3/525 21259
/proc/meminfo: memFree=12518696/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=399672 CPUtime=4242.39 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 744450 0 0 0 424023 216 0 0 25 0 1 0 778055960 409264128 85073 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255909 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 99918 85073 244 25 0 96551 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 399672

[startup+4302.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/525 21260
/proc/meminfo: memFree=12526112/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=399672 CPUtime=4302.39 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 751679 0 0 0 430020 219 0 0 25 0 1 0 778055960 409264128 92244 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 99918 92244 244 25 0 96551 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 399672

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.01 3/525 21262
/proc/meminfo: memFree=12484676/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=531932 CPUtime=4362.39 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 758375 0 0 0 436017 222 0 0 25 0 1 0 778055960 544698368 98878 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 132983 98878 244 25 0 129616 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 531932

[startup+4422.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 21264
/proc/meminfo: memFree=12439760/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=531932 CPUtime=4422.4 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 764427 0 0 0 442015 225 0 0 25 0 1 0 778055960 544698368 104868 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 132983 104868 244 25 0 129616 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 531932

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 21265
/proc/meminfo: memFree=12634164/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=252552 CPUtime=4482.39 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 779459 0 0 0 448011 228 0 0 25 0 1 0 778055960 258613248 56164 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255927 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 63138 56164 244 25 0 59771 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 252552

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/525 21267
/proc/meminfo: memFree=12582160/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=333460 CPUtime=4542.4 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 789313 0 0 0 454009 231 0 0 25 0 1 0 778055960 341463040 65881 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 83365 65882 244 25 0 79998 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 333460

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21268
/proc/meminfo: memFree=12551640/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=333460 CPUtime=4602.4 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 797866 0 0 0 460006 234 0 0 25 0 1 0 778055960 341463040 74334 33554432000 4194304 4293939 140735464360704 18446744073709551615 4248350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 83365 74334 244 25 0 79998 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 333460

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/525 21270
/proc/meminfo: memFree=12527684/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=414848 CPUtime=4662.39 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 805114 0 0 0 466004 235 0 0 25 0 1 0 778055960 424804352 81496 33554432000 4194304 4293939 140735464360704 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 103712 81496 244 25 0 100345 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 414848

[startup+4722.3 s]
/proc/loadavg: 2.11 2.03 2.01 3/525 21272
/proc/meminfo: memFree=12520340/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=414848 CPUtime=4722.41 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 811078 0 0 0 472002 239 0 0 25 0 1 0 778055960 424804352 87379 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 103712 87379 244 25 0 100345 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 414848

[startup+4782.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/525 21273
/proc/meminfo: memFree=12510876/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=414848 CPUtime=4782.41 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 818365 0 0 0 477999 242 0 0 25 0 1 0 778055960 424804352 94570 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255899 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 103712 94570 244 25 0 100345 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 414848

[startup+4842.32 s]
/proc/loadavg: 2.08 2.05 2.01 3/525 21275
/proc/meminfo: memFree=12486044/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=547108 CPUtime=4842.43 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 825238 0 0 0 483999 244 0 0 25 0 1 0 778055960 560238592 101364 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 136777 101364 244 25 0 133410 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 547108

[startup+4902.3 s]
/proc/loadavg: 2.03 2.04 2.01 3/525 21276
/proc/meminfo: memFree=12628744/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=203232 CPUtime=4902.41 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 830373 0 0 0 489995 246 0 0 25 0 1 0 778055960 208109568 44044 33554432000 4194304 4293939 140735464360704 18446744073709551615 4251604 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 50808 44044 244 25 0 47441 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 203232

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/525 21278
/proc/meminfo: memFree=12563616/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=333460 CPUtime=4962.41 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 852827 0 0 0 495989 252 0 0 25 0 1 0 778055960 341463040 66293 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 83365 66293 244 25 0 79998 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 333460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/525 21279
/proc/meminfo: memFree=12581460/32951124 swapFree=59247644/67111528
[pid=21105] ppid=21103 vsize=333460 CPUtime=5000.02 cores=0,2,4,6
/proc/21105/stat : 21105 (ebminisat_relea) R 21103 21105 20694 0 -1 4202496 862276 0 0 0 499748 254 0 0 25 0 1 0 778055960 341463040 75639 33554432000 4194304 4293939 140735464360704 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/21105/statm: 83365 75639 244 25 0 79998 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 333460

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): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4997.49
CPU system time (s): 2.55561
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 547108

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

runsolver used 27.0679 second user time and 59.311 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-29 12:23:02
IDJOB=3422395
IDBENCH=82481
IDSOLVER=1914
FILE ID=node137/3422395-1306664582
RUNJOBID= node137-1306658665-20712
PBS_JOBID= 13471760
Free space on /tmp= 73080 MiB

SOLVER NAME= minisat hack: EBMiniSAT 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= DIR/ebminisat_release BENCHNAME  -verb=0
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422395-1306664582/watcher-3422395-1306664582 -o /tmp/evaluation-result-3422395-1306664582/solver-3422395-1306664582 -C 5000 -W 5100 -M 15500  HOME/ebminisat_release HOME/instance-3422395-1306664582.cnf  -verb=0

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1674882143

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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:      10974304 kB
Buffers:        375664 kB
Cached:        8999080 kB
SwapCached:      17768 kB
Active:       13168164 kB
Inactive:      8498856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10974304 kB
SwapTotal:    67111528 kB
SwapFree:     59247644 kB
Dirty:           10200 kB
Writeback:           0 kB
AnonPages:    12283792 kB
Mapped:          30088 kB
Slab:           162320 kB
PageTables:      78580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 165014508 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= 73108 MiB
End job on node137 at 2011-05-29 13:46:24