Trace number 3377150

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.04 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark321.647
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

Solver Data

0.00/0.00	c Set FPU double precision.
0.02/0.05	c Parse Cnf success: #var: 22886 #clause: 76038
0.02/0.05	c Find Units :          1
0.02/0.05	c Find Invs  :        848
0.02/0.06	c Find Ands  :      16683 AvgFaninNum: 2.30306
0.02/0.06	c Find Xors  :       4851 AvgFaninNum: 2
0.02/0.07	c Find Ite   :       6188
0.02/0.08	c UnDirect variable: 2138
0.02/0.08	c UnDirect to Direct Gate: 5487
0.02/0.08	c Forced Direct Gate: 110 Unuse unDirect Gate: 294
0.02/0.09	c Break Cycle : 294
0.02/0.09	c Total Root : 1 Undef Var: 772
0.09/0.10	c After covering, Total Root: 1 Leaf: 772
0.09/0.10	c Variable( cover/uncovered/unused ): 22886 0 0
0.09/0.10	c Unit Clauses: 1
0.09/0.10	c Binary Clauses( cover/uncovered ): 39582 424
0.09/0.10	c Clauses( cover/uncovered ): 36031 0
0.09/0.10	c Total Clauses( cover/uncovered ): 75614 424 99.4424%
0.09/0.10	c Covered Ands: 16627 Invs: 636 Xors: 4851 Ites: 0
0.09/0.11	c Uncover Clauses avg size: 2 max size: 2
0.09/0.11	c Final circuit: i/l/o/s     772       0     425     34216
0.09/0.11	c CnfToAig: Time: 0.1 s
0.09/0.17	c TmMap: Set choices finish.
0.09/0.18	c TmMap: Set big and: 3577
0.09/0.18	c TmMap: Origin: 34989 ClauseNum: 102648 --> New: 11809 ClauseNum: 52962
0.09/0.18	c TmMap: Time: 0.01
0.29/0.37	c Simulation --> TransNum: 29933/52962 Try to Add: #clause: 25420 #xorclause: 0
0.29/0.39	c #var: 9724 #clauses: 23360 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/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-3377150-1305474266/watcher-3377150-1305474266 -o /tmp/evaluation-result-3377150-1305474266/solver-3377150-1305474266 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377150-1305474266.cnf 826527157 

running on 2 cores: 0,2

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.05 3.81 3.93 4/357 9671
/proc/meminfo: memFree=16991104/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=35436 CPUtime=0 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 2464 0 0 0 0 0 0 0 21 0 1 0 659026250 36286464 2400 33554432000 4194304 6014671 140736645447616 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 8859 2401 378 445 0 2404 0

[startup+0.0325721 s]
/proc/loadavg: 3.05 3.81 3.93 4/357 9671
/proc/meminfo: memFree=16991104/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=40556 CPUtime=0.02 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 3834 0 0 0 2 0 0 0 21 0 1 0 659026250 41529344 3770 33554432000 4194304 6014671 140736645447616 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 10139 3772 378 445 0 3684 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 40556

[startup+0.100514 s]
/proc/loadavg: 3.05 3.81 3.93 4/357 9671
/proc/meminfo: memFree=16991104/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=44652 CPUtime=0.09 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 4933 0 0 0 9 0 0 0 21 0 1 0 659026250 45723648 4869 33554432000 4194304 6014671 140736645447616 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 11163 4869 397 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.300582 s]
/proc/loadavg: 3.05 3.81 3.93 4/357 9671
/proc/meminfo: memFree=16991104/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=53996 CPUtime=0.29 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 7382 0 0 0 29 0 0 0 22 0 1 0 659026250 55291904 7318 33554432000 4194304 6014671 140736645447616 18446744073709551615 4244499 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 13499 7318 680 445 0 7044 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53996

[startup+0.700511 s]
/proc/loadavg: 3.05 3.81 3.93 4/357 9671
/proc/meminfo: memFree=16991104/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=62200 CPUtime=0.69 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 7889 0 0 0 68 1 0 0 24 0 1 0 659026250 63692800 7825 33554432000 4194304 6014671 140736645447616 18446744073709551615 4372522 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 15550 7825 722 445 0 9095 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62200

[startup+1.50033 s]
/proc/loadavg: 3.05 3.81 3.93 5/367 9690
/proc/meminfo: memFree=16782448/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=80852 CPUtime=1.49 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 8720 0 0 0 148 1 0 0 25 0 1 0 659026250 82792448 8656 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 20213 8656 723 445 0 13758 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80852

[startup+3.10104 s]
/proc/loadavg: 3.05 3.81 3.93 5/367 9690
/proc/meminfo: memFree=16770796/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=90060 CPUtime=3.09 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 9709 0 0 0 308 1 0 0 25 0 1 0 659026250 92221440 9643 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 22515 9643 727 445 0 16060 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90060

[startup+6.30048 s]
/proc/loadavg: 3.28 3.85 3.94 5/367 9690
/proc/meminfo: memFree=16717608/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=99368 CPUtime=6.29 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 10532 0 0 0 628 1 0 0 25 0 1 0 659026250 101752832 10464 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 24842 10464 727 445 0 18387 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99368

[startup+12.7004 s]
/proc/loadavg: 3.34 3.85 3.94 5/367 9690
/proc/meminfo: memFree=16679840/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=108788 CPUtime=12.69 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 12023 0 0 0 1268 1 0 0 25 0 1 0 659026250 111398912 11953 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423953 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 27197 11953 728 445 0 20742 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108788

[startup+25.5011 s]
/proc/loadavg: 3.49 3.86 3.94 5/367 9690
/proc/meminfo: memFree=16593372/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=128404 CPUtime=25.48 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 16461 0 0 0 2546 2 0 0 25 0 1 0 659026250 131485696 16389 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 32101 16389 727 445 0 25646 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 128404

[startup+51.1005 s]
/proc/loadavg: 3.66 3.87 3.94 5/367 9691
/proc/meminfo: memFree=16555256/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=148588 CPUtime=51.09 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 19867 0 0 0 5106 3 0 0 25 0 1 0 659026250 152154112 19780 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424035 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 37147 19780 728 445 0 30692 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148588

[startup+102.314 s]
/proc/loadavg: 3.95 3.91 3.95 5/367 9692
/proc/meminfo: memFree=16489260/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=180328 CPUtime=102.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 24904 0 0 0 10226 4 0 0 25 0 1 0 659026250 184655872 24814 33554432000 4194304 6014671 140736645447616 18446744073709551615 4369474 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 45082 24814 727 445 0 38627 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180328

[startup+162.301 s]
/proc/loadavg: 4.02 3.94 3.96 5/367 9694
/proc/meminfo: memFree=16416696/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=180328 CPUtime=162.28 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 27227 0 0 0 16224 4 0 0 25 0 1 0 659026250 184655872 27097 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 45082 27097 727 445 0 38627 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 180328

[startup+222.301 s]
/proc/loadavg: 4.01 3.95 3.96 5/367 9696
/proc/meminfo: memFree=16389860/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=180328 CPUtime=222.29 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 28119 0 0 0 22224 5 0 0 25 0 1 0 659026250 184655872 27988 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 45082 27988 727 445 0 38627 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 180328

[startup+282.301 s]
/proc/loadavg: 4.08 3.97 3.96 5/367 9697
/proc/meminfo: memFree=16329948/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=180328 CPUtime=282.29 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 28349 0 0 0 28224 5 0 0 25 0 1 0 659026250 184655872 28218 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 45082 28218 727 445 0 38627 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 180328

[startup+342.3 s]
/proc/loadavg: 4.03 3.97 3.96 5/367 9699
/proc/meminfo: memFree=16253016/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=227376 CPUtime=342.29 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 35545 0 0 0 34222 7 0 0 25 0 1 0 659026250 232833024 35388 33554432000 4194304 6014671 140736645447616 18446744073709551615 4425388 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 56844 35388 727 445 0 50389 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 227376

[startup+402.301 s]
/proc/loadavg: 4.01 3.97 3.96 5/367 9700
/proc/meminfo: memFree=16241956/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=227376 CPUtime=402.29 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 38572 0 0 0 40222 7 0 0 25 0 1 0 659026250 232833024 38403 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 56844 38403 727 445 0 50389 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 227376

[startup+462.3 s]
/proc/loadavg: 4.15 4.00 3.97 5/367 9702
/proc/meminfo: memFree=16230992/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=227376 CPUtime=462.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 40399 0 0 0 46222 8 0 0 25 0 1 0 659026250 232833024 40181 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 56844 40181 727 445 0 50389 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 227376

[startup+522.301 s]
/proc/loadavg: 4.12 4.02 3.98 5/367 9704
/proc/meminfo: memFree=16223908/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=227376 CPUtime=522.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 40464 0 0 0 52222 8 0 0 25 0 1 0 659026250 232833024 40217 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 56844 40217 727 445 0 50389 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 227376

[startup+582.301 s]
/proc/loadavg: 4.04 4.01 3.98 5/367 9705
/proc/meminfo: memFree=16175364/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=227376 CPUtime=582.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 41492 0 0 0 58221 9 0 0 25 0 1 0 659026250 232833024 41116 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 56844 41116 727 445 0 50389 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 227376

[startup+642.301 s]
/proc/loadavg: 4.07 4.02 3.98 5/367 9707
/proc/meminfo: memFree=16133048/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=227376 CPUtime=642.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 43559 0 0 0 64221 9 0 0 25 0 1 0 659026250 232833024 43183 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 56844 43183 727 445 0 50389 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 227376

[startup+702.301 s]
/proc/loadavg: 4.09 4.03 3.99 5/367 9708
/proc/meminfo: memFree=16077092/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=227376 CPUtime=702.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 46699 0 0 0 70219 11 0 0 25 0 1 0 659026250 232833024 46323 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 56844 46323 727 445 0 50389 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 227376

[startup+762.313 s]
/proc/loadavg: 4.03 4.02 3.99 5/367 9710
/proc/meminfo: memFree=16013196/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=279288 CPUtime=762.31 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 47101 0 0 0 76220 11 0 0 25 0 1 0 659026250 285990912 46725 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 69822 46725 727 445 0 63367 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 279288

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.99 5/367 9712
/proc/meminfo: memFree=16009452/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=279288 CPUtime=822.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 47178 0 0 0 82219 11 0 0 25 0 1 0 659026250 285990912 46802 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424736 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 69822 46802 727 445 0 63367 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 279288

[startup+882.3 s]
/proc/loadavg: 4.08 4.04 4.00 5/367 9713
/proc/meminfo: memFree=15984848/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=279288 CPUtime=882.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 47430 0 0 0 88219 11 0 0 25 0 1 0 659026250 285990912 47054 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423925 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 69822 47054 727 445 0 63367 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 279288

[startup+942.301 s]
/proc/loadavg: 4.03 4.03 4.00 5/367 9715
/proc/meminfo: memFree=15962756/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=397948 CPUtime=942.31 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 49107 0 0 0 94219 12 0 0 25 0 1 0 659026250 407498752 48729 33554432000 4194304 6014671 140736645447616 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 99487 48729 728 445 0 93032 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 397948

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/367 9725
/proc/meminfo: memFree=15939532/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=538308 CPUtime=1002.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 50197 0 0 0 100218 12 0 0 25 0 1 0 659026250 551227392 49819 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 134577 49819 728 445 0 128122 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 538308

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 4.00 5/367 9727
/proc/meminfo: memFree=15917504/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=538436 CPUtime=1062.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 54769 0 0 0 106217 13 0 0 25 0 1 0 659026250 551358464 52775 33554432000 4194304 6014671 140736645447616 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 134609 52775 728 445 0 128154 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 538436

[startup+1122.3 s]
/proc/loadavg: 4.05 4.04 4.00 5/367 9729
/proc/meminfo: memFree=15875420/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=538436 CPUtime=1122.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 54769 0 0 0 112217 13 0 0 25 0 1 0 659026250 551358464 52775 33554432000 4194304 6014671 140736645447616 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 134609 52775 728 445 0 128154 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 538436

[startup+1182.3 s]
/proc/loadavg: 4.10 4.04 4.01 5/367 9733
/proc/meminfo: memFree=15861000/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=538436 CPUtime=1182.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 57489 0 0 0 118215 15 0 0 25 0 1 0 659026250 551358464 55495 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 134609 55495 728 445 0 128154 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 538436

[startup+1242.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/367 9735
/proc/meminfo: memFree=15857560/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=538436 CPUtime=1242.3 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 57495 0 0 0 124215 15 0 0 25 0 1 0 659026250 551358464 55501 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424006 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 134609 55501 728 445 0 128154 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 538436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.04 4.00 5/367 9736
/proc/meminfo: memFree=15814880/32950928 swapFree=67111348/67111528
[pid=9671] ppid=9669 vsize=538436 CPUtime=1300.02 cores=0,2
/proc/9671/stat : 9671 (qutersat_releas) R 9669 9671 8779 0 -1 4202496 61894 0 0 0 129985 17 0 0 25 0 1 0 659026250 551358464 59900 33554432000 4194304 6014671 140736645447616 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/9671/statm: 134609 59900 728 445 0 128154 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 538436

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.03
CPU time (s): 1300.04
CPU user time (s): 1299.86
CPU system time (s): 0.182972
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 538436

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

runsolver used 4.6153 second user time and 10.4314 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 17:44:26
IDJOB=3377150
IDBENCH=83125
IDSOLVER=1856
FILE ID=node125/3377150-1305474266
RUNJOBID= node125-1305474266-9647
PBS_JOBID= 13325303
Free space on /tmp= 73180 MiB

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

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=826527157

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.828
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.74
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.828
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.75
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.828
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:     32950928 kB
MemFree:      16991624 kB
Buffers:        298152 kB
Cached:        4783144 kB
SwapCached:          0 kB
Active:       11797448 kB
Inactive:      3776084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16991624 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11276 kB
Writeback:           0 kB
AnonPages:    10492936 kB
Mapped:          34328 kB
Slab:           279544 kB
PageTables:      42172 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78512004 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= 73168 MiB
End job on node125 at 2011-05-15 18:06:08