Trace number 3288749

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.803
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.17	c Parse Cnf success: #var: 76943 #clause: 245006
0.09/0.17	c Find Units :          1
0.09/0.17	c Find Invs  :       1732
0.19/0.21	c Find Ands  :      66358 AvgFaninNum: 2.19095
0.19/0.21	c Find Xors  :       7527 AvgFaninNum: 2
0.19/0.23	c Find Ite   :       9100
0.19/0.28	c UnDirect variable: 4739
0.19/0.28	c UnDirect to Direct Gate: 8372
0.19/0.28	c Forced Direct Gate: 361 Unuse unDirect Gate: 1196
0.19/0.29	c Break Cycle : 286
0.19/0.29	c Total Root : 1 Undef Var: 2317
0.29/0.35	c After covering, Total Root: 1 Leaf: 2317
0.29/0.35	c Variable( cover/uncovered/unused ): 76943 0 0
0.29/0.35	c Unit Clauses: 1
0.29/0.35	c Binary Clauses( cover/uncovered ): 146869 1774
0.29/0.35	c Clauses( cover/uncovered ): 96362 0
0.29/0.35	c Total Clauses( cover/uncovered ): 243232 1774 99.2759%
0.29/0.35	c Covered Ands: 66254 Invs: 845 Xors: 7527 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    2317       0    1775     98616
0.29/0.35	c CnfToAig: Time: 0.34 s
0.49/0.50	c TmMap: Set choices finish.
0.49/0.53	c TmMap: Set big and: 8241
0.49/0.53	c TmMap: Origin: 100934 ClauseNum: 295848 --> New: 35467 ClauseNum: 173133
0.49/0.53	c TmMap: Time: 0.04
1.10/1.17	c Simulation --> TransNum: 113537/173133 Try to Add: #clause: 92912 #xorclause: 2613
1.19/1.23	c #var: 33309 #clauses: 101458 Solving... 
1300.03/1300.00	c Time Out !!
1300.03/1300.00	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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: 3.07 3.76 3.64 4/178 10841
/proc/meminfo: memFree=27110564/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=31844 CPUtime=0 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 1442 0 0 0 0 0 0 0 21 0 1 0 469937888 32608256 1377 33554432000 4194304 6016207 140735730361696 18446744073709551615 220815930427 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10841/statm: 7961 1389 303 445 0 1505 0

[startup+0.0611541 s]
/proc/loadavg: 3.07 3.76 3.64 4/178 10841
/proc/meminfo: memFree=27110564/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=46968 CPUtime=0.04 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 5578 0 0 0 4 0 0 0 21 0 1 0 469937888 48095232 5513 33554432000 4194304 6016207 140735730361696 18446744073709551615 4278898 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 11742 5514 379 445 0 5286 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 46968

[startup+0.101161 s]
/proc/loadavg: 3.07 3.76 3.64 4/178 10841
/proc/meminfo: memFree=27110564/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=54136 CPUtime=0.09 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 7247 0 0 0 8 1 0 0 21 0 1 0 469937888 55435264 7182 33554432000 4194304 6016207 140735730361696 18446744073709551615 220815927421 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 13534 7182 379 445 0 7078 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 54136

[startup+0.301104 s]
/proc/loadavg: 3.07 3.76 3.64 4/178 10841
/proc/meminfo: memFree=27110564/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=70648 CPUtime=0.29 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 11532 0 0 0 28 1 0 0 22 0 1 0 469937888 72343552 11467 33554432000 4194304 6016207 140735730361696 18446744073709551615 4274838 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 17662 11467 399 445 0 11206 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70648

[startup+0.70103 s]
/proc/loadavg: 3.07 3.76 3.64 4/178 10841
/proc/meminfo: memFree=27110564/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=83704 CPUtime=0.69 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 14816 0 0 0 67 2 0 0 24 0 1 0 469937888 85712896 14751 33554432000 4194304 6016207 140735730361696 18446744073709551615 4245861 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 20926 14751 680 445 0 14470 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 83704

[startup+1.50089 s]
/proc/loadavg: 3.07 3.76 3.64 5/190 10864
/proc/meminfo: memFree=26810444/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=91908 CPUtime=1.49 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 15514 0 0 0 147 2 0 0 25 0 1 0 469937888 94113792 15449 33554432000 4194304 6016207 140735730361696 18446744073709551615 4424559 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 22977 15449 697 445 0 16521 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 91908

[startup+3.10059 s]
/proc/loadavg: 3.07 3.76 3.64 5/190 10864
/proc/meminfo: memFree=26499548/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=91908 CPUtime=3.09 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 15741 0 0 0 307 2 0 0 25 0 1 0 469937888 94113792 15676 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 22977 15676 715 445 0 16521 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91908

[startup+6.30101 s]
/proc/loadavg: 3.22 3.78 3.65 5/190 10864
/proc/meminfo: memFree=26289028/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=103564 CPUtime=6.28 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 18017 0 0 0 626 2 0 0 25 0 1 0 469937888 106049536 17952 33554432000 4194304 6016207 140735730361696 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 25891 17952 731 445 0 19435 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 103564

[startup+12.7008 s]
/proc/loadavg: 3.29 3.78 3.65 5/190 10865
/proc/meminfo: memFree=25800644/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=124740 CPUtime=12.69 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 20386 0 0 0 1266 3 0 0 25 0 1 0 469937888 127733760 20321 33554432000 4194304 6016207 140735730361696 18446744073709551615 4424309 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 31185 20321 731 445 0 24729 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124740

[startup+25.5005 s]
/proc/loadavg: 3.44 3.79 3.66 6/190 10865
/proc/meminfo: memFree=25421152/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=146872 CPUtime=25.49 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 28194 0 0 0 2545 4 0 0 25 0 1 0 469937888 150396928 28078 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 36718 28078 731 445 0 30262 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146872

[startup+51.1008 s]
/proc/loadavg: 3.71 3.83 3.67 5/190 10866
/proc/meminfo: memFree=25356484/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=180536 CPUtime=51.09 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 33125 0 0 0 5104 5 0 0 25 0 1 0 469937888 184868864 33009 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425843 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 45134 33009 731 445 0 38678 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 180536

[startup+102.306 s]
/proc/loadavg: 3.87 3.85 3.68 6/190 10867
/proc/meminfo: memFree=25294728/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=180536 CPUtime=102.3 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 37216 0 0 0 10224 6 0 0 25 0 1 0 469937888 184868864 37066 33554432000 4194304 6016207 140735730361696 18446744073709551615 4387548 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 45134 37066 736 445 0 38678 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180536

[startup+162.3 s]
/proc/loadavg: 3.95 3.87 3.70 6/190 10869
/proc/meminfo: memFree=25249556/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=217816 CPUtime=162.29 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 43304 0 0 0 16222 7 0 0 25 0 1 0 469937888 223043584 43153 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425678 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 54454 43153 735 445 0 47998 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 217816

[startup+222.301 s]
/proc/loadavg: 3.98 3.89 3.72 6/190 10870
/proc/meminfo: memFree=25226336/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=217816 CPUtime=222.3 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 43625 0 0 0 22222 8 0 0 25 0 1 0 469937888 223043584 43458 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425176 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 54454 43458 735 445 0 47998 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 217816

[startup+282.301 s]
/proc/loadavg: 4.00 3.91 3.73 6/190 10899
/proc/meminfo: memFree=26001772/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=271316 CPUtime=282.3 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 44556 0 0 0 28222 8 0 0 25 0 1 0 469937888 277827584 42398 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425151 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 67829 42398 732 445 0 61373 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 271316

[startup+342.301 s]
/proc/loadavg: 4.00 3.92 3.75 6/190 10900
/proc/meminfo: memFree=25946592/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=271316 CPUtime=342.29 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 45843 0 0 0 34221 8 0 0 25 0 1 0 469937888 277827584 43661 33554432000 4194304 6016207 140735730361696 18446744073709551615 4431042 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 67829 43661 731 445 0 61373 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 271316

[startup+402.301 s]
/proc/loadavg: 3.94 3.92 3.75 6/190 10929
/proc/meminfo: memFree=26558712/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=327820 CPUtime=402.3 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 46391 0 0 0 40221 9 0 0 25 0 1 0 469937888 335687680 44209 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425552 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 81955 44209 731 445 0 75499 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 327820

[startup+462.301 s]
/proc/loadavg: 3.98 3.93 3.76 6/190 10931
/proc/meminfo: memFree=26490592/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=327820 CPUtime=462.3 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 47724 0 0 0 46221 9 0 0 25 0 1 0 469937888 335687680 45542 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 81955 45542 731 445 0 75499 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 327820

[startup+522.301 s]
/proc/loadavg: 3.99 3.94 3.78 5/190 10932
/proc/meminfo: memFree=26448156/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=327820 CPUtime=522.3 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 48179 0 0 0 52221 9 0 0 25 0 1 0 469937888 335687680 45997 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 81955 45997 731 445 0 75499 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 327820

[startup+582.301 s]
/proc/loadavg: 4.03 3.96 3.79 5/190 10934
/proc/meminfo: memFree=26383764/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=388652 CPUtime=582.31 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 55533 0 0 0 58220 11 0 0 25 0 1 0 469937888 397979648 53326 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 97163 53326 756 445 0 90707 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 388652

[startup+642.301 s]
/proc/loadavg: 4.05 3.98 3.81 6/190 10935
/proc/meminfo: memFree=26337864/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=388652 CPUtime=642.31 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 59151 0 0 0 64219 12 0 0 25 0 1 0 469937888 397979648 56944 33554432000 4194304 6016207 140735730361696 18446744073709551615 4377940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 97163 56944 756 445 0 90707 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 388652

[startup+702.301 s]
/proc/loadavg: 4.02 3.98 3.82 5/190 10937
/proc/meminfo: memFree=26285264/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=450940 CPUtime=702.31 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 59935 0 0 0 70218 13 0 0 25 0 1 0 469937888 461762560 57703 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425037 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 112735 57703 731 445 0 106279 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 450940

[startup+762.307 s]
/proc/loadavg: 4.00 3.98 3.83 5/190 10939
/proc/meminfo: memFree=26253740/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=450940 CPUtime=762.32 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 60177 0 0 0 76219 13 0 0 25 0 1 0 469937888 461762560 57945 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 112735 57945 731 445 0 106279 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 450940

[startup+822.301 s]
/proc/loadavg: 4.08 4.00 3.84 5/190 10940
/proc/meminfo: memFree=26204124/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=450940 CPUtime=822.32 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 67902 0 0 0 82217 15 0 0 25 0 1 0 469937888 461762560 65670 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 112735 65670 731 445 0 106279 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 450940

[startup+882.301 s]
/proc/loadavg: 4.07 4.01 3.85 5/190 10951
/proc/meminfo: memFree=26140840/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=450940 CPUtime=882.31 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 71594 0 0 0 88215 16 0 0 25 0 1 0 469937888 461762560 69362 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 112735 69362 731 445 0 106279 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 450940

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 3.85 5/190 10952
/proc/meminfo: memFree=26075596/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=517084 CPUtime=942.32 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 72995 0 0 0 94215 17 0 0 25 0 1 0 469937888 529494016 70763 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425987 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 129271 70763 731 445 0 122815 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 517084

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 3.86 5/190 10954
/proc/meminfo: memFree=26026584/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=517084 CPUtime=1002.32 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 74727 0 0 0 100214 18 0 0 25 0 1 0 469937888 529494016 72495 33554432000 4194304 6016207 140735730361696 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 129271 72495 731 445 0 122815 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 517084

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 10956
/proc/meminfo: memFree=26012540/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=517084 CPUtime=1062.32 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 75293 0 0 0 106214 18 0 0 25 0 1 0 469937888 529494016 73061 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 129271 73061 731 445 0 122815 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 517084

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.87 5/190 10957
/proc/meminfo: memFree=26011268/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=517084 CPUtime=1122.32 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 75354 0 0 0 112214 18 0 0 25 0 1 0 469937888 529494016 73122 33554432000 4194304 6016207 140735730361696 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 129271 73122 731 445 0 122815 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 517084

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 10959
/proc/meminfo: memFree=26008644/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=517084 CPUtime=1182.32 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 75492 0 0 0 118214 18 0 0 25 0 1 0 469937888 529494016 73260 33554432000 4194304 6016207 140735730361696 18446744073709551615 4424623 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 129271 73260 731 445 0 122815 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 517084

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.88 5/190 10960
/proc/meminfo: memFree=26008128/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=517084 CPUtime=1242.32 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 75559 0 0 0 124214 18 0 0 25 0 1 0 469937888 529494016 73327 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 129271 73327 731 445 0 122815 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 517084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.89 5/190 10962
/proc/meminfo: memFree=26006240/32951124 swapFree=67111524/67111528
[pid=10841] ppid=10839 vsize=517084 CPUtime=1300.03 cores=1,3
/proc/10841/stat : 10841 (qutersat_releas) R 10839 10841 10248 0 -1 4202496 75809 0 0 0 129985 18 0 0 25 0 1 0 469937888 529494016 73577 33554432000 4194304 6016207 140735730361696 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/10841/statm: 129271 73577 731 445 0 122815 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 517084

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 1
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1299.86
CPU system time (s): 0.199969
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 517084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.86
system time used= 0.199969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75814
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= 14
involuntary context switches= 14684

runsolver used 2.14467 second user time and 4.95925 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-26 01:47:00
IDJOB=3288749
IDBENCH=83103
IDSOLVER=1607
FILE ID=node147/3288749-1303775219
RUNJOBID= node147-1303775217-10823
PBS_JOBID= 13157185
Free space on /tmp= 72140 MiB

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

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=1474865514

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:      27110960 kB
Buffers:        967576 kB
Cached:        4355944 kB
SwapCached:          4 kB
Active:         644848 kB
Inactive:      4750272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27110960 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           21204 kB
Writeback:           0 kB
AnonPages:       71548 kB
Mapped:          14428 kB
Slab:           381140 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   192920 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= 72136 MiB
End job on node147 at 2011-04-26 02:08:42