Trace number 3384441

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 5000.1 4999.93

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

Solver Data

0.00/0.00	c Set FPU double precision.
0.04/0.05	c Parse Cnf success: #var: 29254 #clause: 97456
0.04/0.05	c Find Units :          1
0.04/0.05	c Find Invs  :       1004
0.04/0.06	c Find Ands  :      21250 AvgFaninNum: 2.29746
0.04/0.07	c Find Xors  :       6392 AvgFaninNum: 2
0.04/0.08	c Find Ite   :       8160
0.04/0.09	c UnDirect variable: 2795
0.04/0.09	c UnDirect to Direct Gate: 7143
0.04/0.09	c Forced Direct Gate: 147 Unuse unDirect Gate: 368
0.09/0.10	c Break Cycle : 336
0.09/0.10	c Total Root : 1 Undef Var: 925
0.09/0.12	c After covering, Total Root: 1 Leaf: 925
0.09/0.12	c Variable( cover/uncovered/unused ): 29254 0 0
0.09/0.12	c Unit Clauses: 1
0.09/0.12	c Binary Clauses( cover/uncovered ): 50195 506
0.09/0.12	c Clauses( cover/uncovered ): 46754 0
0.09/0.12	c Total Clauses( cover/uncovered ): 96950 506 99.4808%
0.09/0.12	c Covered Ands: 21186 Invs: 751 Xors: 6392 Ites: 0
0.09/0.12	c Uncover Clauses avg size: 2 max size: 2
0.09/0.12	c Final circuit: i/l/o/s     925       0     507     44109
0.09/0.12	c CnfToAig: Time: 0.11 s
0.19/0.20	c TmMap: Set choices finish.
0.19/0.21	c TmMap: Set big and: 4473
0.19/0.21	c TmMap: Origin: 45035 ClauseNum: 132327 --> New: 15042 ClauseNum: 67930
0.19/0.21	c TmMap: Time: 0.01
0.39/0.44	c Simulation --> TransNum: 38480/67930 Try to Add: #clause: 32925 #xorclause: 0
0.39/0.45	c #var: 12446 #clauses: 30232 Solving... 
5000.06/4999.91	c Time Out !!
5000.06/4999.91	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3384441-1305548808/watcher-3384441-1305548808 -o /tmp/evaluation-result-3384441-1305548808/solver-3384441-1305548808 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384441-1305548808.cnf 695434408 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 2.02 2.00 2/408 5169
/proc/meminfo: memFree=22578664/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=33900 CPUtime=0 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 2076 0 0 0 0 0 0 0 24 0 1 0 666477835 34713600 2012 33554432000 4194304 6014671 140734991920352 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 8475 2012 378 445 0 2020 0

[startup+0.0462919 s]
/proc/loadavg: 2.02 2.02 2.00 2/408 5169
/proc/meminfo: memFree=22578664/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=44140 CPUtime=0.04 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 4801 0 0 0 4 0 0 0 24 0 1 0 666477835 45199360 4737 33554432000 4194304 6014671 140734991920352 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 11035 4737 378 445 0 4580 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 44140

[startup+0.100286 s]
/proc/loadavg: 2.02 2.02 2.00 2/408 5169
/proc/meminfo: memFree=22578664/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=47212 CPUtime=0.09 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 5559 0 0 0 9 0 0 0 24 0 1 0 666477835 48345088 5495 33554432000 4194304 6014671 140734991920352 18446744073709551615 4275188 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 11803 5495 396 445 0 5348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47212

[startup+0.301244 s]
/proc/loadavg: 2.02 2.02 2.00 2/408 5169
/proc/meminfo: memFree=22578664/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=58700 CPUtime=0.29 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 8716 0 0 0 29 0 0 0 25 0 1 0 666477835 60108800 8652 33554432000 4194304 6014671 140734991920352 18446744073709551615 4243015 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 14675 8652 680 445 0 8220 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58700

[startup+0.701163 s]
/proc/loadavg: 2.02 2.02 2.00 2/408 5169
/proc/meminfo: memFree=22578664/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=66904 CPUtime=0.69 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 8989 0 0 0 69 0 0 0 25 0 1 0 666477835 68509696 8925 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423560 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 16726 8925 701 445 0 10271 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 66904

[startup+1.50102 s]
/proc/loadavg: 2.02 2.02 2.00 3/409 5170
/proc/meminfo: memFree=22543816/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=85468 CPUtime=1.48 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 9966 0 0 0 148 0 0 0 25 0 1 0 666477835 87519232 9888 33554432000 4194304 6014671 140734991920352 18446744073709551615 4372155 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 21367 9888 723 445 0 14912 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 85468

[startup+3.1007 s]
/proc/loadavg: 2.02 2.02 2.00 3/409 5170
/proc/meminfo: memFree=22537864/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=94868 CPUtime=3.08 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 10932 0 0 0 308 0 0 0 25 0 1 0 666477835 97144832 10854 33554432000 4194304 6014671 140734991920352 18446744073709551615 239476391569 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 23717 10854 727 445 0 17262 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 94868

[startup+6.30108 s]
/proc/loadavg: 2.02 2.02 2.00 3/409 5170
/proc/meminfo: memFree=22534464/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=104336 CPUtime=6.29 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 11458 0 0 0 628 1 0 0 25 0 1 0 666477835 106840064 11380 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 26084 11380 727 445 0 19629 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 104336

[startup+12.7009 s]
/proc/loadavg: 2.02 2.02 2.00 3/409 5170
/proc/meminfo: memFree=22523440/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=104336 CPUtime=12.69 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 13469 0 0 0 1268 1 0 0 25 0 1 0 666477835 106840064 13391 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 26084 13391 727 445 0 19629 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 104336

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.00 3/409 5170
/proc/meminfo: memFree=22506344/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=114212 CPUtime=25.49 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 16998 0 0 0 2548 1 0 0 25 0 1 0 666477835 116953088 16920 33554432000 4194304 6014671 140734991920352 18446744073709551615 4378456 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 28553 16920 727 445 0 22098 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 114212

[startup+51.1005 s]
/proc/loadavg: 2.01 2.02 2.00 3/409 5171
/proc/meminfo: memFree=22491116/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=124504 CPUtime=51.09 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 20361 0 0 0 5107 2 0 0 25 0 1 0 666477835 127492096 20283 33554432000 4194304 6014671 140734991920352 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 31126 20283 727 445 0 24671 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 124504

[startup+102.315 s]
/proc/loadavg: 2.09 2.04 2.01 3/409 5172
/proc/meminfo: memFree=22467048/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=124632 CPUtime=102.31 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 22805 0 0 0 10228 3 0 0 25 0 1 0 666477835 127623168 22727 33554432000 4194304 6014671 140734991920352 18446744073709551615 4376964 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 31158 22727 748 445 0 24703 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 124632

[startup+162.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/409 5174
/proc/meminfo: memFree=22453772/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=146792 CPUtime=162.29 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 26858 0 0 0 16226 3 0 0 25 0 1 0 666477835 150315008 26757 33554432000 4194304 6014671 140734991920352 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 36698 26757 734 445 0 30243 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 146792

[startup+222.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/409 5176
/proc/meminfo: memFree=22436380/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=192144 CPUtime=222.3 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 29834 0 0 0 22226 4 0 0 25 0 1 0 666477835 196755456 29728 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 48036 29728 729 445 0 41581 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 192144

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/409 5177
/proc/meminfo: memFree=22418004/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=204108 CPUtime=282.3 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 34450 0 0 0 28225 5 0 0 25 0 1 0 666477835 209006592 34337 33554432000 4194304 6014671 140734991920352 18446744073709551615 4377936 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 51027 34337 728 445 0 44572 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 204108

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/409 5179
/proc/meminfo: memFree=22393052/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=204108 CPUtime=342.31 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 39686 0 0 0 34225 6 0 0 25 0 1 0 666477835 209006592 39558 33554432000 4194304 6014671 140734991920352 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 51027 39558 728 445 0 44572 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 204108

[startup+402.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/409 5180
/proc/meminfo: memFree=22382484/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=253296 CPUtime=402.31 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 46452 0 0 0 40224 7 0 0 25 0 1 0 666477835 259375104 46194 33554432000 4194304 6014671 140734991920352 18446744073709551615 4424969 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 63324 46194 727 445 0 56869 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 253296

[startup+462.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/409 5182
/proc/meminfo: memFree=22376632/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=253296 CPUtime=462.31 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 47980 0 0 0 46223 8 0 0 25 0 1 0 666477835 259375104 47587 33554432000 4194304 6014671 140734991920352 18446744073709551615 4428400 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 63324 47587 727 445 0 56869 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 253296

[startup+522.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/409 5184
/proc/meminfo: memFree=22374992/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=253296 CPUtime=522.31 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 48550 0 0 0 52223 8 0 0 25 0 1 0 666477835 259375104 48157 33554432000 4194304 6014671 140734991920352 18446744073709551615 4424711 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 63324 48157 727 445 0 56869 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 253296

[startup+582.301 s]
/proc/loadavg: 2.08 2.03 2.00 3/409 5185
/proc/meminfo: memFree=22358228/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=306588 CPUtime=582.31 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 52799 0 0 0 58222 9 0 0 25 0 1 0 666477835 313946112 52406 33554432000 4194304 6014671 140734991920352 18446744073709551615 4424120 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 76647 52406 727 445 0 70192 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 306588

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.01 2.01 2.00 3/409 5399
/proc/meminfo: memFree=21808500/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4062.44 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 100078 0 0 0 406223 21 0 0 25 0 1 0 666477835 561684480 94443 33554432000 4194304 6014671 140734991920352 18446744073709551615 4372062 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 94443 727 445 0 130675 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 548520

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/409 5401
/proc/meminfo: memFree=21808356/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4122.42 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 100078 0 0 0 412221 21 0 0 25 0 1 0 666477835 561684480 94443 33554432000 4194304 6014671 140734991920352 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 94443 727 445 0 130675 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 548520

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/409 5402
/proc/meminfo: memFree=21808328/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4182.42 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 100078 0 0 0 418221 21 0 0 25 0 1 0 666477835 561684480 94443 33554432000 4194304 6014671 140734991920352 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 94443 727 445 0 130675 0
Current children cumulated CPU time (s) 4182.42
Current children cumulated vsize (KiB) 548520

[startup+4242.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/409 5404
/proc/meminfo: memFree=21803340/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4242.43 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 101357 0 0 0 424221 22 0 0 25 0 1 0 666477835 561684480 95722 33554432000 4194304 6014671 140734991920352 18446744073709551615 4376461 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 95722 727 445 0 130675 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 548520

[startup+4302.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/409 5405
/proc/meminfo: memFree=21567712/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4302.43 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 101651 0 0 0 430221 22 0 0 25 0 1 0 666477835 561684480 96016 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 96016 727 445 0 130675 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 548520

[startup+4362.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/409 5407
/proc/meminfo: memFree=21433892/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4362.43 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 101945 0 0 0 436221 22 0 0 25 0 1 0 666477835 561684480 96310 33554432000 4194304 6014671 140734991920352 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 96310 727 445 0 130675 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 548520

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/409 5409
/proc/meminfo: memFree=21432876/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4422.44 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 101945 0 0 0 442222 22 0 0 25 0 1 0 666477835 561684480 96310 33554432000 4194304 6014671 140734991920352 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 96310 727 445 0 130675 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 548520

[startup+4482.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/409 5410
/proc/meminfo: memFree=21428272/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4482.44 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103047 0 0 0 448222 22 0 0 25 0 1 0 666477835 561684480 97412 33554432000 4194304 6014671 140734991920352 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 97412 727 445 0 130675 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 548520

[startup+4542.3 s]
/proc/loadavg: 2.06 2.05 2.01 3/409 5412
/proc/meminfo: memFree=21279448/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4542.44 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103047 0 0 0 454222 22 0 0 25 0 1 0 666477835 561684480 97412 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 97412 727 445 0 130675 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 548520

[startup+4602.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/409 5413
/proc/meminfo: memFree=21252512/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4602.44 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103051 0 0 0 460222 22 0 0 25 0 1 0 666477835 561684480 97416 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 97416 727 445 0 130675 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 548520

[startup+4662.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/409 5415
/proc/meminfo: memFree=21168676/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4662.44 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103105 0 0 0 466222 22 0 0 25 0 1 0 666477835 561684480 97470 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 97470 727 445 0 130675 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 548520

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/409 5417
/proc/meminfo: memFree=21046508/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4722.46 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103456 0 0 0 472224 22 0 0 25 0 1 0 666477835 561684480 97821 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 97821 727 445 0 130675 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 548520

[startup+4782.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/409 5418
/proc/meminfo: memFree=21037304/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4782.44 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103456 0 0 0 478222 22 0 0 25 0 1 0 666477835 561684480 97821 33554432000 4194304 6014671 140734991920352 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 97821 727 445 0 130675 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 548520

[startup+4842.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/409 5420
/proc/meminfo: memFree=21031324/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4842.45 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103456 0 0 0 484223 22 0 0 25 0 1 0 666477835 561684480 97821 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423613 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 97821 727 445 0 130675 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 548520

[startup+4902.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/409 5421
/proc/meminfo: memFree=21027832/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4902.45 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103651 0 0 0 490223 22 0 0 25 0 1 0 666477835 561684480 98016 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 98016 727 445 0 130675 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 548520

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/409 5423
/proc/meminfo: memFree=21021616/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=4962.45 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103902 0 0 0 496223 22 0 0 25 0 1 0 666477835 561684480 98267 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 98267 727 445 0 130675 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 548520



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.07 2.03 2.00 3/409 5424
/proc/meminfo: memFree=21021468/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=5000.06 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103902 0 0 0 499984 22 0 0 25 0 1 0 666477835 561684480 98267 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 98267 727 445 0 130675 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 548520

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

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

[startup+4999.9 s]
/proc/loadavg: 2.07 2.03 2.00 3/409 5424
/proc/meminfo: memFree=21021468/32950928 swapFree=67056568/67111528
[pid=5169] ppid=5167 vsize=548520 CPUtime=5000.06 cores=0,2,4,6
/proc/5169/stat : 5169 (qutersat_releas) R 5167 5169 4710 0 -1 4202496 103902 0 0 0 499984 22 0 0 25 0 1 0 666477835 561684480 98267 33554432000 4194304 6014671 140734991920352 18446744073709551615 4423921 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/5169/statm: 137130 98267 727 445 0 130675 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 548520

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.1
CPU user time (s): 4999.85
CPU system time (s): 0.246962
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 548520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.85
system time used= 0.246962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103906
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= 13
involuntary context switches= 7301

runsolver used 20.0709 second user time and 43.5994 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-16 14:26:48
IDJOB=3384441
IDBENCH=83130
IDSOLVER=1868
FILE ID=node148/3384441-1305548808
RUNJOBID= node148-1305540196-4728
PBS_JOBID= 13329205
Free space on /tmp= 72920 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384441-1305548808/watcher-3384441-1305548808 -o /tmp/evaluation-result-3384441-1305548808/solver-3384441-1305548808 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384441-1305548808.cnf 695434408

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=695434408

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.854
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.854
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.75
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.854
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22578944 kB
Buffers:        349076 kB
Cached:        4967264 kB
SwapCached:       8488 kB
Active:        6804652 kB
Inactive:      3214448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22578944 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            3380 kB
Writeback:           4 kB
AnonPages:     4700784 kB
Mapped:          34148 kB
Slab:           248508 kB
PageTables:      38004 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 106134412 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= 72920 MiB
End job on node148 at 2011-05-16 15:50:10