Trace number 3318141

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: MiniSAT 2.2.0-agile-26? (TO) 1300.08 1300.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
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-3318141-1304901816/watcher-3318141-1304901816 -o /tmp/evaluation-result-3318141-1304901816/solver-3318141-1304901816 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318141-1304901816.cnf 

running on 2 cores: 1,3

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: 0.98 2.35 3.14 4/342 1999
/proc/meminfo: memFree=11917556/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=19616 CPUtime=0 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 730 0 0 0 0 0 0 0 21 0 1 0 582597223 20086784 666 33554432000 4194304 4291235 140735742036880 18446744073709551615 270338080523 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 4942 675 213 24 0 1576 0

[startup+0.107707 s]
/proc/loadavg: 0.98 2.35 3.14 4/342 1999
/proc/meminfo: memFree=11917556/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=41732 CPUtime=0.1 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 7825 0 0 0 9 1 0 0 22 0 1 0 582597223 42733568 6974 33554432000 4194304 4291235 140735742036880 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 10433 6976 215 24 0 7067 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 41732

[startup+0.200688 s]
/proc/loadavg: 0.98 2.35 3.14 4/342 1999
/proc/meminfo: memFree=11917556/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=71404 CPUtime=0.19 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 13767 0 0 0 17 2 0 0 22 0 1 0 582597223 73117696 12373 33554432000 4194304 4291235 140735742036880 18446744073709551615 270338044613 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 17851 12375 236 24 0 14485 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 71404

[startup+0.300677 s]
/proc/loadavg: 0.98 2.35 3.14 4/342 1999
/proc/meminfo: memFree=11917556/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=75948 CPUtime=0.29 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 15997 0 0 0 27 2 0 0 22 0 1 0 582597223 77770752 14070 33554432000 4194304 4291235 140735742036880 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 18987 14070 251 24 0 15621 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75948

[startup+0.700589 s]
/proc/loadavg: 0.98 2.35 3.14 4/342 1999
/proc/meminfo: memFree=11917556/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=88656 CPUtime=0.69 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 21771 0 0 0 66 3 0 0 23 0 1 0 582597223 90783744 16324 33554432000 4194304 4291235 140735742036880 18446744073709551615 4232838 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 22164 16324 251 24 0 18798 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 88656

[startup+1.50043 s]
/proc/loadavg: 1.22 2.37 3.14 5/343 2000
/proc/meminfo: memFree=11779916/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=82464 CPUtime=1.49 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 26085 0 0 0 146 3 0 0 25 0 1 0 582597223 84443136 16055 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 20616 16055 269 24 0 17250 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82464

[startup+3.10111 s]
/proc/loadavg: 1.22 2.37 3.14 5/343 2000
/proc/meminfo: memFree=11770812/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=82464 CPUtime=3.09 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 26195 0 0 0 306 3 0 0 25 0 1 0 582597223 84443136 16155 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 20616 16155 271 24 0 17250 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82464

[startup+6.30048 s]
/proc/loadavg: 1.22 2.37 3.14 5/343 2027
/proc/meminfo: memFree=11731816/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=82464 CPUtime=6.29 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 26375 0 0 0 626 3 0 0 25 0 1 0 582597223 84443136 16328 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 20616 16328 271 24 0 17250 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 82464

[startup+12.7002 s]
/proc/loadavg: 1.65 2.43 3.15 5/343 2027
/proc/meminfo: memFree=11709292/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=108280 CPUtime=12.69 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 28644 0 0 0 1265 4 0 0 25 0 1 0 582597223 110878720 18561 33554432000 4194304 4291235 140735742036880 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 27070 18561 271 24 0 23704 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108280

[startup+25.5007 s]
/proc/loadavg: 2.01 2.48 3.16 5/343 2027
/proc/meminfo: memFree=11658348/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=138632 CPUtime=25.49 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 37296 0 0 0 2543 6 0 0 25 0 1 0 582597223 141959168 27161 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 34658 27161 271 24 0 31292 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 138632

[startup+51.1006 s]
/proc/loadavg: 2.69 2.60 3.18 5/343 2028
/proc/meminfo: memFree=11577412/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=188420 CPUtime=51.09 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 43791 0 0 0 5100 9 0 0 25 0 1 0 582597223 192942080 33569 33554432000 4194304 4291235 140735742036880 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 47105 33569 271 24 0 43739 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 188420

[startup+102.3 s]
/proc/loadavg: 3.47 2.83 3.22 5/343 2029
/proc/meminfo: memFree=11466904/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=238508 CPUtime=102.3 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 55998 0 0 0 10215 15 0 0 25 0 1 0 582597223 244232192 45670 33554432000 4194304 4291235 140735742036880 18446744073709551615 4256265 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 59627 45670 271 24 0 56261 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 238508

[startup+162.3 s]
/proc/loadavg: 3.86 3.06 3.28 5/343 2031
/proc/meminfo: memFree=11579300/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=138632 CPUtime=162.3 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 75881 0 0 0 16207 23 0 0 25 0 1 0 582597223 141959168 27827 33554432000 4194304 4291235 140735742036880 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 34658 27827 271 24 0 31292 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 138632

[startup+222.313 s]
/proc/loadavg: 3.95 3.23 3.32 5/343 2033
/proc/meminfo: memFree=11387416/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=238508 CPUtime=222.31 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 94527 0 0 0 22200 31 0 0 25 0 1 0 582597223 244232192 46342 33554432000 4194304 4291235 140735742036880 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 59627 46342 271 24 0 56261 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 238508

[startup+282.301 s]
/proc/loadavg: 3.98 3.36 3.36 5/343 2034
/proc/meminfo: memFree=11316564/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=319896 CPUtime=282.3 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 106977 0 0 0 28191 39 0 0 25 0 1 0 582597223 327573504 58703 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 79974 58704 271 24 0 76608 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 319896

[startup+342.301 s]
/proc/loadavg: 3.99 3.48 3.39 5/343 2063
/proc/meminfo: memFree=11348784/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=319896 CPUtime=342.3 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 118158 0 0 0 34187 43 0 0 25 0 1 0 582597223 327573504 69811 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255875 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 79974 69811 271 24 0 76608 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 319896

[startup+402.301 s]
/proc/loadavg: 4.07 3.59 3.44 5/343 2064
/proc/meminfo: memFree=11341048/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=452156 CPUtime=402.31 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 129413 0 0 0 40181 50 0 0 25 0 1 0 582597223 463007744 80984 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 113039 80984 271 24 0 109673 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 452156

[startup+462.301 s]
/proc/loadavg: 4.10 3.68 3.47 5/343 2066
/proc/meminfo: memFree=11474788/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=202716 CPUtime=462.31 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 153035 0 0 0 46173 58 0 0 25 0 1 0 582597223 207581184 43767 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 50679 43767 271 24 0 47313 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 202716

[startup+522.301 s]
/proc/loadavg: 4.04 3.73 3.50 5/343 2068
/proc/meminfo: memFree=11358804/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=252804 CPUtime=522.32 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 166727 0 0 0 52168 64 0 0 25 0 1 0 582597223 258871296 57379 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255883 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 63201 57379 271 24 0 59835 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 252804

[startup+582.301 s]
/proc/loadavg: 4.01 3.78 3.53 5/343 2096
/proc/meminfo: memFree=11340944/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=334192 CPUtime=582.31 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 177925 0 0 0 58163 68 0 0 25 0 1 0 582597223 342212608 68516 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 83548 68516 271 24 0 80182 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 334192

[startup+642.3 s]
/proc/loadavg: 4.00 3.82 3.56 5/343 2125
/proc/meminfo: memFree=11452160/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=334192 CPUtime=642.32 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 187296 0 0 0 64160 72 0 0 25 0 1 0 582597223 342212608 77824 33554432000 4194304 4291235 140735742036880 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 83548 77824 271 24 0 80182 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 334192

[startup+702.301 s]
/proc/loadavg: 4.03 3.86 3.59 5/343 2126
/proc/meminfo: memFree=11362332/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=468208 CPUtime=702.32 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 196186 0 0 0 70156 76 0 0 25 0 1 0 582597223 479444992 86653 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 117052 86653 271 24 0 113686 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 468208

[startup+762.3 s]
/proc/loadavg: 4.01 3.88 3.61 5/343 2128
/proc/meminfo: memFree=11409372/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=204472 CPUtime=762.33 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 215101 0 0 0 76150 83 0 0 25 0 1 0 582597223 209379328 42377 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 51118 42377 271 24 0 47752 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 204472

[startup+822.3 s]
/proc/loadavg: 4.00 3.90 3.63 5/343 2130
/proc/meminfo: memFree=11321500/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=254560 CPUtime=822.33 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 228647 0 0 0 82146 87 0 0 25 0 1 0 582597223 260669440 55829 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 63640 55829 271 24 0 60274 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 254560

[startup+882.312 s]
/proc/loadavg: 4.00 3.92 3.65 5/343 2131
/proc/meminfo: memFree=11229804/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=335948 CPUtime=882.34 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 239409 0 0 0 88142 92 0 0 25 0 1 0 582597223 344010752 66523 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 83987 66523 271 24 0 80621 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 335948

[startup+942.301 s]
/proc/loadavg: 4.00 3.93 3.67 5/343 2133
/proc/meminfo: memFree=11350132/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=335948 CPUtime=942.33 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 248852 0 0 0 94139 94 0 0 25 0 1 0 582597223 344010752 75903 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 83987 75903 271 24 0 80621 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 335948

[startup+1002.3 s]
/proc/loadavg: 4.10 3.97 3.70 5/343 2134
/proc/meminfo: memFree=11254088/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=469168 CPUtime=1002.33 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 258599 0 0 0 100136 97 0 0 25 0 1 0 582597223 480428032 85580 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 117292 85580 271 24 0 113926 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 469168

[startup+1062.3 s]
/proc/loadavg: 4.12 4.00 3.73 5/343 2145
/proc/meminfo: memFree=11092776/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=472528 CPUtime=1062.34 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 267571 0 0 0 106133 101 0 0 25 0 1 0 582597223 483868672 94489 33554432000 4194304 4291235 140735742036880 18446744073709551615 4263466 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 118132 94489 271 24 0 114766 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 472528

[startup+1122.3 s]
/proc/loadavg: 4.04 4.00 3.74 5/343 2147
/proc/meminfo: memFree=11363288/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=179412 CPUtime=1122.34 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 284003 0 0 0 112125 109 0 0 25 0 1 0 582597223 183717888 39063 33554432000 4194304 4291235 140735742036880 18446744073709551615 4248368 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 44853 39063 271 24 0 41487 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 179412

[startup+1182.3 s]
/proc/loadavg: 4.06 4.01 3.76 5/343 2148
/proc/meminfo: memFree=11228724/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=260748 CPUtime=1182.34 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 299637 0 0 0 118121 113 0 0 25 0 1 0 582597223 267005952 54602 33554432000 4194304 4291235 140735742036880 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 65187 54602 271 24 0 61821 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 260748

[startup+1242.3 s]
/proc/loadavg: 4.02 4.01 3.77 5/343 2150
/proc/meminfo: memFree=11165084/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=343204 CPUtime=1242.35 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 310734 0 0 0 124117 118 0 0 25 0 1 0 582597223 351440896 65617 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 85801 65617 271 24 0 82435 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 343204



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.78 4/342 2152
/proc/meminfo: memFree=11403024/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=344484 CPUtime=1300.05 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 320310 0 0 0 129884 121 0 0 25 0 1 0 582597223 352751616 75128 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 86121 75128 271 24 0 82755 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 344484

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.78 4/342 2152
/proc/meminfo: memFree=11403024/32951124 swapFree=67111352/67111528
[pid=1999] ppid=1997 vsize=344484 CPUtime=1300.05 cores=1,3
/proc/1999/stat : 1999 (minisat) R 1997 1999 1298 0 -1 4202496 320310 0 0 0 129884 121 0 0 25 0 1 0 582597223 352751616 75128 33554432000 4194304 4291235 140735742036880 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1999/statm: 86121 75128 271 24 0 82755 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 344484

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.08
CPU user time (s): 1298.85
CPU system time (s): 1.22781
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 504320

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

runsolver used 4.02639 second user time and 10.1685 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-09 02:43:36
IDJOB=3318141
IDBENCH=82488
IDSOLVER=1707
FILE ID=node143/3318141-1304901816
RUNJOBID= node143-1304901815-1959
PBS_JOBID= 13282128
Free space on /tmp= 41280 MiB

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

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=1969988856

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:      11918084 kB
Buffers:        179188 kB
Cached:        4259076 kB
SwapCached:          0 kB
Active:       16701524 kB
Inactive:      4022236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11918084 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:           27492 kB
Writeback:           0 kB
AnonPages:    16286308 kB
Mapped:          28740 kB
Slab:           190792 kB
PageTables:      54248 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 70102468 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= 41284 MiB
End job on node143 at 2011-05-09 03:05:18