Trace number 3377159

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top22.cnf
MD5SUMe822739302a2d834ec9ddfe9fbd0caa2
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 variables55875
Number of clauses177646
Sum of the clauses size434144
Maximum clause length2255
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2108197
Number of clauses of size 368250
Number of clauses of size 4252
Number of clauses of size 520
Number of clauses of size over 5926

Solver Data

0.00/0.00	c Set FPU double precision.
0.08/0.11	c Parse Cnf success: #var: 55875 #clause: 177646
0.08/0.11	c Find Units :          1
0.08/0.11	c Find Invs  :       1376
0.08/0.14	c Find Ands  :      48108 AvgFaninNum: 2.1955
0.08/0.14	c Find Xors  :       5357 AvgFaninNum: 2
0.08/0.16	c Find Ite   :       6468
0.08/0.19	c UnDirect variable: 3499
0.08/0.19	c UnDirect to Direct Gate: 6021
0.08/0.19	c Forced Direct Gate: 256 Unuse unDirect Gate: 924
0.08/0.20	c Break Cycle : 242
0.08/0.20	c Total Root : 1 Undef Var: 1834
0.19/0.24	c After covering, Total Root: 1 Leaf: 1834
0.19/0.24	c Variable( cover/uncovered/unused ): 55875 0 0
0.19/0.24	c Unit Clauses: 1
0.19/0.24	c Binary Clauses( cover/uncovered ): 106773 1424
0.19/0.24	c Clauses( cover/uncovered ): 69448 0
0.19/0.24	c Total Clauses( cover/uncovered ): 176222 1424 99.1984%
0.19/0.24	c Covered Ands: 48020 Invs: 664 Xors: 5357 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    1834       0    1425     71324
0.19/0.24	c CnfToAig: Time: 0.24 s
0.29/0.35	c TmMap: Set choices finish.
0.29/0.37	c TmMap: Set big and: 6352
0.29/0.37	c TmMap: Origin: 73159 ClauseNum: 213972 --> New: 26107 ClauseNum: 125741
0.29/0.37	c TmMap: Time: 0.03
0.79/0.80	c Simulation --> TransNum: 82932/125741 Try to Add: #clause: 75037 #xorclause: 0
0.79/0.84	c #var: 24469 #clauses: 82668 Solving... 
1300.00/1300.01	c Time Out !!
1300.00/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-3377159-1305474258/watcher-3377159-1305474258 -o /tmp/evaluation-result-3377159-1305474258/solver-3377159-1305474258 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377159-1305474258.cnf 29338685 

running on 2 cores: 1,3

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/306 13418
/proc/meminfo: memFree=24420400/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=35724 CPUtime=0 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 2519 0 0 0 0 0 0 0 24 0 1 0 737656413 36581376 2456 33554432000 4194304 6014671 140735543758784 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 8931 2466 377 445 0 2476 0

[startup+0.077186 s]
/proc/loadavg: 2.55 3.17 3.60 4/306 13418
/proc/meminfo: memFree=24420400/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=51084 CPUtime=0.06 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 6425 0 0 0 6 0 0 0 24 0 1 0 737656413 52310016 6362 33554432000 4194304 6014671 140735543758784 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 12771 6363 377 445 0 6316 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 51084

[startup+0.100186 s]
/proc/loadavg: 2.55 3.17 3.60 4/306 13418
/proc/meminfo: memFree=24420400/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=52108 CPUtime=0.08 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 6887 0 0 0 8 0 0 0 24 0 1 0 737656413 53358592 6824 33554432000 4194304 6014671 140735543758784 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 13027 6825 377 445 0 6572 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 52108

[startup+0.301157 s]
/proc/loadavg: 2.55 3.17 3.60 4/306 13418
/proc/meminfo: memFree=24420400/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=58380 CPUtime=0.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 8749 0 0 0 28 1 0 0 25 0 1 0 737656413 59781120 8686 33554432000 4194304 6014671 140735543758784 18446744073709551615 4346047 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 14595 8686 667 445 0 8140 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58380

[startup+0.701073 s]
/proc/loadavg: 2.55 3.17 3.60 4/306 13418
/proc/meminfo: memFree=24420400/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=69312 CPUtime=0.69 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 11216 0 0 0 68 1 0 0 25 0 1 0 737656413 70975488 11153 33554432000 4194304 6014671 140735543758784 18446744073709551615 4244491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 17328 11153 680 445 0 10873 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 69312

[startup+1.50093 s]
/proc/loadavg: 2.55 3.17 3.60 5/315 13435
/proc/meminfo: memFree=24249556/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=77516 CPUtime=1.49 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 11964 0 0 0 148 1 0 0 25 0 1 0 737656413 79376384 11901 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423336 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 19379 11901 695 445 0 12924 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 77516

[startup+3.10064 s]
/proc/loadavg: 2.55 3.17 3.60 5/315 13435
/proc/meminfo: memFree=24236288/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=82636 CPUtime=3.09 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 13470 0 0 0 308 1 0 0 25 0 1 0 737656413 84619264 13407 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423501 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 20659 13407 722 445 0 14204 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82636

[startup+6.30104 s]
/proc/loadavg: 2.67 3.18 3.61 5/315 13435
/proc/meminfo: memFree=24200600/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=103644 CPUtime=6.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 15923 0 0 0 628 1 0 0 25 0 1 0 737656413 106131456 15856 33554432000 4194304 6014671 140735543758784 18446744073709551615 4384510 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 25911 15856 727 445 0 19456 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 103644

[startup+12.7009 s]
/proc/loadavg: 2.77 3.20 3.61 5/315 13435
/proc/meminfo: memFree=24164080/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=114292 CPUtime=12.69 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 17083 0 0 0 1267 2 0 0 25 0 1 0 737656413 117035008 17005 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 28573 17005 727 445 0 22118 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 114292

[startup+25.5005 s]
/proc/loadavg: 3.04 3.24 3.61 5/315 13435
/proc/meminfo: memFree=24102644/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=135552 CPUtime=25.48 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 22038 0 0 0 2546 2 0 0 25 0 1 0 737656413 138805248 21928 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 33888 21928 727 445 0 27433 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 135552

[startup+51.1008 s]
/proc/loadavg: 3.37 3.30 3.62 5/315 13436
/proc/meminfo: memFree=24058268/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=157400 CPUtime=51.09 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 24981 0 0 0 5106 3 0 0 25 0 1 0 737656413 161177600 24869 33554432000 4194304 6014671 140735543758784 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 39350 24869 727 445 0 32895 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 157400

[startup+102.311 s]
/proc/loadavg: 3.72 3.40 3.64 5/315 13437
/proc/meminfo: memFree=23998352/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=168688 CPUtime=102.3 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 29776 0 0 0 10226 4 0 0 25 0 1 0 737656413 172736512 29621 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 42172 29621 727 445 0 35717 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 168688

[startup+162.3 s]
/proc/loadavg: 3.97 3.52 3.67 5/315 13439
/proc/meminfo: memFree=23940392/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=180860 CPUtime=162.28 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 32362 0 0 0 16224 4 0 0 25 0 1 0 737656413 185200640 32207 33554432000 4194304 6014671 140735543758784 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 45215 32207 727 445 0 38760 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 180860

[startup+222.3 s]
/proc/loadavg: 4.08 3.64 3.69 5/315 13440
/proc/meminfo: memFree=23910460/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=208208 CPUtime=222.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 37280 0 0 0 22223 6 0 0 25 0 1 0 737656413 213204992 37125 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 52052 37125 727 445 0 45597 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 208208

[startup+282.3 s]
/proc/loadavg: 4.03 3.70 3.71 5/315 13442
/proc/meminfo: memFree=23875840/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=221916 CPUtime=282.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 39904 0 0 0 28223 6 0 0 25 0 1 0 737656413 227241984 39649 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 55479 39649 727 445 0 49024 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 221916

[startup+342.3 s]
/proc/loadavg: 4.01 3.75 3.73 5/315 13444
/proc/meminfo: memFree=23791756/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=250588 CPUtime=342.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 46717 0 0 0 34221 8 0 0 25 0 1 0 737656413 256602112 46462 33554432000 4194304 6014671 140735543758784 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 62647 46462 727 445 0 56192 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 250588

[startup+402.3 s]
/proc/loadavg: 4.00 3.80 3.74 5/315 13445
/proc/meminfo: memFree=23765300/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=250588 CPUtime=402.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 47522 0 0 0 40221 8 0 0 25 0 1 0 737656413 256602112 47267 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 62647 47267 727 445 0 56192 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 250588

[startup+462.3 s]
/proc/loadavg: 4.00 3.83 3.75 5/315 13447
/proc/meminfo: memFree=23739720/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=250588 CPUtime=462.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 48077 0 0 0 46221 8 0 0 25 0 1 0 737656413 256602112 47822 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 62647 47822 727 445 0 56192 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 250588

[startup+522.3 s]
/proc/loadavg: 4.00 3.86 3.76 5/315 13448
/proc/meminfo: memFree=23720816/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=250716 CPUtime=522.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 49839 0 0 0 52220 9 0 0 25 0 1 0 737656413 256733184 49360 33554432000 4194304 6014671 140735543758784 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 62679 49360 727 445 0 56224 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 250716

[startup+582.301 s]
/proc/loadavg: 4.04 3.89 3.78 5/315 13450
/proc/meminfo: memFree=23667968/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=250716 CPUtime=582.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 50310 0 0 0 58220 9 0 0 25 0 1 0 737656413 256733184 49831 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 62679 49831 727 445 0 56224 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 250716

[startup+642.301 s]
/proc/loadavg: 4.01 3.91 3.79 5/315 13452
/proc/meminfo: memFree=23648704/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=250716 CPUtime=642.3 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 52631 0 0 0 64220 10 0 0 25 0 1 0 737656413 256733184 52152 33554432000 4194304 6014671 140735543758784 18446744073709551615 260020093562 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 62679 52152 727 445 0 56224 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 250716

[startup+702.301 s]
/proc/loadavg: 4.04 3.94 3.81 5/315 13453
/proc/meminfo: memFree=23621520/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=250716 CPUtime=702.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 53774 0 0 0 70219 10 0 0 25 0 1 0 737656413 256733184 53295 33554432000 4194304 6014671 140735543758784 18446744073709551615 4534736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 62679 53295 727 445 0 56224 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 250716

[startup+762.312 s]
/proc/loadavg: 4.23 4.02 3.84 5/315 13455
/proc/meminfo: memFree=23590224/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=316952 CPUtime=762.3 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 54096 0 0 0 76220 10 0 0 25 0 1 0 737656413 324558848 53617 33554432000 4194304 6014671 140735543758784 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 79238 53617 727 445 0 72783 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 316952

[startup+822.301 s]
/proc/loadavg: 4.08 4.02 3.85 5/315 13456
/proc/meminfo: memFree=23573448/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=316952 CPUtime=822.3 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 54418 0 0 0 82219 11 0 0 25 0 1 0 737656413 324558848 53939 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423573 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 79238 53939 727 445 0 72783 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 316952

[startup+882.301 s]
/proc/loadavg: 4.03 4.01 3.85 5/315 13458
/proc/meminfo: memFree=23571796/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=316952 CPUtime=882.3 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 54572 0 0 0 88219 11 0 0 25 0 1 0 737656413 324558848 54093 33554432000 4194304 6014671 140735543758784 18446744073709551615 4377357 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 79238 54093 727 445 0 72783 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 316952

[startup+942.301 s]
/proc/loadavg: 4.01 4.00 3.86 5/315 13460
/proc/meminfo: memFree=23540504/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=316952 CPUtime=942.3 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 62382 0 0 0 94217 13 0 0 25 0 1 0 737656413 324558848 61903 33554432000 4194304 6014671 140735543758784 18446744073709551615 4424056 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 79238 61903 727 445 0 72783 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 316952

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/315 13461
/proc/meminfo: memFree=23506860/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=316952 CPUtime=1002.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 67314 0 0 0 100214 15 0 0 25 0 1 0 737656413 324558848 64047 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 79238 64047 727 445 0 72783 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 316952

[startup+1062.3 s]
/proc/loadavg: 4.12 4.03 3.88 5/315 13472
/proc/meminfo: memFree=23493280/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=389500 CPUtime=1062.3 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 68996 0 0 0 106214 16 0 0 25 0 1 0 737656413 398848000 65729 33554432000 4194304 6014671 140735543758784 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 97375 65729 727 445 0 90920 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 389500

[startup+1122.3 s]
/proc/loadavg: 4.04 4.02 3.89 5/315 13473
/proc/meminfo: memFree=23454680/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=389500 CPUtime=1122.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 69212 0 0 0 112213 16 0 0 25 0 1 0 737656413 398848000 65945 33554432000 4194304 6014671 140735543758784 18446744073709551615 4425224 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 97375 65945 727 445 0 90920 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 389500

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 3.89 5/315 13475
/proc/meminfo: memFree=23418552/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=389500 CPUtime=1182.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 69301 0 0 0 118213 16 0 0 25 0 1 0 737656413 398848000 66034 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 97375 66034 727 445 0 90920 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 389500

[startup+1242.3 s]
/proc/loadavg: 4.06 4.03 3.91 5/315 13477
/proc/meminfo: memFree=23395084/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=389500 CPUtime=1242.29 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 69301 0 0 0 124213 16 0 0 25 0 1 0 737656413 398848000 66034 33554432000 4194304 6014671 140735543758784 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 97375 66034 727 445 0 90920 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 389500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.13 4.05 3.92 4/314 13479
/proc/meminfo: memFree=23698856/32951124 swapFree=67083432/67111528
[pid=13418] ppid=13416 vsize=389500 CPUtime=1300 cores=1,3
/proc/13418/stat : 13418 (qutersat_releas) R 13416 13418 12551 0 -1 4202496 69595 0 0 0 129984 16 0 0 25 0 1 0 737656413 398848000 66328 33554432000 4194304 6014671 140735543758784 18446744073709551615 4566192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/13418/statm: 97375 66328 727 445 0 90920 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 389500

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.02
CPU user time (s): 1299.84
CPU system time (s): 0.179972
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 389500

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

runsolver used 3.74643 second user time and 9.2376 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 17:44:18
IDJOB=3377159
IDBENCH=83113
IDSOLVER=1856
FILE ID=node110/3377159-1305474258
RUNJOBID= node110-1305474258-13393
PBS_JOBID= 13325306
Free space on /tmp= 73604 MiB

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

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

MD5SUM BENCH= e822739302a2d834ec9ddfe9fbd0caa2
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:      24420432 kB
Buffers:        299824 kB
Cached:        4472064 kB
SwapCached:       1440 kB
Active:        4728664 kB
Inactive:      3468132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24420432 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           10704 kB
Writeback:           0 kB
AnonPages:     3422552 kB
Mapped:          27452 kB
Slab:           246800 kB
PageTables:      24964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 63448412 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= 73600 MiB
End job on node110 at 2011-05-15 18:06:00