Trace number 3422408

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.06 4999.95

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2052.83
Satisfiable
(Un)Satisfiability was proved
Number of variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
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-3422408-1306665027/watcher-3422408-1306665027 -o /tmp/evaluation-result-3422408-1306665027/solver-3422408-1306665027 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422408-1306665027.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.00 2.02 2.00 3/514 10488
/proc/meminfo: memFree=16140360/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=13732 CPUtime=0 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4194304 213 0 0 0 0 0 0 0 25 0 1 0 856733492 14061568 166 33554432000 4194304 4298156 140733896536768 18446744073709551615 215983629800 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10488/statm: 3433 167 141 26 0 52 0

[startup+0.0320559 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 10488
/proc/meminfo: memFree=16140360/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=25068 CPUtime=0.02 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 2527 0 0 0 2 0 0 0 25 0 1 0 856733492 25669632 2266 33554432000 4194304 4298156 140733896536768 18446744073709551615 4284805 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 6267 2267 216 26 0 2899 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 25068

[startup+0.101108 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 10488
/proc/meminfo: memFree=16140360/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=44272 CPUtime=0.08 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 7774 0 0 0 8 0 0 0 25 0 1 0 856733492 45334528 6752 33554432000 4194304 4298156 140733896536768 18446744073709551615 4245781 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 11068 6773 216 26 0 7700 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 44272

[startup+0.301072 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 10488
/proc/meminfo: memFree=16140360/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=95312 CPUtime=0.29 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 21073 0 0 0 26 3 0 0 25 0 1 0 856733492 97599488 17975 33554432000 4194304 4298156 140733896536768 18446744073709551615 4227669 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 23828 17975 280 26 0 20460 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 95312

[startup+0.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/514 10488
/proc/meminfo: memFree=16140360/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=132840 CPUtime=0.69 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 30528 0 0 0 65 4 0 0 25 0 1 0 856733492 136028160 25601 33554432000 4194304 4298156 140733896536768 18446744073709551615 4263968 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 33210 25601 281 26 0 29842 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 132840

[startup+1.5008 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10489
/proc/meminfo: memFree=16041396/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=111044 CPUtime=1.49 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 39573 0 0 0 144 5 0 0 25 0 1 0 856733492 113709056 21483 33554432000 4194304 4298156 140733896536768 18446744073709551615 4272140 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 27761 21483 300 26 0 24393 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 111044

[startup+3.10052 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10489
/proc/meminfo: memFree=16052308/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=111044 CPUtime=3.08 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 39707 0 0 0 303 5 0 0 25 0 1 0 856733492 113709056 21589 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256201 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 27761 21589 301 26 0 24393 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 111044

[startup+6.30096 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10490
/proc/meminfo: memFree=16077468/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=111044 CPUtime=6.28 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 39980 0 0 0 623 5 0 0 25 0 1 0 856733492 113709056 21825 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 27761 21825 301 26 0 24393 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 111044

[startup+12.7008 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10490
/proc/meminfo: memFree=16072236/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=111044 CPUtime=12.68 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 40518 0 0 0 1263 5 0 0 25 0 1 0 856733492 113709056 22299 33554432000 4194304 4298156 140733896536768 18446744073709551615 4252784 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 27761 22299 301 26 0 24393 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 111044

[startup+25.5006 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10490
/proc/meminfo: memFree=16060720/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=129720 CPUtime=25.48 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 41840 0 0 0 2543 5 0 0 25 0 1 0 856733492 132833280 23478 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 32430 23478 301 26 0 29062 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 129720

[startup+51.1011 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10491
/proc/meminfo: memFree=16025540/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=136904 CPUtime=51.08 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 47598 0 0 0 5102 6 0 0 25 0 1 0 856733492 140189696 28090 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 34226 28090 301 26 0 30858 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 136904

[startup+102.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 10492
/proc/meminfo: memFree=15978264/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=179168 CPUtime=102.31 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 53521 0 0 0 10223 8 0 0 25 0 1 0 856733492 183468032 33219 33554432000 4194304 4298156 140733896536768 18446744073709551615 4253727 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 44792 33219 301 26 0 41424 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 179168

[startup+162.301 s]
/proc/loadavg: 2.06 2.02 2.00 3/515 10494
/proc/meminfo: memFree=15962236/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=190840 CPUtime=162.28 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 63408 0 0 0 16219 9 0 0 25 0 1 0 856733492 195420160 41524 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 47710 41524 301 26 0 44342 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 190840

[startup+222.301 s]
/proc/loadavg: 2.21 2.07 2.02 3/515 10495
/proc/meminfo: memFree=15942720/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=221188 CPUtime=222.29 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 82412 0 0 0 22218 11 0 0 25 0 1 0 856733492 226496512 50785 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 55297 50785 301 26 0 51929 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 221188

[startup+282.301 s]
/proc/loadavg: 2.15 2.09 2.02 3/515 10497
/proc/meminfo: memFree=15886624/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=270508 CPUtime=282.3 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 198705 0 0 0 28205 25 0 0 25 0 1 0 856733492 277000192 59281 33554432000 4194304 4298156 140733896536768 18446744073709551615 4252247 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 67627 59281 301 26 0 64259 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 270508

[startup+342.3 s]
/proc/loadavg: 2.05 2.07 2.02 3/515 10499
/proc/meminfo: memFree=15904932/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=270508 CPUtime=342.29 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 325891 0 0 0 34187 42 0 0 25 0 1 0 856733492 277000192 59773 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256586 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 67627 59773 301 26 0 64259 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 270508

[startup+402.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/515 10500
/proc/meminfo: memFree=15905264/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=270508 CPUtime=402.3 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 429456 0 0 0 40174 56 0 0 25 0 1 0 856733492 277000192 59854 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 67627 59854 301 26 0 64259 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 270508

[startup+462.3 s]
/proc/loadavg: 2.00 2.04 2.01 3/515 10502
/proc/meminfo: memFree=15861064/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=270508 CPUtime=462.3 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 545538 0 0 0 46157 73 0 0 25 0 1 0 856733492 277000192 62934 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256968 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 67627 62934 301 26 0 64259 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 270508

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 10506
/proc/meminfo: memFree=15868436/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=291868 CPUtime=522.3 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 690428 0 0 0 52135 95 0 0 25 0 1 0 856733492 298872832 64969 33554432000 4194304 4298156 140733896536768 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 72967 64969 301 26 0 69599 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 291868

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10508
/proc/meminfo: memFree=15873056/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=291868 CPUtime=582.3 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 797927 0 0 0 58120 110 0 0 25 0 1 0 856733492 298872832 66093 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 72967 66093 301 26 0 69599 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 291868

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10692
/proc/meminfo: memFree=15653696/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=731756 CPUtime=4062.39 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 7531202 0 0 0 405259 980 0 0 25 0 1 0 856733492 749318144 160628 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256812 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 182939 160628 301 26 0 179571 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 731756

[startup+4122.3 s]
/proc/loadavg: 2.16 2.05 2.01 3/515 10696
/proc/meminfo: memFree=15659340/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=733992 CPUtime=4122.38 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 7630202 0 0 0 411246 992 0 0 25 0 1 0 856733492 751607808 164766 33554432000 4194304 4298156 140733896536768 18446744073709551615 4261987 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 183498 164766 301 26 0 180130 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 733992

[startup+4182.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/515 10698
/proc/meminfo: memFree=15641072/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=742028 CPUtime=4182.38 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 7726756 0 0 0 417233 1005 0 0 25 0 1 0 856733492 759836672 169128 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256357 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 185507 169128 301 26 0 182139 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 742028

[startup+4242.3 s]
/proc/loadavg: 2.14 2.07 2.02 3/515 10700
/proc/meminfo: memFree=15657420/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=748500 CPUtime=4242.38 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 7844069 0 0 0 423218 1020 0 0 25 0 1 0 856733492 766464000 165840 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 187125 165840 301 26 0 183757 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 748500

[startup+4302.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/515 10701
/proc/meminfo: memFree=15626136/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=750708 CPUtime=4302.38 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 7961498 0 0 0 429202 1036 0 0 25 0 1 0 856733492 768724992 164536 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 187677 164536 301 26 0 184309 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 750708

[startup+4362.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/515 10703
/proc/meminfo: memFree=15599072/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=754256 CPUtime=4362.39 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 8060436 0 0 0 435189 1050 0 0 25 0 1 0 856733492 772358144 170514 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 188564 170514 301 26 0 185196 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 754256

[startup+4422.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 10704
/proc/meminfo: memFree=15594328/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=757660 CPUtime=4422.39 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 8188065 0 0 0 441171 1068 0 0 25 0 1 0 856733492 775843840 170247 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 189415 170247 301 26 0 186047 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 757660

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 10706
/proc/meminfo: memFree=15597272/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=758820 CPUtime=4482.38 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 8287221 0 0 0 447157 1081 0 0 25 0 1 0 856733492 777031680 171499 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256491 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 189705 171499 301 26 0 186337 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 758820

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10708
/proc/meminfo: memFree=15594392/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=762468 CPUtime=4542.39 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 8390601 0 0 0 453145 1094 0 0 25 0 1 0 856733492 780767232 172304 33554432000 4194304 4298156 140733896536768 18446744073709551615 4252784 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 190617 172304 301 26 0 187249 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 762468

[startup+4602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 10709
/proc/meminfo: memFree=15585676/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=766500 CPUtime=4602.39 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 8522840 0 0 0 459129 1110 0 0 25 0 1 0 856733492 784896000 173061 33554432000 4194304 4298156 140733896536768 18446744073709551615 4254987 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 191625 173061 301 26 0 188257 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 766500

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 10711
/proc/meminfo: memFree=15576220/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=771880 CPUtime=4662.39 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 8635470 0 0 0 465115 1124 0 0 25 0 1 0 856733492 790405120 175453 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 192970 175453 301 26 0 189602 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 771880

[startup+4722.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 10712
/proc/meminfo: memFree=15606076/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=731868 CPUtime=4722.41 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 8773343 0 0 0 471100 1141 0 0 25 0 1 0 856733492 749432832 169755 33554432000 4194304 4298156 140733896536768 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 182967 169755 301 26 0 179599 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 731868

[startup+4782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/515 10714
/proc/meminfo: memFree=15606056/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=783088 CPUtime=4782.39 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 8844395 0 0 0 477088 1151 0 0 25 0 1 0 856733492 801882112 177843 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256578 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 195772 177843 301 26 0 192404 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 783088

[startup+4842.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/515 10716
/proc/meminfo: memFree=15581348/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=786128 CPUtime=4842.4 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 8961858 0 0 0 483075 1165 0 0 25 0 1 0 856733492 804995072 174936 33554432000 4194304 4298156 140733896536768 18446744073709551615 4251915 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 196532 174936 301 26 0 193164 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 786128

[startup+4902.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/515 10717
/proc/meminfo: memFree=15553548/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=793968 CPUtime=4902.4 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 9064566 0 0 0 489061 1179 0 0 25 0 1 0 856733492 813023232 182061 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 198492 182061 301 26 0 195124 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 793968

[startup+4962.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/515 10719
/proc/meminfo: memFree=15577940/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=795632 CPUtime=4962.4 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 9184290 0 0 0 495044 1196 0 0 25 0 1 0 856733492 814727168 175952 33554432000 4194304 4298156 140733896536768 18446744073709551615 4252693 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 198908 175952 301 26 0 195540 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 795632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 10720
/proc/meminfo: memFree=15569248/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=799340 CPUtime=5000.01 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 9252195 0 0 0 498797 1204 0 0 25 0 1 0 856733492 818524160 179341 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256736 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 199835 179341 301 26 0 196467 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 799340

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

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 10720
/proc/meminfo: memFree=15569248/32950940 swapFree=67111364/67111528
[pid=10488] ppid=10486 vsize=799340 CPUtime=5000.01 cores=1,3,5,7
/proc/10488/stat : 10488 (contrasat_relea) R 10486 10488 10043 0 -1 4202496 9252195 0 0 0 498797 1204 0 0 25 0 1 0 856733492 818524160 179341 33554432000 4194304 4298156 140733896536768 18446744073709551615 4256736 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/10488/statm: 199835 179341 301 26 0 196467 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 799340

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.06
CPU user time (s): 4987.98
CPU system time (s): 12.0752
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 982116

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

runsolver used 24.0163 second user time and 60.9767 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-29 12:30:27
IDJOB=3422408
IDBENCH=82493
IDSOLVER=1915
FILE ID=node117/3422408-1306665027
RUNJOBID= node117-1306658669-10062
PBS_JOBID= 13471780
Free space on /tmp= 73188 MiB

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

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=466659819

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      16140632 kB
Buffers:        336704 kB
Cached:        6064196 kB
SwapCached:          0 kB
Active:       12296592 kB
Inactive:      4145736 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      16140632 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10308 kB
Writeback:           0 kB
AnonPages:    10041392 kB
Mapped:          42196 kB
Slab:           240280 kB
PageTables:      58400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149758472 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= 73208 MiB
End job on node117 at 2011-05-29 13:53:49