Trace number 3288795

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-03-01? (TO) 1300 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
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 variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

Solver Data

0.00/0.00	c Set FPU double precision.
0.08/0.16	c Parse Cnf success: #var: 62686 #clause: 210488
0.08/0.16	c Find Units :          1
0.08/0.17	c Find Invs  :       1708
0.19/0.20	c Find Ands  :      45198 AvgFaninNum: 2.28897
0.19/0.20	c Find Xors  :      14676 AvgFaninNum: 2
0.19/0.23	c Find Ite   :      18768
0.19/0.28	c UnDirect variable: 5959
0.19/0.28	c UnDirect to Direct Gate: 15902
0.19/0.28	c Forced Direct Gate: 310 Unuse unDirect Gate: 744
0.19/0.29	c Break Cycle : 504
0.19/0.29	c Total Root : 1 Undef Var: 1682
0.29/0.35	c After covering, Total Root: 1 Leaf: 1682
0.29/0.35	c Variable( cover/uncovered/unused ): 62686 0 0
0.29/0.35	c Unit Clauses: 1
0.29/0.35	c Binary Clauses( cover/uncovered ): 105717 964
0.29/0.35	c Clauses( cover/uncovered ): 103806 0
0.29/0.35	c Total Clauses( cover/uncovered ): 209524 964 99.542%
0.29/0.35	c Covered Ands: 45102 Invs: 1226 Xors: 14676 Ites: 0
0.29/0.35	c Uncover Clauses avg size: 2 max size: 2
0.29/0.35	c Final circuit: i/l/o/s    1682       0     965     96811
0.29/0.35	c CnfToAig: Time: 0.35 s
0.49/0.53	c TmMap: Set choices finish.
0.49/0.55	c TmMap: Set big and: 9120
0.49/0.55	c TmMap: Origin: 98494 ClauseNum: 290433 --> New: 32117 ClauseNum: 148865
0.49/0.55	c TmMap: Time: 0.05
0.99/1.08	c Simulation --> TransNum: 85282/148865 Try to Add: #clause: 54523 #xorclause: 4994
1.09/1.11	c #var: 26767 #clauses: 48065 Solving... 
1299.98/1300.00	c Time Out !!
1299.98/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.07 3.76 3.64 4/186 10857
/proc/meminfo: memFree=27029576/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=32360 CPUtime=0 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 1697 0 0 0 0 0 0 0 21 0 1 0 469937908 33136640 1631 33554432000 4194304 6016207 140735830570992 18446744073709551615 220828060912 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 8091 1634 368 445 0 1635 0

[startup+0.060497 s]
/proc/loadavg: 3.07 3.76 3.64 4/186 10857
/proc/meminfo: memFree=27029576/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=45612 CPUtime=0.05 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 5195 0 0 0 5 0 0 0 21 0 1 0 469937908 46706688 5129 33554432000 4194304 6016207 140735830570992 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 12427 5138 379 445 0 5971 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 45612

[startup+0.100496 s]
/proc/loadavg: 3.07 3.76 3.64 4/186 10857
/proc/meminfo: memFree=27029576/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=56876 CPUtime=0.08 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 7856 0 0 0 8 0 0 0 21 0 1 0 469937908 58241024 7790 33554432000 4194304 6016207 140735830570992 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 14219 7791 379 445 0 7763 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56876

[startup+0.300448 s]
/proc/loadavg: 3.07 3.76 3.64 4/186 10857
/proc/meminfo: memFree=27029576/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=68268 CPUtime=0.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 10862 0 0 0 28 1 0 0 22 0 1 0 469937908 69906432 10796 33554432000 4194304 6016207 140735830570992 18446744073709551615 4335448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 17067 10796 399 445 0 10611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 68268

[startup+0.700372 s]
/proc/loadavg: 3.07 3.76 3.64 4/186 10857
/proc/meminfo: memFree=27029576/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=84284 CPUtime=0.68 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 15257 0 0 0 67 1 0 0 23 0 1 0 469937908 86306816 15191 33554432000 4194304 6016207 140735830570992 18446744073709551615 4244827 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 21071 15191 680 445 0 14615 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 84284

[startup+1.50023 s]
/proc/loadavg: 3.07 3.76 3.64 5/190 10864
/proc/meminfo: memFree=26758708/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=92488 CPUtime=1.48 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 15590 0 0 0 147 1 0 0 25 0 1 0 469937908 94707712 15524 33554432000 4194304 6016207 140735830570992 18446744073709551615 4424925 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 23122 15524 697 445 0 16666 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 92488

[startup+3.10094 s]
/proc/loadavg: 3.07 3.76 3.64 6/190 10864
/proc/meminfo: memFree=26459372/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=102304 CPUtime=3.09 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 16452 0 0 0 307 2 0 0 25 0 1 0 469937908 104759296 16386 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425650 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 25576 16386 715 445 0 19120 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 102304

[startup+6.30036 s]
/proc/loadavg: 3.22 3.78 3.65 5/190 10864
/proc/meminfo: memFree=26276380/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=112252 CPUtime=6.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 17995 0 0 0 627 2 0 0 25 0 1 0 469937908 114946048 17929 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 28063 17929 734 445 0 21607 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112252

[startup+12.7002 s]
/proc/loadavg: 3.29 3.78 3.65 5/190 10865
/proc/meminfo: memFree=25800520/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=122432 CPUtime=12.69 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 19268 0 0 0 1267 2 0 0 25 0 1 0 469937908 125370368 19202 33554432000 4194304 6016207 140735830570992 18446744073709551615 4733290 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 30608 19202 734 445 0 24152 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122432

[startup+25.5008 s]
/proc/loadavg: 3.44 3.79 3.66 6/190 10865
/proc/meminfo: memFree=25420656/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=122432 CPUtime=25.49 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 19983 0 0 0 2547 2 0 0 25 0 1 0 469937908 125370368 19917 33554432000 4194304 6016207 140735830570992 18446744073709551615 4373604 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 30608 19917 734 445 0 24152 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 122432

[startup+51.1002 s]
/proc/loadavg: 3.71 3.83 3.67 5/190 10866
/proc/meminfo: memFree=25356484/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=133104 CPUtime=51.09 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 25169 0 0 0 5106 3 0 0 25 0 1 0 469937908 136298496 25103 33554432000 4194304 6016207 140735830570992 18446744073709551615 4380811 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 33276 25103 734 445 0 26820 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 133104

[startup+102.307 s]
/proc/loadavg: 3.87 3.85 3.68 6/190 10867
/proc/meminfo: memFree=25294480/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=155464 CPUtime=102.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 31616 0 0 0 10225 4 0 0 25 0 1 0 469937908 159195136 31550 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425701 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 38866 31550 734 445 0 32410 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 155464

[startup+162.301 s]
/proc/loadavg: 3.95 3.87 3.70 6/190 10869
/proc/meminfo: memFree=25249556/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=178528 CPUtime=162.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 34364 0 0 0 16224 5 0 0 25 0 1 0 469937908 182812672 34298 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 44632 34298 734 445 0 38176 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 178528

[startup+222.301 s]
/proc/loadavg: 3.98 3.89 3.72 6/190 10870
/proc/meminfo: memFree=25226212/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=275272 CPUtime=222.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 37984 0 0 0 22223 6 0 0 25 0 1 0 469937908 281878528 37751 33554432000 4194304 6016207 140735830570992 18446744073709551615 4385123 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 68818 37751 734 445 0 62362 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 275272

[startup+282.301 s]
/proc/loadavg: 4.00 3.91 3.73 6/190 10899
/proc/meminfo: memFree=26001276/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=275272 CPUtime=282.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 39795 0 0 0 28222 7 0 0 25 0 1 0 469937908 281878528 39426 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 68818 39426 734 445 0 62362 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 275272

[startup+342.301 s]
/proc/loadavg: 4.00 3.92 3.75 6/190 10900
/proc/meminfo: memFree=25946344/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=275272 CPUtime=342.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 41182 0 0 0 34222 7 0 0 25 0 1 0 469937908 281878528 40813 33554432000 4194304 6016207 140735830570992 18446744073709551615 4424496 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 68818 40813 734 445 0 62362 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 275272

[startup+402.301 s]
/proc/loadavg: 3.94 3.92 3.75 6/190 10929
/proc/meminfo: memFree=26558588/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=329240 CPUtime=402.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 42722 0 0 0 40221 8 0 0 25 0 1 0 469937908 337141760 41220 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425616 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 82310 41220 734 445 0 75854 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 329240

[startup+462.301 s]
/proc/loadavg: 3.98 3.93 3.76 6/190 10931
/proc/meminfo: memFree=26490344/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=329368 CPUtime=462.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 49269 0 0 0 46220 9 0 0 25 0 1 0 469937908 337272832 47734 33554432000 4194304 6016207 140735830570992 18446744073709551615 4424841 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 82342 47734 734 445 0 75886 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 329368

[startup+522.301 s]
/proc/loadavg: 3.99 3.94 3.78 5/190 10932
/proc/meminfo: memFree=26448032/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=439284 CPUtime=522.28 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 56380 0 0 0 52217 11 0 0 25 0 1 0 469937908 449826816 54845 33554432000 4194304 6016207 140735830570992 18446744073709551615 4380028 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 109821 54845 734 445 0 103365 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 439284

[startup+582.301 s]
/proc/loadavg: 4.03 3.96 3.79 6/190 10934
/proc/meminfo: memFree=26383764/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=439284 CPUtime=582.28 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 57503 0 0 0 58217 11 0 0 25 0 1 0 469937908 449826816 55968 33554432000 4194304 6016207 140735830570992 18446744073709551615 4424424 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 109821 55968 734 445 0 103365 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 439284

[startup+642.301 s]
/proc/loadavg: 4.05 3.98 3.81 6/190 10935
/proc/meminfo: memFree=26337740/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=439284 CPUtime=642.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 57948 0 0 0 64218 11 0 0 25 0 1 0 469937908 449826816 56413 33554432000 4194304 6016207 140735830570992 18446744073709551615 4373475 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 109821 56413 734 445 0 103365 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 439284

[startup+702.301 s]
/proc/loadavg: 4.02 3.98 3.82 5/190 10937
/proc/meminfo: memFree=26285264/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=439284 CPUtime=702.28 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 58325 0 0 0 70217 11 0 0 25 0 1 0 469937908 449826816 56790 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425619 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 109821 56790 734 445 0 103365 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 439284

[startup+762.307 s]
/proc/loadavg: 4.00 3.98 3.83 6/190 10939
/proc/meminfo: memFree=26253616/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=439284 CPUtime=762.29 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 58326 0 0 0 76218 11 0 0 25 0 1 0 469937908 449826816 56791 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 109821 56791 734 445 0 103365 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 439284

[startup+822.3 s]
/proc/loadavg: 4.08 4.00 3.84 5/190 10940
/proc/meminfo: memFree=26199784/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=439284 CPUtime=822.28 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 59817 0 0 0 82216 12 0 0 25 0 1 0 469937908 449826816 58282 33554432000 4194304 6016207 140735830570992 18446744073709551615 4424551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 109821 58282 734 445 0 103365 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 439284

[startup+882.3 s]
/proc/loadavg: 4.07 4.01 3.85 5/190 10951
/proc/meminfo: memFree=26140592/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=500984 CPUtime=882.28 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 68638 0 0 0 88214 14 0 0 25 0 1 0 469937908 513007616 67103 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 125246 67103 734 445 0 118790 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 500984

[startup+942.3 s]
/proc/loadavg: 4.02 4.01 3.85 5/190 10952
/proc/meminfo: memFree=26075348/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=500984 CPUtime=942.28 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 71930 0 0 0 94213 15 0 0 25 0 1 0 469937908 513007616 70395 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 125246 70395 734 445 0 118790 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 500984

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.86 5/190 10954
/proc/meminfo: memFree=26026212/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=500984 CPUtime=1002.28 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 76082 0 0 0 100212 16 0 0 25 0 1 0 469937908 513007616 74547 33554432000 4194304 6016207 140735830570992 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 125246 74547 734 445 0 118790 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 500984

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 10956
/proc/meminfo: memFree=26012540/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=500984 CPUtime=1062.28 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 77754 0 0 0 106212 16 0 0 25 0 1 0 469937908 513007616 76219 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425054 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 125246 76219 734 445 0 118790 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 500984

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 10957
/proc/meminfo: memFree=26011268/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=500984 CPUtime=1122.28 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 80617 0 0 0 112211 17 0 0 25 0 1 0 469937908 513007616 79082 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 125246 79082 734 445 0 118790 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 500984

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 10959
/proc/meminfo: memFree=26008644/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=500984 CPUtime=1182.28 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 80730 0 0 0 118211 17 0 0 25 0 1 0 469937908 513007616 79195 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425558 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 125246 79195 734 445 0 118790 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 500984

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 10960
/proc/meminfo: memFree=26008128/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=500984 CPUtime=1242.27 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 80744 0 0 0 124210 17 0 0 25 0 1 0 469937908 513007616 79209 33554432000 4194304 6016207 140735830570992 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 125246 79209 734 445 0 118790 0
Current children cumulated CPU time (s) 1242.27
Current children cumulated vsize (KiB) 500984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.89 4/188 10963
/proc/meminfo: memFree=26297780/32951124 swapFree=67111524/67111528
[pid=10857] ppid=10855 vsize=500984 CPUtime=1299.98 cores=5,7
/proc/10857/stat : 10857 (qutersat_releas) R 10855 10857 10248 0 -1 4202496 80831 0 0 0 129981 17 0 0 25 0 1 0 469937908 513007616 79296 33554432000 4194304 6016207 140735830570992 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/10857/statm: 125246 79296 734 445 0 118790 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 500984

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
CPU user time (s): 1299.81
CPU system time (s): 0.185971
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 500984

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

runsolver used 2.13667 second user time and 4.96624 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-26 01:47:00
IDJOB=3288795
IDBENCH=83105
IDSOLVER=1607
FILE ID=node147/3288795-1303775219
RUNJOBID= node147-1303775217-10824
PBS_JOBID= 13157185
Free space on /tmp= 72124 MiB

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

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=1170546469

node147.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27029972 kB
Buffers:        967604 kB
Cached:        4372600 kB
SwapCached:          4 kB
Active:         728844 kB
Inactive:      4747080 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27029972 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           36336 kB
Writeback:           0 kB
AnonPages:      135180 kB
Mapped:          15592 kB
Slab:           381400 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   301208 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= 72144 MiB
End job on node147 at 2011-04-26 02:08:42