Trace number 3422434

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.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16550.6
Satisfiable
(Un)Satisfiability was proved
Number of variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

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-3422434-1306665534/watcher-3422434-1306665534 -o /tmp/evaluation-result-3422434-1306665534/solver-3422434-1306665534 -C 5000 -W 5100 -M 15500 contrasat_release HOME/instance-3422434-1306665534.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.05 2.06 2.01 2/453 19978
/proc/meminfo: memFree=23946012/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=23336 CPUtime=0 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1608 0 0 0 0 0 0 0 25 0 1 0 778151296 23896064 1520 33554432000 4194304 4298156 140733226090016 18446744073709551615 4284889 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 5834 1521 217 26 0 2466 0

[startup+0.099513 s]
/proc/loadavg: 2.05 2.06 2.01 2/453 19978
/proc/meminfo: memFree=23946012/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=32672 CPUtime=0.09 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 4932 0 0 0 9 0 0 0 25 0 1 0 778151296 33456128 4283 33554432000 4194304 4298156 140733226090016 18446744073709551615 4211271 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 8168 4284 223 26 0 4800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32672

[startup+0.100497 s]
/proc/loadavg: 2.05 2.06 2.01 2/453 19978
/proc/meminfo: memFree=23946012/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=32672 CPUtime=0.09 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 4933 0 0 0 9 0 0 0 25 0 1 0 778151296 33456128 4284 33554432000 4194304 4298156 140733226090016 18446744073709551615 4263759 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 8168 4284 223 26 0 4800 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32672

[startup+0.300455 s]
/proc/loadavg: 2.05 2.06 2.01 2/453 19978
/proc/meminfo: memFree=23946012/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=26356 CPUtime=0.29 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 5815 0 0 0 28 1 0 0 25 0 1 0 778151296 26988544 3272 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256968 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 6589 3272 242 26 0 3221 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26356

[startup+0.700381 s]
/proc/loadavg: 2.05 2.06 2.01 2/453 19978
/proc/meminfo: memFree=23946012/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=29032 CPUtime=0.69 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 6027 0 0 0 68 1 0 0 25 0 1 0 778151296 29728768 3473 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256614 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 7258 3473 243 26 0 3890 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29032

[startup+1.50024 s]
/proc/loadavg: 2.05 2.06 2.01 3/454 19979
/proc/meminfo: memFree=23929764/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=31736 CPUtime=1.49 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 7190 0 0 0 148 1 0 0 25 0 1 0 778151296 32497664 4425 33554432000 4194304 4298156 140733226090016 18446744073709551615 4251901 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 7934 4425 243 26 0 4566 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31736

[startup+3.10098 s]
/proc/loadavg: 2.04 2.06 2.01 3/454 19979
/proc/meminfo: memFree=23926292/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=33412 CPUtime=3.09 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 7689 0 0 0 308 1 0 0 25 0 1 0 778151296 34213888 4904 33554432000 4194304 4298156 140733226090016 18446744073709551615 4251710 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 8353 4904 243 26 0 4985 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33412

[startup+6.30038 s]
/proc/loadavg: 2.04 2.06 2.01 3/454 19979
/proc/meminfo: memFree=23917240/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=40636 CPUtime=6.29 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 10015 0 0 0 628 1 0 0 25 0 1 0 778151296 41611264 6887 33554432000 4194304 4298156 140733226090016 18446744073709551615 4251958 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 10159 6887 243 26 0 6791 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40636

[startup+12.7002 s]
/proc/loadavg: 2.04 2.06 2.01 4/454 19979
/proc/meminfo: memFree=23941124/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=40636 CPUtime=12.69 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 10015 0 0 0 1268 1 0 0 25 0 1 0 778151296 41611264 6887 33554432000 4194304 4298156 140733226090016 18446744073709551615 4276390 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 10159 6887 243 26 0 6791 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 40636

[startup+25.5009 s]
/proc/loadavg: 2.03 2.06 2.01 3/454 19979
/proc/meminfo: memFree=23927980/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=43352 CPUtime=25.49 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 17676 0 0 0 2547 2 0 0 25 0 1 0 778151296 44392448 7357 33554432000 4194304 4298156 140733226090016 18446744073709551615 4253655 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 10838 7357 243 26 0 7470 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 43352

[startup+51.1002 s]
/proc/loadavg: 2.02 2.05 2.01 3/454 19980
/proc/meminfo: memFree=23909476/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=47772 CPUtime=51.09 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 19213 0 0 0 5107 2 0 0 25 0 1 0 778151296 48918528 8671 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 11943 8671 243 26 0 8575 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 47772

[startup+102.317 s]
/proc/loadavg: 2.01 2.04 2.00 3/454 19981
/proc/meminfo: memFree=23907968/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=82820 CPUtime=102.31 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 42561 0 0 0 10226 5 0 0 25 0 1 0 778151296 84807680 14577 33554432000 4194304 4298156 140733226090016 18446744073709551615 4252751 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 20705 14577 243 26 0 17337 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 82820

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/454 19983
/proc/meminfo: memFree=23884016/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=82820 CPUtime=162.3 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 43256 0 0 0 16225 5 0 0 25 0 1 0 778151296 84807680 15237 33554432000 4194304 4298156 140733226090016 18446744073709551615 4251880 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 20705 15237 243 26 0 17337 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 82820

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 19985
/proc/meminfo: memFree=23874200/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=82820 CPUtime=222.3 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 43850 0 0 0 22225 5 0 0 25 0 1 0 778151296 84807680 15808 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 20705 15808 243 26 0 17337 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 82820

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 19986
/proc/meminfo: memFree=23848132/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=82820 CPUtime=282.3 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 43910 0 0 0 28225 5 0 0 25 0 1 0 778151296 84807680 15862 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 20705 15862 243 26 0 17337 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 82820

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/454 19988
/proc/meminfo: memFree=23819844/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=90176 CPUtime=342.3 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 59516 0 0 0 34222 8 0 0 25 0 1 0 778151296 92340224 16199 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 22544 16199 243 26 0 19176 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 90176

[startup+402.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/454 19989
/proc/meminfo: memFree=23807888/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=121244 CPUtime=402.31 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 62551 0 0 0 40222 9 0 0 25 0 1 0 778151296 124153856 19083 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256195 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 30311 19083 243 26 0 26943 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 121244

[startup+462.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/454 19991
/proc/meminfo: memFree=23857100/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=121244 CPUtime=462.31 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 62551 0 0 0 46222 9 0 0 25 0 1 0 778151296 124153856 19083 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 30311 19083 243 26 0 26943 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 121244

[startup+522.301 s]
/proc/loadavg: 2.08 2.06 2.01 3/454 19992
/proc/meminfo: memFree=23856944/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=121244 CPUtime=522.31 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 62766 0 0 0 52222 9 0 0 25 0 1 0 778151296 124153856 19280 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256544 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 30311 19280 243 26 0 26943 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 121244

[startup+582.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/454 19994
/proc/meminfo: memFree=23806952/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=121244 CPUtime=582.31 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 62766 0 0 0 58222 9 0 0 25 0 1 0 778151296 124153856 19280 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 2 0 0 0
/proc/19978/statm: 30311 19280 243 26 0 26943 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 121244

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 20099
/proc/meminfo: memFree=23718652/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=157932 CPUtime=4062.41 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1426457 0 0 0 406004 237 0 0 25 0 1 0 778151296 161722368 33924 33554432000 4194304 4298156 140733226090016 18446744073709551615 4252211 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 39483 33924 243 26 0 36115 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 157932

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/454 20100
/proc/meminfo: memFree=23721368/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=157932 CPUtime=4122.39 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1466758 0 0 0 411993 246 0 0 25 0 1 0 778151296 161722368 34629 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256248 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 39483 34629 243 26 0 36115 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 157932

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/454 20102
/proc/meminfo: memFree=23708564/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=157932 CPUtime=4182.39 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1507559 0 0 0 417985 254 0 0 25 0 1 0 778151296 161722368 35424 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256301 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 39483 35424 243 26 0 36115 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 157932

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/454 20104
/proc/meminfo: memFree=23700860/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=157932 CPUtime=4242.4 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1549746 0 0 0 423978 262 0 0 25 0 1 0 778151296 161722368 35529 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256762 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 39483 35529 243 26 0 36115 0
Current children cumulated CPU time (s) 4242.4
Current children cumulated vsize (KiB) 157932

[startup+4302.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/454 20105
/proc/meminfo: memFree=23707752/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=157932 CPUtime=4302.41 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1595020 0 0 0 429971 270 0 0 25 0 1 0 778151296 161722368 35922 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 39483 35922 243 26 0 36115 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 157932

[startup+4362.3 s]
/proc/loadavg: 2.12 2.06 2.02 3/454 20107
/proc/meminfo: memFree=23721232/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=157932 CPUtime=4362.4 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1648347 0 0 0 435961 279 0 0 25 0 1 0 778151296 161722368 33522 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256277 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 39483 33522 243 26 0 36115 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 157932

[startup+4422.3 s]
/proc/loadavg: 2.10 2.06 2.02 3/454 20109
/proc/meminfo: memFree=23702480/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=157932 CPUtime=4422.4 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1688165 0 0 0 441954 286 0 0 25 0 1 0 778151296 161722368 32720 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 39483 32720 243 26 0 36115 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 157932

[startup+4482.3 s]
/proc/loadavg: 2.11 2.07 2.02 4/454 20110
/proc/meminfo: memFree=23716844/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=162640 CPUtime=4482.41 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1725467 0 0 0 447948 293 0 0 25 0 1 0 778151296 166543360 34410 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 40660 34410 243 26 0 37292 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 162640

[startup+4542.3 s]
/proc/loadavg: 2.12 2.07 2.01 3/454 20112
/proc/meminfo: memFree=23688544/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=162640 CPUtime=4542.41 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1757751 0 0 0 453943 298 0 0 25 0 1 0 778151296 166543360 35499 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256293 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 40660 35499 243 26 0 37292 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 162640

[startup+4602.3 s]
/proc/loadavg: 2.08 2.07 2.01 3/454 20113
/proc/meminfo: memFree=23696212/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=162640 CPUtime=4602.42 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1795140 0 0 0 459936 306 0 0 25 0 1 0 778151296 166543360 36430 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 40660 36430 243 26 0 37292 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 162640

[startup+4662.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/454 20115
/proc/meminfo: memFree=23689356/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=162640 CPUtime=4662.42 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1833145 0 0 0 465929 313 0 0 25 0 1 0 778151296 166543360 34191 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 40660 34191 243 26 0 37292 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 162640

[startup+4722.32 s]
/proc/loadavg: 2.01 2.04 2.00 3/454 20117
/proc/meminfo: memFree=23713136/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=162640 CPUtime=4722.43 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1872911 0 0 0 471924 319 0 0 25 0 1 0 778151296 166543360 34348 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256809 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 40660 34348 243 26 0 37292 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 162640

[startup+4782.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/454 20118
/proc/meminfo: memFree=23706284/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=193460 CPUtime=4782.42 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1903320 0 0 0 477918 324 0 0 25 0 1 0 778151296 198103040 37343 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256804 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 48365 37343 243 26 0 44997 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 193460

[startup+4842.3 s]
/proc/loadavg: 2.17 2.07 2.01 3/454 20120
/proc/meminfo: memFree=23697464/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=162640 CPUtime=4842.42 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1943391 0 0 0 483912 330 0 0 25 0 1 0 778151296 166543360 36307 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256826 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 40660 36307 243 26 0 37292 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 162640

[startup+4902.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/454 20121
/proc/meminfo: memFree=23698816/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=162640 CPUtime=4902.42 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 1983993 0 0 0 489906 336 0 0 25 0 1 0 778151296 166543360 36060 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256524 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 40660 36060 243 26 0 37292 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 162640

[startup+4962.3 s]
/proc/loadavg: 2.10 2.07 2.01 3/454 20160
/proc/meminfo: memFree=23677544/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=193460 CPUtime=4962.43 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 2027291 0 0 0 495899 344 0 0 25 0 1 0 778151296 198103040 37597 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 48365 37597 243 26 0 44997 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 193460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.13 2.07 2.01 3/454 20161
/proc/meminfo: memFree=23653068/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=162640 CPUtime=5000.03 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 2056849 0 0 0 499654 349 0 0 25 0 1 0 778151296 166543360 36532 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 40660 36532 243 26 0 37292 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 162640

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.13 2.07 2.01 3/454 20161
/proc/meminfo: memFree=23653068/32951124 swapFree=61585512/67111528
[pid=19978] ppid=19976 vsize=162640 CPUtime=5000.03 cores=0,2,4,6
/proc/19978/stat : 19978 (contrasat_relea) R 19976 19978 19083 0 -1 4202496 2056849 0 0 0 499654 349 0 0 25 0 1 0 778151296 166543360 36532 33554432000 4194304 4298156 140733226090016 18446744073709551615 4256760 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19978/statm: 40660 36532 243 26 0 37292 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 162640

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.06
CPU user time (s): 4996.55
CPU system time (s): 3.50347
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 242780

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

runsolver used 22.8635 second user time and 49.8994 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-29 12:38:54
IDJOB=3422434
IDBENCH=83108
IDSOLVER=1915
FILE ID=node133/3422434-1306665534
RUNJOBID= node133-1306658665-19101
PBS_JOBID= 13471764
Free space on /tmp= 73188 MiB

SOLVER NAME= minisat hack: contrasat 2011-03-02
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom15.cnf
COMMAND LINE= contrasat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3422434-1306665534/watcher-3422434-1306665534 -o /tmp/evaluation-result-3422434-1306665534/solver-3422434-1306665534 -C 5000 -W 5100 -M 15500  contrasat_release HOME/instance-3422434-1306665534.cnf

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=516458717

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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.834
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	: 6741.12
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.834
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.74
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.834
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.834
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.74
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.834
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:      23946160 kB
Buffers:        221436 kB
Cached:        2438004 kB
SwapCached:      56644 kB
Active:         989220 kB
Inactive:      7779352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23946160 kB
SwapTotal:    67111528 kB
SwapFree:     61585512 kB
Dirty:            1952 kB
Writeback:           4 kB
AnonPages:     6058872 kB
Mapped:          30828 kB
Slab:           117236 kB
PageTables:      53676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 115006700 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73164 MiB
End job on node133 at 2011-05-29 14:02:16