Trace number 3289485

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

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

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: 1.69 1.99 2.56 4/180 4768
/proc/meminfo: memFree=11359332/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=26264 CPUtime=0 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4194304 248 0 0 0 0 0 0 0 17 0 1 0 470241205 26894336 198 33554432000 4194304 6016207 140737257715344 18446744073709551615 233505335185 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4768/statm: 6566 199 162 445 0 97 0

[startup+0.0073261 s]
/proc/loadavg: 1.69 1.99 2.56 4/180 4768
/proc/meminfo: memFree=11359332/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=26212 CPUtime=0 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 427 0 0 0 0 0 0 0 17 0 1 0 470241205 26841088 363 33554432000 4194304 6016207 140737257715344 18446744073709551615 4782374 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/4768/statm: 6553 363 289 445 0 97 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 26212

[startup+0.100343 s]
/proc/loadavg: 1.69 1.99 2.56 4/180 4768
/proc/meminfo: memFree=11359332/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=45164 CPUtime=0.08 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 5064 0 0 0 8 0 0 0 17 0 1 0 470241205 46247936 4999 33554432000 4194304 6016207 140737257715344 18446744073709551615 4276016 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 11291 4999 399 445 0 4835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45164

[startup+0.300311 s]
/proc/loadavg: 1.69 1.99 2.56 4/180 4768
/proc/meminfo: memFree=11359332/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=54508 CPUtime=0.29 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 7715 0 0 0 28 1 0 0 18 0 1 0 470241205 55816192 7650 33554432000 4194304 6016207 140737257715344 18446744073709551615 4246125 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 13627 7650 680 445 0 7171 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54508

[startup+0.700235 s]
/proc/loadavg: 1.69 1.99 2.56 4/180 4768
/proc/meminfo: memFree=11359332/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=62712 CPUtime=0.69 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 7962 0 0 0 68 1 0 0 18 0 1 0 470241205 64217088 7897 33554432000 4194304 6016207 140737257715344 18446744073709551615 4380396 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 15678 7897 715 445 0 9222 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62712

[startup+1.50009 s]
/proc/loadavg: 1.69 1.99 2.56 5/190 4787
/proc/meminfo: memFree=11135152/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=80428 CPUtime=1.49 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 8585 0 0 0 148 1 0 0 20 0 1 0 470241205 82358272 8520 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425587 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 20107 8520 715 445 0 13651 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80428

[startup+3.1008 s]
/proc/loadavg: 1.69 1.99 2.56 5/190 4787
/proc/meminfo: memFree=11122876/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=89384 CPUtime=3.09 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 9450 0 0 0 308 1 0 0 25 0 1 0 470241205 91529216 9385 33554432000 4194304 6016207 140737257715344 18446744073709551615 4424199 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 22346 9385 734 445 0 15890 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 89384

[startup+6.30023 s]
/proc/loadavg: 1.88 2.02 2.56 5/190 4787
/proc/meminfo: memFree=11107088/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=98420 CPUtime=6.29 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 9995 0 0 0 628 1 0 0 25 0 1 0 470241205 100782080 9930 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425639 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 24605 9930 734 445 0 18149 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98420

[startup+12.7011 s]
/proc/loadavg: 2.05 2.05 2.57 6/190 4788
/proc/meminfo: memFree=11057516/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=98420 CPUtime=12.68 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 13023 0 0 0 1267 1 0 0 25 0 1 0 470241205 100782080 12958 33554432000 4194304 6016207 140737257715344 18446744073709551615 4424347 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 24605 12958 734 445 0 18149 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 98420

[startup+25.5008 s]
/proc/loadavg: 2.48 2.15 2.59 5/190 4788
/proc/meminfo: memFree=10955980/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=108096 CPUtime=25.48 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 15863 0 0 0 2547 1 0 0 25 0 1 0 470241205 110690304 15789 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425113 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 27024 15789 734 445 0 20568 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 108096

[startup+51.1002 s]
/proc/loadavg: 3.00 2.29 2.63 5/190 4789
/proc/meminfo: memFree=10895384/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=108096 CPUtime=51.09 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 17367 0 0 0 5107 2 0 0 25 0 1 0 470241205 110690304 17293 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 27024 17293 734 445 0 20568 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 108096

[startup+102.307 s]
/proc/loadavg: 3.70 2.59 2.71 5/190 4790
/proc/meminfo: memFree=10832616/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=129064 CPUtime=102.3 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 22583 0 0 0 10226 4 0 0 25 0 1 0 470241205 132161536 22456 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425565 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 32266 22456 737 445 0 25810 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 129064

[startup+162.3 s]
/proc/loadavg: 3.89 2.84 2.79 5/190 4792
/proc/meminfo: memFree=10708820/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=151160 CPUtime=162.29 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 26163 0 0 0 16224 5 0 0 25 0 1 0 470241205 154787840 26036 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 37790 26036 737 445 0 31334 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 151160

[startup+222.3 s]
/proc/loadavg: 3.96 3.05 2.86 5/190 4793
/proc/meminfo: memFree=10691788/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=151160 CPUtime=222.29 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 27147 0 0 0 22224 5 0 0 25 0 1 0 470241205 154787840 27018 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425167 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 37790 27018 735 445 0 31334 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 151160

[startup+282.301 s]
/proc/loadavg: 3.98 3.22 2.93 5/190 4795
/proc/meminfo: memFree=10630612/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=151160 CPUtime=282.3 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 27148 0 0 0 28224 6 0 0 25 0 1 0 470241205 154787840 27019 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 37790 27019 735 445 0 31334 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 151160

[startup+342.301 s]
/proc/loadavg: 3.99 3.36 2.99 5/190 4796
/proc/meminfo: memFree=10582092/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=198168 CPUtime=342.29 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 32194 0 0 0 34223 6 0 0 25 0 1 0 470241205 202924032 32050 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 49542 32050 734 445 0 43086 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 198168

[startup+402.301 s]
/proc/loadavg: 3.99 3.47 3.05 5/190 4798
/proc/meminfo: memFree=10548320/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=198168 CPUtime=402.3 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 32363 0 0 0 40223 7 0 0 25 0 1 0 470241205 202924032 32209 33554432000 4194304 6016207 140737257715344 18446744073709551615 4424344 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 49542 32209 734 445 0 43086 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 198168

[startup+462.3 s]
/proc/loadavg: 3.99 3.57 3.11 5/190 4800
/proc/meminfo: memFree=10512692/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=210536 CPUtime=462.3 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 36417 0 0 0 46222 8 0 0 25 0 1 0 470241205 215588864 36205 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425860 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 52634 36205 734 445 0 46178 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 210536

[startup+522.3 s]
/proc/loadavg: 3.99 3.64 3.16 5/190 4801
/proc/meminfo: memFree=10484996/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=210536 CPUtime=522.3 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 36807 0 0 0 52222 8 0 0 25 0 1 0 470241205 215588864 36585 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 52634 36585 734 445 0 46178 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 210536

[startup+582.301 s]
/proc/loadavg: 4.04 3.72 3.22 5/190 4803
/proc/meminfo: memFree=10470948/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=261444 CPUtime=582.3 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 38465 0 0 0 58221 9 0 0 25 0 1 0 470241205 267718656 38155 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425664 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 65361 38155 734 445 0 58905 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 261444

[startup+642.301 s]
/proc/loadavg: 4.17 3.80 3.27 5/190 4804
/proc/meminfo: memFree=10426140/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=261444 CPUtime=642.31 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 38465 0 0 0 64222 9 0 0 25 0 1 0 470241205 267718656 38155 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425641 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 65361 38155 734 445 0 58905 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 261444

[startup+702.3 s]
/proc/loadavg: 4.10 3.85 3.32 5/190 4806
/proc/meminfo: memFree=10370792/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=261444 CPUtime=702.3 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 41673 0 0 0 70220 10 0 0 25 0 1 0 470241205 267718656 41363 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425666 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 65361 41363 734 445 0 58905 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 261444

[startup+762.306 s]
/proc/loadavg: 4.04 3.87 3.36 5/190 4808
/proc/meminfo: memFree=10347932/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=261444 CPUtime=762.31 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 49360 0 0 0 76217 14 0 0 25 0 1 0 470241205 267718656 45818 33554432000 4194304 6016207 140737257715344 18446744073709551615 4378013 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 65361 45818 734 445 0 58905 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 261444

[startup+822.301 s]
/proc/loadavg: 4.01 3.89 3.40 5/190 4809
/proc/meminfo: memFree=10339956/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=314432 CPUtime=822.31 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 50734 0 0 0 82216 15 0 0 25 0 1 0 470241205 321978368 47192 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425548 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 78608 47192 734 445 0 72152 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 314432

[startup+882.301 s]
/proc/loadavg: 4.00 3.91 3.43 5/190 4811
/proc/meminfo: memFree=10349712/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=314432 CPUtime=882.31 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 51602 0 0 0 88216 15 0 0 25 0 1 0 470241205 321978368 48060 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425526 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 78608 48060 734 445 0 72152 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 314432

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.47 5/190 4812
/proc/meminfo: memFree=10324752/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=314432 CPUtime=942.31 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 54474 0 0 0 94214 17 0 0 25 0 1 0 470241205 321978368 50932 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425659 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 78608 50932 734 445 0 72152 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 314432

[startup+1002.3 s]
/proc/loadavg: 4.00 3.94 3.50 5/190 4814
/proc/meminfo: memFree=10310464/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=368364 CPUtime=1002.31 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 54930 0 0 0 100214 17 0 0 25 0 1 0 470241205 377204736 51388 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 92091 51388 734 445 0 85635 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 368364

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.52 5/190 4816
/proc/meminfo: memFree=10263428/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=368492 CPUtime=1062.31 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 55142 0 0 0 106214 17 0 0 25 0 1 0 470241205 377335808 51600 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 92123 51600 734 445 0 85667 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 368492

[startup+1122.3 s]
/proc/loadavg: 4.07 3.97 3.56 5/190 4817
/proc/meminfo: memFree=10243796/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=423084 CPUtime=1122.32 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 58332 0 0 0 112214 18 0 0 25 0 1 0 470241205 433238016 54790 33554432000 4194304 6016207 140737257715344 18446744073709551615 4378756 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 105771 54790 734 445 0 99315 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 423084

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.58 5/190 4819
/proc/meminfo: memFree=10221932/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=423084 CPUtime=1182.32 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 58993 0 0 0 118214 18 0 0 25 0 1 0 470241205 433238016 55451 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425745 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 105771 55451 734 445 0 99315 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 423084

[startup+1242.3 s]
/proc/loadavg: 4.10 4.00 3.62 5/190 4820
/proc/meminfo: memFree=10176024/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=423084 CPUtime=1242.32 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 59197 0 0 0 124214 18 0 0 25 0 1 0 470241205 433238016 55655 33554432000 4194304 6016207 140737257715344 18446744073709551615 4425544 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 105771 55655 734 445 0 99315 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 423084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.00 3.64 5/190 4822
/proc/meminfo: memFree=10133828/32951124 swapFree=67111528/67111528
[pid=4768] ppid=4766 vsize=423084 CPUtime=1300.03 cores=5,7
/proc/4768/stat : 4768 (qutersat_releas) R 4766 4768 3225 0 -1 4202496 59249 0 0 0 129985 18 0 0 25 0 1 0 470241205 433238016 55707 33554432000 4194304 6016207 140737257715344 18446744073709551615 4424273 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/4768/statm: 105771 55707 734 445 0 99315 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 423084

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.05
CPU user time (s): 1299.85
CPU system time (s): 0.19297
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 423084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.85
system time used= 0.19297
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59254
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= 28
involuntary context switches= 14858

runsolver used 2.04469 second user time and 5.05923 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-26 02:37:33
IDJOB=3289485
IDBENCH=83125
IDSOLVER=1607
FILE ID=node145/3289485-1303778253
RUNJOBID= node145-1303778253-4747
PBS_JOBID= 13157170
Free space on /tmp= 71640 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3289485-1303778253/watcher-3289485-1303778253 -o /tmp/evaluation-result-3289485-1303778253/solver-3289485-1303778253 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3289485-1303778253.cnf 492206188

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=492206188

node145.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.786
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.57
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.786
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.76
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.786
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.74
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.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11359728 kB
Buffers:       2192004 kB
Cached:       18752984 kB
SwapCached:          0 kB
Active:       10521284 kB
Inactive:     10499040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11359728 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5528 kB
Writeback:           0 kB
AnonPages:       75144 kB
Mapped:          14488 kB
Slab:           507900 kB
PageTables:       5236 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   198584 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= 71624 MiB
End job on node145 at 2011-04-26 02:59:16