Trace number 3289577

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.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.10	c Parse Cnf success: #var: 36410 #clause: 121578
0.09/0.10	c Find Units :          1
0.09/0.10	c Find Invs  :       1168
0.09/0.10	c Find Ands  :      26377 AvgFaninNum: 2.29366
0.09/0.10	c Find Xors  :       8145 AvgFaninNum: 2
0.09/0.11	c Find Ite   :      10404
0.09/0.14	c UnDirect variable: 3562
0.09/0.14	c UnDirect to Direct Gate: 9014
0.09/0.14	c Forced Direct Gate: 187 Unuse unDirect Gate: 450
0.09/0.14	c Break Cycle : 378
0.09/0.14	c Total Root : 1 Undef Var: 1091
0.09/0.17	c After covering, Total Root: 1 Leaf: 1091
0.09/0.17	c Variable( cover/uncovered/unused ): 36410 0 0
0.09/0.17	c Unit Clauses: 1
0.09/0.17	c Binary Clauses( cover/uncovered ): 62094 598
0.09/0.17	c Clauses( cover/uncovered ): 58885 0
0.09/0.17	c Total Clauses( cover/uncovered ): 120980 598 99.5081%
0.09/0.17	c Covered Ands: 26305 Invs: 869 Xors: 8145 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    1091       0     599     55296
0.09/0.18	c CnfToAig: Time: 0.17 s
0.19/0.28	c TmMap: Set choices finish.
0.29/0.30	c TmMap: Set big and: 5473
0.29/0.30	c TmMap: Origin: 56388 ClauseNum: 165888 --> New: 18676 ClauseNum: 84909
0.29/0.30	c TmMap: Time: 0.03
0.59/0.60	c Simulation --> TransNum: 48223/84909 Try to Add: #clause: 30408 #xorclause: 2776
0.59/0.62	c #var: 15515 #clauses: 26988 Solving... 
1300.04/1300.00	c Time Out !!
1300.04/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-3289577-1303778813/watcher-3289577-1303778813 -o /tmp/evaluation-result-3289577-1303778813/solver-3289577-1303778813 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3289577-1303778813.cnf 918161973 

running on 2 cores: 4,6

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/182 12273
/proc/meminfo: memFree=23244692/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=33388 CPUtime=0 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 2064 0 0 0 0 0 0 0 20 0 1 0 489479167 34189312 1998 33554432000 4194304 6016207 140733900776912 18446744073709551615 255377301248 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 8347 1998 379 445 0 1891 0

[startup+0.039567 s]
/proc/loadavg: 2.55 2.98 3.35 4/182 12273
/proc/meminfo: memFree=23244692/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=42604 CPUtime=0.03 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 4206 0 0 0 3 0 0 0 20 0 1 0 489479167 43626496 4141 33554432000 4194304 6016207 140733900776912 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 10651 4167 379 445 0 4195 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 42604

[startup+0.100521 s]
/proc/loadavg: 2.55 2.98 3.35 4/182 12273
/proc/meminfo: memFree=23244692/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=50796 CPUtime=0.09 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 6353 0 0 0 8 1 0 0 20 0 1 0 489479167 52015104 6287 33554432000 4194304 6016207 140733900776912 18446744073709551615 4281594 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 12699 6288 397 445 0 6243 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 50796

[startup+0.30052 s]
/proc/loadavg: 2.55 2.98 3.35 4/182 12273
/proc/meminfo: memFree=23244692/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=63812 CPUtime=0.29 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 10000 0 0 0 27 2 0 0 21 0 1 0 489479167 65343488 9934 33554432000 4194304 6016207 140733900776912 18446744073709551615 4253955 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 15953 9936 671 445 0 9497 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63812

[startup+0.700464 s]
/proc/loadavg: 2.55 2.98 3.35 4/182 12273
/proc/meminfo: memFree=23244692/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=73040 CPUtime=0.69 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 10480 0 0 0 67 2 0 0 22 0 1 0 489479167 74792960 10414 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 18260 10414 697 445 0 11804 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73040

[startup+1.50029 s]
/proc/loadavg: 2.55 2.98 3.35 5/194 12291
/proc/meminfo: memFree=23079124/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=82644 CPUtime=1.49 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 10950 0 0 0 147 2 0 0 25 0 1 0 489479167 84627456 10884 33554432000 4194304 6016207 140733900776912 18446744073709551615 4424149 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 20661 10884 715 445 0 14205 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82644

[startup+3.10102 s]
/proc/loadavg: 2.55 2.98 3.35 5/194 12291
/proc/meminfo: memFree=23064864/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=101088 CPUtime=3.09 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 11562 0 0 0 307 2 0 0 25 0 1 0 489479167 103514112 11496 33554432000 4194304 6016207 140733900776912 18446744073709551615 4378010 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 25272 11496 723 445 0 18816 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101088

[startup+6.30041 s]
/proc/loadavg: 2.66 2.99 3.35 5/194 12291
/proc/meminfo: memFree=23045752/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=101088 CPUtime=6.29 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 12401 0 0 0 627 2 0 0 25 0 1 0 489479167 103514112 12335 33554432000 4194304 6016207 140733900776912 18446744073709551615 4378542 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 25272 12335 734 445 0 18816 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 101088

[startup+12.7002 s]
/proc/loadavg: 2.77 3.01 3.35 5/194 12291
/proc/meminfo: memFree=23011656/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=110772 CPUtime=12.69 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 14538 0 0 0 1266 3 0 0 25 0 1 0 489479167 113430528 14472 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 27693 14472 734 445 0 21237 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 110772

[startup+25.5008 s]
/proc/loadavg: 3.12 3.08 3.37 5/194 12291
/proc/meminfo: memFree=22953656/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=130576 CPUtime=25.49 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 20619 0 0 0 2546 3 0 0 25 0 1 0 489479167 133709824 20538 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425149 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 32644 20538 735 445 0 26188 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130576

[startup+51.1011 s]
/proc/loadavg: 3.48 3.16 3.39 5/194 12292
/proc/meminfo: memFree=22874848/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=150804 CPUtime=51.09 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 23446 0 0 0 5105 4 0 0 25 0 1 0 489479167 154423296 23365 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 37701 23365 735 445 0 31245 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 150804

[startup+102.307 s]
/proc/loadavg: 3.77 3.29 3.42 5/194 12293
/proc/meminfo: memFree=22805144/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=194420 CPUtime=102.3 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 27443 0 0 0 10225 5 0 0 25 0 1 0 489479167 199086080 27350 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 48605 27350 734 445 0 42149 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 194420

[startup+162.3 s]
/proc/loadavg: 3.91 3.42 3.45 5/194 12295
/proc/meminfo: memFree=22763596/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=194420 CPUtime=162.29 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 28061 0 0 0 16224 5 0 0 25 0 1 0 489479167 199086080 27968 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425478 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 48605 27968 734 445 0 42149 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 194420

[startup+222.3 s]
/proc/loadavg: 4.03 3.54 3.49 5/194 12296
/proc/meminfo: memFree=22670564/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=240708 CPUtime=222.29 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 38295 0 0 0 22222 7 0 0 25 0 1 0 489479167 246484992 38164 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425185 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 60177 38164 734 445 0 53721 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 240708

[startup+282.3 s]
/proc/loadavg: 4.01 3.62 3.52 5/194 12298
/proc/meminfo: memFree=22585736/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=240708 CPUtime=282.29 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 40609 0 0 0 28222 7 0 0 25 0 1 0 489479167 246484992 40263 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425486 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 60177 40263 738 445 0 53721 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 240708

[startup+342.301 s]
/proc/loadavg: 4.08 3.70 3.55 5/194 12300
/proc/meminfo: memFree=22511944/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=290356 CPUtime=342.3 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 45267 0 0 0 34222 8 0 0 25 0 1 0 489479167 297324544 44921 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425185 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 72589 44921 738 445 0 66133 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 290356

[startup+402.301 s]
/proc/loadavg: 4.03 3.75 3.58 5/194 12301
/proc/meminfo: memFree=22487500/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=341884 CPUtime=402.3 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 47714 0 0 0 40222 8 0 0 25 0 1 0 489479167 350089216 46791 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 85471 46791 738 445 0 79015 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 341884

[startup+462.301 s]
/proc/loadavg: 4.01 3.80 3.60 5/194 12303
/proc/meminfo: memFree=22441964/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444456 CPUtime=462.3 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 51017 0 0 0 46221 9 0 0 25 0 1 0 489479167 455122944 50094 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111114 50094 738 445 0 104658 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 444456

[startup+522.301 s]
/proc/loadavg: 4.00 3.83 3.62 5/194 12304
/proc/meminfo: memFree=22373124/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444456 CPUtime=522.31 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 60603 0 0 0 52219 12 0 0 25 0 1 0 489479167 455122944 59680 33554432000 4194304 6016207 140733900776912 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111114 59680 738 445 0 104658 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 444456

[startup+582.301 s]
/proc/loadavg: 4.00 3.86 3.64 5/194 12306
/proc/meminfo: memFree=22314812/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444456 CPUtime=582.31 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 60787 0 0 0 58219 12 0 0 25 0 1 0 489479167 455122944 59864 33554432000 4194304 6016207 140733900776912 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111114 59864 738 445 0 104658 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 444456

[startup+642.301 s]
/proc/loadavg: 4.03 3.90 3.67 5/194 12308
/proc/meminfo: memFree=22276600/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444584 CPUtime=642.32 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 60924 0 0 0 64220 12 0 0 25 0 1 0 489479167 455254016 60001 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111146 60001 738 445 0 104690 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 444584

[startup+702.3 s]
/proc/loadavg: 4.05 3.92 3.69 5/194 12309
/proc/meminfo: memFree=22266796/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444584 CPUtime=702.31 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 61634 0 0 0 70219 12 0 0 25 0 1 0 489479167 455254016 60711 33554432000 4194304 6016207 140733900776912 18446744073709551615 4377969 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111146 60711 738 445 0 104690 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 444584

[startup+762.307 s]
/proc/loadavg: 4.02 3.94 3.71 5/194 12311
/proc/meminfo: memFree=22255000/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444584 CPUtime=762.32 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 62466 0 0 0 76220 12 0 0 25 0 1 0 489479167 455254016 61543 33554432000 4194304 6016207 140733900776912 18446744073709551615 4378739 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111146 61543 738 445 0 104690 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 444584

[startup+822.3 s]
/proc/loadavg: 4.04 3.96 3.73 5/194 12312
/proc/meminfo: memFree=22249768/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444584 CPUtime=822.31 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 62468 0 0 0 82219 12 0 0 25 0 1 0 489479167 455254016 61545 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111146 61545 738 445 0 104690 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 444584

[startup+882.301 s]
/proc/loadavg: 4.01 3.96 3.74 5/194 12323
/proc/meminfo: memFree=22233088/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444584 CPUtime=882.31 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 62468 0 0 0 88219 12 0 0 25 0 1 0 489479167 455254016 61545 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425984 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111146 61545 738 445 0 104690 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 444584

[startup+942.301 s]
/proc/loadavg: 4.06 3.98 3.76 5/194 12325
/proc/meminfo: memFree=22212608/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444584 CPUtime=942.31 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 62468 0 0 0 94219 12 0 0 25 0 1 0 489479167 455254016 61545 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111146 61545 738 445 0 104690 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 444584

[startup+1002.3 s]
/proc/loadavg: 4.09 4.00 3.78 5/194 12326
/proc/meminfo: memFree=22209616/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444584 CPUtime=1002.32 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 62468 0 0 0 100220 12 0 0 25 0 1 0 489479167 455254016 61545 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111146 61545 738 445 0 104690 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 444584

[startup+1062.3 s]
/proc/loadavg: 4.03 4.00 3.79 5/194 12331
/proc/meminfo: memFree=22205996/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444584 CPUtime=1062.33 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 62469 0 0 0 106220 13 0 0 25 0 1 0 489479167 455254016 61546 33554432000 4194304 6016207 140733900776912 18446744073709551615 4381064 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111146 61546 738 445 0 104690 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 444584

[startup+1122.3 s]
/proc/loadavg: 4.06 4.01 3.80 5/194 12332
/proc/meminfo: memFree=22204800/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=444584 CPUtime=1122.33 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 62707 0 0 0 112220 13 0 0 25 0 1 0 489479167 455254016 61784 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 111146 61784 738 445 0 104690 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 444584

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.82 5/194 12334
/proc/meminfo: memFree=22179744/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=507952 CPUtime=1182.33 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 67150 0 0 0 118219 14 0 0 25 0 1 0 489479167 520142848 66227 33554432000 4194304 6016207 140733900776912 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 126988 66227 738 445 0 120532 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 507952

[startup+1242.3 s]
/proc/loadavg: 4.06 4.02 3.83 5/194 12336
/proc/meminfo: memFree=22153320/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=507952 CPUtime=1242.33 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 72733 0 0 0 124217 16 0 0 25 0 1 0 489479167 520142848 71809 33554432000 4194304 6016207 140733900776912 18446744073709551615 4426096 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 126988 71809 737 445 0 120532 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 507952



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.83 5/194 12337
/proc/meminfo: memFree=22151692/32951124 swapFree=67111524/67111528
[pid=12273] ppid=12271 vsize=572436 CPUtime=1300.04 cores=4,6
/proc/12273/stat : 12273 (qutersat_releas) R 12271 12273 12230 0 -1 4202496 72912 0 0 0 129988 16 0 0 25 0 1 0 489479167 586174464 71988 33554432000 4194304 6016207 140733900776912 18446744073709551615 4424099 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/12273/statm: 143109 71988 737 445 0 136653 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 572436

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.06
CPU user time (s): 1299.89
CPU system time (s): 0.175973
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 572436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72917
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= 14679

runsolver used 2.24666 second user time and 4.85726 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 02:46:53
IDJOB=3289577
IDBENCH=83127
IDSOLVER=1607
FILE ID=node135/3289577-1303778813
RUNJOBID= node135-1303778813-12249
PBS_JOBID= 13157209
Free space on /tmp= 71252 MiB

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

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
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:      23245948 kB
Buffers:       1815908 kB
Cached:        7241076 kB
SwapCached:          4 kB
Active:         514124 kB
Inactive:      8614476 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23245948 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            8760 kB
Writeback:           0 kB
AnonPages:       71052 kB
Mapped:          14688 kB
Slab:           511584 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   201032 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= 71240 MiB
End job on node135 at 2011-04-26 03:08:35