Trace number 3422370

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: contrasat 2011-03-02? (TO) 5000.07 5000.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.529
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3422370-1306664250/watcher-3422370-1306664250 -o /tmp/evaluation-result-3422370-1306664250/solver-3422370-1306664250 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422370-1306664250.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: 2.20 2.10 2.02 3/424 23509
/proc/meminfo: memFree=13936448/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=20816 CPUtime=0 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 1104 0 0 0 0 0 0 0 25 0 1 0 778023200 21315584 1002 33554432000 4194304 4298156 140733860159216 18446744073709551615 4284417 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 5204 1002 216 26 0 1836 0

[startup+0.107024 s]
/proc/loadavg: 2.20 2.10 2.02 3/424 23509
/proc/meminfo: memFree=13936448/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=34828 CPUtime=0.09 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 5744 0 0 0 9 0 0 0 25 0 1 0 778023200 35663872 5034 33554432000 4194304 4298156 140733860159216 18446744073709551615 4231440 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 8707 5035 224 26 0 5339 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 34828

[startup+0.200994 s]
/proc/loadavg: 2.20 2.10 2.02 3/424 23509
/proc/meminfo: memFree=13936448/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=36808 CPUtime=0.19 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 7617 0 0 0 18 1 0 0 25 0 1 0 778023200 37691392 5290 33554432000 4194304 4298156 140733860159216 18446744073709551615 4284982 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 9202 5290 225 26 0 5834 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36808

[startup+0.300969 s]
/proc/loadavg: 2.20 2.10 2.02 3/424 23509
/proc/meminfo: memFree=13936448/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=35560 CPUtime=0.29 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 8718 0 0 0 28 1 0 0 25 0 1 0 778023200 36413440 5142 33554432000 4194304 4298156 140733860159216 18446744073709551615 246516489332 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 8890 5142 225 26 0 5522 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35560

[startup+0.700876 s]
/proc/loadavg: 2.20 2.10 2.02 3/424 23509
/proc/meminfo: memFree=13936448/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=36356 CPUtime=0.69 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 9518 0 0 0 68 1 0 0 25 0 1 0 778023200 37228544 5316 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 9089 5316 244 26 0 5721 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36356

[startup+1.50074 s]
/proc/loadavg: 2.20 2.10 2.02 3/425 23510
/proc/meminfo: memFree=13914252/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=40708 CPUtime=1.49 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 9956 0 0 0 148 1 0 0 25 0 1 0 778023200 41684992 5724 33554432000 4194304 4298156 140733860159216 18446744073709551615 4252036 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 10177 5724 244 26 0 6809 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 40708

[startup+3.10046 s]
/proc/loadavg: 2.18 2.10 2.02 3/425 23510
/proc/meminfo: memFree=13907928/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=42384 CPUtime=3.09 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 11568 0 0 0 308 1 0 0 25 0 1 0 778023200 43401216 7014 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 10596 7014 244 26 0 7228 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42384

[startup+6.30089 s]
/proc/loadavg: 2.18 2.10 2.02 3/425 23510
/proc/meminfo: memFree=13896032/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=63712 CPUtime=6.29 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 16596 0 0 0 627 2 0 0 25 0 1 0 778023200 65241088 11615 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 15928 11615 244 26 0 12560 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 63712

[startup+12.7007 s]
/proc/loadavg: 2.23 2.11 2.03 3/425 23511
/proc/meminfo: memFree=13881860/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=65740 CPUtime=12.68 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 32483 0 0 0 1265 3 0 0 25 0 1 0 778023200 67317760 12894 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 16435 12894 244 26 0 13067 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 65740

[startup+25.5004 s]
/proc/loadavg: 2.28 2.12 2.03 3/425 23511
/proc/meminfo: memFree=13883580/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=72920 CPUtime=25.49 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 42001 0 0 0 2545 4 0 0 25 0 1 0 778023200 74670080 14266 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 18230 14266 244 26 0 14862 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 72920

[startup+51.1007 s]
/proc/loadavg: 2.25 2.13 2.03 3/425 23512
/proc/meminfo: memFree=13856768/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=91776 CPUtime=51.08 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 47578 0 0 0 5103 5 0 0 25 0 1 0 778023200 93978624 19488 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256251 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 22944 19488 244 26 0 19576 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 91776

[startup+102.3 s]
/proc/loadavg: 2.16 2.12 2.03 3/425 23513
/proc/meminfo: memFree=13852544/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=103448 CPUtime=102.29 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 70787 0 0 0 10220 9 0 0 25 0 1 0 778023200 105930752 21709 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 25862 21709 244 26 0 22494 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 103448

[startup+162.3 s]
/proc/loadavg: 2.06 2.10 2.03 3/425 23515
/proc/meminfo: memFree=13838764/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=122420 CPUtime=162.28 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 177315 0 0 0 16205 23 0 0 25 0 1 0 778023200 125358080 25510 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 30605 25510 244 26 0 27237 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 122420

[startup+222.317 s]
/proc/loadavg: 2.02 2.07 2.02 3/425 23516
/proc/meminfo: memFree=13788036/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=152888 CPUtime=222.29 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 260435 0 0 0 22195 34 0 0 25 0 1 0 778023200 156557312 34766 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 38222 34766 244 26 0 34854 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 152888

[startup+282.301 s]
/proc/loadavg: 2.04 2.07 2.02 3/425 23518
/proc/meminfo: memFree=13833640/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=122544 CPUtime=282.27 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 270056 0 0 0 28191 36 0 0 25 0 1 0 778023200 125485056 23801 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256558 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 30636 23801 244 26 0 27268 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 122544

[startup+342.301 s]
/proc/loadavg: 2.01 2.06 2.02 3/425 23519
/proc/meminfo: memFree=13833488/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=122544 CPUtime=342.27 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 349008 0 0 0 34178 49 0 0 25 0 1 0 778023200 125485056 24692 33554432000 4194304 4298156 140733860159216 18446744073709551615 4262653 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 30636 24692 244 26 0 27268 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 122544

[startup+402.301 s]
/proc/loadavg: 2.00 2.05 2.01 3/425 23521
/proc/meminfo: memFree=13806672/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=122544 CPUtime=402.26 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 445849 0 0 0 40162 64 0 0 25 0 1 0 778023200 125485056 25974 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 30636 25974 244 26 0 27268 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 122544

[startup+462.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 23523
/proc/meminfo: memFree=13817196/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=122544 CPUtime=462.26 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 516007 0 0 0 46151 75 0 0 25 0 1 0 778023200 125485056 27200 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256822 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 30636 27200 244 26 0 27268 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 122544

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 4/425 23524
/proc/meminfo: memFree=13825360/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=122544 CPUtime=522.25 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 609317 0 0 0 52136 89 0 0 25 0 1 0 778023200 125485056 23753 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256304 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 30636 23753 244 26 0 27268 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 122544

[startup+582.301 s]
/proc/loadavg: 2.11 2.05 2.01 4/425 23526
/proc/meminfo: memFree=13848404/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=152924 CPUtime=582.26 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 689727 0 0 0 58124 102 0 0 25 0 1 0 778023200 156594176 30128 33554432000 4194304 4298156 140733860159216 18446744073709551615 4261516 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 38231 30128 244 26 0 34863 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 152924

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.03 2.06 2.01 3/425 23685
/proc/meminfo: memFree=13774684/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=4062.32 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4038780 0 0 0 405609 623 0 0 25 0 1 0 778023200 239443968 47748 33554432000 4194304 4298156 140733860159216 18446744073709551615 4251907 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 47748 244 26 0 55090 0
Current children cumulated CPU time (s) 4062.32
Current children cumulated vsize (KiB) 233832

[startup+4122.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/425 23713
/proc/meminfo: memFree=13910892/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=4122.31 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4137568 0 0 0 411593 638 0 0 25 0 1 0 778023200 239443968 47333 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 47333 244 26 0 55090 0
Current children cumulated CPU time (s) 4122.31
Current children cumulated vsize (KiB) 233832

[startup+4182.32 s]
/proc/loadavg: 2.16 2.07 2.01 3/425 23715
/proc/meminfo: memFree=13896876/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=4182.33 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4214137 0 0 0 417582 651 0 0 25 0 1 0 778023200 239443968 43545 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256310 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 43545 244 26 0 55090 0
Current children cumulated CPU time (s) 4182.33
Current children cumulated vsize (KiB) 233832

[startup+4242.3 s]
/proc/loadavg: 2.13 2.07 2.01 3/425 23716
/proc/meminfo: memFree=13907268/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=183744 CPUtime=4242.31 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4284353 0 0 0 423567 664 0 0 25 0 1 0 778023200 188153856 40530 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 45936 40530 244 26 0 42568 0
Current children cumulated CPU time (s) 4242.31
Current children cumulated vsize (KiB) 183744

[startup+4302.3 s]
/proc/loadavg: 2.05 2.05 2.00 3/425 23718
/proc/meminfo: memFree=13877104/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=4302.32 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4335831 0 0 0 429559 673 0 0 25 0 1 0 778023200 239443968 43837 33554432000 4194304 4298156 140733860159216 18446744073709551615 4251855 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 43837 244 26 0 55090 0
Current children cumulated CPU time (s) 4302.32
Current children cumulated vsize (KiB) 233832

[startup+4362.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/425 23720
/proc/meminfo: memFree=13896304/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=183744 CPUtime=4362.31 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4399735 0 0 0 435549 682 0 0 25 0 1 0 778023200 188153856 39154 33554432000 4194304 4298156 140733860159216 18446744073709551615 4254106 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 45936 39154 244 26 0 42568 0
Current children cumulated CPU time (s) 4362.31
Current children cumulated vsize (KiB) 183744

[startup+4422.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/425 23721
/proc/meminfo: memFree=13893312/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=183744 CPUtime=4422.32 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4463923 0 0 0 441538 694 0 0 25 0 1 0 778023200 188153856 39547 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256790 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 45936 39547 244 26 0 42568 0
Current children cumulated CPU time (s) 4422.32
Current children cumulated vsize (KiB) 183744

[startup+4482.3 s]
/proc/loadavg: 2.08 2.06 2.01 3/425 23723
/proc/meminfo: memFree=13892176/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=183744 CPUtime=4482.32 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4512146 0 0 0 447529 703 0 0 25 0 1 0 778023200 188153856 39457 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 45936 39457 244 26 0 42568 0
Current children cumulated CPU time (s) 4482.32
Current children cumulated vsize (KiB) 183744

[startup+4542.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/425 23724
/proc/meminfo: memFree=13816516/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=4542.32 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4545181 0 0 0 453524 708 0 0 25 0 1 0 778023200 239443968 50239 33554432000 4194304 4298156 140733860159216 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 50239 244 26 0 55090 0
Current children cumulated CPU time (s) 4542.32
Current children cumulated vsize (KiB) 233832

[startup+4602.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/425 23726
/proc/meminfo: memFree=13824540/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=4602.32 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4615588 0 0 0 459512 720 0 0 25 0 1 0 778023200 239443968 42694 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 42694 244 26 0 55090 0
Current children cumulated CPU time (s) 4602.32
Current children cumulated vsize (KiB) 233832

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/425 23728
/proc/meminfo: memFree=13884788/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=183744 CPUtime=4662.33 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4665747 0 0 0 465505 728 0 0 25 0 1 0 778023200 188153856 40446 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 45936 40446 244 26 0 42568 0
Current children cumulated CPU time (s) 4662.33
Current children cumulated vsize (KiB) 183744

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/425 23729
/proc/meminfo: memFree=13863788/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=4722.33 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4717963 0 0 0 471498 735 0 0 25 0 1 0 778023200 239443968 44830 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256787 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 44830 244 26 0 55090 0
Current children cumulated CPU time (s) 4722.33
Current children cumulated vsize (KiB) 233832

[startup+4782.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/425 23731
/proc/meminfo: memFree=13844544/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=183744 CPUtime=4782.33 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4788243 0 0 0 477486 747 0 0 25 0 1 0 778023200 188153856 42296 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256383 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 45936 42296 244 26 0 42568 0
Current children cumulated CPU time (s) 4782.33
Current children cumulated vsize (KiB) 183744

[startup+4842.32 s]
/proc/loadavg: 2.07 2.05 2.01 3/425 23732
/proc/meminfo: memFree=13843780/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=4842.34 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4820389 0 0 0 483482 752 0 0 25 0 1 0 778023200 239443968 49878 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 49878 244 26 0 55090 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 233832

[startup+4902.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/425 23734
/proc/meminfo: memFree=13878088/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=183744 CPUtime=4902.33 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4889525 0 0 0 489472 761 0 0 25 0 1 0 778023200 188153856 41568 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256767 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 45936 41568 244 26 0 42568 0
Current children cumulated CPU time (s) 4902.33
Current children cumulated vsize (KiB) 183744

[startup+4962.3 s]
/proc/loadavg: 2.18 2.08 2.01 3/425 23736
/proc/meminfo: memFree=13832560/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=4962.33 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4940079 0 0 0 495465 768 0 0 25 0 1 0 778023200 239443968 45050 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 45050 244 26 0 55090 0
Current children cumulated CPU time (s) 4962.33
Current children cumulated vsize (KiB) 233832



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.10 2.06 2.01 3/425 23737
/proc/meminfo: memFree=13835644/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=5000.05 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4986655 0 0 0 499230 775 0 0 25 0 1 0 778023200 239443968 43524 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 43524 244 26 0 55090 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 233832

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

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

[startup+5000 s]
/proc/loadavg: 2.10 2.06 2.01 3/425 23737
/proc/meminfo: memFree=13835644/32951124 swapFree=48785060/67111528
[pid=23509] ppid=23507 vsize=233832 CPUtime=5000.05 cores=0,2,4,6
/proc/23509/stat : 23509 (contrasat_relea) R 23507 23509 22730 0 -1 4202496 4986655 0 0 0 499230 775 0 0 25 0 1 0 778023200 239443968 43524 33554432000 4194304 4298156 140733860159216 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/23509/statm: 58458 43524 244 26 0 55090 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 233832

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.03
CPU time (s): 5000.07
CPU user time (s): 4992.31
CPU system time (s): 7.76082
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 445448

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

runsolver used 21.7147 second user time and 46.4849 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-29 12:17:30
IDJOB=3422370
IDBENCH=82466
IDSOLVER=1915
FILE ID=node134/3422370-1306664250
RUNJOBID= node134-1306658665-22748
PBS_JOBID= 13471763
Free space on /tmp= 73096 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422370-1306664250/watcher-3422370-1306664250 -o /tmp/evaluation-result-3422370-1306664250/solver-3422370-1306664250 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422370-1306664250.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=1674882143

node134.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.831
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13936604 kB
Buffers:        288092 kB
Cached:        7642052 kB
SwapCached:      40168 kB
Active:        6436300 kB
Inactive:     12281484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13936604 kB
SwapTotal:    67111528 kB
SwapFree:     48785060 kB
Dirty:            2608 kB
Writeback:           0 kB
AnonPages:    10755288 kB
Mapped:          21544 kB
Slab:           140292 kB
PageTables:      89400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 110999204 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73112 MiB
End job on node134 at 2011-05-29 13:40:52