Trace number 3419796

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack reference: minisat 2.2.0? (TO) 5000.15 5000

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-10p0.cnf
MD5SUMfaef1c850bb82ceddc7da5a4c445dd25
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1428.89
Satisfiable
(Un)Satisfiability was proved
Number of variables258781
Number of clauses1372095
Sum of the clauses size3305764
Maximum clause length10
Minimum clause length1
Number of clauses of size 113149
Number of clauses of size 2980303
Number of clauses of size 3313283
Number of clauses of size 47260
Number of clauses of size 529040
Number of clauses of size over 529060

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.99 1.54 0.75 2/327 17097
/proc/meminfo: memFree=18290064/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=28244 CPUtime=0 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 2294 0 0 0 0 0 0 0 23 0 1 0 848214833 28921856 2208 33554432000 4194304 4291037 140735395085120 18446744073709551615 4240897 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 7061 2210 215 24 0 3695 0

[startup+0.0701291 s]
/proc/loadavg: 1.99 1.54 0.75 2/327 17097
/proc/meminfo: memFree=18290064/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=54788 CPUtime=0.06 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 8195 0 0 0 6 0 0 0 23 0 1 0 848214833 56102912 7903 33554432000 4194304 4291037 140735395085120 18446744073709551615 260020057121 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 13697 7907 215 24 0 10331 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 54788

[startup+0.101122 s]
/proc/loadavg: 1.99 1.54 0.75 2/327 17097
/proc/meminfo: memFree=18290064/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=59256 CPUtime=0.09 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 9670 0 0 0 9 0 0 0 23 0 1 0 848214833 60678144 9242 33554432000 4194304 4291037 140735395085120 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 14814 9244 215 24 0 11448 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59256

[startup+0.301091 s]
/proc/loadavg: 1.99 1.54 0.75 2/327 17097
/proc/meminfo: memFree=18290064/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=83240 CPUtime=0.29 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 15561 0 0 0 28 1 0 0 25 0 1 0 848214833 85237760 14593 33554432000 4194304 4291037 140735395085120 18446744073709551615 4220652 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 20810 14593 215 24 0 17444 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 83240

[startup+0.701018 s]
/proc/loadavg: 1.99 1.54 0.75 2/327 17097
/proc/meminfo: memFree=18290064/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=120492 CPUtime=0.7 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 28348 0 0 0 67 3 0 0 25 0 1 0 848214833 123383808 25047 33554432000 4194304 4291037 140735395085120 18446744073709551615 260020056773 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 30123 25048 216 24 0 26757 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 120492

[startup+1.50086 s]
/proc/loadavg: 1.99 1.54 0.75 3/328 17098
/proc/meminfo: memFree=18168916/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=154228 CPUtime=1.49 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 36536 0 0 0 146 3 0 0 25 0 1 0 848214833 157929472 32848 33554432000 4194304 4291037 140735395085120 18446744073709551615 4277852 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 38557 32848 239 24 0 35191 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154228

[startup+3.10056 s]
/proc/loadavg: 1.99 1.54 0.75 3/328 17098
/proc/meminfo: memFree=18149076/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=135972 CPUtime=3.09 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 43502 0 0 0 305 4 0 0 25 0 1 0 848214833 139235328 28114 33554432000 4194304 4291037 140735395085120 18446744073709551615 4248574 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 33993 28114 258 24 0 30627 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 135972

[startup+6.30097 s]
/proc/loadavg: 1.99 1.55 0.75 3/328 17098
/proc/meminfo: memFree=18169660/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=135972 CPUtime=6.3 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 44503 0 0 0 625 5 0 0 25 0 1 0 848214833 139235328 29109 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 33993 29109 258 24 0 30627 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 135972

[startup+12.7008 s]
/proc/loadavg: 1.99 1.55 0.76 3/328 17098
/proc/meminfo: memFree=18154916/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=147648 CPUtime=12.69 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 46688 0 0 0 1264 5 0 0 25 0 1 0 848214833 151191552 31282 33554432000 4194304 4291037 140735395085120 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 36912 31282 258 24 0 33546 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 147648

[startup+25.5005 s]
/proc/loadavg: 1.99 1.58 0.78 3/328 17099
/proc/meminfo: memFree=18128600/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=166616 CPUtime=25.49 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 50246 0 0 0 2543 6 0 0 25 0 1 0 848214833 170614784 34829 33554432000 4194304 4291037 140735395085120 18446744073709551615 4256147 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 41654 34829 258 24 0 38288 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 166616

[startup+51.1008 s]
/proc/loadavg: 1.99 1.61 0.81 3/328 17099
/proc/meminfo: memFree=18081768/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=197436 CPUtime=51.09 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 57893 0 0 0 5102 7 0 0 25 0 1 0 848214833 202174464 42451 33554432000 4194304 4291037 140735395085120 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 49359 42451 258 24 0 45993 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 197436

[startup+102.312 s]
/proc/loadavg: 1.99 1.67 0.87 3/328 17101
/proc/meminfo: memFree=17973832/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=328912 CPUtime=102.31 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 72893 0 0 0 10220 11 0 0 25 0 1 0 848214833 336805888 57421 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 82228 57421 258 24 0 78862 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 328912

[startup+162.3 s]
/proc/loadavg: 1.99 1.72 0.94 3/328 17102
/proc/meminfo: memFree=17866192/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=328912 CPUtime=162.3 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 88437 0 0 0 16215 15 0 0 25 0 1 0 848214833 336805888 72940 33554432000 4194304 4291037 140735395085120 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 82228 72940 258 24 0 78862 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 328912

[startup+222.3 s]
/proc/loadavg: 2.06 1.79 1.01 3/328 17104
/proc/meminfo: memFree=17750956/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=461172 CPUtime=222.29 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 104097 0 0 0 22210 19 0 0 25 0 1 0 848214833 472240128 88567 33554432000 4194304 4291037 140735395085120 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 115293 88567 258 24 0 111927 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 461172

[startup+282.301 s]
/proc/loadavg: 2.02 1.82 1.06 3/328 17105
/proc/meminfo: memFree=17646376/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=461964 CPUtime=282.3 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 118529 0 0 0 28207 23 0 0 25 0 1 0 848214833 473051136 102983 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255590 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 115491 102983 258 24 0 112125 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 461964

[startup+342.301 s]
/proc/loadavg: 2.11 1.88 1.13 3/328 17107
/proc/meminfo: memFree=17536692/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=679672 CPUtime=342.3 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 134408 0 0 0 34203 27 0 0 25 0 1 0 848214833 695984128 118840 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 169918 118840 258 24 0 166552 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 679672

[startup+402.301 s]
/proc/loadavg: 2.04 1.90 1.18 3/328 17109
/proc/meminfo: memFree=17441764/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=682348 CPUtime=402.3 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 147680 0 0 0 40198 32 0 0 25 0 1 0 848214833 698724352 132092 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 170587 132092 258 24 0 167221 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 682348

[startup+462.301 s]
/proc/loadavg: 2.01 1.92 1.23 3/328 17110
/proc/meminfo: memFree=17981584/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=684568 CPUtime=462.3 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 160585 0 0 0 46195 35 0 0 25 0 1 0 848214833 700997632 144968 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 171142 144968 258 24 0 167776 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 684568

[startup+522.301 s]
/proc/loadavg: 2.00 1.93 1.28 3/328 17112
/proc/meminfo: memFree=17880340/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=687096 CPUtime=522.31 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 174121 0 0 0 52191 40 0 0 25 0 1 0 848214833 703586304 158481 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 171774 158481 258 24 0 168408 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 687096

[startup+582.301 s]
/proc/loadavg: 2.00 1.94 1.32 3/328 17113
/proc/meminfo: memFree=17758028/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=1039064 CPUtime=582.31 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 186025 0 0 0 58188 43 0 0 25 0 1 0 848214833 1064001536 170363 33554432000 4194304 4291037 140735395085120 18446744073709551615 4248387 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 259766 170363 258 24 0 256400 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1039064

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.04 2.01 1.94 3/328 17218
/proc/meminfo: memFree=16215052/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2614728 CPUtime=4062.43 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 559169 0 0 0 406069 174 0 0 25 0 1 0 848214833 2677481472 542724 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 653682 542724 258 24 0 650316 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 2614728

[startup+4122.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/328 17220
/proc/meminfo: memFree=16138876/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2618564 CPUtime=4122.42 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 564186 0 0 0 412067 175 0 0 25 0 1 0 848214833 2681409536 547725 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 654641 547725 258 24 0 651275 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 2618564

[startup+4182.3 s]
/proc/loadavg: 2.08 2.02 1.94 3/328 17221
/proc/meminfo: memFree=16052400/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2621376 CPUtime=4182.42 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 569264 0 0 0 418065 177 0 0 25 0 1 0 848214833 2684289024 552794 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 655344 552794 258 24 0 651978 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 2621376

[startup+4242.3 s]
/proc/loadavg: 2.03 2.01 1.94 3/328 17232
/proc/meminfo: memFree=15986252/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2623536 CPUtime=4242.42 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 573799 0 0 0 424064 178 0 0 25 0 1 0 848214833 2686500864 557317 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 655884 557317 258 24 0 652518 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 2623536

[startup+4302.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/328 17234
/proc/meminfo: memFree=15913404/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2625748 CPUtime=4302.43 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 577848 0 0 0 430063 180 0 0 25 0 1 0 848214833 2688765952 561358 33554432000 4194304 4291037 140735395085120 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 656437 561358 258 24 0 653071 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 2625748

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17235
/proc/meminfo: memFree=15846516/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2626984 CPUtime=4362.43 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 582796 0 0 0 436060 183 0 0 25 0 1 0 848214833 2690031616 566294 33554432000 4194304 4291037 140735395085120 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 656746 566294 258 24 0 653380 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 2626984

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17237
/proc/meminfo: memFree=15772544/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2628192 CPUtime=4422.42 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 587110 0 0 0 442058 184 0 0 25 0 1 0 848214833 2691268608 570601 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 657048 570601 258 24 0 653682 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 2628192

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17238
/proc/meminfo: memFree=15704556/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2628904 CPUtime=4482.43 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 590833 0 0 0 448056 187 0 0 25 0 1 0 848214833 2691997696 574316 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 657226 574316 258 24 0 653860 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 2628904

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17240
/proc/meminfo: memFree=15642376/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2629512 CPUtime=4542.43 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 594087 0 0 0 454055 188 0 0 25 0 1 0 848214833 2692620288 577559 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 657378 577559 258 24 0 654012 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 2629512

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17324
/proc/meminfo: memFree=16383408/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2631116 CPUtime=4602.45 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 597465 0 0 0 460055 190 0 0 25 0 1 0 848214833 2694262784 580925 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 657779 580925 258 24 0 654413 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 2631116

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17325
/proc/meminfo: memFree=16267348/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2631812 CPUtime=4662.44 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 601455 0 0 0 466053 191 0 0 25 0 1 0 848214833 2694975488 584907 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 657953 584907 258 24 0 654587 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 2631812

[startup+4722.31 s]
/proc/loadavg: 2.04 2.01 1.95 3/328 17327
/proc/meminfo: memFree=16272876/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2634872 CPUtime=4722.45 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 606054 0 0 0 472053 192 0 0 25 0 1 0 848214833 2698108928 589496 33554432000 4194304 4291037 140735395085120 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 658718 589496 258 24 0 655352 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 2634872

[startup+4782.3 s]
/proc/loadavg: 2.01 2.01 1.95 3/328 17328
/proc/meminfo: memFree=16263416/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2636312 CPUtime=4782.44 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 609394 0 0 0 478051 193 0 0 25 0 1 0 848214833 2699583488 592829 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 659078 592829 258 24 0 655712 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 2636312

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 17330
/proc/meminfo: memFree=16309380/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2637804 CPUtime=4842.44 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 612179 0 0 0 484050 194 0 0 25 0 1 0 848214833 2701111296 595598 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255709 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 659451 595598 258 24 0 656085 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 2637804

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 17332
/proc/meminfo: memFree=16189292/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2639084 CPUtime=4902.44 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 615407 0 0 0 490049 195 0 0 25 0 1 0 848214833 2702422016 598812 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 659771 598812 258 24 0 656405 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 2639084

[startup+4962.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 17333
/proc/meminfo: memFree=16249760/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2639512 CPUtime=4962.44 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 618407 0 0 0 496048 196 0 0 25 0 1 0 848214833 2702860288 601798 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255907 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 659878 601798 258 24 0 656512 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 2639512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 17334
/proc/meminfo: memFree=16157212/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2640364 CPUtime=5000.06 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 620480 0 0 0 499809 197 0 0 25 0 1 0 848214833 2703732736 603866 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 660091 603866 258 24 0 656725 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 2640364

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 17334
/proc/meminfo: memFree=16157212/32951124 swapFree=67083432/67111528
[pid=17097] ppid=17095 vsize=2640364 CPUtime=5000.06 cores=0,2,4,6
/proc/17097/stat : 17097 (minisat_release) R 17095 17097 16912 0 -1 4202496 620480 0 0 0 499809 197 0 0 25 0 1 0 848214833 2703732736 603866 33554432000 4194304 4291037 140735395085120 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/17097/statm: 660091 603866 258 24 0 656725 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 2640364

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000
CPU time (s): 5000.15
CPU user time (s): 4998.09
CPU system time (s): 2.06069
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2640364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.09
system time used= 2.06069
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 620480
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 2513

runsolver used 16.0716 second user time and 33.9628 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-28 12:50:43
IDJOB=3419796
IDBENCH=71036
IDSOLVER=1912
FILE ID=node110/3419796-1306579842
RUNJOBID= node110-1306579399-16930
PBS_JOBID= 13471570
Free space on /tmp= 73452 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-20-10p0.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419796-1306579842/watcher-3419796-1306579842 -o /tmp/evaluation-result-3419796-1306579842/solver-3419796-1306579842 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419796-1306579842.cnf

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

MD5SUM BENCH= faef1c850bb82ceddc7da5a4c445dd25
RANDOM SEED=1303028293

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18290344 kB
Buffers:        336592 kB
Cached:        9853112 kB
SwapCached:       1416 kB
Active:        7866780 kB
Inactive:      6460416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18290344 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           26492 kB
Writeback:           0 kB
AnonPages:     4135968 kB
Mapped:          28200 kB
Slab:           242312 kB
PageTables:      27868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76319420 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= 73456 MiB
End job on node110 at 2011-05-28 14:14:04