Trace number 3289761

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
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 variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.11	c Parse Cnf success: #var: 48639 #clause: 162901
0.09/0.11	c Find Units :          1
0.09/0.11	c Find Invs  :       1429
0.09/0.13	c Find Ands  :      35135 AvgFaninNum: 2.29034
0.09/0.14	c Find Xors  :      11172 AvgFaninNum: 2
0.09/0.16	c Find Ite   :      14280
0.09/0.19	c UnDirect variable: 4544
0.19/0.20	c UnDirect to Direct Gate: 12224
0.19/0.20	c Forced Direct Gate: 253 Unuse unDirect Gate: 588
0.19/0.20	c Break Cycle : 441
0.19/0.20	c Total Root : 1 Undef Var: 1364
0.19/0.24	c After covering, Total Root: 1 Leaf: 1364
0.19/0.24	c Variable( cover/uncovered/unused ): 48639 0 0
0.19/0.24	c Unit Clauses: 1
0.19/0.24	c Binary Clauses( cover/uncovered ): 82407 754
0.19/0.24	c Clauses( cover/uncovered ): 79739 0
0.19/0.24	c Total Clauses( cover/uncovered ): 162147 754 99.5371%
0.19/0.24	c Covered Ands: 35051 Invs: 1052 Xors: 11172 Ites: 0
0.19/0.24	c Uncover Clauses avg size: 2 max size: 2
0.19/0.24	c Final circuit: i/l/o/s    1364       0     755     74537
0.19/0.24	c CnfToAig: Time: 0.24 s
0.29/0.38	c TmMap: Set choices finish.
0.39/0.40	c TmMap: Set big and: 7144
0.39/0.40	c TmMap: Origin: 75902 ClauseNum: 223611 --> New: 24869 ClauseNum: 114060
0.39/0.40	c TmMap: Time: 0.03
0.79/0.81	c Simulation --> TransNum: 64540/114060 Try to Add: #clause: 40731 #xorclause: 3797
0.79/0.84	c #var: 20655 #clauses: 36258 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/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-3289761-1303780115/watcher-3289761-1303780115 -o /tmp/evaluation-result-3289761-1303780115/solver-3289761-1303780115 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3289761-1303780115.cnf 1741549049 

running on 2 cores: 5,7

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.86 3.98 3.82 2/180 12422
/proc/meminfo: memFree=23247940/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=33504 CPUtime=0 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 2020 0 0 0 0 0 0 0 25 0 1 0 489609390 34308096 1954 33554432000 4194304 6016207 140735023315648 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 8376 1954 379 445 0 1920 0

[startup+0.0637361 s]
/proc/loadavg: 3.86 3.98 3.82 2/180 12422
/proc/meminfo: memFree=23247940/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=48864 CPUtime=0.05 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 5985 0 0 0 5 0 0 0 25 0 1 0 489609390 50036736 5919 33554432000 4194304 6016207 140735023315648 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 12216 5920 379 445 0 5760 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 48864

[startup+0.100739 s]
/proc/loadavg: 3.86 3.98 3.82 2/180 12422
/proc/meminfo: memFree=23247940/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=56032 CPUtime=0.09 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 7665 0 0 0 8 1 0 0 25 0 1 0 489609390 57376768 7599 33554432000 4194304 6016207 140735023315648 18446744073709551615 4312430 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 14008 7599 379 445 0 7552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56032

[startup+0.30069 s]
/proc/loadavg: 3.86 3.98 3.82 2/180 12422
/proc/meminfo: memFree=23247940/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=62200 CPUtime=0.29 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 9676 0 0 0 28 1 0 0 25 0 1 0 489609390 63692800 9610 33554432000 4194304 6016207 140735023315648 18446744073709551615 4262007 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 15550 9610 669 445 0 9094 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62200

[startup+0.700615 s]
/proc/loadavg: 3.86 3.98 3.82 2/180 12422
/proc/meminfo: memFree=23247940/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=74348 CPUtime=0.69 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 12687 0 0 0 68 1 0 0 25 0 1 0 489609390 76132352 12621 33554432000 4194304 6016207 140735023315648 18446744073709551615 4246112 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 18587 12621 680 445 0 12131 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74348

[startup+1.50046 s]
/proc/loadavg: 3.86 3.98 3.82 5/194 12449
/proc/meminfo: memFree=23033676/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=82552 CPUtime=1.49 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 13054 0 0 0 148 1 0 0 25 0 1 0 489609390 84533248 12988 33554432000 4194304 6016207 140735023315648 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 20638 12988 715 445 0 14182 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82552

[startup+3.10018 s]
/proc/loadavg: 3.86 3.98 3.82 5/194 12449
/proc/meminfo: memFree=23018300/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=111048 CPUtime=3.09 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 14464 0 0 0 307 2 0 0 25 0 1 0 489609390 113713152 14398 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425832 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 27762 14398 715 445 0 21306 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 111048

[startup+6.30059 s]
/proc/loadavg: 3.87 3.98 3.82 5/194 12449
/proc/meminfo: memFree=22998800/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=111048 CPUtime=6.29 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 15028 0 0 0 627 2 0 0 25 0 1 0 489609390 113713152 14962 33554432000 4194304 6016207 140735023315648 18446744073709551615 4380795 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 27762 14962 734 445 0 21306 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111048

[startup+12.7004 s]
/proc/loadavg: 3.88 3.98 3.83 6/194 12450
/proc/meminfo: memFree=22972204/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=120900 CPUtime=12.69 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 16561 0 0 0 1267 2 0 0 25 0 1 0 489609390 123801600 16495 33554432000 4194304 6016207 140735023315648 18446744073709551615 4424872 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 30225 16495 734 445 0 23769 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120900

[startup+25.501 s]
/proc/loadavg: 3.90 3.98 3.83 5/194 12450
/proc/meminfo: memFree=22933776/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=130884 CPUtime=25.49 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 19189 0 0 0 2547 2 0 0 25 0 1 0 489609390 134025216 19112 33554432000 4194304 6016207 140735023315648 18446744073709551615 4424125 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 32721 19112 734 445 0 26265 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130884

[startup+51.1003 s]
/proc/loadavg: 3.94 3.98 3.83 5/194 12451
/proc/meminfo: memFree=22864916/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=130884 CPUtime=51.09 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 20667 0 0 0 5107 2 0 0 25 0 1 0 489609390 134025216 20590 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 32721 20590 734 445 0 26265 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 130884

[startup+102.307 s]
/proc/loadavg: 4.02 4.00 3.84 5/194 12452
/proc/meminfo: memFree=22804992/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=130884 CPUtime=102.3 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 24556 0 0 0 10227 3 0 0 25 0 1 0 489609390 134025216 24435 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425096 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 32721 24435 739 445 0 26265 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 130884

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/194 12454
/proc/meminfo: memFree=22683788/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=199828 CPUtime=162.3 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 34589 0 0 0 16224 6 0 0 25 0 1 0 489609390 204623872 34467 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 49957 34467 738 445 0 43501 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 199828

[startup+222.301 s]
/proc/loadavg: 4.08 4.01 3.86 5/194 12455
/proc/meminfo: memFree=22575608/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=293284 CPUtime=222.3 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 50852 0 0 0 22218 12 0 0 25 0 1 0 489609390 300322816 48187 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 73321 48187 738 445 0 66865 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 293284

[startup+282.3 s]
/proc/loadavg: 4.03 4.01 3.86 5/194 12457
/proc/meminfo: memFree=22503652/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=293412 CPUtime=282.3 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 64642 0 0 0 28215 15 0 0 25 0 1 0 489609390 300453888 61962 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425159 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 73353 61962 740 445 0 66897 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 293412

[startup+342.3 s]
/proc/loadavg: 4.08 4.02 3.87 5/194 12458
/proc/meminfo: memFree=22474100/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=293412 CPUtime=342.3 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 65742 0 0 0 34214 16 0 0 25 0 1 0 489609390 300453888 63062 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425079 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 73353 63062 740 445 0 66897 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 293412

[startup+402.3 s]
/proc/loadavg: 4.03 4.01 3.88 5/194 12460
/proc/meminfo: memFree=22415400/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=293412 CPUtime=402.3 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 66970 0 0 0 40214 16 0 0 25 0 1 0 489609390 300453888 64286 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 73353 64286 736 445 0 66897 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 293412

[startup+462.301 s]
/proc/loadavg: 4.05 4.02 3.89 5/194 12462
/proc/meminfo: memFree=22367496/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=293412 CPUtime=462.3 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 67415 0 0 0 46214 16 0 0 25 0 1 0 489609390 300453888 64730 33554432000 4194304 6016207 140735023315648 18446744073709551615 4426111 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 73353 64730 735 445 0 66897 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 293412

[startup+522.301 s]
/proc/loadavg: 4.06 4.03 3.90 5/194 12463
/proc/meminfo: memFree=22292072/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=293412 CPUtime=522.3 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 67415 0 0 0 52214 16 0 0 25 0 1 0 489609390 300453888 64730 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 73353 64730 735 445 0 66897 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 293412

[startup+582.301 s]
/proc/loadavg: 4.15 4.06 3.92 5/194 12465
/proc/meminfo: memFree=22235484/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=293412 CPUtime=582.31 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 68335 0 0 0 58214 17 0 0 25 0 1 0 489609390 300453888 65649 33554432000 4194304 6016207 140735023315648 18446744073709551615 4379928 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 73353 65649 734 445 0 66897 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 293412

[startup+642.301 s]
/proc/loadavg: 4.12 4.06 3.92 5/194 12466
/proc/meminfo: memFree=22184844/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=405156 CPUtime=642.31 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 70118 0 0 0 64214 17 0 0 25 0 1 0 489609390 414879744 67432 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425995 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 101289 67432 734 445 0 94833 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 405156

[startup+702.301 s]
/proc/loadavg: 4.04 4.05 3.92 5/194 12468
/proc/meminfo: memFree=22150476/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=405156 CPUtime=702.32 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 73754 0 0 0 70213 19 0 0 25 0 1 0 489609390 414879744 71068 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 101289 71068 734 445 0 94833 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 405156

[startup+762.307 s]
/proc/loadavg: 4.01 4.04 3.92 5/194 12470
/proc/meminfo: memFree=22086344/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=463832 CPUtime=762.32 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 79903 0 0 0 76211 21 0 0 25 0 1 0 489609390 474963968 77217 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 115958 77217 734 445 0 109502 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 463832

[startup+822.3 s]
/proc/loadavg: 4.04 4.04 3.93 5/194 12471
/proc/meminfo: memFree=22064612/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=463832 CPUtime=822.32 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 79903 0 0 0 82210 22 0 0 25 0 1 0 489609390 474963968 77217 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425075 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 115958 77217 734 445 0 109502 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 463832

[startup+882.3 s]
/proc/loadavg: 4.01 4.03 3.93 5/194 12473
/proc/meminfo: memFree=22022920/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=463832 CPUtime=882.32 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 79903 0 0 0 88210 22 0 0 25 0 1 0 489609390 474963968 77217 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 115958 77217 734 445 0 109502 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 463832

[startup+942.301 s]
/proc/loadavg: 4.04 4.04 3.93 5/194 12474
/proc/meminfo: memFree=21986920/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=463832 CPUtime=942.32 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 79903 0 0 0 94210 22 0 0 25 0 1 0 489609390 474963968 77217 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 115958 77217 734 445 0 109502 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 463832

[startup+1002.3 s]
/proc/loadavg: 4.01 4.03 3.93 5/194 12476
/proc/meminfo: memFree=21952188/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=463832 CPUtime=1002.32 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 80726 0 0 0 100210 22 0 0 25 0 1 0 489609390 474963968 78040 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 115958 78040 734 445 0 109502 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 463832

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.93 5/194 12478
/proc/meminfo: memFree=21932588/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=463832 CPUtime=1062.32 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 80726 0 0 0 106210 22 0 0 25 0 1 0 489609390 474963968 78040 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 115958 78040 734 445 0 109502 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 463832

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.93 5/194 12479
/proc/meminfo: memFree=21922392/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=463960 CPUtime=1122.33 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 80744 0 0 0 112211 22 0 0 25 0 1 0 489609390 475095040 78058 33554432000 4194304 6016207 140735023315648 18446744073709551615 4538721 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 115990 78058 734 445 0 109534 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 463960

[startup+1182.3 s]
/proc/loadavg: 4.03 4.02 3.94 5/194 12481
/proc/meminfo: memFree=21916908/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=463960 CPUtime=1182.33 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 80744 0 0 0 118211 22 0 0 25 0 1 0 489609390 475095040 78058 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 115990 78058 734 445 0 109534 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 463960

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.94 5/194 12482
/proc/meminfo: memFree=21907816/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=463960 CPUtime=1242.33 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 80744 0 0 0 124211 22 0 0 25 0 1 0 489609390 475095040 78058 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 115990 78058 734 445 0 109534 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 463960



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.01 3.94 5/194 12484
/proc/meminfo: memFree=21900476/32951124 swapFree=67111524/67111528
[pid=12422] ppid=12420 vsize=463960 CPUtime=1300.03 cores=5,7
/proc/12422/stat : 12422 (qutersat_releas) R 12420 12422 12230 0 -1 4202496 80751 0 0 0 129981 22 0 0 25 0 1 0 489609390 475095040 78065 33554432000 4194304 6016207 140735023315648 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12422/statm: 115990 78065 734 445 0 109534 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 463960

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.82
CPU system time (s): 0.245962
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 463960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.82
system time used= 0.245962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80756
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= 14
involuntary context switches= 1962

runsolver used 2.03269 second user time and 5.07223 second system time

The end

Launcher Data

Begin job on node135 at 2011-04-26 03:08:35
IDJOB=3289761
IDBENCH=83135
IDSOLVER=1607
FILE ID=node135/3289761-1303780115
RUNJOBID= node135-1303778813-12251
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-bottom21.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289761-1303780115/watcher-3289761-1303780115 -o /tmp/evaluation-result-3289761-1303780115/solver-3289761-1303780115 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3289761-1303780115.cnf 1741549049

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=1741549049

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:      23248096 kB
Buffers:       1816008 kB
Cached:        7241804 kB
SwapCached:          4 kB
Active:         513708 kB
Inactive:      8614016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23248096 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7416 kB
Writeback:           0 kB
AnonPages:       68956 kB
Mapped:          14696 kB
Slab:           511512 kB
PageTables:       4860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198644 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:30:17