Trace number 3422586

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.09 4999.93

General information on the benchmark

NameSAT05/industrial/grieu05/vmpc/
vmpc_35.renamed-as.sat05-1921.cnf
MD5SUM5fda0e0fb8a21967728dfe29bf2d4ea5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1761.96
Satisfiable
(Un)Satisfiability was proved
Number of variables1225
Number of clauses211785
Sum of the clauses size554190
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 283405
Number of clauses of size 3128310
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3422586-1306688898/watcher-3422586-1306688898 -o /tmp/evaluation-result-3422586-1306688898/solver-3422586-1306688898 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422586-1306688898.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: 5.28 7.35 7.77 2/469 11012
/proc/meminfo: memFree=12261280/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=19660 CPUtime=0 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 799 0 0 0 0 0 0 0 25 0 1 0 859120328 20131840 726 33554432000 4194304 4298156 140735697357072 18446744073709551615 252457726661 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 4915 728 214 26 0 1547 0

[startup+0.0835569 s]
/proc/loadavg: 5.28 7.35 7.77 2/469 11012
/proc/meminfo: memFree=12261280/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=32128 CPUtime=0.08 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 5726 0 0 0 7 1 0 0 25 0 1 0 859120328 32899072 4403 33554432000 4194304 4298156 140735697357072 18446744073709551615 4227901 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 8032 4403 221 26 0 4664 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32128

[startup+0.100539 s]
/proc/loadavg: 5.28 7.35 7.77 2/469 11012
/proc/meminfo: memFree=12261280/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=32128 CPUtime=0.09 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 5733 0 0 0 8 1 0 0 25 0 1 0 859120328 32899072 4410 33554432000 4194304 4298156 140735697357072 18446744073709551615 4227761 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 8032 4410 221 26 0 4664 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32128

[startup+0.300512 s]
/proc/loadavg: 5.28 7.35 7.77 2/469 11012
/proc/meminfo: memFree=12261280/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=32528 CPUtime=0.29 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 5778 0 0 0 28 1 0 0 25 0 1 0 859120328 33308672 4455 33554432000 4194304 4298156 140735697357072 18446744073709551615 4227669 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 8132 4455 221 26 0 4764 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32528

[startup+0.700445 s]
/proc/loadavg: 5.28 7.35 7.77 2/469 11012
/proc/meminfo: memFree=12261280/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=28592 CPUtime=0.69 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 7242 0 0 0 68 1 0 0 25 0 1 0 859120328 29278208 3791 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 7148 3791 239 26 0 3780 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28592

[startup+1.50028 s]
/proc/loadavg: 5.28 7.35 7.77 3/470 11013
/proc/meminfo: memFree=12245160/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=31312 CPUtime=1.49 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 7866 0 0 0 148 1 0 0 25 0 1 0 859120328 32063488 4370 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256809 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 7828 4370 240 26 0 4460 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31312

[startup+3.10096 s]
/proc/loadavg: 5.02 7.26 7.74 3/470 11013
/proc/meminfo: memFree=12241440/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=31296 CPUtime=3.09 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 16278 0 0 0 307 2 0 0 25 0 1 0 859120328 32047104 4371 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256794 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 7824 4371 241 26 0 4456 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 31296

[startup+6.3004 s]
/proc/loadavg: 5.02 7.26 7.74 3/470 11013
/proc/meminfo: memFree=12230892/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=47212 CPUtime=6.29 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 19575 0 0 0 627 2 0 0 25 0 1 0 859120328 48345088 7082 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 11803 7082 241 26 0 8435 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47212

[startup+12.7002 s]
/proc/loadavg: 4.55 7.08 7.68 3/470 11014
/proc/meminfo: memFree=12220512/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=47212 CPUtime=12.69 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 21040 0 0 0 1267 2 0 0 25 0 1 0 859120328 48345088 8463 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256262 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 11803 8463 241 26 0 8435 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47212

[startup+25.5008 s]
/proc/loadavg: 4.16 6.92 7.61 3/470 11014
/proc/meminfo: memFree=12191988/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=66068 CPUtime=25.49 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 28840 0 0 0 2546 3 0 0 25 0 1 0 859120328 67653632 12241 33554432000 4194304 4298156 140735697357072 18446744073709551615 4251890 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 16517 12241 243 26 0 13149 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66068

[startup+51.1011 s]
/proc/loadavg: 3.42 6.52 7.46 3/470 11015
/proc/meminfo: memFree=12180916/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=73252 CPUtime=51.09 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 31572 0 0 0 5106 3 0 0 25 0 1 0 859120328 75010048 14817 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 18313 14817 243 26 0 14945 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 73252

[startup+102.318 s]
/proc/loadavg: 2.57 5.76 7.15 3/470 11016
/proc/meminfo: memFree=12147928/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=84924 CPUtime=102.31 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 35031 0 0 0 10227 4 0 0 25 0 1 0 859120328 86962176 18007 33554432000 4194304 4298156 140735697357072 18446744073709551615 4261959 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 21231 18007 243 26 0 17863 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 84924

[startup+162.3 s]
/proc/loadavg: 2.29 5.10 6.83 3/470 11018
/proc/meminfo: memFree=12090108/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=127148 CPUtime=162.29 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 60413 0 0 0 16221 8 0 0 25 0 1 0 859120328 130199552 26800 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 31787 26800 243 26 0 28419 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 127148

[startup+222.3 s]
/proc/loadavg: 2.14 4.55 6.53 3/470 11019
/proc/meminfo: memFree=12046316/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=146112 CPUtime=222.29 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 66926 0 0 0 22220 9 0 0 25 0 1 0 859120328 149618688 32863 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 36528 32863 243 26 0 33160 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 146112

[startup+282.301 s]
/proc/loadavg: 2.06 4.12 6.27 3/470 11021
/proc/meminfo: memFree=12044308/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=146112 CPUtime=282.3 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 67391 0 0 0 28221 9 0 0 25 0 1 0 859120328 149618688 33304 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256829 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 36528 33304 243 26 0 33160 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 146112

[startup+342.301 s]
/proc/loadavg: 2.09 3.72 5.98 3/470 11022
/proc/meminfo: memFree=12092160/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=146112 CPUtime=342.3 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 67391 0 0 0 34221 9 0 0 25 0 1 0 859120328 149618688 33304 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256767 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 36528 33304 243 26 0 33160 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 146112

[startup+402.301 s]
/proc/loadavg: 2.03 3.43 5.75 3/470 11024
/proc/meminfo: memFree=12057668/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=146112 CPUtime=402.3 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 67391 0 0 0 40221 9 0 0 25 0 1 0 859120328 149618688 33304 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256290 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 36528 33304 243 26 0 33160 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 146112

[startup+462.301 s]
/proc/loadavg: 2.01 3.14 5.49 3/470 11026
/proc/meminfo: memFree=12106244/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=115768 CPUtime=462.31 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 98655 0 0 0 46217 14 0 0 25 0 1 0 859120328 118546432 21660 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 28942 21660 243 26 0 25574 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 115768

[startup+522.301 s]
/proc/loadavg: 2.00 2.95 5.29 3/470 11027
/proc/meminfo: memFree=12096180/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=115768 CPUtime=522.3 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 135400 0 0 0 52211 19 0 0 25 0 1 0 859120328 118546432 23762 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 28942 23762 243 26 0 25574 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 115768

[startup+582.3 s]
/proc/loadavg: 2.00 2.76 5.06 3/470 11029
/proc/meminfo: memFree=12108176/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=146116 CPUtime=582.31 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 184869 0 0 0 58205 26 0 0 25 0 1 0 859120328 149622784 29769 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 36529 29769 243 26 0 33161 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 146116

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.01 2.01 2.07 3/470 11134
/proc/meminfo: memFree=11961940/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=240664 CPUtime=4062.44 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1452504 0 0 0 405997 247 0 0 25 0 1 0 859120328 246439936 43935 33554432000 4194304 4298156 140735697357072 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 60166 43935 243 26 0 56798 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 240664

[startup+4122.3 s]
/proc/loadavg: 2.10 2.03 2.07 3/470 11135
/proc/meminfo: memFree=11976432/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=193640 CPUtime=4122.43 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1474294 0 0 0 411992 251 0 0 25 0 1 0 859120328 198287360 41532 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256767 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 48410 41532 243 26 0 45042 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 193640

[startup+4182.3 s]
/proc/loadavg: 2.03 2.03 2.07 3/470 11137
/proc/meminfo: memFree=11968724/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=243728 CPUtime=4182.43 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1477501 0 0 0 417991 252 0 0 25 0 1 0 859120328 249577472 44590 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 60932 44590 243 26 0 57564 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 243728

[startup+4242.3 s]
/proc/loadavg: 2.01 2.02 2.06 3/470 11138
/proc/meminfo: memFree=11961376/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=194004 CPUtime=4242.43 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1498725 0 0 0 423987 256 0 0 25 0 1 0 859120328 198660096 43348 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256555 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 48501 43348 243 26 0 45133 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 194004

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.06 3/470 11140
/proc/meminfo: memFree=11952304/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=194508 CPUtime=4302.44 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1519908 0 0 0 429985 259 0 0 25 0 1 0 859120328 199176192 42141 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 48627 42141 243 26 0 45259 0
Current children cumulated CPU time (s) 4302.44
Current children cumulated vsize (KiB) 194508

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/470 11142
/proc/meminfo: memFree=11948668/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=245048 CPUtime=4362.44 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1523371 0 0 0 435983 261 0 0 25 0 1 0 859120328 250929152 45457 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 61262 45457 243 26 0 57894 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 245048

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/470 11143
/proc/meminfo: memFree=11955088/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=245368 CPUtime=4422.44 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1546394 0 0 0 441979 265 0 0 25 0 1 0 859120328 251256832 45534 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 61342 45534 243 26 0 57974 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 245368

[startup+4482.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/470 11145
/proc/meminfo: memFree=11968460/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=195604 CPUtime=4482.44 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1569304 0 0 0 447976 268 0 0 25 0 1 0 859120328 200298496 44173 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 48901 44173 243 26 0 45533 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 195604

[startup+4542.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/470 11146
/proc/meminfo: memFree=11965460/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=195956 CPUtime=4542.44 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1590154 0 0 0 453973 271 0 0 25 0 1 0 859120328 200658944 41347 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 48989 41347 243 26 0 45621 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 195956

[startup+4602.3 s]
/proc/loadavg: 2.17 2.06 2.05 3/470 11148
/proc/meminfo: memFree=11955264/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=246212 CPUtime=4602.45 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1594010 0 0 0 459973 272 0 0 25 0 1 0 859120328 252121088 45032 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 61553 45032 243 26 0 58185 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 246212

[startup+4662.3 s]
/proc/loadavg: 2.13 2.06 2.05 3/470 11150
/proc/meminfo: memFree=11970616/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=197368 CPUtime=4662.45 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1614984 0 0 0 465969 276 0 0 25 0 1 0 859120328 202104832 43222 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 49342 43222 243 26 0 45974 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 197368

[startup+4722.32 s]
/proc/loadavg: 2.04 2.05 2.05 3/470 11151
/proc/meminfo: memFree=11966868/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=197684 CPUtime=4722.47 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1635758 0 0 0 471968 279 0 0 25 0 1 0 859120328 202428416 41356 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 49421 41356 243 26 0 46053 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 197684

[startup+4782.3 s]
/proc/loadavg: 2.01 2.04 2.04 3/470 11153
/proc/meminfo: memFree=11941288/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=197968 CPUtime=4782.45 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1639292 0 0 0 477965 280 0 0 25 0 1 0 859120328 202719232 44716 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 49492 44716 243 26 0 46124 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 197968

[startup+4842.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/470 11154
/proc/meminfo: memFree=11953164/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=198820 CPUtime=4842.45 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1660380 0 0 0 483962 283 0 0 25 0 1 0 859120328 203591680 44240 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256290 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 49705 44240 243 26 0 46337 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 198820

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/470 11156
/proc/meminfo: memFree=11963680/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=199356 CPUtime=4902.46 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1681403 0 0 0 489959 287 0 0 25 0 1 0 859120328 204140544 42959 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 49839 42959 243 26 0 46471 0
Current children cumulated CPU time (s) 4902.46
Current children cumulated vsize (KiB) 199356

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.02 3/470 11158
/proc/meminfo: memFree=11938972/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=249892 CPUtime=4962.46 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1684624 0 0 0 495958 288 0 0 25 0 1 0 859120328 255889408 46044 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 62473 46044 243 26 0 59105 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 249892



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.61 1.92 1.99 2/464 11177
/proc/meminfo: memFree=12124160/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=250344 CPUtime=5000.07 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1686943 0 0 0 499718 289 0 0 25 0 1 0 859120328 256352256 48268 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 62586 48268 243 26 0 59218 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 250344

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: 1.61 1.92 1.99 2/464 11177
/proc/meminfo: memFree=12124160/32951124 swapFree=57414376/67111528
[pid=11012] ppid=11010 vsize=250344 CPUtime=5000.07 cores=0,2,4,6
/proc/11012/stat : 11012 (contrasat_relea) R 11010 11012 10946 0 -1 4202496 1686943 0 0 0 499718 289 0 0 25 0 1 0 859120328 256352256 48268 33554432000 4194304 4298156 140735697357072 18446744073709551615 4256284 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/11012/statm: 62586 48268 243 26 0 59218 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 250344

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4997.19
CPU system time (s): 2.89956
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 329584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.19
system time used= 2.89956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1686943
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= 6
involuntary context switches= 3044

runsolver used 24.9672 second user time and 52.0331 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-29 19:08:19
IDJOB=3422586
IDBENCH=85987
IDSOLVER=1915
FILE ID=node111/3422586-1306688898
RUNJOBID= node111-1306688866-10964
PBS_JOBID= 13471839
Free space on /tmp= 73600 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT05/industrial/grieu05/vmpc/vmpc_35.renamed-as.sat05-1921.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422586-1306688898/watcher-3422586-1306688898 -o /tmp/evaluation-result-3422586-1306688898/solver-3422586-1306688898 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422586-1306688898.cnf

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

MD5SUM BENCH= 5fda0e0fb8a21967728dfe29bf2d4ea5
RANDOM SEED=110085829

node111.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	: 5428.12
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.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.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.86
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.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.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.67
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	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12261560 kB
Buffers:        354504 kB
Cached:       11473028 kB
SwapCached:      19180 kB
Active:       10842868 kB
Inactive:      9556688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12261560 kB
SwapTotal:    67111528 kB
SwapFree:     57414376 kB
Dirty:            3676 kB
Writeback:         388 kB
AnonPages:     8562112 kB
Mapped:          27996 kB
Slab:           156596 kB
PageTables:      66160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 149147076 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= 73600 MiB
End job on node111 at 2011-05-29 20:31:40