Trace number 3377155

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
QuteRSat 2011-05-12 (fixed)? (TO) 1300.07 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

Solver Data

0.00/0.01	c Set FPU double precision.
0.03/0.08	c Parse Cnf success: #var: 40286 #clause: 134663
0.03/0.08	c Find Units :          1
0.03/0.09	c Find Invs  :       1253
0.09/0.10	c Find Ands  :      29153 AvgFaninNum: 2.29229
0.09/0.11	c Find Xors  :       9101 AvgFaninNum: 2
0.09/0.12	c Find Ite   :      11628
0.09/0.15	c UnDirect variable: 3967
0.09/0.15	c UnDirect to Direct Gate: 10018
0.09/0.15	c Forced Direct Gate: 196 Unuse unDirect Gate: 494
0.09/0.15	c Break Cycle : 399
0.09/0.15	c Total Root : 1 Undef Var: 1191
0.09/0.18	c After covering, Total Root: 1 Leaf: 1191
0.09/0.18	c Variable( cover/uncovered/unused ): 40286 0 0
0.09/0.18	c Unit Clauses: 1
0.09/0.18	c Binary Clauses( cover/uncovered ): 68509 672
0.09/0.18	c Clauses( cover/uncovered ): 65481 0
0.09/0.18	c Total Clauses( cover/uncovered ): 133991 672 99.501%
0.09/0.18	c Covered Ands: 29077 Invs: 917 Xors: 9101 Ites: 0
0.09/0.18	c Uncover Clauses avg size: 2 max size: 2
0.09/0.18	c Final circuit: i/l/o/s    1191       0     673     61404
0.09/0.18	c CnfToAig: Time: 0.18 s
0.19/0.29	c TmMap: Set choices finish.
0.29/0.31	c TmMap: Set big and: 6038
0.29/0.31	c TmMap: Origin: 62596 ClauseNum: 184212 --> New: 20694 ClauseNum: 94722
0.29/0.31	c TmMap: Time: 0.02
0.59/0.62	c Simulation --> TransNum: 54212/94722 Try to Add: #clause: 46859 #xorclause: 0
0.59/0.64	c #var: 17332 #clauses: 43007 Solving... 
1300.05/1300.01	c Time Out !!
1300.05/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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-3377155-1305474261/watcher-3377155-1305474261 -o /tmp/evaluation-result-3377155-1305474261/solver-3377155-1305474261 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377155-1305474261.cnf 1266625567 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.38 3.89 3.84 3/379 7278
/proc/meminfo: memFree=23718872/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=34412 CPUtime=0 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 2430 0 0 0 0 0 0 0 21 0 1 0 659026570 35237888 2367 33554432000 4194304 6014671 140733968999888 18446744073709551615 244446642778 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 8603 2367 378 445 0 2148 0

[startup+0.0368609 s]
/proc/loadavg: 3.38 3.89 3.84 3/379 7278
/proc/meminfo: memFree=23718872/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=41580 CPUtime=0.03 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 4252 0 0 0 3 0 0 0 21 0 1 0 659026570 42577920 4189 33554432000 4194304 6014671 140733968999888 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 10395 4189 378 445 0 3940 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 41580

[startup+0.10086 s]
/proc/loadavg: 3.38 3.89 3.84 3/379 7278
/proc/meminfo: memFree=23718872/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=53868 CPUtime=0.09 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 7111 0 0 0 8 1 0 0 21 0 1 0 659026570 55160832 7048 33554432000 4194304 6014671 140733968999888 18446744073709551615 244446642794 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 13467 7048 383 445 0 7012 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 53868

[startup+0.300816 s]
/proc/loadavg: 3.38 3.89 3.84 3/379 7278
/proc/meminfo: memFree=23718872/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=64100 CPUtime=0.29 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 10035 0 0 0 28 1 0 0 22 0 1 0 659026570 65638400 9972 33554432000 4194304 6014671 140733968999888 18446744073709551615 4223914 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 16025 9972 669 445 0 9570 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64100

[startup+0.700737 s]
/proc/loadavg: 3.38 3.89 3.84 3/379 7278
/proc/meminfo: memFree=23718872/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=74352 CPUtime=0.69 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 10865 0 0 0 68 1 0 0 23 0 1 0 659026570 76136448 10802 33554432000 4194304 6014671 140733968999888 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 18588 10802 695 445 0 12133 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74352

[startup+1.50059 s]
/proc/loadavg: 3.38 3.89 3.84 5/385 7289
/proc/meminfo: memFree=23599872/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=74352 CPUtime=1.49 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 11195 0 0 0 148 1 0 0 25 0 1 0 659026570 76136448 11132 33554432000 4194304 6014671 140733968999888 18446744073709551615 4425458 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 18588 11132 722 445 0 12133 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74352

[startup+3.10029 s]
/proc/loadavg: 3.38 3.89 3.84 5/385 7289
/proc/meminfo: memFree=23585172/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=104180 CPUtime=3.09 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 12943 0 0 0 308 1 0 0 25 0 1 0 659026570 106680320 12880 33554432000 4194304 6014671 140733968999888 18446744073709551615 4423508 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 26045 12880 723 445 0 19590 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 104180

[startup+6.30069 s]
/proc/loadavg: 3.43 3.89 3.84 5/385 7289
/proc/meminfo: memFree=23552888/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=104180 CPUtime=6.29 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 14055 0 0 0 628 1 0 0 25 0 1 0 659026570 106680320 13992 33554432000 4194304 6014671 140733968999888 18446744073709551615 4383488 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 26045 13992 727 445 0 19590 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104180

[startup+12.7005 s]
/proc/loadavg: 3.48 3.89 3.84 5/385 7316
/proc/meminfo: memFree=23466756/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=124324 CPUtime=12.7 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 16478 0 0 0 1268 2 0 0 25 0 1 0 659026570 127307776 16402 33554432000 4194304 6014671 140733968999888 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 31081 16402 727 445 0 24626 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 124324

[startup+25.5011 s]
/proc/loadavg: 3.59 3.89 3.84 5/385 7317
/proc/meminfo: memFree=23405396/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=154900 CPUtime=25.49 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 19199 0 0 0 2547 2 0 0 25 0 1 0 659026570 158617600 19123 33554432000 4194304 6014671 140733968999888 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 38725 19123 727 445 0 32270 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 154900

[startup+51.1004 s]
/proc/loadavg: 3.79 3.92 3.85 5/385 7318
/proc/meminfo: memFree=23325920/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=154900 CPUtime=51.09 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 23000 0 0 0 5106 3 0 0 25 0 1 0 659026570 158617600 22917 33554432000 4194304 6014671 140733968999888 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 38725 22917 729 445 0 32270 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 154900

[startup+102.315 s]
/proc/loadavg: 3.98 3.94 3.86 6/385 7346
/proc/meminfo: memFree=23293620/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=154900 CPUtime=102.31 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 28357 0 0 0 10227 4 0 0 25 0 1 0 659026570 158617600 28256 33554432000 4194304 6014671 140733968999888 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 38725 28256 744 445 0 32270 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 154900

[startup+162.301 s]
/proc/loadavg: 4.02 3.96 3.87 6/385 7347
/proc/meminfo: memFree=23182480/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=177900 CPUtime=162.3 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 32122 0 0 0 16224 6 0 0 25 0 1 0 659026570 182169600 32016 33554432000 4194304 6014671 140733968999888 18446744073709551615 4424467 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 44475 32016 739 445 0 38020 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 177900

[startup+222.301 s]
/proc/loadavg: 4.05 3.98 3.88 6/385 7349
/proc/meminfo: memFree=23157124/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=225192 CPUtime=222.3 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 34016 0 0 0 22223 7 0 0 25 0 1 0 659026570 230596608 33908 33554432000 4194304 6014671 140733968999888 18446744073709551615 4424105 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 56298 33908 737 445 0 49843 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 225192

[startup+282.3 s]
/proc/loadavg: 4.02 3.98 3.89 6/385 7351
/proc/meminfo: memFree=23100296/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=225192 CPUtime=282.3 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 34214 0 0 0 28223 7 0 0 25 0 1 0 659026570 230596608 33926 33554432000 4194304 6014671 140733968999888 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 56298 33926 737 445 0 49843 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 225192

[startup+342.3 s]
/proc/loadavg: 4.00 3.98 3.90 6/385 7352
/proc/meminfo: memFree=23071344/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=225192 CPUtime=342.3 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 34739 0 0 0 34223 7 0 0 25 0 1 0 659026570 230596608 34451 33554432000 4194304 6014671 140733968999888 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 56298 34451 737 445 0 49843 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 225192

[startup+402.301 s]
/proc/loadavg: 4.00 3.98 3.90 6/385 7354
/proc/meminfo: memFree=22975808/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=402.3 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 43135 0 0 0 40222 8 0 0 25 0 1 0 659026570 298221568 42801 33554432000 4194304 6014671 140733968999888 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 42801 735 445 0 66353 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 291232

[startup+462.301 s]
/proc/loadavg: 4.00 3.98 3.91 6/385 7355
/proc/meminfo: memFree=22929000/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=462.31 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 43215 0 0 0 46222 9 0 0 25 0 1 0 659026570 298221568 41987 33554432000 4194304 6014671 140733968999888 18446744073709551615 4424296 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 41987 735 445 0 66353 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 291232

[startup+522.301 s]
/proc/loadavg: 4.00 3.98 3.91 6/385 7384
/proc/meminfo: memFree=23071776/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=522.31 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 43492 0 0 0 52222 9 0 0 25 0 1 0 659026570 298221568 42264 33554432000 4194304 6014671 140733968999888 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 42264 735 445 0 66353 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 291232

[startup+582.301 s]
/proc/loadavg: 4.00 3.98 3.91 6/385 7386
/proc/meminfo: memFree=22960452/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=582.31 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 43569 0 0 0 58222 9 0 0 25 0 1 0 659026570 298221568 42341 33554432000 4194304 6014671 140733968999888 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 42341 735 445 0 66353 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 291232

[startup+642.3 s]
/proc/loadavg: 4.11 4.03 3.93 6/385 7387
/proc/meminfo: memFree=22911688/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=642.33 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 44556 0 0 0 64224 9 0 0 25 0 1 0 659026570 298221568 43328 33554432000 4194304 6014671 140733968999888 18446744073709551615 4423915 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 43328 735 445 0 66353 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 291232

[startup+702.3 s]
/proc/loadavg: 4.04 4.02 3.93 6/385 7389
/proc/meminfo: memFree=22878536/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=702.31 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 44659 0 0 0 70222 9 0 0 25 0 1 0 659026570 298221568 43431 33554432000 4194304 6014671 140733968999888 18446744073709551615 4423610 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 43431 735 445 0 66353 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 291232

[startup+762.315 s]
/proc/loadavg: 4.07 4.03 3.93 6/385 7390
/proc/meminfo: memFree=22862076/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=762.33 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 44784 0 0 0 76224 9 0 0 25 0 1 0 659026570 298221568 43556 33554432000 4194304 6014671 140733968999888 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 43556 735 445 0 66353 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 291232

[startup+822.301 s]
/proc/loadavg: 4.11 4.04 3.94 6/385 7392
/proc/meminfo: memFree=22823088/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=822.32 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 51009 0 0 0 82221 11 0 0 25 0 1 0 659026570 298221568 49781 33554432000 4194304 6014671 140733968999888 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 49781 735 445 0 66353 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 291232

[startup+882.301 s]
/proc/loadavg: 4.04 4.03 3.94 6/385 7394
/proc/meminfo: memFree=22809384/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=882.32 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 53318 0 0 0 88220 12 0 0 25 0 1 0 659026570 298221568 52090 33554432000 4194304 6014671 140733968999888 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 52090 735 445 0 66353 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 291232

[startup+942.301 s]
/proc/loadavg: 4.01 4.02 3.94 6/385 7395
/proc/meminfo: memFree=22771376/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=942.32 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 54571 0 0 0 94220 12 0 0 25 0 1 0 659026570 298221568 53341 33554432000 4194304 6014671 140733968999888 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 53341 735 445 0 66353 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 291232

[startup+1002.3 s]
/proc/loadavg: 4.00 4.02 3.94 6/385 7406
/proc/meminfo: memFree=22750256/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=1002.33 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 54669 0 0 0 100221 12 0 0 25 0 1 0 659026570 298221568 53439 33554432000 4194304 6014671 140733968999888 18446744073709551615 4371946 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 53439 735 445 0 66353 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 291232

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.94 6/385 7407
/proc/meminfo: memFree=22660064/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=1062.33 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 54758 0 0 0 106221 12 0 0 25 0 1 0 659026570 298221568 53528 33554432000 4194304 6014671 140733968999888 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 53528 735 445 0 66353 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 291232

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.94 6/385 7409
/proc/meminfo: memFree=22596004/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=291232 CPUtime=1122.33 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 55234 0 0 0 112221 12 0 0 25 0 1 0 659026570 298221568 54004 33554432000 4194304 6014671 140733968999888 18446744073709551615 4376932 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 72808 54004 735 445 0 66353 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 291232

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.95 6/385 7415
/proc/meminfo: memFree=22573864/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=356864 CPUtime=1182.33 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 57278 0 0 0 118220 13 0 0 25 0 1 0 659026570 365428736 56048 33554432000 4194304 6014671 140733968999888 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 89216 56048 735 445 0 82761 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 356864

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.95 6/385 7416
/proc/meminfo: memFree=22525888/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=488380 CPUtime=1242.33 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 59004 0 0 0 124219 14 0 0 25 0 1 0 659026570 500101120 57757 33554432000 4194304 6014671 140733968999888 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 122095 57757 735 445 0 115640 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 488380



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.95 5/385 7418
/proc/meminfo: memFree=22510080/32951124 swapFree=44485772/67111528
[pid=7278] ppid=7276 vsize=488380 CPUtime=1300.05 cores=1,3
/proc/7278/stat : 7278 (qutersat_releas) R 7276 7278 6382 0 -1 4202496 59925 0 0 0 129990 15 0 0 25 0 1 0 659026570 500101120 58678 33554432000 4194304 6014671 140733968999888 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/7278/statm: 122095 58678 735 445 0 115640 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 488380

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

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

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.07
CPU user time (s): 1299.91
CPU system time (s): 0.162975
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 488380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.91
system time used= 0.162975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59929
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7
involuntary context switches= 1936

runsolver used 4.66629 second user time and 11.5342 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 17:44:21
IDJOB=3377155
IDBENCH=83119
IDSOLVER=1856
FILE ID=node105/3377155-1305474261
RUNJOBID= node105-1305474261-7248
PBS_JOBID= 13325311
Free space on /tmp= 73572 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom19.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3377155-1305474261/watcher-3377155-1305474261 -o /tmp/evaluation-result-3377155-1305474261/solver-3377155-1305474261 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377155-1305474261.cnf 1266625567

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=1266625567

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.825
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.825
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:      23719392 kB
Buffers:        310468 kB
Cached:        6770976 kB
SwapCached:      39648 kB
Active:        1612068 kB
Inactive:      7337956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23719392 kB
SwapTotal:    67111528 kB
SwapFree:     44485772 kB
Dirty:            9864 kB
Writeback:           0 kB
AnonPages:     1836276 kB
Mapped:          18192 kB
Slab:           142140 kB
PageTables:      73548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91402924 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= 73564 MiB
End job on node105 at 2011-05-15 18:06:03