Trace number 3422372

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.12 5000.03

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1004.79
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
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-3422372-1306664286/watcher-3422372-1306664286 -o /tmp/evaluation-result-3422372-1306664286/solver-3422372-1306664286 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422372-1306664286.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.05 2.01 2/483 14201
/proc/meminfo: memFree=19218212/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/14201/stat : 14201 (runsolver) R 14199 14201 13855 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 856659294 12079104 50 33554432000 4194304 5432360 140734817190080 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/14201/statm: 2949 50 30 303 0 2643 0

[startup+0.110555 s]
/proc/loadavg: 2.11 2.05 2.01 2/483 14201
/proc/meminfo: memFree=19218212/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=44028 CPUtime=0.09 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 8277 0 0 0 8 1 0 0 25 0 1 0 856659294 45084672 7027 33554432000 4194304 4298156 140733602387760 18446744073709551615 260905054917 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 11007 7028 218 26 0 7639 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44028

[startup+0.200535 s]
/proc/loadavg: 2.11 2.05 2.01 2/483 14201
/proc/meminfo: memFree=19218212/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=56768 CPUtime=0.18 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 10922 0 0 0 17 1 0 0 25 0 1 0 856659294 58130432 9410 33554432000 4194304 4298156 140733602387760 18446744073709551615 4284982 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 14192 9410 244 26 0 10824 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 56768

[startup+0.300522 s]
/proc/loadavg: 2.11 2.05 2.01 2/483 14201
/proc/meminfo: memFree=19218212/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=67532 CPUtime=0.28 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 13314 0 0 0 26 2 0 0 25 0 1 0 856659294 69152768 11387 33554432000 4194304 4298156 140733602387760 18446744073709551615 4211271 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 16883 11391 245 26 0 13515 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 67532

[startup+0.700447 s]
/proc/loadavg: 2.11 2.05 2.01 2/483 14201
/proc/meminfo: memFree=19218212/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=63696 CPUtime=0.68 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 20286 0 0 0 65 3 0 0 25 0 1 0 856659294 65224704 11460 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256812 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 15924 11460 254 26 0 12556 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 63696

[startup+1.5003 s]
/proc/loadavg: 2.11 2.05 2.01 3/484 14202
/proc/meminfo: memFree=19171588/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=63696 CPUtime=1.48 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 20748 0 0 0 145 3 0 0 25 0 1 0 856659294 65224704 11890 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 15924 11890 264 26 0 12556 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 63696

[startup+3.10101 s]
/proc/loadavg: 2.11 2.05 2.01 3/484 14202
/proc/meminfo: memFree=19167496/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=77908 CPUtime=3.08 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 22117 0 0 0 305 3 0 0 25 0 1 0 856659294 79777792 13147 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 19477 13147 264 26 0 16109 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 77908

[startup+6.30036 s]
/proc/loadavg: 2.10 2.05 2.01 3/484 14202
/proc/meminfo: memFree=19158324/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=77908 CPUtime=6.28 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 23847 0 0 0 625 3 0 0 25 0 1 0 856659294 79777792 14661 33554432000 4194304 4298156 140733602387760 18446744073709551615 4261203 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 19477 14661 264 26 0 16109 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 77908

[startup+12.7002 s]
/proc/loadavg: 2.10 2.05 2.01 3/484 14202
/proc/meminfo: memFree=19153340/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=82440 CPUtime=12.68 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 34853 0 0 0 1264 4 0 0 25 0 1 0 856659294 84418560 15760 33554432000 4194304 4298156 140733602387760 18446744073709551615 4273244 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 20610 15760 264 26 0 17242 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 82440

[startup+25.5008 s]
/proc/loadavg: 2.07 2.05 2.01 3/484 14202
/proc/meminfo: memFree=19146520/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=89624 CPUtime=25.48 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 36783 0 0 0 2544 4 0 0 25 0 1 0 856659294 91774976 17555 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 22406 17555 264 26 0 19038 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 89624

[startup+51.1012 s]
/proc/loadavg: 2.12 2.06 2.01 3/484 14203
/proc/meminfo: memFree=19107916/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=132364 CPUtime=51.08 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 52495 0 0 0 5102 6 0 0 25 0 1 0 856659294 135540736 26621 33554432000 4194304 4298156 140733602387760 18446744073709551615 4257027 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 33091 26621 264 26 0 29723 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 132364

[startup+102.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/484 14204
/proc/meminfo: memFree=19077380/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=132808 CPUtime=102.29 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 55338 0 0 0 10223 6 0 0 25 0 1 0 856659294 135995392 29316 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 33202 29316 264 26 0 29834 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 132808

[startup+162.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/484 14206
/proc/meminfo: memFree=19106224/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=102460 CPUtime=162.28 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 112285 0 0 0 16214 14 0 0 25 0 1 0 856659294 104919040 21959 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256360 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 25615 21959 264 26 0 22247 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 102460

[startup+222.319 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 14207
/proc/meminfo: memFree=19105904/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=102800 CPUtime=222.3 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 256766 0 0 0 22198 32 0 0 25 0 1 0 856659294 105267200 22076 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 25700 22076 264 26 0 22332 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 102800

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 14209
/proc/meminfo: memFree=19055012/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=182468 CPUtime=282.28 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 360658 0 0 0 28181 47 0 0 25 0 1 0 856659294 186847232 38103 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 45617 38103 264 26 0 42249 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 182468

[startup+342.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 14211
/proc/meminfo: memFree=19084964/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=182468 CPUtime=342.29 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 453907 0 0 0 34167 62 0 0 25 0 1 0 856659294 186847232 39908 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 45617 39908 264 26 0 42249 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 182468

[startup+402.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 14212
/proc/meminfo: memFree=19040264/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=213288 CPUtime=402.29 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 556037 0 0 0 40154 75 0 0 25 0 1 0 856659294 218406912 42707 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256583 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 53322 42707 264 26 0 49954 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 213288

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/484 14214
/proc/meminfo: memFree=19084224/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=182468 CPUtime=462.29 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 653110 0 0 0 46139 90 0 0 25 0 1 0 856659294 186847232 40052 33554432000 4194304 4298156 140733602387760 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 45617 40052 264 26 0 42249 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 182468

[startup+522.301 s]
/proc/loadavg: 2.05 2.02 2.00 3/484 14215
/proc/meminfo: memFree=19043744/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=182468 CPUtime=522.29 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 833123 0 0 0 52117 112 0 0 25 0 1 0 856659294 186847232 41733 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 45617 41733 264 26 0 42249 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 182468

[startup+582.301 s]
/proc/loadavg: 2.15 2.05 2.01 3/484 14217
/proc/meminfo: memFree=19051748/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=182468 CPUtime=582.29 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 981945 0 0 0 58098 131 0 0 25 0 1 0 856659294 186847232 39621 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 45617 39621 264 26 0 42249 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 182468

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.01 2.04 2.01 4/484 14378
/proc/meminfo: memFree=18887144/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=325932 CPUtime=4062.4 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 6638570 0 0 0 405299 941 0 0 25 0 1 0 856659294 333754368 70788 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 81483 70788 264 26 0 78115 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 325932

[startup+4122.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/484 14379
/proc/meminfo: memFree=18904576/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=327100 CPUtime=4122.39 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 6683967 0 0 0 411291 948 0 0 25 0 1 0 856659294 334950400 72604 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 81775 72604 264 26 0 78407 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 327100

[startup+4182.32 s]
/proc/loadavg: 2.00 2.02 2.00 4/484 14381
/proc/meminfo: memFree=18915424/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=327240 CPUtime=4182.42 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 6746625 0 0 0 417286 956 0 0 25 0 1 0 856659294 335093760 71062 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256586 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 81810 71062 264 26 0 78442 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 327240

[startup+4242.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/484 14383
/proc/meminfo: memFree=18878048/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=327440 CPUtime=4242.36 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 6814056 0 0 0 423269 967 0 0 25 0 1 0 856659294 335298560 72455 33554432000 4194304 4298156 140733602387760 18446744073709551615 4261687 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 81860 72455 264 26 0 78492 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 327440

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/484 14384
/proc/meminfo: memFree=18861140/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=332872 CPUtime=4302.37 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 6884640 0 0 0 429260 977 0 0 25 0 1 0 856659294 340860928 76390 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 83218 76390 264 26 0 79850 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 332872

[startup+4362.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/484 14386
/proc/meminfo: memFree=18871372/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=332872 CPUtime=4362.37 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 6951403 0 0 0 435251 986 0 0 25 0 1 0 856659294 340860928 74136 33554432000 4194304 4298156 140733602387760 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 83218 74136 264 26 0 79850 0
Current children cumulated CPU time (s) 4362.37
Current children cumulated vsize (KiB) 332872

[startup+4422.3 s]
/proc/loadavg: 2.18 2.06 2.01 4/484 14387
/proc/meminfo: memFree=18880864/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=332872 CPUtime=4422.37 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7021303 0 0 0 441239 998 0 0 25 0 1 0 856659294 340860928 71884 33554432000 4194304 4298156 140733602387760 18446744073709551615 4253992 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 83218 71884 264 26 0 79850 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 332872

[startup+4482.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/484 14389
/proc/meminfo: memFree=18869276/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=332872 CPUtime=4482.37 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7059247 0 0 0 447233 1004 0 0 25 0 1 0 856659294 340860928 74715 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 83218 74715 264 26 0 79850 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 332872

[startup+4542.3 s]
/proc/loadavg: 2.02 2.03 2.00 4/484 14391
/proc/meminfo: memFree=18876912/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=333832 CPUtime=4542.37 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7125902 0 0 0 453223 1014 0 0 25 0 1 0 856659294 341843968 72714 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 83458 72714 264 26 0 80090 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 333832

[startup+4602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/484 14392
/proc/meminfo: memFree=18875248/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=333832 CPUtime=4602.37 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7214188 0 0 0 459211 1026 0 0 25 0 1 0 856659294 341843968 76906 33554432000 4194304 4298156 140733602387760 18446744073709551615 4253727 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 83458 76906 264 26 0 80090 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 333832

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/484 14394
/proc/meminfo: memFree=18895148/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=335872 CPUtime=4662.37 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7361658 0 0 0 465192 1045 0 0 25 0 1 0 856659294 343932928 72669 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256495 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 83968 72669 264 26 0 80600 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 335872

[startup+4722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 14395
/proc/meminfo: memFree=18912576/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=288468 CPUtime=4722.38 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7471259 0 0 0 471178 1060 0 0 25 0 1 0 856659294 295391232 66665 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 72117 66665 264 26 0 68749 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 288468

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/484 14397
/proc/meminfo: memFree=18894532/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=338556 CPUtime=4782.38 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7534824 0 0 0 477168 1070 0 0 25 0 1 0 856659294 346681344 70495 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 84639 70495 264 26 0 81271 0
Current children cumulated CPU time (s) 4782.38
Current children cumulated vsize (KiB) 338556

[startup+4842.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/484 14401
/proc/meminfo: memFree=18864724/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=338848 CPUtime=4842.39 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7575267 0 0 0 483163 1076 0 0 25 0 1 0 856659294 346980352 79017 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 84712 79017 264 26 0 81344 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 338848

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/484 14403
/proc/meminfo: memFree=18868720/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=339528 CPUtime=4902.38 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7645282 0 0 0 489150 1088 0 0 25 0 1 0 856659294 347676672 78738 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256784 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 84882 78738 264 26 0 81514 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 339528

[startup+4962.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/484 14405
/proc/meminfo: memFree=18887644/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=340416 CPUtime=4962.38 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7744802 0 0 0 495136 1102 0 0 25 0 1 0 856659294 348585984 72543 33554432000 4194304 4298156 140733602387760 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 85104 72543 264 26 0 81736 0
Current children cumulated CPU time (s) 4962.38
Current children cumulated vsize (KiB) 340416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.13 2.05 2.01 4/484 14406
/proc/meminfo: memFree=18874724/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=340688 CPUtime=5000.09 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7781188 0 0 0 498901 1108 0 0 25 0 1 0 856659294 348864512 74734 33554432000 4194304 4298156 140733602387760 18446744073709551615 4253994 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 85172 74734 264 26 0 81804 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 340688

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.13 2.05 2.01 4/484 14406
/proc/meminfo: memFree=18874724/32950928 swapFree=65252936/67111528
[pid=14201] ppid=14199 vsize=340688 CPUtime=5000.09 cores=1,3,5,7
/proc/14201/stat : 14201 (contrasat_relea) R 14199 14201 13855 0 -1 4202496 7781188 0 0 0 498901 1108 0 0 25 0 1 0 856659294 348864512 74734 33554432000 4194304 4298156 140733602387760 18446744073709551615 4253994 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/14201/statm: 85172 74734 264 26 0 81804 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 340688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.03
CPU time (s): 5000.12
CPU user time (s): 4989.02
CPU system time (s): 11.0993
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 551564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4989.02
system time used= 11.0993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7781189
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9
involuntary context switches= 9243

runsolver used 22.2096 second user time and 55.4396 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-29 12:18:06
IDJOB=3422372
IDBENCH=82467
IDSOLVER=1915
FILE ID=node116/3422372-1306664286
RUNJOBID= node116-1306658669-13874
PBS_JOBID= 13471781
Free space on /tmp= 73404 MiB

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

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=1099927635

node116.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.826
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.826
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.826
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.826
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      19218492 kB
Buffers:        187860 kB
Cached:        2370412 kB
SwapCached:      12264 kB
Active:        7514468 kB
Inactive:      5970844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19218492 kB
SwapTotal:    67111528 kB
SwapFree:     65252936 kB
Dirty:            4692 kB
Writeback:           0 kB
AnonPages:    10925020 kB
Mapped:          25024 kB
Slab:           117132 kB
PageTables:      62652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 139712420 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= 73404 MiB
End job on node116 at 2011-05-29 13:41:28