Trace number 3289669

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-03-01? (TO) 1300.01 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom22.cnf
MD5SUM808b4b06b3dea960876e6772f0b9c207
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 variables53118
Number of clauses178062
Sum of the clauses size454634
Maximum clause length1670
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 290658
Number of clauses of size 386491
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5640

Solver Data

0.00/0.01	c Set FPU double precision.
0.08/0.13	c Parse Cnf success: #var: 53118 #clause: 178062
0.08/0.13	c Find Units :          1
0.08/0.14	c Find Invs  :       1520
0.08/0.16	c Find Ands  :      38343 AvgFaninNum: 2.2897
0.08/0.17	c Find Xors  :      12287 AvgFaninNum: 2
0.19/0.20	c Find Ite   :      15708
0.19/0.24	c UnDirect variable: 4988
0.19/0.24	c UnDirect to Direct Gate: 13448
0.19/0.24	c Forced Direct Gate: 323 Unuse unDirect Gate: 638
0.19/0.25	c Break Cycle : 462
0.19/0.25	c Total Root : 1 Undef Var: 1415
0.28/0.30	c After covering, Total Root: 1 Leaf: 1415
0.28/0.30	c Variable( cover/uncovered/unused ): 53118 0 0
0.28/0.30	c Unit Clauses: 1
0.28/0.30	c Binary Clauses( cover/uncovered ): 89940 718
0.28/0.30	c Clauses( cover/uncovered ): 87403 0
0.28/0.30	c Total Clauses( cover/uncovered ): 177344 718 99.5968%
0.28/0.30	c Covered Ands: 38255 Invs: 1161 Xors: 12287 Ites: 0
0.28/0.30	c Uncover Clauses avg size: 2 max size: 2
0.28/0.30	c Final circuit: i/l/o/s    1415       0     719     81522
0.28/0.30	c CnfToAig: Time: 0.29 s
0.38/0.46	c TmMap: Set choices finish.
0.38/0.48	c TmMap: Set big and: 7680
0.38/0.48	c TmMap: Origin: 82938 ClauseNum: 244566 --> New: 27045 ClauseNum: 124965
0.38/0.48	c TmMap: Time: 0.04
0.89/0.97	c Simulation --> TransNum: 71180/124965 Try to Add: #clause: 45261 #xorclause: 4181
0.99/1.00	c #var: 22614 #clauses: 40013 Solving... 
1299.99/1300.00	c Time Out !!
1299.99/1300.00	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: 935)

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

running on 2 cores: 0,2

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: 2.55 2.98 3.35 4/188 12284
/proc/meminfo: memFree=23203408/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=11800 CPUtime=0 cores=0,2
/proc/12284/stat : 12284 (runsolver) R 12282 12284 12230 0 -1 4202560 42 0 0 0 0 0 0 0 22 0 1 0 489479174 12083200 51 33554432000 4194304 5434984 140735515843504 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 2 0 0 0
/proc/12284/statm: 2950 51 31 303 0 2644 0

[startup+0.00867804 s]
/proc/loadavg: 2.55 2.98 3.35 4/188 12284
/proc/meminfo: memFree=23203408/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=26264 CPUtime=0 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4194304 283 0 0 0 0 0 0 0 22 0 1 0 489479174 26894336 231 33554432000 4194304 6016207 140737072834512 18446744073709551615 255372338664 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/12284/statm: 6566 234 189 445 0 97 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26264

[startup+0.100671 s]
/proc/loadavg: 2.55 2.98 3.35 4/188 12284
/proc/meminfo: memFree=23203408/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=50508 CPUtime=0.08 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 6371 0 0 0 8 0 0 0 22 0 1 0 489479174 51720192 6305 33554432000 4194304 6016207 140737072834512 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 12627 6306 379 445 0 6171 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 50508

[startup+0.300651 s]
/proc/loadavg: 2.55 2.98 3.35 4/188 12284
/proc/meminfo: memFree=23203408/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=63948 CPUtime=0.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 9675 0 0 0 27 1 0 0 23 0 1 0 489479174 65482752 9609 33554432000 4194304 6016207 140737072834512 18446744073709551615 4274929 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 15987 9609 399 445 0 9531 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 63948

[startup+0.700584 s]
/proc/loadavg: 2.55 2.98 3.35 4/188 12284
/proc/meminfo: memFree=23203408/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=78308 CPUtime=0.69 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 13708 0 0 0 67 2 0 0 25 0 1 0 489479174 80187392 13642 33554432000 4194304 6016207 140737072834512 18446744073709551615 4244604 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 19577 13642 680 445 0 13121 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78308

[startup+1.5004 s]
/proc/loadavg: 2.55 2.98 3.35 5/194 12291
/proc/meminfo: memFree=23077016/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=86512 CPUtime=1.49 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 13994 0 0 0 147 2 0 0 25 0 1 0 489479174 88588288 13928 33554432000 4194304 6016207 140737072834512 18446744073709551615 4671273 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 21628 13928 699 445 0 15172 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 86512

[startup+3.10113 s]
/proc/loadavg: 2.55 2.98 3.35 5/194 12291
/proc/meminfo: memFree=23064740/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=105704 CPUtime=3.09 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 15084 0 0 0 307 2 0 0 25 0 1 0 489479174 108240896 15018 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 26426 15018 715 445 0 19970 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105704

[startup+6.30051 s]
/proc/loadavg: 2.66 2.99 3.35 5/194 12291
/proc/meminfo: memFree=23045504/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=115412 CPUtime=6.29 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 16157 0 0 0 627 2 0 0 25 0 1 0 489479174 118181888 16091 33554432000 4194304 6016207 140737072834512 18446744073709551615 4368928 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 28853 16091 734 445 0 22397 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 115412

[startup+12.7003 s]
/proc/loadavg: 2.77 3.01 3.35 5/194 12291
/proc/meminfo: memFree=23011532/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=125420 CPUtime=12.68 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 17411 0 0 0 1266 2 0 0 25 0 1 0 489479174 128430080 17345 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 31355 17345 734 445 0 24899 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 125420

[startup+25.501 s]
/proc/loadavg: 3.12 3.08 3.37 5/194 12291
/proc/meminfo: memFree=22953656/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=135628 CPUtime=25.48 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 18708 0 0 0 2546 2 0 0 25 0 1 0 489479174 138883072 18642 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 33907 18642 734 445 0 27451 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 135628

[startup+51.1003 s]
/proc/loadavg: 3.48 3.16 3.39 5/194 12292
/proc/meminfo: memFree=22874848/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=156588 CPUtime=51.09 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 27133 0 0 0 5105 4 0 0 25 0 1 0 489479174 160346112 27067 33554432000 4194304 6016207 140737072834512 18446744073709551615 4378259 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 39147 27067 734 445 0 32691 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 156588

[startup+102.307 s]
/proc/loadavg: 3.77 3.29 3.42 5/194 12293
/proc/meminfo: memFree=22805144/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=167280 CPUtime=102.29 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 29052 0 0 0 10225 4 0 0 25 0 1 0 489479174 171294720 28986 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 41820 28986 734 445 0 35364 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 167280

[startup+162.301 s]
/proc/loadavg: 3.91 3.42 3.45 5/194 12295
/proc/meminfo: memFree=22763472/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=178628 CPUtime=162.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 34830 0 0 0 16223 5 0 0 25 0 1 0 489479174 182915072 34762 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425561 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 44657 34762 734 445 0 38201 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 178628

[startup+222.3 s]
/proc/loadavg: 4.03 3.54 3.49 5/194 12296
/proc/meminfo: memFree=22670564/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=284596 CPUtime=222.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 44003 0 0 0 22221 7 0 0 25 0 1 0 489479174 291426304 43735 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425860 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 71149 43735 734 445 0 64693 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 284596

[startup+282.3 s]
/proc/loadavg: 4.01 3.62 3.52 5/194 12298
/proc/meminfo: memFree=22585612/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=333472 CPUtime=282.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 49694 0 0 0 28220 8 0 0 25 0 1 0 489479174 341475328 49415 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 83368 49415 737 445 0 76912 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 333472

[startup+342.3 s]
/proc/loadavg: 4.08 3.70 3.55 5/194 12300
/proc/meminfo: memFree=22511944/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=333472 CPUtime=342.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 54496 0 0 0 34218 10 0 0 25 0 1 0 489479174 341475328 51441 33554432000 4194304 6016207 140737072834512 18446744073709551615 4373679 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 83368 51441 737 445 0 76912 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 333472

[startup+402.301 s]
/proc/loadavg: 4.03 3.75 3.58 5/194 12301
/proc/meminfo: memFree=22487500/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=333472 CPUtime=402.29 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 56838 0 0 0 40218 11 0 0 25 0 1 0 489479174 341475328 53781 33554432000 4194304 6016207 140737072834512 18446744073709551615 4378526 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 83368 53781 735 445 0 76912 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 333472

[startup+462.301 s]
/proc/loadavg: 4.01 3.80 3.60 5/194 12303
/proc/meminfo: memFree=22441964/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=333472 CPUtime=462.29 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 57705 0 0 0 46218 11 0 0 25 0 1 0 489479174 341475328 54648 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 83368 54648 735 445 0 76912 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 333472

[startup+522.301 s]
/proc/loadavg: 4.00 3.83 3.62 5/194 12304
/proc/meminfo: memFree=22373000/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=333472 CPUtime=522.29 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 62639 0 0 0 52217 12 0 0 25 0 1 0 489479174 341475328 59553 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425473 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 83368 59553 735 445 0 76912 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 333472

[startup+582.301 s]
/proc/loadavg: 4.00 3.86 3.64 5/194 12306
/proc/meminfo: memFree=22314812/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=333472 CPUtime=582.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 66752 0 0 0 58215 13 0 0 25 0 1 0 489479174 341475328 63666 33554432000 4194304 6016207 140737072834512 18446744073709551615 4377860 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 83368 63666 735 445 0 76912 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 333472

[startup+642.301 s]
/proc/loadavg: 4.03 3.90 3.67 5/194 12308
/proc/meminfo: memFree=22276600/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=333472 CPUtime=642.29 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 67894 0 0 0 64215 14 0 0 25 0 1 0 489479174 341475328 64808 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 83368 64808 735 445 0 76912 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 333472

[startup+702.301 s]
/proc/loadavg: 4.05 3.92 3.69 5/194 12309
/proc/meminfo: memFree=22266796/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=333472 CPUtime=702.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 69047 0 0 0 70213 15 0 0 25 0 1 0 489479174 341475328 65961 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 83368 65961 735 445 0 76912 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 333472

[startup+762.307 s]
/proc/loadavg: 4.02 3.94 3.71 5/194 12311
/proc/meminfo: memFree=22255000/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=333472 CPUtime=762.29 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 69048 0 0 0 76214 15 0 0 25 0 1 0 489479174 341475328 65962 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425548 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 83368 65962 735 445 0 76912 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 333472

[startup+822.3 s]
/proc/loadavg: 4.04 3.96 3.73 5/194 12312
/proc/meminfo: memFree=22249768/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=392960 CPUtime=822.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 70493 0 0 0 82212 16 0 0 25 0 1 0 489479174 402391040 67407 33554432000 4194304 6016207 140737072834512 18446744073709551615 4387580 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 98240 67407 735 445 0 91784 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 392960

[startup+882.3 s]
/proc/loadavg: 4.01 3.96 3.74 5/194 12323
/proc/meminfo: memFree=22233088/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=393088 CPUtime=882.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 73679 0 0 0 88211 17 0 0 25 0 1 0 489479174 402522112 70592 33554432000 4194304 6016207 140737072834512 18446744073709551615 4378500 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 98272 70592 734 445 0 91816 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 393088

[startup+942.301 s]
/proc/loadavg: 4.06 3.98 3.76 5/194 12325
/proc/meminfo: memFree=22212608/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=453896 CPUtime=942.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 77340 0 0 0 94210 18 0 0 25 0 1 0 489479174 464789504 74253 33554432000 4194304 6016207 140737072834512 18446744073709551615 4380841 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 113474 74253 734 445 0 107018 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 453896

[startup+1002.3 s]
/proc/loadavg: 4.09 4.00 3.78 5/194 12326
/proc/meminfo: memFree=22209616/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=453896 CPUtime=1002.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 77341 0 0 0 100209 19 0 0 25 0 1 0 489479174 464789504 74254 33554432000 4194304 6016207 140737072834512 18446744073709551615 4424898 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 113474 74254 734 445 0 107018 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 453896

[startup+1062.3 s]
/proc/loadavg: 4.03 4.00 3.79 5/194 12331
/proc/meminfo: memFree=22205996/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=516224 CPUtime=1062.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 77682 0 0 0 106209 19 0 0 25 0 1 0 489479174 528613376 74595 33554432000 4194304 6016207 140737072834512 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 129056 74595 734 445 0 122600 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 516224

[startup+1122.3 s]
/proc/loadavg: 4.06 4.01 3.80 5/194 12332
/proc/meminfo: memFree=22204800/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=516224 CPUtime=1122.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 77682 0 0 0 112209 19 0 0 25 0 1 0 489479174 528613376 74595 33554432000 4194304 6016207 140737072834512 18446744073709551615 4378024 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 129056 74595 734 445 0 122600 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 516224

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.82 5/194 12334
/proc/meminfo: memFree=22179744/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=516224 CPUtime=1182.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 78539 0 0 0 118208 20 0 0 25 0 1 0 489479174 528613376 75452 33554432000 4194304 6016207 140737072834512 18446744073709551615 4425463 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 129056 75452 734 445 0 122600 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 516224

[startup+1242.3 s]
/proc/loadavg: 4.06 4.02 3.83 5/194 12336
/proc/meminfo: memFree=22153320/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=516224 CPUtime=1242.28 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 78539 0 0 0 124208 20 0 0 25 0 1 0 489479174 528613376 75452 33554432000 4194304 6016207 140737072834512 18446744073709551615 4378456 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 129056 75452 734 445 0 122600 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 516224



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.83 3/192 12339
/proc/meminfo: memFree=22680196/32951124 swapFree=67111524/67111528
[pid=12284] ppid=12282 vsize=516224 CPUtime=1299.99 cores=0,2
/proc/12284/stat : 12284 (qutersat_releas) R 12282 12284 12230 0 -1 4202496 78558 0 0 0 129979 20 0 0 25 0 1 0 489479174 528613376 75471 33554432000 4194304 6016207 140737072834512 18446744073709551615 4535532 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/12284/statm: 129056 75471 749 445 0 122600 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 516224

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.01
CPU user time (s): 1299.79
CPU system time (s): 0.217966
CPU usage (%): 99.999
Max. virtual memory (cumulated for all children) (KiB): 516224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.79
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78563
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= 10
involuntary context switches= 2592

runsolver used 2.32465 second user time and 4.77927 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 02:46:53
IDJOB=3289669
IDBENCH=83133
IDSOLVER=1607
FILE ID=node135/3289669-1303778813
RUNJOBID= node135-1303778813-12248
PBS_JOBID= 13157209
Free space on /tmp= 71244 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom22.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289669-1303778813/watcher-3289669-1303778813 -o /tmp/evaluation-result-3289669-1303778813/solver-3289669-1303778813 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3289669-1303778813.cnf 918161973

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

MD5SUM BENCH= 808b4b06b3dea960876e6772f0b9c207
RANDOM SEED=918161973

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23200712 kB
Buffers:       1815916 kB
Cached:        7246888 kB
SwapCached:          4 kB
Active:         560284 kB
Inactive:      8613276 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23200712 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           14192 kB
Writeback:           0 kB
AnonPages:      110628 kB
Mapped:          15852 kB
Slab:           511584 kB
PageTables:       6048 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   282968 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= 71248 MiB
End job on node135 at 2011-04-26 03:08:35