Trace number 3422369

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.529
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
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-3422369-1306664196/watcher-3422369-1306664196 -o /tmp/evaluation-result-3422369-1306664196/solver-3422369-1306664196 -C 5000 -W 5100 -M 15500 HOME/ebminisat_release HOME/instance-3422369-1306664196.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.00 2.01 2.00 3/535 22953
/proc/meminfo: memFree=16930328/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=21760 CPUtime=0 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 1346 0 0 0 0 0 0 0 25 0 1 0 778017537 22282240 1264 33554432000 4194304 4293939 140736600479312 18446744073709551615 4280588 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 5440 1265 218 25 0 2073 0

[startup+0.059225 s]
/proc/loadavg: 2.00 2.01 2.00 3/535 22953
/proc/meminfo: memFree=16930328/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=32328 CPUtime=0.04 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 4360 0 0 0 4 0 0 0 25 0 1 0 778017537 33103872 3978 33554432000 4194304 4293939 140736600479312 18446744073709551615 4275136 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 8082 3981 219 25 0 4715 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32328

[startup+0.101219 s]
/proc/loadavg: 2.00 2.01 2.00 3/535 22953
/proc/meminfo: memFree=16930328/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=34504 CPUtime=0.09 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 5079 0 0 0 9 0 0 0 25 0 1 0 778017537 35332096 4667 33554432000 4194304 4293939 140736600479312 18446744073709551615 4212520 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 8626 4669 225 25 0 5259 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34504

[startup+0.300211 s]
/proc/loadavg: 2.00 2.01 2.00 3/535 22953
/proc/meminfo: memFree=16930328/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=33972 CPUtime=0.29 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 7432 0 0 0 28 1 0 0 25 0 1 0 778017537 34787328 4831 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 8493 4831 243 25 0 5126 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 33972

[startup+0.701147 s]
/proc/loadavg: 2.00 2.01 2.00 3/535 22953
/proc/meminfo: memFree=16930328/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=33972 CPUtime=0.69 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 7565 0 0 0 68 1 0 0 25 0 1 0 778017537 34787328 4953 33554432000 4194304 4293939 140736600479312 18446744073709551615 4248982 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 8493 4953 244 25 0 5126 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33972

[startup+1.501 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 22954
/proc/meminfo: memFree=16907388/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=36648 CPUtime=1.49 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 8025 0 0 0 148 1 0 0 25 0 1 0 778017537 37527552 5402 33554432000 4194304 4293939 140736600479312 18446744073709551615 4263247 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 9162 5402 244 25 0 5795 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36648

[startup+3.10072 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 22954
/proc/meminfo: memFree=16897840/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=43724 CPUtime=3.09 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 9990 0 0 0 308 1 0 0 25 0 1 0 778017537 44773376 7348 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255642 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 10931 7348 244 25 0 7564 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 43724

[startup+6.30114 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 22954
/proc/meminfo: memFree=16882656/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=55324 CPUtime=6.29 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 11753 0 0 0 627 2 0 0 25 0 1 0 778017537 56651776 9082 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 13831 9082 244 25 0 10464 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55324

[startup+12.701 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 22954
/proc/meminfo: memFree=16870164/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=55324 CPUtime=12.69 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 17446 0 0 0 1266 3 0 0 25 0 1 0 778017537 56651776 9140 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 13831 9140 244 25 0 10464 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55324

[startup+25.5008 s]
/proc/loadavg: 2.16 2.04 2.01 3/536 22954
/proc/meminfo: memFree=16829868/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=91780 CPUtime=25.49 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 28500 0 0 0 2544 5 0 0 25 0 1 0 778017537 93982720 12971 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 22945 12971 244 25 0 19578 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 91780

[startup+51.1003 s]
/proc/loadavg: 2.10 2.04 2.01 3/536 22955
/proc/meminfo: memFree=16768936/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=91780 CPUtime=51.09 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 48797 0 0 0 5101 8 0 0 25 0 1 0 778017537 93982720 16380 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 22945 16380 244 25 0 19578 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 91780

[startup+102.32 s]
/proc/loadavg: 2.09 2.04 2.01 3/536 22956
/proc/meminfo: memFree=16627192/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=141100 CPUtime=102.31 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 83916 0 0 0 10219 12 0 0 25 0 1 0 778017537 144486400 27979 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 35275 27979 244 25 0 31908 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 141100

[startup+162.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 22958
/proc/meminfo: memFree=16519300/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=141100 CPUtime=162.3 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 120897 0 0 0 16212 18 0 0 25 0 1 0 778017537 144486400 27062 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255678 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 35275 27062 244 25 0 31908 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 141100

[startup+222.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/536 22959
/proc/meminfo: memFree=16411764/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=141100 CPUtime=222.3 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 155016 0 0 0 22206 24 0 0 25 0 1 0 778017537 144486400 28140 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 35275 28140 244 25 0 31908 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 141100

[startup+282.301 s]
/proc/loadavg: 2.05 2.04 2.00 3/536 22961
/proc/meminfo: memFree=16357432/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=91780 CPUtime=282.29 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 189986 0 0 0 28201 28 0 0 25 0 1 0 778017537 93982720 16382 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 22945 16382 244 25 0 19578 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 91780

[startup+342.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/536 22963
/proc/meminfo: memFree=16270976/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=91780 CPUtime=342.3 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 221140 0 0 0 34197 33 0 0 25 0 1 0 778017537 93982720 16654 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255891 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 22945 16654 244 25 0 19578 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 91780

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 22964
/proc/meminfo: memFree=16161344/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=110744 CPUtime=402.3 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 261745 0 0 0 40191 39 0 0 25 0 1 0 778017537 113401856 24240 33554432000 4194304 4293939 140736600479312 18446744073709551615 4264704 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 27686 24240 244 25 0 24319 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 110744

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 22966
/proc/meminfo: memFree=16032732/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=160064 CPUtime=462.31 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 290992 0 0 0 46187 44 0 0 25 0 1 0 778017537 163905536 36012 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 40016 36012 244 25 0 36649 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 160064

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 22967
/proc/meminfo: memFree=15938212/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=190884 CPUtime=522.3 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 320732 0 0 0 52182 48 0 0 25 0 1 0 778017537 195465216 37781 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255919 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 47721 37781 244 25 0 44354 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 190884

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 22969
/proc/meminfo: memFree=15860324/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=160064 CPUtime=582.31 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 352558 0 0 0 58177 54 0 0 25 0 1 0 778017537 163905536 35112 33554432000 4194304 4293939 140736600479312 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/22953/statm: 40016 35112 244 25 0 36649 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 160064

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.13 2.04 2.01 3/536 23074
/proc/meminfo: memFree=15032804/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=210200 CPUtime=4062.41 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 1896263 0 0 0 405914 327 0 0 25 0 1 0 778017537 215244800 41503 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255874 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 52550 41503 244 25 0 49183 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 210200

[startup+4122.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/536 23075
/proc/meminfo: memFree=14987640/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=130060 CPUtime=4122.39 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 1910648 0 0 0 411909 330 0 0 25 0 1 0 778017537 133181440 28029 33554432000 4194304 4293939 140736600479312 18446744073709551615 4248624 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 32515 28029 244 25 0 29148 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 130060

[startup+4182.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/536 23077
/proc/meminfo: memFree=14792176/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=260288 CPUtime=4182.39 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 1938334 0 0 0 417904 335 0 0 25 0 1 0 778017537 266534912 55512 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 65072 55512 244 25 0 61705 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 260288

[startup+4242.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/536 23079
/proc/meminfo: memFree=14705348/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=260288 CPUtime=4242.39 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 1961757 0 0 0 423899 340 0 0 25 0 1 0 778017537 266534912 51399 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255633 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 65072 51399 244 25 0 61705 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 260288

[startup+4302.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/536 23080
/proc/meminfo: memFree=14647656/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=210200 CPUtime=4302.39 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 1983507 0 0 0 429894 345 0 0 25 0 1 0 778017537 215244800 45339 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255682 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 52550 45339 244 25 0 49183 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 210200

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 23082
/proc/meminfo: memFree=17329392/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=179380 CPUtime=4362.39 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2004670 0 0 0 435890 349 0 0 25 0 1 0 778017537 183685120 39898 33554432000 4194304 4293939 140736600479312 18446744073709551615 4256170 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 44845 39898 244 25 0 41478 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 179380

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 23083
/proc/meminfo: memFree=17263760/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=130060 CPUtime=4422.4 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2025519 0 0 0 441886 354 0 0 25 0 1 0 778017537 133181440 28369 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255561 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 32515 28369 244 25 0 29148 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 130060

[startup+4482.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/536 23113
/proc/meminfo: memFree=17552264/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=260288 CPUtime=4482.39 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2053523 0 0 0 447880 359 0 0 25 0 1 0 778017537 266534912 56155 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255927 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 65072 56155 244 25 0 61705 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 260288

[startup+4542.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/536 23115
/proc/meminfo: memFree=17526588/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=210200 CPUtime=4542.4 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2076036 0 0 0 453877 363 0 0 25 0 1 0 778017537 215244800 47742 33554432000 4194304 4293939 140736600479312 18446744073709551615 4256148 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 52550 47742 244 25 0 49183 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 210200

[startup+4602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/536 23116
/proc/meminfo: memFree=17579284/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=210200 CPUtime=4602.41 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2099081 0 0 0 459874 367 0 0 25 0 1 0 778017537 215244800 43138 33554432000 4194304 4293939 140736600479312 18446744073709551615 4248347 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 52550 43138 244 25 0 49183 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 210200

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 23118
/proc/meminfo: memFree=17595512/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=179380 CPUtime=4662.39 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2124506 0 0 0 465867 372 0 0 25 0 1 0 778017537 183685120 38085 33554432000 4194304 4293939 140736600479312 18446744073709551615 4248306 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 44845 38085 244 25 0 41478 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 179380

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 23119
/proc/meminfo: memFree=17590912/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=179380 CPUtime=4722.42 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2151455 0 0 0 471865 377 0 0 25 0 1 0 778017537 183685120 37748 33554432000 4194304 4293939 140736600479312 18446744073709551615 4256296 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 44845 37748 244 25 0 41478 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 179380

[startup+4782.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/536 23121
/proc/meminfo: memFree=17523812/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=130060 CPUtime=4782.4 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2168895 0 0 0 477858 382 0 0 25 0 1 0 778017537 133181440 28620 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255657 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 32515 28620 244 25 0 29148 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 130060

[startup+4842.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/536 23123
/proc/meminfo: memFree=17441960/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=260288 CPUtime=4842.4 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2192252 0 0 0 483854 386 0 0 25 0 1 0 778017537 266534912 51791 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 65072 51791 244 25 0 61705 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 260288

[startup+4902.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/536 23124
/proc/meminfo: memFree=17467736/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=260288 CPUtime=4902.4 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2220255 0 0 0 489848 392 0 0 25 0 1 0 778017537 266534912 50721 33554432000 4194304 4293939 140736600479312 18446744073709551615 4255744 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 65072 50722 244 25 0 61705 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 260288

[startup+4962.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/536 23126
/proc/meminfo: memFree=17513224/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=210200 CPUtime=4962.41 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2244765 0 0 0 495844 397 0 0 25 0 1 0 778017537 215244800 46270 33554432000 4194304 4293939 140736600479312 18446744073709551615 4256111 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 52550 46270 244 25 0 49183 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 210200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 23127
/proc/meminfo: memFree=17497336/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=159648 CPUtime=5000.02 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2262438 0 0 0 499603 399 0 0 25 0 1 0 778017537 163479552 35056 33554432000 4194304 4293939 140736600479312 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 39912 35056 244 25 0 36545 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 159648

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 23127
/proc/meminfo: memFree=17497336/32951124 swapFree=64205420/67111528
[pid=22953] ppid=22951 vsize=159648 CPUtime=5000.02 cores=0,2,4,6
/proc/22953/stat : 22953 (ebminisat_relea) R 22951 22953 22579 0 -1 4202496 2262438 0 0 0 499603 399 0 0 25 0 1 0 778017537 163479552 35056 33554432000 4194304 4293939 140736600479312 18446744073709551615 4269190 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/22953/statm: 39912 35056 244 25 0 36545 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 159648

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.04
CPU user time (s): 4996.04
CPU system time (s): 4.00239
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 341676

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

runsolver used 27.1139 second user time and 59.39 second system time

The end

Launcher Data

Begin job on node136 at 2011-05-29 12:16:36
IDJOB=3422369
IDBENCH=82466
IDSOLVER=1914
FILE ID=node136/3422369-1306664196
RUNJOBID= node136-1306658665-22597
PBS_JOBID= 13471761
Free space on /tmp= 73372 MiB

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

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=2146119520

node136.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.809
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.61
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.809
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.809
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.75
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.809
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.76
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.809
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.809
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.809
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.75
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.809
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:      16930608 kB
Buffers:        281280 kB
Cached:        5736916 kB
SwapCached:      25124 kB
Active:        5645524 kB
Inactive:     10092476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16930608 kB
SwapTotal:    67111528 kB
SwapFree:     64205420 kB
Dirty:            2516 kB
Writeback:           0 kB
AnonPages:     9701192 kB
Mapped:          40064 kB
Slab:           143140 kB
PageTables:      70780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170187104 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= 73376 MiB
End job on node136 at 2011-05-29 13:39:58