Trace number 3377157

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
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 variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

Solver Data

0.00/0.00	c Set FPU double precision.
0.03/0.09	c Parse Cnf success: #var: 51138 #clause: 162526
0.03/0.09	c Find Units :          1
0.09/0.10	c Find Invs  :       1292
0.09/0.12	c Find Ands  :      44008 AvgFaninNum: 2.19726
0.09/0.12	c Find Xors  :       4872 AvgFaninNum: 2
0.09/0.13	c Find Ite   :       5880
0.09/0.16	c UnDirect variable: 3380
0.09/0.16	c UnDirect to Direct Gate: 5521
0.09/0.16	c Forced Direct Gate: 260 Unuse unDirect Gate: 861
0.09/0.17	c Break Cycle : 231
0.09/0.17	c Total Root : 1 Undef Var: 1693
0.19/0.20	c After covering, Total Root: 1 Leaf: 1693
0.19/0.20	c Variable( cover/uncovered/unused ): 51138 0 0
0.19/0.20	c Unit Clauses: 1
0.19/0.20	c Binary Clauses( cover/uncovered ): 97827 1286
0.19/0.20	c Clauses( cover/uncovered ): 63412 0
0.19/0.20	c Total Clauses( cover/uncovered ): 161240 1286 99.2087%
0.19/0.20	c Covered Ands: 43924 Invs: 649 Xors: 4872 Ites: 0
0.19/0.21	c Uncover Clauses avg size: 2 max size: 2
0.19/0.21	c Final circuit: i/l/o/s    1693       0    1287     65158
0.19/0.21	c CnfToAig: Time: 0.2 s
0.29/0.31	c TmMap: Set choices finish.
0.29/0.32	c TmMap: Set big and: 5856
0.29/0.32	c TmMap: Origin: 66852 ClauseNum: 195474 --> New: 23888 ClauseNum: 113709
0.29/0.32	c TmMap: Time: 0.03
0.69/0.72	c Simulation --> TransNum: 74105/113709 Try to Add: #clause: 66795 #xorclause: 0
0.69/0.76	c #var: 22307 #clauses: 74627 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377157-1305474258/watcher-3377157-1305474258 -o /tmp/evaluation-result-3377157-1305474258/solver-3377157-1305474258 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377157-1305474258.cnf 29338685 

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 3.17 3.60 4/314 13434
/proc/meminfo: memFree=24343680/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=36636 CPUtime=0.01 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 2762 0 0 0 1 0 0 0 21 0 1 0 737656430 37515264 2698 33554432000 4194304 6014671 140734350718512 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 9159 2698 377 445 0 2704 0

[startup+0.0414721 s]
/proc/loadavg: 2.55 3.17 3.60 4/314 13434
/proc/meminfo: memFree=24343680/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=42780 CPUtime=0.03 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 4447 0 0 0 3 0 0 0 21 0 1 0 737656430 43806720 4383 33554432000 4194304 6014671 140734350718512 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 10695 4383 377 445 0 4240 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 42780

[startup+0.100447 s]
/proc/loadavg: 2.55 3.17 3.60 4/314 13434
/proc/meminfo: memFree=24343680/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=51996 CPUtime=0.09 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 6816 0 0 0 8 1 0 0 21 0 1 0 737656430 53243904 6752 33554432000 4194304 6014671 140734350718512 18446744073709551615 4281183 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 12999 6752 381 445 0 6544 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51996

[startup+0.300425 s]
/proc/loadavg: 2.55 3.17 3.60 4/314 13434
/proc/meminfo: memFree=24343680/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=62364 CPUtime=0.29 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 9537 0 0 0 28 1 0 0 22 0 1 0 737656430 63860736 9473 33554432000 4194304 6014671 140734350718512 18446744073709551615 4313890 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 15591 9482 667 445 0 9136 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62364

[startup+0.700336 s]
/proc/loadavg: 2.55 3.17 3.60 4/314 13434
/proc/meminfo: memFree=24343680/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=67004 CPUtime=0.69 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 10612 0 0 0 68 1 0 0 24 0 1 0 737656430 68612096 10548 33554432000 4194304 6014671 140734350718512 18446744073709551615 4244491 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 16751 10548 680 445 0 10296 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 67004

[startup+1.50022 s]
/proc/loadavg: 2.55 3.17 3.60 5/315 13435
/proc/meminfo: memFree=24248316/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=75208 CPUtime=1.49 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 11335 0 0 0 148 1 0 0 25 0 1 0 737656430 77012992 11271 33554432000 4194304 6014671 140734350718512 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 18802 11271 700 445 0 12347 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75208

[startup+3.10092 s]
/proc/loadavg: 2.55 3.17 3.60 5/315 13435
/proc/meminfo: memFree=24232320/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=79304 CPUtime=3.09 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 12587 0 0 0 308 1 0 0 25 0 1 0 737656430 81207296 12523 33554432000 4194304 6014671 140734350718512 18446744073709551615 4377799 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 19826 12523 722 445 0 13371 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 79304

[startup+6.30033 s]
/proc/loadavg: 2.67 3.18 3.61 5/315 13435
/proc/meminfo: memFree=24198988/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=99884 CPUtime=6.29 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 15425 0 0 0 627 2 0 0 25 0 1 0 737656430 102281216 15345 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 24971 15345 727 445 0 18516 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99884

[startup+12.7012 s]
/proc/loadavg: 2.77 3.20 3.61 5/315 13435
/proc/meminfo: memFree=24163832/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=120580 CPUtime=12.69 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 17780 0 0 0 1267 2 0 0 25 0 1 0 737656430 123473920 17700 33554432000 4194304 6014671 140734350718512 18446744073709551615 4668824 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 30145 17700 727 445 0 23690 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 120580

[startup+25.5008 s]
/proc/loadavg: 3.04 3.24 3.61 5/315 13435
/proc/meminfo: memFree=24102644/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=131004 CPUtime=25.49 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 19757 0 0 0 2547 2 0 0 25 0 1 0 737656430 134148096 19653 33554432000 4194304 6014671 140734350718512 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 32751 19653 727 445 0 26296 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 131004

[startup+51.1011 s]
/proc/loadavg: 3.37 3.30 3.62 5/315 13436
/proc/meminfo: memFree=24058268/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=142148 CPUtime=51.09 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 22525 0 0 0 5106 3 0 0 25 0 1 0 737656430 145559552 22411 33554432000 4194304 6014671 140734350718512 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 35537 22411 727 445 0 29082 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 142148

[startup+102.312 s]
/proc/loadavg: 3.72 3.40 3.64 5/315 13437
/proc/meminfo: memFree=23998104/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=153812 CPUtime=102.3 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 28596 0 0 0 10226 4 0 0 25 0 1 0 737656430 157503488 28392 33554432000 4194304 6014671 140734350718512 18446744073709551615 4422724 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 38453 28392 741 445 0 31998 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 153812

[startup+162.301 s]
/proc/loadavg: 3.97 3.52 3.67 5/315 13439
/proc/meminfo: memFree=23940392/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=153812 CPUtime=162.3 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 30818 0 0 0 16225 5 0 0 25 0 1 0 737656430 157503488 30614 33554432000 4194304 6014671 140734350718512 18446744073709551615 4371920 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 38453 30614 741 445 0 31998 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 153812

[startup+222.301 s]
/proc/loadavg: 4.08 3.64 3.69 5/315 13440
/proc/meminfo: memFree=23910460/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=153812 CPUtime=222.3 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 31610 0 0 0 22225 5 0 0 25 0 1 0 737656430 157503488 31346 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 38453 31346 732 445 0 31998 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 153812

[startup+282.301 s]
/proc/loadavg: 4.03 3.70 3.71 5/315 13442
/proc/meminfo: memFree=23875840/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=181616 CPUtime=282.3 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 33880 0 0 0 28224 6 0 0 25 0 1 0 737656430 185974784 33611 33554432000 4194304 6014671 140734350718512 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 45404 33611 732 445 0 38949 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 181616

[startup+342.301 s]
/proc/loadavg: 4.01 3.75 3.73 5/315 13444
/proc/meminfo: memFree=23791756/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=181616 CPUtime=342.3 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 34322 0 0 0 34224 6 0 0 25 0 1 0 737656430 185974784 34031 33554432000 4194304 6014671 140734350718512 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 45404 34031 732 445 0 38949 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 181616

[startup+402.301 s]
/proc/loadavg: 4.00 3.80 3.74 5/315 13445
/proc/meminfo: memFree=23765300/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=181616 CPUtime=402.3 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 35818 0 0 0 40223 7 0 0 25 0 1 0 737656430 185974784 35503 33554432000 4194304 6014671 140734350718512 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 45404 35503 732 445 0 38949 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 181616

[startup+462.3 s]
/proc/loadavg: 4.00 3.83 3.75 5/315 13447
/proc/meminfo: memFree=23739596/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=181616 CPUtime=462.31 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 35944 0 0 0 46224 7 0 0 25 0 1 0 737656430 185974784 35582 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 45404 35582 732 445 0 38949 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 181616

[startup+522.3 s]
/proc/loadavg: 4.00 3.86 3.76 5/315 13448
/proc/meminfo: memFree=23720816/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=181616 CPUtime=522.31 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 38097 0 0 0 52223 8 0 0 25 0 1 0 737656430 185974784 37716 33554432000 4194304 6014671 140734350718512 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 45404 37716 741 445 0 38949 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 181616

[startup+582.3 s]
/proc/loadavg: 4.04 3.89 3.78 5/315 13450
/proc/meminfo: memFree=23667720/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=196564 CPUtime=582.31 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 40403 0 0 0 58222 9 0 0 25 0 1 0 737656430 201281536 39955 33554432000 4194304 6014671 140734350718512 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 49141 39955 731 445 0 42686 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 196564

[startup+642.3 s]
/proc/loadavg: 4.01 3.91 3.79 5/315 13452
/proc/meminfo: memFree=23648704/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=196564 CPUtime=642.32 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 40543 0 0 0 64223 9 0 0 25 0 1 0 737656430 201281536 40095 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 49141 40095 731 445 0 42686 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 196564

[startup+702.3 s]
/proc/loadavg: 4.04 3.94 3.81 5/315 13453
/proc/meminfo: memFree=23621520/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=196564 CPUtime=702.31 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 41821 0 0 0 70222 9 0 0 25 0 1 0 737656430 201281536 41279 33554432000 4194304 6014671 140734350718512 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 49141 41279 738 445 0 42686 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 196564

[startup+762.311 s]
/proc/loadavg: 4.23 4.02 3.84 5/315 13455
/proc/meminfo: memFree=23590100/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=196564 CPUtime=762.33 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 41946 0 0 0 76223 10 0 0 25 0 1 0 737656430 201281536 41340 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423968 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 49141 41340 738 445 0 42686 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 196564

[startup+822.3 s]
/proc/loadavg: 4.08 4.02 3.85 5/315 13456
/proc/meminfo: memFree=23573448/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=196564 CPUtime=822.32 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 42084 0 0 0 82222 10 0 0 25 0 1 0 737656430 201281536 41478 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 49141 41478 738 445 0 42686 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 196564

[startup+882.3 s]
/proc/loadavg: 4.03 4.01 3.85 5/315 13458
/proc/meminfo: memFree=23571796/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=196564 CPUtime=882.32 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 42154 0 0 0 88222 10 0 0 25 0 1 0 737656430 201281536 41548 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 49141 41548 738 445 0 42686 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 196564

[startup+942.3 s]
/proc/loadavg: 4.01 4.00 3.86 5/315 13460
/proc/meminfo: memFree=23540504/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=196564 CPUtime=942.32 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 42243 0 0 0 94222 10 0 0 25 0 1 0 737656430 201281536 41626 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 49141 41626 727 445 0 42686 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 196564

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/315 13461
/proc/meminfo: memFree=23506736/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=228280 CPUtime=1002.32 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 48300 0 0 0 100221 11 0 0 25 0 1 0 737656430 233758720 47618 33554432000 4194304 6014671 140734350718512 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 57070 47618 727 445 0 50615 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 228280

[startup+1062.3 s]
/proc/loadavg: 4.12 4.03 3.88 5/315 13472
/proc/meminfo: memFree=23493156/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=228280 CPUtime=1062.33 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 49628 0 0 0 106221 12 0 0 25 0 1 0 737656430 233758720 48946 33554432000 4194304 6014671 140734350718512 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 57070 48946 727 445 0 50615 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 228280

[startup+1122.3 s]
/proc/loadavg: 4.04 4.02 3.89 5/315 13473
/proc/meminfo: memFree=23454680/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=228280 CPUtime=1122.33 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 49760 0 0 0 112221 12 0 0 25 0 1 0 737656430 233758720 49078 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 57070 49078 727 445 0 50615 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 228280

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.89 5/315 13475
/proc/meminfo: memFree=23418552/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=228280 CPUtime=1182.33 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 50890 0 0 0 118220 13 0 0 25 0 1 0 737656430 233758720 50208 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 57070 50208 727 445 0 50615 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 228280

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/315 13477
/proc/meminfo: memFree=23395084/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=228280 CPUtime=1242.33 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 51003 0 0 0 124220 13 0 0 25 0 1 0 737656430 233758720 50241 33554432000 4194304 6014671 140734350718512 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 57070 50241 727 445 0 50615 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 228280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.05 3.92 2/310 13481
/proc/meminfo: memFree=24220680/32951124 swapFree=67083432/67111528
[pid=13434] ppid=13432 vsize=228280 CPUtime=1300.04 cores=4,6
/proc/13434/stat : 13434 (qutersat_releas) R 13432 13434 12551 0 -1 4202496 51450 0 0 0 129991 13 0 0 25 0 1 0 737656430 233758720 50688 33554432000 4194304 6014671 140734350718512 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/13434/statm: 57070 50688 727 445 0 50615 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 228280

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.92
system time used= 0.140978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51454
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= 6
involuntary context switches= 1680

runsolver used 4.07638 second user time and 8.91464 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 17:44:19
IDJOB=3377157
IDBENCH=83115
IDSOLVER=1856
FILE ID=node110/3377157-1305474258
RUNJOBID= node110-1305474258-13392
PBS_JOBID= 13325306
Free space on /tmp= 73596 MiB

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

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=29338685

node110.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.830
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.66
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.830
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.830
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.830
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.83
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.830
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.76
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.830
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.83
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24343952 kB
Buffers:        299844 kB
Cached:        4480192 kB
SwapCached:       1440 kB
Active:        4808000 kB
Inactive:      3465356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24343952 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           18464 kB
Writeback:           0 kB
AnonPages:     3491616 kB
Mapped:          28228 kB
Slab:           246800 kB
PageTables:      25352 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63558856 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= 73608 MiB
End job on node110 at 2011-05-15 18:06:01