Trace number 3434117

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) 5000.05 4999.93

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1761.96
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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: 977)

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-3434117-1306889018/watcher-3434117-1306889018 -o /tmp/evaluation-result-3434117-1306889018/solver-3434117-1306889018 -C 5000 -W 5100 -M 15500 minisat HOME/instance-3434117-1306889018.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 1.99 2/511 11260
/proc/meminfo: memFree=6008936/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=20804 CPUtime=0 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 1143 0 0 0 0 0 0 0 21 0 1 0 781317991 21303296 1052 33554432000 4194304 4291235 140736643456784 18446744073709551615 4277932 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 5201 1052 213 24 0 1835 0

[startup+0.092384 s]
/proc/loadavg: 1.92 1.99 1.99 2/511 11260
/proc/meminfo: memFree=6008936/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=29392 CPUtime=0.08 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 4808 0 0 0 8 0 0 0 21 0 1 0 781317991 30097408 4014 33554432000 4194304 4291235 140736643456784 18446744073709551615 4229925 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 7348 4014 237 24 0 3982 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29392

[startup+0.100372 s]
/proc/loadavg: 1.92 1.99 1.99 2/511 11260
/proc/meminfo: memFree=6008936/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=29532 CPUtime=0.09 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 4814 0 0 0 9 0 0 0 21 0 1 0 781317991 30240768 4020 33554432000 4194304 4291235 140736643456784 18446744073709551615 4229939 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 7383 4020 237 24 0 4017 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29532

[startup+0.300343 s]
/proc/loadavg: 1.92 1.99 1.99 2/511 11260
/proc/meminfo: memFree=6008936/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=29668 CPUtime=0.29 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 4854 0 0 0 29 0 0 0 22 0 1 0 781317991 30380032 4060 33554432000 4194304 4291235 140736643456784 18446744073709551615 4229912 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 7417 4060 237 24 0 4051 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29668

[startup+0.70027 s]
/proc/loadavg: 1.92 1.99 1.99 2/511 11260
/proc/meminfo: memFree=6008936/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=28584 CPUtime=0.69 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 5729 0 0 0 68 1 0 0 23 0 1 0 781317991 29270016 3523 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 7146 3523 256 24 0 3780 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28584

[startup+1.50013 s]
/proc/loadavg: 1.92 1.99 1.99 3/512 11261
/proc/meminfo: memFree=5993560/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=31304 CPUtime=1.49 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 6283 0 0 0 148 1 0 0 25 0 1 0 781317991 32055296 4060 33554432000 4194304 4291235 140736643456784 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 7826 4060 256 24 0 4460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31304

[startup+3.10085 s]
/proc/loadavg: 1.92 1.99 1.99 3/512 11261
/proc/meminfo: memFree=5989416/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=35724 CPUtime=3.09 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 7183 0 0 0 308 1 0 0 25 0 1 0 781317991 36581376 4939 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 8931 4939 256 24 0 5565 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35724

[startup+6.30029 s]
/proc/loadavg: 1.93 1.99 1.99 3/512 11261
/proc/meminfo: memFree=5981524/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=43388 CPUtime=6.3 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 8798 0 0 0 628 2 0 0 25 0 1 0 781317991 44429312 6516 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 10847 6516 256 24 0 7481 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 43388

[startup+12.7002 s]
/proc/loadavg: 1.93 1.99 1.99 3/512 11261
/proc/meminfo: memFree=5966164/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=57504 CPUtime=12.69 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 11889 0 0 0 1267 2 0 0 25 0 1 0 781317991 58884096 9558 33554432000 4194304 4291235 140736643456784 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 14376 9558 256 24 0 11010 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57504

[startup+25.5009 s]
/proc/loadavg: 1.95 1.99 1.99 3/512 11261
/proc/meminfo: memFree=5941984/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=81000 CPUtime=25.49 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 16723 0 0 0 2546 3 0 0 25 0 1 0 781317991 82944000 14302 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 20250 14302 258 24 0 16884 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 81000

[startup+51.1004 s]
/proc/loadavg: 1.96 1.99 1.99 3/512 11262
/proc/meminfo: memFree=5931748/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=85140 CPUtime=51.09 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 27292 0 0 0 5104 5 0 0 25 0 1 0 781317991 87183360 13667 33554432000 4194304 4291235 140736643456784 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 21285 13667 258 24 0 17919 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 85140

[startup+102.319 s]
/proc/loadavg: 2.05 2.00 2.00 3/512 11263
/proc/meminfo: memFree=5904168/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=92632 CPUtime=102.31 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 44244 0 0 0 10221 10 0 0 25 0 1 0 781317991 94855168 15891 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 23158 15891 258 24 0 19792 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 92632

[startup+162.301 s]
/proc/loadavg: 2.08 2.02 2.00 3/512 11265
/proc/meminfo: memFree=5884032/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=80004 CPUtime=162.3 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 60638 0 0 0 16217 13 0 0 25 0 1 0 781317991 81924096 16103 33554432000 4194304 4291235 140736643456784 18446744073709551615 4256121 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 20001 16103 258 24 0 16635 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 80004

[startup+222.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/512 11267
/proc/meminfo: memFree=5809336/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=136860 CPUtime=222.29 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 74277 0 0 0 22213 16 0 0 25 0 1 0 781317991 140144640 29537 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 34215 29537 258 24 0 30849 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 136860

[startup+282.301 s]
/proc/loadavg: 2.01 2.00 2.00 3/512 11268
/proc/meminfo: memFree=5800988/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=140340 CPUtime=282.3 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 90340 0 0 0 28210 20 0 0 25 0 1 0 781317991 143708160 26056 33554432000 4194304 4291235 140736643456784 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 35085 26056 258 24 0 31719 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 140340

[startup+342.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 11270
/proc/meminfo: memFree=5801456/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=114212 CPUtime=342.3 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 105848 0 0 0 34206 24 0 0 25 0 1 0 781317991 116953088 21248 33554432000 4194304 4291235 140736643456784 18446744073709551615 4248358 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 28553 21248 258 24 0 25187 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 114212

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/512 11271
/proc/meminfo: memFree=5739276/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=147968 CPUtime=402.3 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 116532 0 0 0 40203 27 0 0 25 0 1 0 781317991 151519232 31725 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 36992 31725 258 24 0 33626 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 147968

[startup+462.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/512 11273
/proc/meminfo: memFree=5735020/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=151468 CPUtime=462.3 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 133316 0 0 0 46199 31 0 0 25 0 1 0 781317991 155103232 28505 33554432000 4194304 4291235 140736643456784 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 37867 28505 258 24 0 34501 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 151468

[startup+522.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/512 11275
/proc/meminfo: memFree=5677328/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=214096 CPUtime=522.31 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 144618 0 0 0 52197 34 0 0 25 0 1 0 781317991 219234304 39646 33554432000 4194304 4291235 140736643456784 18446744073709551615 4256145 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 53524 39646 258 24 0 50158 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 214096

[startup+582.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/512 11276
/proc/meminfo: memFree=5705816/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=133756 CPUtime=582.31 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 159241 0 0 0 58193 38 0 0 25 0 1 0 781317991 136966144 28958 33554432000 4194304 4291235 140736643456784 18446744073709551615 4251515 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 33439 28958 258 24 0 30073 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 133756

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 1.02 1.22 1.59 2/506 11397
/proc/meminfo: memFree=6669756/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=318368 CPUtime=4002.38 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 798625 0 0 0 400006 232 0 0 25 0 1 0 781317991 326008832 65474 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 79592 65474 258 24 0 76226 0
Current children cumulated CPU time (s) 4002.38
Current children cumulated vsize (KiB) 318368

[startup+4062.32 s]
/proc/loadavg: 1.00 1.17 1.54 2/506 11399
/proc/meminfo: memFree=6640704/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=319992 CPUtime=4062.41 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 805954 0 0 0 406005 236 0 0 25 0 1 0 781317991 327671808 72676 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 79998 72676 258 24 0 76632 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 319992

[startup+4122.3 s]
/proc/loadavg: 1.00 1.14 1.51 2/506 11401
/proc/meminfo: memFree=6719028/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=270092 CPUtime=4122.38 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 819941 0 0 0 412000 238 0 0 25 0 1 0 781317991 276574208 53211 33554432000 4194304 4291235 140736643456784 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 67523 53211 258 24 0 64157 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 270092

[startup+4182.3 s]
/proc/loadavg: 1.00 1.11 1.47 2/506 11402
/proc/meminfo: memFree=6683508/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=321040 CPUtime=4182.39 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 828886 0 0 0 417998 241 0 0 25 0 1 0 781317991 328744960 62001 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 80260 62001 258 24 0 76894 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 321040

[startup+4242.3 s]
/proc/loadavg: 1.00 1.09 1.44 2/506 11404
/proc/meminfo: memFree=6653464/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=324576 CPUtime=4242.39 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 836529 0 0 0 423994 245 0 0 25 0 1 0 781317991 332365824 69517 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 81144 69517 258 24 0 77778 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 324576

[startup+4302.3 s]
/proc/loadavg: 1.00 1.07 1.41 2/506 11405
/proc/meminfo: memFree=6745548/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=225660 CPUtime=4302.4 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 847125 0 0 0 429991 249 0 0 25 0 1 0 781317991 231075840 46476 33554432000 4194304 4291235 140736643456784 18446744073709551615 4256104 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 56415 46476 258 24 0 53049 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 225660

[startup+4362.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/506 11407
/proc/meminfo: memFree=6702232/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=275448 CPUtime=4362.39 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 858334 0 0 0 435986 253 0 0 25 0 1 0 781317991 282058752 57445 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 68862 57445 258 24 0 65496 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 275448

[startup+4422.3 s]
/proc/loadavg: 1.05 1.06 1.36 2/506 11409
/proc/meminfo: memFree=6667948/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=326232 CPUtime=4422.4 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 866876 0 0 0 441984 256 0 0 25 0 1 0 781317991 334061568 65836 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 81558 65836 258 24 0 78192 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 326232

[startup+4482.3 s]
/proc/loadavg: 1.06 1.06 1.34 2/506 11410
/proc/meminfo: memFree=6641000/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=326484 CPUtime=4482.4 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 873872 0 0 0 447981 259 0 0 25 0 1 0 781317991 334319616 72700 33554432000 4194304 4291235 140736643456784 18446744073709551615 4256080 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 81621 72700 258 24 0 78255 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 326484

[startup+4542.3 s]
/proc/loadavg: 1.02 1.05 1.32 2/506 11412
/proc/meminfo: memFree=6721432/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=245892 CPUtime=4542.4 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 887525 0 0 0 453977 263 0 0 25 0 1 0 781317991 251793408 52655 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 61473 52655 258 24 0 58107 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 245892

[startup+4602.3 s]
/proc/loadavg: 1.01 1.04 1.29 2/506 11413
/proc/meminfo: memFree=6677612/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=329528 CPUtime=4602.41 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 898486 0 0 0 459974 267 0 0 25 0 1 0 781317991 337436672 63406 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255903 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 82382 63406 258 24 0 79016 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 329528

[startup+4662.3 s]
/proc/loadavg: 1.06 1.04 1.28 2/506 11424
/proc/meminfo: memFree=6645600/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=330664 CPUtime=4662.4 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 906534 0 0 0 465970 270 0 0 25 0 1 0 781317991 338599936 71304 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 82666 71304 258 24 0 79300 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 330664

[startup+4722.3 s]
/proc/loadavg: 1.02 1.03 1.26 2/506 11894
/proc/meminfo: memFree=6616560/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=413556 CPUtime=4722.4 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 913386 0 0 0 471968 272 0 0 25 0 1 0 781317991 423481344 78058 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255856 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 103389 78058 258 24 0 100023 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 413556

[startup+4782.3 s]
/proc/loadavg: 1.01 1.02 1.24 2/506 11895
/proc/meminfo: memFree=6711268/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=254720 CPUtime=4782.4 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 927123 0 0 0 477963 277 0 0 25 0 1 0 781317991 260833280 54809 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 63680 54809 258 24 0 60314 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 254720

[startup+4842.3 s]
/proc/loadavg: 1.00 1.02 1.22 2/506 11897
/proc/meminfo: memFree=6670168/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=337584 CPUtime=4842.4 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 937638 0 0 0 483961 279 0 0 25 0 1 0 781317991 345686016 65119 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 84396 65119 258 24 0 81030 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 337584

[startup+4902.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/506 11898
/proc/meminfo: memFree=6637112/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=338064 CPUtime=4902.41 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 945967 0 0 0 489958 283 0 0 25 0 1 0 781317991 346177536 73290 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 84516 73290 258 24 0 81150 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 338064

[startup+4962.3 s]
/proc/loadavg: 1.00 1.01 1.19 2/506 11900
/proc/meminfo: memFree=6609296/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=419452 CPUtime=4962.42 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 952986 0 0 0 495957 285 0 0 25 0 1 0 781317991 429518848 80166 33554432000 4194304 4291235 140736643456784 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 104863 80166 258 24 0 101497 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 419452



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.06 1.02 1.18 2/506 11901
/proc/meminfo: memFree=6734880/32951124 swapFree=67111204/67111528
[pid=11260] ppid=11258 vsize=227368 CPUtime=5000.02 cores=1,3,5,7
/proc/11260/stat : 11260 (minisat) R 11258 11260 10497 0 -1 4202496 961236 0 0 0 499714 288 0 0 25 0 1 0 781317991 232824832 48881 33554432000 4194304 4291235 140736643456784 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 3 0 0 0
/proc/11260/statm: 56842 48881 258 24 0 53476 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 227368

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.05
CPU user time (s): 4997.15
CPU system time (s): 2.89556
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 431552

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

runsolver used 22.7985 second user time and 59.204 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-01 02:43:39
IDJOB=3434117
IDBENCH=85987
IDSOLVER=1930
FILE ID=node144/3434117-1306889018
RUNJOBID= node144-1306877501-10516
PBS_JOBID= 13488432
Free space on /tmp= 7320 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3434117-1306889018/watcher-3434117-1306889018 -o /tmp/evaluation-result-3434117-1306889018/solver-3434117-1306889018 -C 5000 -W 5100 -M 15500  minisat HOME/instance-3434117-1306889018.cnf

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=853271735

node144.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.850
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.70
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.850
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.16
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.850
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       6009216 kB
Buffers:         85324 kB
Cached:       10355528 kB
SwapCached:        140 kB
Active:       20410588 kB
Inactive:      6003764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       6009216 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:            3116 kB
Writeback:           0 kB
AnonPages:    15972820 kB
Mapped:          42488 kB
Slab:           386856 kB
PageTables:      71264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158850424 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= 7480 MiB
End job on node144 at 2011-06-01 04:07:01