Trace number 3362642

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.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
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-3362642-1305307518/watcher-3362642-1305307518 -o /tmp/evaluation-result-3362642-1305307518/solver-3362642-1305307518 -C 2400 -W 1300 -M 7680 minisat_release HOME/instance-3362642-1305307518.cnf 

running on 2 cores: 4,6

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/337 14253
/proc/meminfo: memFree=9839916/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=20188 CPUtime=0 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 889 0 0 0 0 0 0 0 25 0 1 0 623167399 20672512 821 33554432000 4194304 4291037 140735521284736 18446744073709551615 4201563 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 5047 822 213 24 0 1681 0

[startup+0.0704579 s]
/proc/loadavg: 3.85 3.98 3.91 4/337 14253
/proc/meminfo: memFree=9839916/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=33912 CPUtime=0.06 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 5215 0 0 0 6 0 0 0 25 0 1 0 623167399 34725888 4670 33554432000 4194304 4291037 140735521284736 18446744073709551615 4277473 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 8478 4673 215 24 0 5112 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 33912

[startup+0.100486 s]
/proc/loadavg: 3.85 3.98 3.91 4/337 14253
/proc/meminfo: memFree=9839916/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=40948 CPUtime=0.08 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 7349 0 0 0 8 0 0 0 25 0 1 0 623167399 41930752 6517 33554432000 4194304 4291037 140735521284736 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 10237 6518 215 24 0 6871 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 40948

[startup+0.300462 s]
/proc/loadavg: 3.85 3.98 3.91 4/337 14253
/proc/meminfo: memFree=9839916/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=59656 CPUtime=0.29 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 12075 0 0 0 28 1 0 0 25 0 1 0 623167399 61087744 10896 33554432000 4194304 4291037 140735521284736 18446744073709551615 4256579 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 14914 10896 262 24 0 11548 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59656

[startup+0.700371 s]
/proc/loadavg: 3.85 3.98 3.91 4/337 14253
/proc/meminfo: memFree=9839916/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=55992 CPUtime=0.69 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 15240 0 0 0 67 2 0 0 25 0 1 0 623167399 57335808 9643 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 13998 9643 279 24 0 10632 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55992

[startup+1.50024 s]
/proc/loadavg: 3.85 3.98 3.91 5/343 14264
/proc/meminfo: memFree=9721096/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=63064 CPUtime=1.49 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 15854 0 0 0 147 2 0 0 25 0 1 0 623167399 64577536 10235 33554432000 4194304 4291037 140735521284736 18446744073709551615 4251696 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 15766 10235 280 24 0 12400 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63064

[startup+3.10093 s]
/proc/loadavg: 3.85 3.98 3.91 5/343 14265
/proc/meminfo: memFree=9706624/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=63064 CPUtime=3.09 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 16951 0 0 0 307 2 0 0 25 0 1 0 623167399 64577536 11300 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 15766 11300 280 24 0 12400 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63064

[startup+6.30027 s]
/proc/loadavg: 3.86 3.98 3.91 5/343 14265
/proc/meminfo: memFree=9675484/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=81740 CPUtime=6.29 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 21854 0 0 0 626 3 0 0 25 0 1 0 623167399 83701760 16142 33554432000 4194304 4291037 140735521284736 18446744073709551615 4248366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 20435 16142 280 24 0 17069 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81740

[startup+12.701 s]
/proc/loadavg: 3.87 3.98 3.91 5/343 14265
/proc/meminfo: memFree=9631884/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=93416 CPUtime=12.69 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 24551 0 0 0 1266 3 0 0 25 0 1 0 623167399 95657984 18783 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 23354 18783 280 24 0 19988 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93416

[startup+25.5005 s]
/proc/loadavg: 3.90 3.98 3.91 5/343 14265
/proc/meminfo: memFree=9588336/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=93416 CPUtime=25.49 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 32445 0 0 0 2545 4 0 0 25 0 1 0 623167399 95657984 17129 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 23354 17129 280 24 0 19988 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93416

[startup+51.1004 s]
/proc/loadavg: 4.00 3.99 3.92 5/343 14266
/proc/meminfo: memFree=9435020/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=99692 CPUtime=51.09 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 48375 0 0 0 5101 8 0 0 25 0 1 0 623167399 102084608 20915 33554432000 4194304 4291037 140735521284736 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 24923 20915 280 24 0 21557 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99692

[startup+102.312 s]
/proc/loadavg: 4.00 3.99 3.92 5/343 14267
/proc/meminfo: memFree=9222332/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=152920 CPUtime=102.3 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 74493 0 0 0 10217 13 0 0 25 0 1 0 623167399 156590080 32026 33554432000 4194304 4291037 140735521284736 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 38230 32026 280 24 0 34864 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 152920

[startup+162.3 s]
/proc/loadavg: 4.04 4.01 3.92 5/343 14269
/proc/meminfo: memFree=9055888/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=131372 CPUtime=162.29 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 107957 0 0 0 16209 20 0 0 25 0 1 0 623167399 134524928 28943 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 32843 28943 280 24 0 29477 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 131372

[startup+222.3 s]
/proc/loadavg: 4.01 4.00 3.92 5/343 14270
/proc/meminfo: memFree=8863428/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=140340 CPUtime=222.29 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 137901 0 0 0 22204 25 0 0 25 0 1 0 623167399 143708160 27539 33554432000 4194304 4291037 140735521284736 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 35085 27539 280 24 0 31719 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 140340

[startup+282.301 s]
/proc/loadavg: 4.05 4.01 3.93 5/343 14272
/proc/meminfo: memFree=8681508/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=177340 CPUtime=282.3 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 175318 0 0 0 28196 34 0 0 25 0 1 0 623167399 181596160 36965 33554432000 4194304 4291037 140735521284736 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 44335 36965 280 24 0 40969 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 177340

[startup+342.301 s]
/proc/loadavg: 4.02 4.01 3.93 5/343 14274
/proc/meminfo: memFree=8505284/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=127540 CPUtime=342.3 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 200006 0 0 0 34190 40 0 0 25 0 1 0 623167399 130600960 27580 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 31885 27580 280 24 0 28519 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 127540

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/343 14275
/proc/meminfo: memFree=8236436/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=161656 CPUtime=402.3 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 229541 0 0 0 40184 46 0 0 25 0 1 0 623167399 165535744 35202 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 40414 35202 280 24 0 37048 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 161656

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/343 14277
/proc/meminfo: memFree=8042108/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=192476 CPUtime=462.3 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 252409 0 0 0 46180 50 0 0 25 0 1 0 623167399 197095424 38893 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 48119 38893 280 24 0 44753 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 192476

[startup+522.301 s]
/proc/loadavg: 4.04 4.01 3.93 5/343 14278
/proc/meminfo: memFree=7818280/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=247624 CPUtime=522.31 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 280133 0 0 0 52175 56 0 0 25 0 1 0 623167399 253566976 47048 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 61906 47048 280 24 0 58540 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 247624

[startup+582.301 s]
/proc/loadavg: 4.06 4.02 3.94 5/343 14280
/proc/meminfo: memFree=7549548/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=340136 CPUtime=582.31 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 321847 0 0 0 58167 64 0 0 25 0 1 0 623167399 348299264 64302 33554432000 4194304 4291037 140735521284736 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 85034 64302 280 24 0 81668 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 340136

[startup+642.301 s]
/proc/loadavg: 4.15 4.05 3.95 5/343 14282
/proc/meminfo: memFree=7560932/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=166220 CPUtime=642.33 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 349374 0 0 0 64162 71 0 0 25 0 1 0 623167399 170209280 35160 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 41555 35160 280 24 0 38189 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 166220

[startup+702.3 s]
/proc/loadavg: 4.06 4.04 3.95 5/343 14283
/proc/meminfo: memFree=7316380/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=193780 CPUtime=702.32 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 377304 0 0 0 70156 76 0 0 25 0 1 0 623167399 198430720 41334 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255567 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 48445 41334 280 24 0 45079 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 193780

[startup+762.312 s]
/proc/loadavg: 4.09 4.04 3.96 5/343 14285
/proc/meminfo: memFree=7113996/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=200880 CPUtime=762.33 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 401094 0 0 0 76153 80 0 0 25 0 1 0 623167399 205701120 43746 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 50220 43746 280 24 0 46854 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 200880

[startup+822.3 s]
/proc/loadavg: 3.95 4.02 3.95 4/337 14303
/proc/meminfo: memFree=10250192/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=184316 CPUtime=822.33 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 420254 0 0 0 82147 86 0 0 25 0 1 0 623167399 188739584 40015 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 46079 40015 280 24 0 42713 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 184316

[startup+882.301 s]
/proc/loadavg: 3.35 3.83 3.89 4/337 14305
/proc/meminfo: memFree=10286072/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=206040 CPUtime=882.33 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 447767 0 0 0 88142 91 0 0 25 0 1 0 623167399 210984960 43732 33554432000 4194304 4291037 140735521284736 18446744073709551615 4256122 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 51510 43732 280 24 0 48144 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 206040

[startup+942.301 s]
/proc/loadavg: 3.12 3.67 3.83 4/337 14307
/proc/meminfo: memFree=10198136/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=236860 CPUtime=942.33 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 486052 0 0 0 94132 101 0 0 25 0 1 0 623167399 242544640 53501 33554432000 4194304 4291037 140735521284736 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 59215 53501 280 24 0 55849 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 236860

[startup+1002.3 s]
/proc/loadavg: 3.11 3.56 3.78 4/337 14308
/proc/meminfo: memFree=10158944/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=242848 CPUtime=1002.33 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 511417 0 0 0 100127 106 0 0 25 0 1 0 623167399 248676352 51574 33554432000 4194304 4291037 140735521284736 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 60712 51574 280 24 0 57346 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 242848

[startup+1062.3 s]
/proc/loadavg: 3.10 3.48 3.73 4/337 14310
/proc/meminfo: memFree=10126680/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=246240 CPUtime=1062.33 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 538745 0 0 0 106120 113 0 0 25 0 1 0 623167399 252149760 54543 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 61560 54543 280 24 0 58194 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 246240

[startup+1122.3 s]
/proc/loadavg: 3.04 3.39 3.68 4/337 14311
/proc/meminfo: memFree=10255256/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=249160 CPUtime=1122.34 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 563673 0 0 0 112115 119 0 0 25 0 1 0 623167399 255139840 55013 33554432000 4194304 4291037 140735521284736 18446744073709551615 4256096 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 62290 55013 280 24 0 58924 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 249160

[startup+1182.3 s]
/proc/loadavg: 3.05 3.33 3.64 4/337 14313
/proc/meminfo: memFree=10209124/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=256244 CPUtime=1182.34 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 588382 0 0 0 118110 124 0 0 25 0 1 0 623167399 262393856 57386 33554432000 4194304 4291037 140735521284736 18446744073709551615 4248280 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 64061 57386 280 24 0 60695 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 256244

[startup+1242.3 s]
/proc/loadavg: 3.02 3.27 3.60 4/337 14315
/proc/meminfo: memFree=10122664/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=306332 CPUtime=1242.34 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 629661 0 0 0 124103 131 0 0 25 0 1 0 623167399 313683968 66511 33554432000 4194304 4291037 140735521284736 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 76583 66511 280 24 0 73217 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 306332



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.66 3.13 3.53 3/331 14334
/proc/meminfo: memFree=10096508/32951124 swapFree=67111352/67111528
[pid=14253] ppid=14251 vsize=391756 CPUtime=1300.05 cores=4,6
/proc/14253/stat : 14253 (minisat_release) R 14251 14253 13867 0 -1 4202496 676210 0 0 0 129865 140 0 0 25 0 1 0 623167399 401158144 77225 33554432000 4194304 4291037 140735521284736 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14253/statm: 97939 77225 280 24 0 94573 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 391756

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.03
CPU time (s): 1300.08
CPU user time (s): 1298.66
CPU system time (s): 1.41678
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 498420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.66
system time used= 1.41678
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 676210
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 2255

runsolver used 4.38233 second user time and 9.40957 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 19:25:18
IDJOB=3362642
IDBENCH=82467
IDSOLVER=1840
FILE ID=node143/3362642-1305307518
RUNJOBID= node143-1305306214-13886
PBS_JOBID= 13321470
Free space on /tmp= 41144 MiB

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

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
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:       9840196 kB
Buffers:        232128 kB
Cached:        5589132 kB
SwapCached:          0 kB
Active:       17984896 kB
Inactive:      4811616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9840196 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            8204 kB
Writeback:           0 kB
AnonPages:    16975572 kB
Mapped:          29192 kB
Slab:           195572 kB
PageTables:      55168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70845996 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= 41208 MiB
End job on node143 at 2011-05-13 19:47:00