Trace number 3380435

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: cir_minisat 2011-05-13 (simp)? (TO) 1300.04 1300.02

General information on the benchmark

Nameindustrial/palacios/hard/
sortnet-7-ipc5-h15-unsat.cnf
MD5SUM0683489092a5eb0c881dd17c2c45d08e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables105623
Number of clauses374254
Sum of the clauses size911890
Maximum clause length43
Minimum clause length1
Number of clauses of size 1128
Number of clauses of size 2269133
Number of clauses of size 399944
Number of clauses of size 4407
Number of clauses of size 5309
Number of clauses of size over 54333

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-3380435-1305458384/watcher-3380435-1305458384 -o /tmp/evaluation-result-3380435-1305458384/solver-3380435-1305458384 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3380435-1305458384.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.16 2.69 3.34 4/348 20839
/proc/meminfo: memFree=19746864/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=21540 CPUtime=0.01 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 1256 0 0 0 1 0 0 0 21 0 1 0 657440754 22056960 1180 33554432000 4194304 4300288 140734617601760 18446744073709551615 212435714256 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 5385 1181 218 26 0 2017 0

[startup+0.0585069 s]
/proc/loadavg: 1.16 2.69 3.34 4/348 20839
/proc/meminfo: memFree=19746864/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=30208 CPUtime=0.05 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 4110 0 0 0 5 0 0 0 21 0 1 0 657440754 30932992 3746 33554432000 4194304 4300288 140734617601760 18446744073709551615 4279009 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 7552 3748 218 26 0 4184 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 30208

[startup+0.100495 s]
/proc/loadavg: 1.16 2.69 3.34 4/348 20839
/proc/meminfo: memFree=19746864/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=39272 CPUtime=0.09 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 7009 0 0 0 8 1 0 0 21 0 1 0 657440754 40214528 6195 33554432000 4194304 4300288 140734617601760 18446744073709551615 212435677893 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 9818 6198 218 26 0 6450 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39272

[startup+0.300473 s]
/proc/loadavg: 1.16 2.69 3.34 4/348 20839
/proc/meminfo: memFree=19746864/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=65856 CPUtime=0.29 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 12983 0 0 0 28 1 0 0 22 0 1 0 657440754 67436544 11648 33554432000 4194304 4300288 140734617601760 18446744073709551615 4278967 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 16464 11649 226 26 0 13096 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 65856

[startup+0.700386 s]
/proc/loadavg: 1.16 2.69 3.34 4/348 20839
/proc/meminfo: memFree=19746864/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=76696 CPUtime=0.69 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 18871 0 0 0 67 2 0 0 24 0 1 0 657440754 78536704 14217 33554432000 4194304 4300288 140734617601760 18446744073709551615 4231296 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 19174 14217 227 26 0 15806 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76696

[startup+1.50021 s]
/proc/loadavg: 1.55 2.74 3.35 5/349 20840
/proc/meminfo: memFree=19680648/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=80468 CPUtime=1.49 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 20764 0 0 0 147 2 0 0 25 0 1 0 657440754 82399232 14990 33554432000 4194304 4300288 140734617601760 18446744073709551615 4241937 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 20117 14990 227 26 0 16749 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80468

[startup+3.10092 s]
/proc/loadavg: 1.55 2.74 3.35 5/349 20841
/proc/meminfo: memFree=19683264/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=68972 CPUtime=3.09 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 21010 0 0 0 307 2 0 0 25 0 1 0 657440754 70627328 12683 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 17243 12683 248 26 0 13875 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 68972

[startup+6.30031 s]
/proc/loadavg: 1.55 2.74 3.35 5/349 20841
/proc/meminfo: memFree=19678680/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=68972 CPUtime=6.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 21452 0 0 0 627 3 0 0 25 0 1 0 657440754 70627328 13106 33554432000 4194304 4300288 140734617601760 18446744073709551615 4256455 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 17243 13106 248 26 0 13875 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 68972

[startup+12.7011 s]
/proc/loadavg: 1.93 2.78 3.36 5/349 20841
/proc/meminfo: memFree=19670436/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=80464 CPUtime=12.69 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 22367 0 0 0 1266 3 0 0 25 0 1 0 657440754 82395136 14005 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 20116 14005 248 26 0 16748 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 80464

[startup+25.5007 s]
/proc/loadavg: 2.25 2.82 3.37 5/349 20841
/proc/meminfo: memFree=19654932/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=80464 CPUtime=25.49 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 24012 0 0 0 2545 4 0 0 25 0 1 0 657440754 82395136 15613 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255985 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 20116 15613 248 26 0 16748 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80464

[startup+51.1009 s]
/proc/loadavg: 2.99 2.95 3.39 5/349 20842
/proc/meminfo: memFree=19612512/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=110816 CPUtime=51.09 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 31727 0 0 0 5104 5 0 0 25 0 1 0 657440754 113475584 23270 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 27704 23270 248 26 0 24336 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 110816

[startup+102.313 s]
/proc/loadavg: 3.56 3.11 3.42 5/349 20843
/proc/meminfo: memFree=19582832/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=160604 CPUtime=102.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 37410 0 0 0 10223 7 0 0 25 0 1 0 657440754 164458496 28866 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 40151 28866 248 26 0 36783 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 160604

[startup+162.301 s]
/proc/loadavg: 3.84 3.27 3.45 5/349 20845
/proc/meminfo: memFree=19554876/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=160604 CPUtime=162.29 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 42321 0 0 0 16220 9 0 0 25 0 1 0 657440754 164458496 33699 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 40151 33699 248 26 0 36783 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 160604

[startup+222.3 s]
/proc/loadavg: 3.94 3.40 3.48 5/349 20846
/proc/meminfo: memFree=19595380/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=116648 CPUtime=222.29 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 52189 0 0 0 22218 11 0 0 25 0 1 0 657440754 119447552 24645 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 29162 24645 248 26 0 25794 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 116648

[startup+282.301 s]
/proc/loadavg: 3.98 3.51 3.51 5/349 20848
/proc/meminfo: memFree=19563348/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=166436 CPUtime=282.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 58063 0 0 0 28215 15 0 0 25 0 1 0 657440754 170430464 30424 33554432000 4194304 4300288 140734617601760 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 41609 30424 248 26 0 38241 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 166436

[startup+342.301 s]
/proc/loadavg: 4.06 3.61 3.55 5/349 20904
/proc/meminfo: memFree=19392468/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=166436 CPUtime=342.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 62603 0 0 0 34211 19 0 0 25 0 1 0 657440754 170430464 34848 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 41609 34848 248 26 0 38241 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 166436

[startup+402.3 s]
/proc/loadavg: 4.02 3.68 3.57 5/349 20905
/proc/meminfo: memFree=19324636/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=216524 CPUtime=402.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 66218 0 0 0 40210 20 0 0 25 0 1 0 657440754 221720576 38379 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255670 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 54131 38379 248 26 0 50763 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 216524

[startup+462.301 s]
/proc/loadavg: 4.01 3.73 3.59 5/349 20907
/proc/meminfo: memFree=19324088/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=114668 CPUtime=462.29 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 75710 0 0 0 46207 22 0 0 25 0 1 0 657440754 117420032 24536 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 28667 24536 248 26 0 25299 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 114668

[startup+522.301 s]
/proc/loadavg: 4.06 3.80 3.62 5/349 20908
/proc/meminfo: memFree=19254476/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=145312 CPUtime=522.29 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 81398 0 0 0 52204 25 0 0 25 0 1 0 657440754 148799488 30121 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 36328 30121 248 26 0 32960 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 145312

[startup+582.3 s]
/proc/loadavg: 4.06 3.84 3.65 5/349 20910
/proc/meminfo: memFree=19184732/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=176132 CPUtime=582.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 86782 0 0 0 58203 27 0 0 25 0 1 0 657440754 180359168 35398 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 44033 35398 248 26 0 40665 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 176132

[startup+642.301 s]
/proc/loadavg: 4.02 3.87 3.67 5/349 20912
/proc/meminfo: memFree=19123528/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=176132 CPUtime=642.31 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 90715 0 0 0 64203 28 0 0 25 0 1 0 657440754 180359168 39266 33554432000 4194304 4300288 140734617601760 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 44033 39266 248 26 0 40665 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 176132

[startup+702.301 s]
/proc/loadavg: 4.06 3.91 3.69 5/349 20913
/proc/meminfo: memFree=19054648/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=226220 CPUtime=702.29 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 94696 0 0 0 70199 30 0 0 25 0 1 0 657440754 231649280 43174 33554432000 4194304 4300288 140734617601760 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 56555 43174 248 26 0 53187 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 226220

[startup+762.313 s]
/proc/loadavg: 4.02 3.92 3.71 5/349 20915
/proc/meminfo: memFree=19082492/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=121764 CPUtime=762.32 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 102691 0 0 0 76200 32 0 0 25 0 1 0 657440754 124686336 24754 33554432000 4194304 4300288 140734617601760 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 30441 24754 248 26 0 27073 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 121764

[startup+822.301 s]
/proc/loadavg: 4.00 3.93 3.72 5/349 20916
/proc/meminfo: memFree=19015860/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=152408 CPUtime=822.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 108644 0 0 0 82196 34 0 0 25 0 1 0 657440754 156065792 30579 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255944 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 38102 30579 248 26 0 34734 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 152408

[startup+882.301 s]
/proc/loadavg: 4.08 3.97 3.75 5/349 20918
/proc/meminfo: memFree=18956132/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=183228 CPUtime=882.29 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 113674 0 0 0 88193 36 0 0 25 0 1 0 657440754 187625472 35522 33554432000 4194304 4300288 140734617601760 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 45807 35522 248 26 0 42439 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 183228

[startup+942.301 s]
/proc/loadavg: 4.03 3.97 3.76 5/349 20920
/proc/meminfo: memFree=18894088/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=183228 CPUtime=942.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 119093 0 0 0 94191 39 0 0 25 0 1 0 657440754 187625472 40857 33554432000 4194304 4300288 140734617601760 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 45807 40857 248 26 0 42439 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 183228

[startup+1002.3 s]
/proc/loadavg: 4.01 3.97 3.77 5/349 20921
/proc/meminfo: memFree=18841716/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=233316 CPUtime=1002.31 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 122974 0 0 0 100190 41 0 0 25 0 1 0 657440754 238915584 44647 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 58329 44647 248 26 0 54961 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 233316

[startup+1062.3 s]
/proc/loadavg: 4.18 4.03 3.80 5/349 20923
/proc/meminfo: memFree=18780420/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=233316 CPUtime=1062.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 126920 0 0 0 106188 42 0 0 25 0 1 0 657440754 238915584 48521 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 58329 48521 248 26 0 54961 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 233316

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 3.82 5/349 20924
/proc/meminfo: memFree=18729396/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=233316 CPUtime=1122.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 130788 0 0 0 112186 44 0 0 25 0 1 0 657440754 238915584 52329 33554432000 4194304 4300288 140734617601760 18446744073709551615 4256021 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 58329 52329 248 26 0 54961 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 233316

[startup+1182.3 s]
/proc/loadavg: 4.18 4.05 3.83 5/349 20926
/proc/meminfo: memFree=18774976/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=139332 CPUtime=1182.3 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 140186 0 0 0 118182 48 0 0 25 0 1 0 657440754 142675968 30839 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255819 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 34833 30839 248 26 0 31465 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 139332

[startup+1242.3 s]
/proc/loadavg: 4.07 4.04 3.84 5/349 20928
/proc/meminfo: memFree=18722208/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=158300 CPUtime=1242.31 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 144978 0 0 0 124181 50 0 0 25 0 1 0 657440754 162099200 35543 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 39575 35543 248 26 0 36207 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 158300



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.85 3/345 20931
/proc/meminfo: memFree=18759516/32951124 swapFree=57331800/67111528
[pid=20839] ppid=20837 vsize=189120 CPUtime=1300.02 cores=4,6
/proc/20839/stat : 20839 (cir_minisat) R 20837 20839 20340 0 -1 4202496 149479 0 0 0 129950 52 0 0 25 0 1 0 657440754 193658880 39970 33554432000 4194304 4300288 140734617601760 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/20839/statm: 47280 39970 248 26 0 43912 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 189120

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.51
CPU system time (s): 0.529919
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 238792

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

runsolver used 4.55031 second user time and 9.65653 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 13:19:44
IDJOB=3380435
IDBENCH=20406
IDSOLVER=1863
FILE ID=node102/3380435-1305458384
RUNJOBID= node102-1305458383-20798
PBS_JOBID= 13324892
Free space on /tmp= 73640 MiB

SOLVER NAME= cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT07/industrial/palacios/hard/sortnet-7-ipc5-h15-unsat.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380435-1305458384/watcher-3380435-1305458384 -o /tmp/evaluation-result-3380435-1305458384/solver-3380435-1305458384 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3380435-1305458384.cnf

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

MD5SUM BENCH= 0683489092a5eb0c881dd17c2c45d08e
RANDOM SEED=505108648

node102.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.828
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.65
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.828
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.75
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.828
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.82
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.828
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19747276 kB
Buffers:         28564 kB
Cached:         382544 kB
SwapCached:      89884 kB
Active:        4026112 kB
Inactive:      8990472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19747276 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:            9424 kB
Writeback:           0 kB
AnonPages:    12526088 kB
Mapped:          14548 kB
Slab:            60392 kB
PageTables:      62276 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63486900 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= 73612 MiB
End job on node102 at 2011-05-15 13:41:26