Trace number 3288841

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-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

Solver Data

0.00/0.00	c Set FPU double precision.
0.08/0.18	c Parse Cnf success: #var: 73074 #clause: 245746
0.08/0.18	c Find Units :          1
0.08/0.18	c Find Invs  :       1904
0.18/0.22	c Find Ands  :      52645 AvgFaninNum: 2.28884
0.18/0.23	c Find Xors  :      17277 AvgFaninNum: 2
0.18/0.27	c Find Ite   :      22100
0.29/0.33	c UnDirect variable: 7000
0.29/0.33	c UnDirect to Direct Gate: 18656
0.29/0.33	c Forced Direct Gate: 385 Unuse unDirect Gate: 858
0.29/0.34	c Break Cycle : 546
0.29/0.34	c Total Root : 1 Undef Var: 1877
0.39/0.40	c After covering, Total Root: 1 Leaf: 1877
0.39/0.40	c Variable( cover/uncovered/unused ): 73074 0 0
0.39/0.40	c Unit Clauses: 1
0.39/0.40	c Binary Clauses( cover/uncovered ): 123046 1050
0.39/0.40	c Clauses( cover/uncovered ): 121649 0
0.39/0.40	c Total Clauses( cover/uncovered ): 244696 1050 99.5727%
0.39/0.40	c Covered Ands: 52541 Invs: 1379 Xors: 17277 Ites: 0
0.39/0.40	c Uncover Clauses avg size: 2 max size: 2
0.39/0.40	c Final circuit: i/l/o/s    1877       0    1051    113288
0.39/0.40	c CnfToAig: Time: 0.4 s
0.59/0.61	c TmMap: Set choices finish.
0.59/0.63	c TmMap: Set big and: 10457
0.59/0.63	c TmMap: Origin: 115166 ClauseNum: 339864 --> New: 37302 ClauseNum: 173433
0.59/0.63	c TmMap: Time: 0.05
1.18/1.25	c Simulation --> TransNum: 99121/173433 Try to Add: #clause: 63280 #xorclause: 5886
1.18/1.29	c #var: 31277 #clauses: 56024 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-3288841-1303775495/watcher-3288841-1303775495 -o /tmp/evaluation-result-3288841-1303775495/solver-3288841-1303775495 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3288841-1303775495.cnf 639363046 

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: 3.91 3.89 3.73 5/189 10898
/proc/meminfo: memFree=26074792/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=31844 CPUtime=0 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 1421 0 0 0 0 0 0 0 21 0 1 0 469965493 32608256 1356 33554432000 4194304 6016207 140737069741312 18446744073709551615 220815930427 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/10898/statm: 7961 1369 303 445 0 1505 0

[startup+0.016624 s]
/proc/loadavg: 3.91 3.89 3.73 5/189 10898
/proc/meminfo: memFree=26074792/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=37152 CPUtime=0.01 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 2889 0 0 0 1 0 0 0 21 0 1 0 469965493 38043648 2824 33554432000 4194304 6016207 140737069741312 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 9288 2824 379 445 0 2832 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37152

[startup+0.100639 s]
/proc/loadavg: 3.91 3.89 3.73 5/189 10898
/proc/meminfo: memFree=26074792/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=56736 CPUtime=0.08 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 7747 0 0 0 8 0 0 0 21 0 1 0 469965493 58097664 7682 33554432000 4194304 6016207 140737069741312 18446744073709551615 4309240 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 14184 7712 379 445 0 7728 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56736

[startup+0.300614 s]
/proc/loadavg: 3.91 3.89 3.73 5/189 10898
/proc/meminfo: memFree=26074792/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=72224 CPUtime=0.29 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 11626 0 0 0 28 1 0 0 22 0 1 0 469965493 73957376 11561 33554432000 4194304 6016207 140737069741312 18446744073709551615 4769286 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 18056 11561 397 445 0 11600 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 72224

[startup+0.700526 s]
/proc/loadavg: 3.91 3.89 3.73 5/189 10898
/proc/meminfo: memFree=26074792/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=94788 CPUtime=0.68 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 17539 0 0 0 67 1 0 0 23 0 1 0 469965493 97062912 17474 33554432000 4194304 6016207 140737069741312 18446744073709551615 4246327 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 23697 17474 680 445 0 17241 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 94788

[startup+1.50034 s]
/proc/loadavg: 3.91 3.89 3.73 5/190 10899
/proc/meminfo: memFree=26006956/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=94788 CPUtime=1.48 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 17629 0 0 0 147 1 0 0 25 0 1 0 469965493 97062912 17564 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 23697 17564 697 445 0 17241 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 94788

[startup+3.10108 s]
/proc/loadavg: 3.91 3.89 3.73 5/190 10899
/proc/meminfo: memFree=26005980/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=94788 CPUtime=3.08 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 17655 0 0 0 307 1 0 0 25 0 1 0 469965493 97062912 17590 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 23697 17590 715 445 0 17241 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 94788

[startup+6.3005 s]
/proc/loadavg: 4.00 3.91 3.73 5/190 10899
/proc/meminfo: memFree=26001772/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=105240 CPUtime=6.28 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 18778 0 0 0 627 1 0 0 25 0 1 0 469965493 107765760 18713 33554432000 4194304 6016207 140737069741312 18446744073709551615 4424313 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 26310 18713 734 445 0 19854 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 105240

[startup+12.7003 s]
/proc/loadavg: 4.00 3.91 3.73 5/190 10899
/proc/meminfo: memFree=25990104/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=125984 CPUtime=12.69 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 21366 0 0 0 1267 2 0 0 25 0 1 0 469965493 129007616 21301 33554432000 4194304 6016207 140737069741312 18446744073709551615 4424231 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 31496 21301 734 445 0 25040 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 125984

[startup+25.501 s]
/proc/loadavg: 4.00 3.92 3.74 5/190 10899
/proc/meminfo: memFree=25963680/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=148128 CPUtime=25.49 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 27703 0 0 0 2546 3 0 0 25 0 1 0 469965493 151683072 27638 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425630 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 37032 27638 734 445 0 30576 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 148128

[startup+51.1003 s]
/proc/loadavg: 4.00 3.92 3.74 5/190 10900
/proc/meminfo: memFree=25952300/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=159436 CPUtime=51.08 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 29173 0 0 0 5105 3 0 0 25 0 1 0 469965493 163262464 29108 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 39859 29108 734 445 0 33403 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 159436

[startup+102.307 s]
/proc/loadavg: 4.00 3.93 3.75 4/185 10918
/proc/meminfo: memFree=26642356/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=182692 CPUtime=102.3 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 34382 0 0 0 10225 5 0 0 25 0 1 0 469965493 187076608 34317 33554432000 4194304 6016207 140737069741312 18446744073709551615 4373589 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 45673 34317 734 445 0 39217 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 182692

[startup+162.301 s]
/proc/loadavg: 3.96 3.93 3.76 5/190 10930
/proc/meminfo: memFree=26513660/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=279064 CPUtime=162.29 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 41181 0 0 0 16223 6 0 0 25 0 1 0 469965493 285761536 41032 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425489 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 69766 41032 735 445 0 63310 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 279064

[startup+222.301 s]
/proc/loadavg: 3.98 3.94 3.77 5/190 10932
/proc/meminfo: memFree=26445800/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=279064 CPUtime=222.3 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 45058 0 0 0 22223 7 0 0 25 0 1 0 469965493 285761536 44809 33554432000 4194304 6016207 140737069741312 18446744073709551615 4378514 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 69766 44809 735 445 0 63310 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 279064

[startup+282.301 s]
/proc/loadavg: 4.05 3.96 3.79 5/190 10933
/proc/meminfo: memFree=26420228/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=330856 CPUtime=282.29 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 48166 0 0 0 28222 7 0 0 25 0 1 0 469965493 338796544 45312 33554432000 4194304 6016207 140737069741312 18446744073709551615 4379459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 82714 45312 734 445 0 76258 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 330856

[startup+342.301 s]
/proc/loadavg: 4.07 3.98 3.80 5/190 10935
/proc/meminfo: memFree=26356968/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=382708 CPUtime=342.29 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 49011 0 0 0 34222 7 0 0 25 0 1 0 469965493 391892992 46157 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 95677 46157 734 445 0 89221 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 382708

[startup+402.301 s]
/proc/loadavg: 4.02 3.98 3.82 5/190 10936
/proc/meminfo: memFree=26306604/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=382708 CPUtime=402.3 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 55348 0 0 0 40221 9 0 0 25 0 1 0 469965493 391892992 52494 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 95677 52494 734 445 0 89221 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 382708

[startup+462.301 s]
/proc/loadavg: 4.01 3.98 3.82 5/190 10938
/proc/meminfo: memFree=26274080/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=382708 CPUtime=462.31 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 56695 0 0 0 46221 10 0 0 25 0 1 0 469965493 391892992 53841 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 95677 53841 734 445 0 89221 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 382708

[startup+522.301 s]
/proc/loadavg: 4.00 3.98 3.83 5/190 10940
/proc/meminfo: memFree=26221488/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=382708 CPUtime=522.31 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 57119 0 0 0 52221 10 0 0 25 0 1 0 469965493 391892992 54265 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425440 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 95677 54265 734 445 0 89221 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 382708

[startup+582.3 s]
/proc/loadavg: 4.11 4.01 3.85 5/190 10950
/proc/meminfo: memFree=26170508/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=382708 CPUtime=582.31 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 57525 0 0 0 58221 10 0 0 25 0 1 0 469965493 391892992 54618 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 95677 54618 749 445 0 89221 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 382708

[startup+642.3 s]
/proc/loadavg: 4.04 4.01 3.85 5/190 10952
/proc/meminfo: memFree=26110200/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441616 CPUtime=642.31 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 64551 0 0 0 64219 12 0 0 25 0 1 0 469965493 452214784 61644 33554432000 4194304 6016207 140737069741312 18446744073709551615 4382202 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110404 61644 749 445 0 103948 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 441616

[startup+702.3 s]
/proc/loadavg: 4.01 4.00 3.86 5/190 10953
/proc/meminfo: memFree=26031432/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441616 CPUtime=702.31 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 72521 0 0 0 70217 14 0 0 25 0 1 0 469965493 452214784 69612 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425457 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110404 69612 747 445 0 103948 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 441616

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.86 5/190 10955
/proc/meminfo: memFree=26013416/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441616 CPUtime=762.32 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 74109 0 0 0 76218 14 0 0 25 0 1 0 469965493 452214784 71200 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110404 71200 747 445 0 103948 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 441616

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 10957
/proc/meminfo: memFree=26011284/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441616 CPUtime=822.31 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 74204 0 0 0 82217 14 0 0 25 0 1 0 469965493 452214784 71295 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110404 71295 747 445 0 103948 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 441616

[startup+882.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 10958
/proc/meminfo: memFree=26009268/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441616 CPUtime=882.31 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 74207 0 0 0 88217 14 0 0 25 0 1 0 469965493 452214784 71298 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110404 71298 747 445 0 103948 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 441616

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 10960
/proc/meminfo: memFree=26008136/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441616 CPUtime=942.32 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 74329 0 0 0 94218 14 0 0 25 0 1 0 469965493 452214784 71420 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110404 71420 747 445 0 103948 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 441616

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 10961
/proc/meminfo: memFree=26006376/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441616 CPUtime=1002.32 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 74385 0 0 0 100218 14 0 0 25 0 1 0 469965493 452214784 71475 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110404 71475 746 445 0 103948 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 441616

[startup+1062.3 s]
/proc/loadavg: 3.11 3.78 3.82 3/178 10999
/proc/meminfo: memFree=26626844/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441616 CPUtime=1062.32 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 74437 0 0 0 106218 14 0 0 25 0 1 0 469965493 452214784 71527 33554432000 4194304 6016207 140737069741312 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110404 71527 746 445 0 103948 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 441616

[startup+1122.3 s]
/proc/loadavg: 2.41 3.45 3.70 3/178 11001
/proc/meminfo: memFree=26626696/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441616 CPUtime=1122.32 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 74496 0 0 0 112218 14 0 0 25 0 1 0 469965493 452214784 71586 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110404 71586 746 445 0 103948 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 441616

[startup+1182.3 s]
/proc/loadavg: 2.15 3.18 3.59 3/178 11002
/proc/meminfo: memFree=26618736/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441616 CPUtime=1182.32 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 74541 0 0 0 118218 14 0 0 25 0 1 0 469965493 452214784 71631 33554432000 4194304 6016207 140737069741312 18446744073709551615 4442504 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110404 71631 746 445 0 103948 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 441616

[startup+1242.3 s]
/proc/loadavg: 2.05 2.97 3.49 3/178 11004
/proc/meminfo: memFree=26601716/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441744 CPUtime=1242.33 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 76454 0 0 0 124218 15 0 0 25 0 1 0 469965493 452345856 73535 33554432000 4194304 6016207 140737069741312 18446744073709551615 4567741 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110436 73535 737 445 0 103980 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 441744



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.02 2.79 3.39 3/178 11005
/proc/meminfo: memFree=26569692/32951124 swapFree=67111524/67111528
[pid=10898] ppid=10896 vsize=441744 CPUtime=1300.03 cores=4,6
/proc/10898/stat : 10898 (qutersat_releas) R 10896 10898 10248 0 -1 4202496 84356 0 0 0 129987 16 0 0 25 0 1 0 469965493 452345856 81436 33554432000 4194304 6016207 140737069741312 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/10898/statm: 110436 81436 737 445 0 103980 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 441744

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.88
system time used= 0.181972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84361
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= 12
involuntary context switches= 1754

runsolver used 2.22366 second user time and 4.87926 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-26 01:51:36
IDJOB=3288841
IDBENCH=83107
IDSOLVER=1607
FILE ID=node147/3288841-1303775495
RUNJOBID= node147-1303775217-10822
PBS_JOBID= 13157185
Free space on /tmp= 72128 MiB

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

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=639363046

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26075072 kB
Buffers:        967756 kB
Cached:        4370712 kB
SwapCached:          4 kB
Active:        1690760 kB
Inactive:      4738580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26075072 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6248 kB
Writeback:           0 kB
AnonPages:     1090936 kB
Mapped:          20172 kB
Slab:           380812 kB
PageTables:       7432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1508680 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72148 MiB
End job on node147 at 2011-04-26 02:13:18