Trace number 3419996

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 reference: minisat 2.2.0? (TO) 5000.07 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-3419996-1306584444/watcher-3419996-1306584444 -o /tmp/evaluation-result-3419996-1306584444/solver-3419996-1306584444 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419996-1306584444.cnf 

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.26 2.11 2.03 2/535 5006
/proc/meminfo: memFree=13561944/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=20124 CPUtime=0 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 879 0 0 0 0 0 0 0 25 0 1 0 750860689 20606976 812 33554432000 4194304 4291037 140735597100624 18446744073709551615 4270060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 5031 813 214 24 0 1665 0

[startup+0.110345 s]
/proc/loadavg: 2.26 2.11 2.03 2/535 5006
/proc/meminfo: memFree=13561944/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=45940 CPUtime=0.1 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 8534 0 0 0 9 1 0 0 25 0 1 0 750860689 47042560 7674 33554432000 4194304 4291037 140735597100624 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 11485 7675 241 24 0 8119 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 45940

[startup+0.200327 s]
/proc/loadavg: 2.26 2.11 2.03 2/535 5006
/proc/meminfo: memFree=13561944/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=72644 CPUtime=0.19 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 14249 0 0 0 17 2 0 0 25 0 1 0 750860689 74387456 12840 33554432000 4194304 4291037 140735597100624 18446744073709551615 4223273 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 18161 12842 232 24 0 14795 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 72644

[startup+0.300317 s]
/proc/loadavg: 2.26 2.11 2.03 2/535 5006
/proc/meminfo: memFree=13561944/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=79368 CPUtime=0.29 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 17692 0 0 0 27 2 0 0 25 0 1 0 750860689 81272832 15716 33554432000 4194304 4291037 140735597100624 18446744073709551615 4230201 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 19842 15716 238 24 0 16476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 79368

[startup+0.700236 s]
/proc/loadavg: 2.26 2.11 2.03 2/535 5006
/proc/meminfo: memFree=13561944/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=91276 CPUtime=0.69 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 24314 0 0 0 66 3 0 0 25 0 1 0 750860689 93466624 18197 33554432000 4194304 4291037 140735597100624 18446744073709551615 4277998 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 22819 18198 239 24 0 19453 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91276

[startup+1.5011 s]
/proc/loadavg: 2.24 2.11 2.03 3/536 5007
/proc/meminfo: memFree=13475632/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=111260 CPUtime=1.49 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 32354 0 0 0 144 5 0 0 25 0 1 0 750860689 113930240 22711 33554432000 4194304 4291037 140735597100624 18446744073709551615 4256579 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 27815 22711 239 24 0 24449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111260

[startup+3.10082 s]
/proc/loadavg: 2.24 2.11 2.03 3/536 5008
/proc/meminfo: memFree=13469804/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=104252 CPUtime=3.09 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 32431 0 0 0 304 5 0 0 25 0 1 0 750860689 106754048 21027 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 26063 21027 258 24 0 22697 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104252

[startup+6.30022 s]
/proc/loadavg: 2.22 2.11 2.03 3/536 5008
/proc/meminfo: memFree=13456924/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=104252 CPUtime=6.29 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 32431 0 0 0 624 5 0 0 25 0 1 0 750860689 106754048 21027 33554432000 4194304 4291037 140735597100624 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 26063 21027 258 24 0 22697 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104252

[startup+12.7011 s]
/proc/loadavg: 2.20 2.10 2.03 3/536 5008
/proc/meminfo: memFree=13445196/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=104252 CPUtime=12.69 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 32431 0 0 0 1264 5 0 0 25 0 1 0 750860689 106754048 21027 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255763 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 26063 21027 258 24 0 22697 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104252

[startup+25.5008 s]
/proc/loadavg: 2.15 2.10 2.03 3/536 5008
/proc/meminfo: memFree=13407356/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=104252 CPUtime=25.49 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 33148 0 0 0 2544 5 0 0 25 0 1 0 750860689 106754048 21726 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 26063 21726 258 24 0 22697 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 104252

[startup+51.1012 s]
/proc/loadavg: 2.10 2.09 2.02 3/536 5009
/proc/meminfo: memFree=13294596/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=153572 CPUtime=51.1 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 41930 0 0 0 5103 7 0 0 25 0 1 0 750860689 157257728 30426 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 38393 30426 258 24 0 35027 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 153572

[startup+102.301 s]
/proc/loadavg: 2.04 2.07 2.02 3/536 5010
/proc/meminfo: memFree=13168212/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=184392 CPUtime=102.3 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 48598 0 0 0 10222 8 0 0 25 0 1 0 750860689 188817408 36972 33554432000 4194304 4291037 140735597100624 18446744073709551615 4263386 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 46098 36972 258 24 0 42732 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 184392

[startup+162.3 s]
/proc/loadavg: 2.01 2.06 2.01 3/536 5012
/proc/meminfo: memFree=13031532/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=172012 CPUtime=162.29 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 64154 0 0 0 16217 12 0 0 25 0 1 0 750860689 176140288 35433 33554432000 4194304 4291037 140735597100624 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 43003 35433 258 24 0 39637 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 172012

[startup+222.321 s]
/proc/loadavg: 2.00 2.04 2.01 3/536 5013
/proc/meminfo: memFree=12906892/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=252920 CPUtime=222.31 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 73917 0 0 0 22216 15 0 0 25 0 1 0 750860689 258990080 45035 33554432000 4194304 4291037 140735597100624 18446744073709551615 4261913 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 63230 45035 258 24 0 59864 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 252920

[startup+282.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 5015
/proc/meminfo: memFree=12822036/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=122692 CPUtime=282.3 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 83421 0 0 0 28212 18 0 0 25 0 1 0 750860689 125636608 25279 33554432000 4194304 4291037 140735597100624 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 30673 25279 258 24 0 27307 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 122692

[startup+342.301 s]
/proc/loadavg: 2.16 2.06 2.01 3/536 5017
/proc/meminfo: memFree=12628680/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=202832 CPUtime=342.3 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 101755 0 0 0 34208 22 0 0 25 0 1 0 750860689 207699968 43411 33554432000 4194304 4291037 140735597100624 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 50708 43411 258 24 0 47342 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 202832

[startup+402.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/536 5018
/proc/meminfo: memFree=12408920/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=252920 CPUtime=402.3 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 115130 0 0 0 40205 25 0 0 25 0 1 0 750860689 258990080 56638 33554432000 4194304 4291037 140735597100624 18446744073709551615 4251641 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 63230 56638 258 24 0 59864 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 252920

[startup+462.301 s]
/proc/loadavg: 2.14 2.08 2.02 3/536 5020
/proc/meminfo: memFree=12231088/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=334308 CPUtime=462.3 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 122398 0 0 0 46204 26 0 0 25 0 1 0 750860689 342331392 63800 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 83577 63800 258 24 0 80211 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 334308

[startup+522.301 s]
/proc/loadavg: 2.10 2.08 2.01 3/536 5021
/proc/meminfo: memFree=12189404/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=232484 CPUtime=522.31 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 140688 0 0 0 52201 30 0 0 25 0 1 0 750860689 238063616 44295 33554432000 4194304 4291037 140735597100624 18446744073709551615 4256347 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 58121 44295 258 24 0 54755 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 232484

[startup+582.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/536 5023
/proc/meminfo: memFree=11952400/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=282572 CPUtime=582.3 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 150101 0 0 0 58198 32 0 0 25 0 1 0 750860689 289353728 53563 33554432000 4194304 4291037 140735597100624 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 70643 53563 258 24 0 67277 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 282572

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/536 5126
/proc/meminfo: memFree=3168644/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=325264 CPUtime=4002.4 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 704497 0 0 0 400030 210 0 0 25 0 1 0 750860689 333070336 71287 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 81316 71287 258 24 0 77950 0
Current children cumulated CPU time (s) 4002.4
Current children cumulated vsize (KiB) 325264

[startup+4062.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/536 5155
/proc/meminfo: memFree=13996496/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=406652 CPUtime=4062.41 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 713267 0 0 0 406028 213 0 0 25 0 1 0 750860689 416411648 79967 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 101663 79967 258 24 0 98297 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 406652

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5156
/proc/meminfo: memFree=13950276/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=406652 CPUtime=4122.4 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 719453 0 0 0 412024 216 0 0 25 0 1 0 750860689 416411648 86060 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 101663 86060 258 24 0 98297 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 406652

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5158
/proc/meminfo: memFree=13898540/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=406652 CPUtime=4182.43 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 725916 0 0 0 418024 219 0 0 25 0 1 0 750860689 416411648 92448 33554432000 4194304 4291037 140735597100624 18446744073709551615 4262394 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 101663 92448 258 24 0 98297 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 406652

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 5160
/proc/meminfo: memFree=13878656/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=406652 CPUtime=4242.41 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 730772 0 0 0 424020 221 0 0 25 0 1 0 750860689 416411648 97234 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 101663 97234 258 24 0 98297 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 406652

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 5161
/proc/meminfo: memFree=14051612/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=259672 CPUtime=4302.41 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 742468 0 0 0 430017 224 0 0 25 0 1 0 750860689 265904128 53584 33554432000 4194304 4291037 140735597100624 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 64918 53584 258 24 0 61552 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 259672

[startup+4362.3 s]
/proc/loadavg: 2.13 2.03 2.01 3/536 5163
/proc/meminfo: memFree=14006944/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=290492 CPUtime=4362.41 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 753914 0 0 0 436013 228 0 0 25 0 1 0 750860689 297463808 64878 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255840 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 72623 64878 258 24 0 69257 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 290492

[startup+4422.3 s]
/proc/loadavg: 2.11 2.04 2.01 3/536 5164
/proc/meminfo: memFree=13967604/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=340580 CPUtime=4422.41 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 763667 0 0 0 442010 231 0 0 25 0 1 0 750860689 348753920 74514 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255660 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 85145 74514 258 24 0 81779 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 340580

[startup+4482.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/536 5166
/proc/meminfo: memFree=13956052/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=421968 CPUtime=4482.41 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 771350 0 0 0 448007 234 0 0 25 0 1 0 750860689 432095232 82087 33554432000 4194304 4291037 140735597100624 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 105492 82087 258 24 0 102126 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 421968

[startup+4542.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/536 5168
/proc/meminfo: memFree=13927376/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=421968 CPUtime=4542.41 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 778587 0 0 0 454005 236 0 0 25 0 1 0 750860689 432095232 89232 33554432000 4194304 4291037 140735597100624 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 105492 89232 258 24 0 102126 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 421968

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/536 5169
/proc/meminfo: memFree=13864840/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=421968 CPUtime=4602.42 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 786251 0 0 0 460004 238 0 0 25 0 1 0 750860689 432095232 96804 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 105492 96804 258 24 0 102126 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 421968

[startup+4662.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/536 5174
/proc/meminfo: memFree=13808764/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=554228 CPUtime=4662.42 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 792190 0 0 0 466001 241 0 0 25 0 1 0 750860689 567529472 102669 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255687 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 138557 102669 258 24 0 135191 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 554228

[startup+4722.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/536 5175
/proc/meminfo: memFree=13817564/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=554228 CPUtime=4722.42 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 797964 0 0 0 471999 243 0 0 25 0 1 0 750860689 567529472 108388 33554432000 4194304 4291037 140735597100624 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 138557 108388 258 24 0 135191 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 554228

[startup+4782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/536 5177
/proc/meminfo: memFree=13983700/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=290492 CPUtime=4782.42 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 812307 0 0 0 477994 248 0 0 25 0 1 0 750860689 297463808 59294 33554432000 4194304 4291037 140735597100624 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 72623 59294 258 24 0 69257 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 290492

[startup+4842.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/536 5179
/proc/meminfo: memFree=13978464/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=340580 CPUtime=4842.44 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 821658 0 0 0 483995 249 0 0 25 0 1 0 750860689 348753920 68496 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 85145 68496 258 24 0 81779 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 340580

[startup+4902.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/536 5180
/proc/meminfo: memFree=13949916/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=340580 CPUtime=4902.42 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 829091 0 0 0 489990 252 0 0 25 0 1 0 750860689 348753920 75828 33554432000 4194304 4291037 140735597100624 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 85145 75828 258 24 0 81779 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 340580

[startup+4962.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/536 5182
/proc/meminfo: memFree=13920360/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=421968 CPUtime=4962.42 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 836358 0 0 0 495988 254 0 0 25 0 1 0 750860689 432095232 82996 33554432000 4194304 4291037 140735597100624 18446744073709551615 4263277 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 105492 82996 258 24 0 102126 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 421968



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.21 2.08 2.02 3/536 5183
/proc/meminfo: memFree=13873100/32951124 swapFree=51873512/67111528
[pid=5006] ppid=5004 vsize=421968 CPUtime=5000.03 cores=0,2,4,6
/proc/5006/stat : 5006 (minisat_release) R 5004 5006 4676 0 -1 4202496 840548 0 0 0 499748 255 0 0 25 0 1 0 750860689 432095232 87134 33554432000 4194304 4291037 140735597100624 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/5006/statm: 105492 87134 258 24 0 102126 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 421968

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.07
CPU user time (s): 4997.5
CPU system time (s): 2.57061
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 554228

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

runsolver used 27.4658 second user time and 59.013 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-28 14:07:24
IDJOB=3419996
IDBENCH=82481
IDSOLVER=1912
FILE ID=node146/3419996-1306584444
RUNJOBID= node146-1306579390-4694
PBS_JOBID= 13471534
Free space on /tmp= 73200 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419996-1306584444/watcher-3419996-1306584444 -o /tmp/evaluation-result-3419996-1306584444/solver-3419996-1306584444 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419996-1306584444.cnf

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=85593708

node146.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.830
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.66
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.830
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.830
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.830
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.86
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.830
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.830
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.830
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.830
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13562224 kB
Buffers:        337436 kB
Cached:        6073184 kB
SwapCached:      56236 kB
Active:       13751800 kB
Inactive:      5317520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13562224 kB
SwapTotal:    67111528 kB
SwapFree:     51873512 kB
Dirty:          168084 kB
Writeback:           0 kB
AnonPages:    12609620 kB
Mapped:          30388 kB
Slab:           150232 kB
PageTables:      98908 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 161366720 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= 73360 MiB
End job on node146 at 2011-05-28 15:30:46