Trace number 3362718

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) 1300.08 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3057.55
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
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-3362718-1305307518/watcher-3362718-1305307518 -o /tmp/evaluation-result-3362718-1305307518/solver-3362718-1305307518 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362718-1305307518.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 3.85 3.98 3.91 4/342 14263
/proc/meminfo: memFree=9789668/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=20796 CPUtime=0 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 1027 0 0 0 0 0 0 0 25 0 1 0 623167436 21295104 954 33554432000 4194304 4291037 140733523377840 18446744073709551615 4223075 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 5199 954 215 24 0 1833 0

[startup+0.0368051 s]
/proc/loadavg: 3.85 3.98 3.91 4/342 14263
/proc/meminfo: memFree=9789668/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=27900 CPUtime=0.02 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 3043 0 0 0 2 0 0 0 25 0 1 0 623167436 28569600 2802 33554432000 4194304 4291037 140733523377840 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 6975 2804 215 24 0 3609 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27900

[startup+0.100797 s]
/proc/loadavg: 3.85 3.98 3.91 4/342 14263
/proc/meminfo: memFree=9789668/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=41632 CPUtime=0.09 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 7674 0 0 0 8 1 0 0 25 0 1 0 623167436 42631168 6833 33554432000 4194304 4291037 140733523377840 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 10408 6835 215 24 0 7042 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41632

[startup+0.300756 s]
/proc/loadavg: 3.85 3.98 3.91 4/342 14263
/proc/meminfo: memFree=9789668/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=77468 CPUtime=0.29 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 16620 0 0 0 27 2 0 0 25 0 1 0 623167436 79327232 14675 33554432000 4194304 4291037 140733523377840 18446744073709551615 4220975 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 19367 14676 243 24 0 16001 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 77468

[startup+0.700678 s]
/proc/loadavg: 3.85 3.98 3.91 4/342 14263
/proc/meminfo: memFree=9789668/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=89244 CPUtime=0.69 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 22546 0 0 0 66 3 0 0 25 0 1 0 623167436 91385856 16896 33554432000 4194304 4291037 140733523377840 18446744073709551615 4212632 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 22311 16896 243 24 0 18945 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 89244

[startup+1.50052 s]
/proc/loadavg: 3.85 3.98 3.91 5/343 14264
/proc/meminfo: memFree=9715152/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=100908 CPUtime=1.49 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 28352 0 0 0 145 4 0 0 25 0 1 0 623167436 103329792 19792 33554432000 4194304 4291037 140733523377840 18446744073709551615 270338041618 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 25227 19792 243 24 0 21861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100908

[startup+3.1002 s]
/proc/loadavg: 3.85 3.98 3.91 5/343 14265
/proc/meminfo: memFree=9704392/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=93664 CPUtime=3.09 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 28371 0 0 0 305 4 0 0 25 0 1 0 623167436 95911936 18167 33554432000 4194304 4291037 140733523377840 18446744073709551615 4251581 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 23416 18167 262 24 0 20050 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 93664

[startup+6.30057 s]
/proc/loadavg: 3.86 3.98 3.91 5/343 14265
/proc/meminfo: memFree=9671888/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=93664 CPUtime=6.29 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 28371 0 0 0 625 4 0 0 25 0 1 0 623167436 95911936 18167 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 23416 18167 262 24 0 20050 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 93664

[startup+12.7003 s]
/proc/loadavg: 3.87 3.98 3.91 5/343 14265
/proc/meminfo: memFree=9630520/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=93664 CPUtime=12.69 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 28598 0 0 0 1265 4 0 0 25 0 1 0 623167436 95911936 18383 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 23416 18383 262 24 0 20050 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93664

[startup+25.5008 s]
/proc/loadavg: 3.90 3.98 3.91 5/343 14265
/proc/meminfo: memFree=9567132/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=142680 CPUtime=25.49 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 35766 0 0 0 2543 6 0 0 25 0 1 0 623167436 146104320 25495 33554432000 4194304 4291037 140733523377840 18446744073709551615 4248246 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 35670 25495 262 24 0 32304 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 142680

[startup+51.1007 s]
/proc/loadavg: 4.00 3.99 3.92 5/343 14266
/proc/meminfo: memFree=9430804/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=161648 CPUtime=51.1 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 40001 0 0 0 5103 7 0 0 25 0 1 0 623167436 165527552 29647 33554432000 4194304 4291037 140733523377840 18446744073709551615 4261770 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 40412 29647 262 24 0 37046 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 161648

[startup+102.313 s]
/proc/loadavg: 4.00 3.99 3.92 5/343 14267
/proc/meminfo: memFree=9221216/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=192468 CPUtime=102.3 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 46595 0 0 0 10221 9 0 0 25 0 1 0 623167436 197087232 36107 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 48117 36107 262 24 0 44751 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 192468

[startup+162.301 s]
/proc/loadavg: 4.04 4.01 3.92 5/343 14269
/proc/meminfo: memFree=9054400/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=192468 CPUtime=162.29 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 62480 0 0 0 16216 13 0 0 25 0 1 0 623167436 197087232 36444 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 48117 36444 262 24 0 44751 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 192468

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.92 5/343 14270
/proc/meminfo: memFree=8861320/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=242556 CPUtime=222.3 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 71060 0 0 0 22214 16 0 0 25 0 1 0 623167436 248377344 44893 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 60639 44893 262 24 0 57273 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 242556

[startup+282.301 s]
/proc/loadavg: 4.05 4.01 3.93 5/343 14272
/proc/meminfo: memFree=8680144/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=186096 CPUtime=282.3 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 88242 0 0 0 28209 21 0 0 25 0 1 0 623167436 190562304 36190 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 46524 36190 262 24 0 43158 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 186096

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/343 14274
/proc/meminfo: memFree=8504292/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=216916 CPUtime=342.3 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 98178 0 0 0 34206 24 0 0 25 0 1 0 623167436 222121984 45984 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 54229 45984 262 24 0 50863 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 216916

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/343 14275
/proc/meminfo: memFree=8234576/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=267004 CPUtime=402.31 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 110188 0 0 0 40202 29 0 0 25 0 1 0 623167436 273412096 57892 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 66751 57892 262 24 0 63385 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 267004

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/343 14277
/proc/meminfo: memFree=8040620/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=186096 CPUtime=462.31 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 122160 0 0 0 46199 32 0 0 25 0 1 0 623167436 190562304 37020 33554432000 4194304 4291037 140733523377840 18446744073709551615 4256295 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 46524 37020 262 24 0 43158 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 186096

[startup+522.3 s]
/proc/loadavg: 4.04 4.01 3.93 5/343 14278
/proc/meminfo: memFree=7816668/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=216916 CPUtime=522.32 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 132074 0 0 0 52196 36 0 0 25 0 1 0 623167436 222121984 46811 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 54229 46811 262 24 0 50863 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 216916

[startup+582.3 s]
/proc/loadavg: 4.06 4.02 3.94 5/343 14280
/proc/meminfo: memFree=7547936/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=267004 CPUtime=582.32 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 139060 0 0 0 58193 39 0 0 25 0 1 0 623167436 273412096 53694 33554432000 4194304 4291037 140733523377840 18446744073709551615 4256328 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 66751 53694 262 24 0 63385 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 267004

[startup+642.3 s]
/proc/loadavg: 4.15 4.05 3.95 5/343 14282
/proc/meminfo: memFree=7558576/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=167128 CPUtime=642.33 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 153927 0 0 0 64189 44 0 0 25 0 1 0 623167436 171139072 34833 33554432000 4194304 4291037 140733523377840 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 41782 34833 262 24 0 38416 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 167128

[startup+702.301 s]
/proc/loadavg: 4.06 4.04 3.95 5/343 14283
/proc/meminfo: memFree=7313404/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=216916 CPUtime=702.32 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 163317 0 0 0 70184 48 0 0 25 0 1 0 623167436 222121984 44068 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 54229 44068 262 24 0 50863 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 216916

[startup+762.313 s]
/proc/loadavg: 4.09 4.04 3.96 5/343 14285
/proc/meminfo: memFree=7112136/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=267004 CPUtime=762.34 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 170794 0 0 0 76182 52 0 0 25 0 1 0 623167436 273412096 51417 33554432000 4194304 4291037 140733523377840 18446744073709551615 4256169 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 66751 51417 262 24 0 63385 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 267004

[startup+822.301 s]
/proc/loadavg: 3.95 4.02 3.95 4/337 14303
/proc/meminfo: memFree=10249572/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=267004 CPUtime=822.33 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 177423 0 0 0 82178 55 0 0 25 0 1 0 623167436 273412096 57948 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 66751 57948 262 24 0 63385 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 267004

[startup+882.301 s]
/proc/loadavg: 3.35 3.83 3.89 4/337 14305
/proc/meminfo: memFree=10285328/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=198748 CPUtime=882.33 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 196921 0 0 0 88173 60 0 0 25 0 1 0 623167436 203517952 44506 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255564 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 49687 44506 262 24 0 46321 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 198748

[startup+942.301 s]
/proc/loadavg: 3.12 3.67 3.83 4/337 14307
/proc/meminfo: memFree=10197392/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=279656 CPUtime=942.34 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 209292 0 0 0 94169 65 0 0 25 0 1 0 623167436 286367744 56734 33554432000 4194304 4291037 140733523377840 18446744073709551615 4261913 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 69914 56734 262 24 0 66548 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 279656

[startup+1002.3 s]
/proc/loadavg: 3.11 3.56 3.78 4/337 14308
/proc/meminfo: memFree=10156960/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=361044 CPUtime=1002.34 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 221197 0 0 0 100164 70 0 0 25 0 1 0 623167436 369709056 68510 33554432000 4194304 4291037 140733523377840 18446744073709551615 4248937 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 90261 68510 262 24 0 86895 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 361044

[startup+1062.3 s]
/proc/loadavg: 3.10 3.48 3.73 4/337 14310
/proc/meminfo: memFree=10126432/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=361044 CPUtime=1062.34 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 226224 0 0 0 106161 73 0 0 25 0 1 0 623167436 369709056 73451 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 90261 73451 262 24 0 86895 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 361044

[startup+1122.3 s]
/proc/loadavg: 3.04 3.39 3.68 4/337 14311
/proc/meminfo: memFree=10254760/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=198748 CPUtime=1122.34 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 236912 0 0 0 112157 77 0 0 25 0 1 0 623167436 203517952 40905 33554432000 4194304 4291037 140733523377840 18446744073709551615 4248496 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 49687 40905 262 24 0 46321 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 198748

[startup+1182.3 s]
/proc/loadavg: 3.05 3.33 3.64 4/337 14313
/proc/meminfo: memFree=10208380/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=229568 CPUtime=1182.35 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 246488 0 0 0 118154 81 0 0 25 0 1 0 623167436 235077632 50323 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 57392 50323 262 24 0 54026 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 229568

[startup+1242.3 s]
/proc/loadavg: 3.02 3.27 3.60 4/337 14315
/proc/meminfo: memFree=10122292/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=279656 CPUtime=1242.35 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 258378 0 0 0 124150 85 0 0 25 0 1 0 623167436 286367744 62067 33554432000 4194304 4291037 140733523377840 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 69914 62067 262 24 0 66548 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 279656



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.66 3.13 3.53 2/329 14335
/proc/meminfo: memFree=10404292/32951124 swapFree=67111352/67111528
[pid=14263] ppid=14261 vsize=361044 CPUtime=1300.06 cores=5,7
/proc/14263/stat : 14263 (minisat_release) R 14261 14263 13867 0 -1 4202496 264753 0 0 0 129918 88 0 0 25 0 1 0 623167436 369709056 68341 33554432000 4194304 4291037 140733523377840 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/14263/statm: 90261 68341 262 24 0 86895 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 361044

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.08
CPU user time (s): 1299.19
CPU system time (s): 0.891864
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 361044

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

runsolver used 4.09738 second user time and 10.0995 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 19:25:18
IDJOB=3362718
IDBENCH=82468
IDSOLVER=1840
FILE ID=node143/3362718-1305307518
RUNJOBID= node143-1305306214-13888
PBS_JOBID= 13321470
Free space on /tmp= 41132 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362718-1305307518/watcher-3362718-1305307518 -o /tmp/evaluation-result-3362718-1305307518/solver-3362718-1305307518 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362718-1305307518.cnf

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

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1361490539

node143.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9790072 kB
Buffers:        232152 kB
Cached:        5600360 kB
SwapCached:          0 kB
Active:       18032852 kB
Inactive:      4813832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9790072 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           17128 kB
Writeback:           0 kB
AnonPages:    17013596 kB
Mapped:          29192 kB
Slab:           195832 kB
PageTables:      55556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70909584 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= 41212 MiB
End job on node143 at 2011-05-13 19:47:00