Trace number 3422070

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.05 4999.92

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-01.cnf
MD5SUMd2f77e32530988f77dca5112174eee00
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2476.89
Satisfiable
(Un)Satisfiability was proved
Number of variables7502
Number of clauses28770
Sum of the clauses size76290
Maximum clause length847
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 215814
Number of clauses of size 311119
Number of clauses of size 4733
Number of clauses of size 5172
Number of clauses of size over 5931

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-3422070-1306658665/watcher-3422070-1306658665 -o /tmp/evaluation-result-3422070-1306658665/solver-3422070-1306658665 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422070-1306658665.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: 0.00 0.00 0.00 2/521 27135
/proc/meminfo: memFree=7944252/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=21560 CPUtime=0.01 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 1264 0 0 0 1 0 0 0 21 0 1 0 758281945 22077440 1123 33554432000 4194304 4298156 140735874857024 18446744073709551615 228095148240 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 5390 1124 222 26 0 2022 0

[startup+0.107378 s]
/proc/loadavg: 0.00 0.00 0.00 2/521 27135
/proc/meminfo: memFree=7944252/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=18412 CPUtime=0.1 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2002 0 0 0 10 0 0 0 22 0 1 0 758281945 18853888 1265 33554432000 4194304 4298156 140735874857024 18446744073709551615 4261825 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 4603 1265 240 26 0 1235 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 18412

[startup+0.200347 s]
/proc/loadavg: 0.00 0.00 0.00 2/521 27135
/proc/meminfo: memFree=7944252/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=19424 CPUtime=0.19 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2076 0 0 0 19 0 0 0 22 0 1 0 758281945 19890176 1336 33554432000 4194304 4298156 140735874857024 18446744073709551615 4261721 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 4856 1336 241 26 0 1488 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19424

[startup+0.300327 s]
/proc/loadavg: 0.00 0.00 0.00 2/521 27135
/proc/meminfo: memFree=7944252/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=19424 CPUtime=0.29 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2146 0 0 0 29 0 0 0 22 0 1 0 758281945 19890176 1400 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256954 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 4856 1400 241 26 0 1488 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19424

[startup+0.700256 s]
/proc/loadavg: 0.00 0.00 0.00 2/521 27135
/proc/meminfo: memFree=7944252/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=20448 CPUtime=0.69 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2597 0 0 0 69 0 0 0 24 0 1 0 758281945 20938752 1788 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 5112 1788 241 26 0 1744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20448

[startup+1.50011 s]
/proc/loadavg: 0.00 0.00 0.00 3/522 27136
/proc/meminfo: memFree=7902712/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=23144 CPUtime=1.49 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 3302 0 0 0 149 0 0 0 25 0 1 0 758281945 23699456 2393 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256932 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 5786 2393 241 26 0 2418 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23144

[startup+3.10082 s]
/proc/loadavg: 0.16 0.03 0.01 3/522 27136
/proc/meminfo: memFree=7898496/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=29172 CPUtime=3.09 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 4898 0 0 0 309 0 0 0 25 0 1 0 758281945 29872128 3846 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 7293 3846 241 26 0 3925 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29172

[startup+6.30024 s]
/proc/loadavg: 0.16 0.03 0.01 3/522 27136
/proc/meminfo: memFree=7873076/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=36788 CPUtime=6.29 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 7992 0 0 0 629 0 0 0 25 0 1 0 758281945 37670912 5504 33554432000 4194304 4298156 140735874857024 18446744073709551615 4272480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 9197 5504 243 26 0 5829 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 36788

[startup+12.7011 s]
/proc/loadavg: 0.44 0.10 0.03 3/522 27136
/proc/meminfo: memFree=7873648/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=34140 CPUtime=12.69 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 12171 0 0 0 1268 1 0 0 25 0 1 0 758281945 34959360 4690 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 8535 4690 243 26 0 5167 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34140

[startup+25.5007 s]
/proc/loadavg: 0.68 0.16 0.05 3/522 27136
/proc/meminfo: memFree=7851220/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=52812 CPUtime=25.49 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 25586 0 0 0 2546 3 0 0 25 0 1 0 758281945 54079488 8621 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256586 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 13203 8621 243 26 0 9835 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 52812

[startup+51.101 s]
/proc/loadavg: 1.13 0.31 0.10 3/522 27137
/proc/meminfo: memFree=7808356/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=78672 CPUtime=51.09 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 33285 0 0 0 5105 4 0 0 25 0 1 0 758281945 80560128 15742 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256780 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 19668 15742 243 26 0 16300 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78672

[startup+102.301 s]
/proc/loadavg: 1.76 0.62 0.22 3/522 27138
/proc/meminfo: memFree=7792968/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=115288 CPUtime=102.31 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 56538 0 0 0 10223 8 0 0 25 0 1 0 758281945 118054912 23512 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256822 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 28822 23512 243 26 0 25454 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 115288

[startup+162.301 s]
/proc/loadavg: 1.96 0.88 0.33 3/522 27140
/proc/meminfo: memFree=7697716/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=134256 CPUtime=162.29 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 63784 0 0 0 16220 9 0 0 25 0 1 0 758281945 137478144 30245 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 33564 30245 243 26 0 30196 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 134256

[startup+222.32 s]
/proc/loadavg: 1.98 1.08 0.43 3/522 27143
/proc/meminfo: memFree=7746304/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=134324 CPUtime=222.31 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 108633 0 0 0 22215 16 0 0 25 0 1 0 758281945 137547776 27504 33554432000 4194304 4298156 140735874857024 18446744073709551615 4254464 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 33581 27504 243 26 0 30213 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 134324

[startup+282.301 s]
/proc/loadavg: 1.99 1.25 0.53 3/522 27144
/proc/meminfo: memFree=7705616/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=134324 CPUtime=282.3 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 157873 0 0 0 28207 23 0 0 25 0 1 0 758281945 137547776 27786 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 33581 27786 243 26 0 30213 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 134324

[startup+342.301 s]
/proc/loadavg: 1.99 1.38 0.62 3/522 27146
/proc/meminfo: memFree=7698764/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=134324 CPUtime=342.3 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 197486 0 0 0 34201 29 0 0 25 0 1 0 758281945 137547776 28735 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 33581 28735 243 26 0 30213 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 134324

[startup+402.301 s]
/proc/loadavg: 1.99 1.49 0.70 3/522 27147
/proc/meminfo: memFree=7697748/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=134324 CPUtime=402.3 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 240661 0 0 0 40194 36 0 0 25 0 1 0 758281945 137547776 29749 33554432000 4194304 4298156 140735874857024 18446744073709551615 4261384 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 33581 29749 243 26 0 30213 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 134324

[startup+462.301 s]
/proc/loadavg: 1.99 1.58 0.78 3/522 27150
/proc/meminfo: memFree=7700344/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=134324 CPUtime=462.31 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 295195 0 0 0 46186 45 0 0 25 0 1 0 758281945 137547776 29026 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 33581 29026 243 26 0 30213 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 134324

[startup+522.301 s]
/proc/loadavg: 1.99 1.65 0.85 3/522 27152
/proc/meminfo: memFree=7696480/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=134324 CPUtime=522.31 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 337825 0 0 0 52180 51 0 0 25 0 1 0 758281945 137547776 28948 33554432000 4194304 4298156 140735874857024 18446744073709551615 4262632 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 33581 28948 243 26 0 30213 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 134324

[startup+582.301 s]
/proc/loadavg: 2.14 1.75 0.93 3/522 27153
/proc/meminfo: memFree=7689152/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=165144 CPUtime=582.31 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 371954 0 0 0 58175 56 0 0 25 0 1 0 758281945 169107456 30431 33554432000 4194304 4298156 140735874857024 18446744073709551615 4251925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 41286 30431 243 26 0 37918 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 165144

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.09 2.06 1.99 3/522 27258
/proc/meminfo: memFree=7558856/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=215232 CPUtime=4002.39 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2124207 0 0 0 399902 337 0 0 25 0 1 0 758281945 220397568 49853 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 53808 49853 243 26 0 50440 0
Current children cumulated CPU time (s) 4002.39
Current children cumulated vsize (KiB) 215232

[startup+4062.3 s]
/proc/loadavg: 2.03 2.05 1.99 3/522 27260
/proc/meminfo: memFree=7590964/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=215232 CPUtime=4062.41 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2158668 0 0 0 405899 342 0 0 25 0 1 0 758281945 220397568 46043 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256623 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 53808 46043 243 26 0 50440 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 215232

[startup+4122.3 s]
/proc/loadavg: 2.01 2.04 1.99 3/522 27262
/proc/meminfo: memFree=7572348/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4122.4 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2163982 0 0 0 411895 345 0 0 25 0 1 0 758281945 303738880 51082 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 51082 243 26 0 70787 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 296620

[startup+4182.32 s]
/proc/loadavg: 2.00 2.03 1.99 3/522 27263
/proc/meminfo: memFree=7584608/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=215232 CPUtime=4182.42 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2200172 0 0 0 417892 350 0 0 25 0 1 0 758281945 220397568 47988 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 53808 47988 243 26 0 50440 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 215232

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 1.99 3/522 27265
/proc/meminfo: memFree=7523700/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4242.4 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2206067 0 0 0 423888 352 0 0 25 0 1 0 758281945 303738880 53594 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 53594 243 26 0 70787 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 296620

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/522 27266
/proc/meminfo: memFree=7541164/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4302.4 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2241442 0 0 0 429882 358 0 0 25 0 1 0 758281945 303738880 50813 33554432000 4194304 4298156 140735874857024 18446744073709551615 4255058 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 50813 243 26 0 70787 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 296620

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 1.99 3/522 27268
/proc/meminfo: memFree=7555168/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=215232 CPUtime=4362.41 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2277658 0 0 0 435878 363 0 0 25 0 1 0 758281945 220397568 49199 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 53808 49199 243 26 0 50440 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 215232

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/522 27270
/proc/meminfo: memFree=7565808/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=215232 CPUtime=4422.4 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2315380 0 0 0 441872 368 0 0 25 0 1 0 758281945 220397568 48645 33554432000 4194304 4298156 140735874857024 18446744073709551615 4255040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 53808 48645 243 26 0 50440 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 215232

[startup+4482.3 s]
/proc/loadavg: 2.14 2.04 2.00 3/522 27271
/proc/meminfo: memFree=7543600/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4482.41 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2322855 0 0 0 447869 372 0 0 25 0 1 0 758281945 303738880 55776 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256375 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 55776 243 26 0 70787 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 296620

[startup+4542.3 s]
/proc/loadavg: 2.09 2.05 2.00 3/522 27273
/proc/meminfo: memFree=7525600/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4542.41 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2359275 0 0 0 453864 377 0 0 25 0 1 0 758281945 303738880 51297 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256565 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 51297 243 26 0 70787 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 296620

[startup+4602.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/522 27283
/proc/meminfo: memFree=7522232/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4602.41 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2364877 0 0 0 459862 379 0 0 25 0 1 0 758281945 303738880 56596 33554432000 4194304 4298156 140735874857024 18446744073709551615 4254663 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 56596 243 26 0 70787 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 296620

[startup+4662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/522 27285
/proc/meminfo: memFree=7553728/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4662.41 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2404166 0 0 0 465856 385 0 0 25 0 1 0 758281945 303738880 52197 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 52197 243 26 0 70787 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 296620

[startup+4722.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/522 27287
/proc/meminfo: memFree=7508456/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4722.43 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2410095 0 0 0 471857 386 0 0 25 0 1 0 758281945 303738880 57825 33554432000 4194304 4298156 140735874857024 18446744073709551615 4276251 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 57825 243 26 0 70787 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 296620

[startup+4782.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/522 27288
/proc/meminfo: memFree=7555308/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4782.41 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2451317 0 0 0 477849 392 0 0 25 0 1 0 758281945 303738880 54822 33554432000 4194304 4298156 140735874857024 18446744073709551615 4254600 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 54822 243 26 0 70787 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 296620

[startup+4842.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/522 27290
/proc/meminfo: memFree=7581828/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4842.43 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2491654 0 0 0 483845 398 0 0 25 0 1 0 758281945 303738880 50557 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 50557 243 26 0 70787 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 296620

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/522 27291
/proc/meminfo: memFree=7538048/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4902.42 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2499116 0 0 0 489841 401 0 0 25 0 1 0 758281945 303738880 57643 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 57643 243 26 0 70787 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 296620

[startup+4962.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/522 27293
/proc/meminfo: memFree=7529472/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=296620 CPUtime=4962.42 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2538584 0 0 0 495836 406 0 0 25 0 1 0 758281945 303738880 54277 33554432000 4194304 4298156 140735874857024 18446744073709551615 4262608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 74155 54277 243 26 0 70787 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 296620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.03 2.01 2/521 27295
/proc/meminfo: memFree=7856704/32951124 swapFree=65066528/67111528
[pid=27135] ppid=27133 vsize=134324 CPUtime=5000.03 cores=1,3,5,7
/proc/27135/stat : 27135 (contrasat_relea) R 27133 27135 27096 0 -1 4202496 2569981 0 0 0 499593 410 0 0 25 0 1 0 758281945 137547776 29419 33554432000 4194304 4298156 140735874857024 18446744073709551615 4256344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/27135/statm: 33581 29419 243 26 0 30213 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 134324

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4995.94
CPU system time (s): 4.11237
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 426848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4995.94
system time used= 4.11237
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2569982
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 54800

runsolver used 24.8462 second user time and 60.4588 second system time

The end

Launcher Data

Begin job on node142 at 2011-05-29 10:44:25
IDJOB=3422070
IDBENCH=20399
IDSOLVER=1915
FILE ID=node142/3422070-1306658665
RUNJOBID= node142-1306658664-27116
PBS_JOBID= 13471755
Free space on /tmp= 73548 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-01.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422070-1306658665/watcher-3422070-1306658665 -o /tmp/evaluation-result-3422070-1306658665/solver-3422070-1306658665 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422070-1306658665.cnf

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

MD5SUM BENCH= d2f77e32530988f77dca5112174eee00
RANDOM SEED=1263803028

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.67
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.846
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.81
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.846
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.846
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7944780 kB
Buffers:        290208 kB
Cached:        7657936 kB
SwapCached:      20520 kB
Active:       12290668 kB
Inactive:     12379048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7944780 kB
SwapTotal:    67111528 kB
SwapFree:     65066528 kB
Dirty:           13992 kB
Writeback:           8 kB
AnonPages:    16709724 kB
Mapped:          33272 kB
Slab:           190156 kB
PageTables:      75864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 145438312 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= 73560 MiB
End job on node142 at 2011-05-29 12:07:47