Trace number 3377154

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom18.cnf
MD5SUM9ece8f569c93ceee834817ef3350ed8e
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 variables36410
Number of clauses121578
Sum of the clauses size309786
Maximum clause length1188
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 262692
Number of clauses of size 358247
Number of clauses of size 4170
Number of clauses of size 516
Number of clauses of size over 5452

Solver Data

0.00/0.00	c Set FPU double precision.
0.09/0.10	c Parse Cnf success: #var: 36410 #clause: 121578
0.09/0.10	c Find Units :          1
0.09/0.10	c Find Invs  :       1168
0.09/0.10	c Find Ands  :      26377 AvgFaninNum: 2.29366
0.09/0.10	c Find Xors  :       8145 AvgFaninNum: 2
0.09/0.10	c Find Ite   :      10404
0.09/0.13	c UnDirect variable: 3562
0.09/0.13	c UnDirect to Direct Gate: 9014
0.09/0.13	c Forced Direct Gate: 187 Unuse unDirect Gate: 450
0.09/0.13	c Break Cycle : 378
0.09/0.13	c Total Root : 1 Undef Var: 1091
0.09/0.16	c After covering, Total Root: 1 Leaf: 1091
0.09/0.16	c Variable( cover/uncovered/unused ): 36410 0 0
0.09/0.16	c Unit Clauses: 1
0.09/0.16	c Binary Clauses( cover/uncovered ): 62094 598
0.09/0.16	c Clauses( cover/uncovered ): 58885 0
0.09/0.16	c Total Clauses( cover/uncovered ): 120980 598 99.5081%
0.09/0.16	c Covered Ands: 26305 Invs: 869 Xors: 8145 Ites: 0
0.09/0.16	c Uncover Clauses avg size: 2 max size: 2
0.09/0.16	c Final circuit: i/l/o/s    1091       0     599     55296
0.09/0.16	c CnfToAig: Time: 0.16 s
0.19/0.26	c TmMap: Set choices finish.
0.19/0.27	c TmMap: Set big and: 5473
0.19/0.27	c TmMap: Origin: 56388 ClauseNum: 165888 --> New: 18676 ClauseNum: 84909
0.19/0.27	c TmMap: Time: 0.02
0.49/0.55	c Simulation --> TransNum: 48006/84909 Try to Add: #clause: 41292 #xorclause: 0
0.49/0.58	c #var: 15532 #clauses: 38132 Solving... 
1300.04/1300.01	c Time Out !!
1300.04/1300.01	s UNKNOWN

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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.69 3.95 3.79 2/242 22813
/proc/meminfo: memFree=22813872/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=33388 CPUtime=0 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 2006 0 0 0 0 0 0 0 21 0 1 0 659031462 34189312 1943 33554432000 4194304 6014671 140734875428880 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 8347 1948 378 445 0 1892 0

[startup+0.070554 s]
/proc/loadavg: 3.69 3.95 3.79 2/242 22813
/proc/meminfo: memFree=22813872/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=48748 CPUtime=0.06 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 6031 0 0 0 6 0 0 0 21 0 1 0 659031462 49917952 5967 33554432000 4194304 6014671 140734875428880 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 12187 5967 378 445 0 5732 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 48748

[startup+0.100533 s]
/proc/loadavg: 3.69 3.95 3.79 2/242 22813
/proc/meminfo: memFree=22813872/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=51308 CPUtime=0.09 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 6623 0 0 0 8 1 0 0 21 0 1 0 659031462 52539392 6559 33554432000 4194304 6014671 140734875428880 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 12827 6560 394 445 0 6372 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51308

[startup+0.300494 s]
/proc/loadavg: 3.69 3.95 3.79 2/242 22813
/proc/meminfo: memFree=22813872/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=64324 CPUtime=0.29 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 9953 0 0 0 28 1 0 0 22 0 1 0 659031462 65867776 9889 33554432000 4194304 6014671 140734875428880 18446744073709551615 4242923 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 16081 9889 680 445 0 9626 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64324

[startup+0.700419 s]
/proc/loadavg: 3.69 3.95 3.79 2/242 22813
/proc/meminfo: memFree=22813872/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=72528 CPUtime=0.69 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 10269 0 0 0 68 1 0 0 23 0 1 0 659031462 74268672 10205 33554432000 4194304 6014671 140734875428880 18446744073709551615 4423549 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 18132 10205 695 445 0 11677 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 72528

[startup+1.50027 s]
/proc/loadavg: 3.69 3.95 3.79 5/258 22839
/proc/meminfo: memFree=22644980/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=82048 CPUtime=1.49 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 11020 0 0 0 148 1 0 0 25 0 1 0 659031462 84017152 10956 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 20512 10956 723 445 0 14057 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82048

[startup+3.101 s]
/proc/loadavg: 3.69 3.95 3.79 5/258 22839
/proc/meminfo: memFree=22627248/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=101332 CPUtime=3.09 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 12186 0 0 0 308 1 0 0 25 0 1 0 659031462 103763968 12122 33554432000 4194304 6014671 140734875428880 18446744073709551615 4534192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 25333 12122 727 445 0 18878 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 101332

[startup+6.3004 s]
/proc/loadavg: 3.72 3.95 3.79 5/258 22839
/proc/meminfo: memFree=22603588/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=111092 CPUtime=6.29 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 13171 0 0 0 628 1 0 0 25 0 1 0 659031462 113758208 13096 33554432000 4194304 6014671 140734875428880 18446744073709551615 4423649 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 27773 13096 727 445 0 21318 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111092

[startup+12.7002 s]
/proc/loadavg: 3.74 3.95 3.80 6/258 22839
/proc/meminfo: memFree=22565760/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=111092 CPUtime=12.69 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 15214 0 0 0 1267 2 0 0 25 0 1 0 659031462 113758208 15136 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 27773 15136 728 445 0 21318 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 111092

[startup+25.5009 s]
/proc/loadavg: 3.80 3.95 3.80 5/258 22840
/proc/meminfo: memFree=22501236/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=131240 CPUtime=25.49 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 19932 0 0 0 2547 2 0 0 25 0 1 0 659031462 134389760 19847 33554432000 4194304 6014671 140734875428880 18446744073709551615 4372077 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 32810 19847 727 445 0 26355 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 131240

[startup+51.1002 s]
/proc/loadavg: 3.87 3.95 3.80 5/258 22840
/proc/meminfo: memFree=22435212/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=131240 CPUtime=51.1 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 21933 0 0 0 5107 3 0 0 25 0 1 0 659031462 134389760 21834 33554432000 4194304 6014671 140734875428880 18446744073709551615 4372236 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 32810 21834 727 445 0 26355 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 131240

[startup+102.31 s]
/proc/loadavg: 3.94 3.95 3.81 5/258 22842
/proc/meminfo: memFree=22375544/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=142080 CPUtime=102.3 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 24723 0 0 0 10227 3 0 0 25 0 1 0 659031462 145489920 24624 33554432000 4194304 6014671 140734875428880 18446744073709551615 4382098 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 35520 24624 727 445 0 29065 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 142080

[startup+162.301 s]
/proc/loadavg: 3.98 3.96 3.82 5/258 22843
/proc/meminfo: memFree=22304696/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=164664 CPUtime=162.3 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 32538 0 0 0 16225 5 0 0 25 0 1 0 659031462 168615936 32427 33554432000 4194304 6014671 140734875428880 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 41166 32427 727 445 0 34711 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 164664

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.83 5/258 22845
/proc/meminfo: memFree=22208308/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=164664 CPUtime=222.3 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 34119 0 0 0 22225 5 0 0 25 0 1 0 659031462 168615936 34007 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 41166 34007 727 445 0 34711 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 164664

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.83 5/258 22847
/proc/meminfo: memFree=22154200/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=236944 CPUtime=282.3 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 40734 0 0 0 28224 6 0 0 25 0 1 0 659031462 242630656 40513 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 59236 40513 731 445 0 52781 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 236944

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.84 5/258 22848
/proc/meminfo: memFree=22127992/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=286464 CPUtime=342.3 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 41711 0 0 0 34223 7 0 0 25 0 1 0 659031462 293339136 41419 33554432000 4194304 6014671 140734875428880 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 71616 41419 731 445 0 65161 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 286464

[startup+402.301 s]
/proc/loadavg: 4.07 3.99 3.85 5/258 22850
/proc/meminfo: memFree=22099184/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=286464 CPUtime=402.3 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 42571 0 0 0 40223 7 0 0 25 0 1 0 659031462 293339136 42141 33554432000 4194304 6014671 140734875428880 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 71616 42141 729 445 0 65161 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 286464

[startup+462.301 s]
/proc/loadavg: 4.13 4.02 3.87 5/258 22851
/proc/meminfo: memFree=22051520/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=286464 CPUtime=462.3 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 49221 0 0 0 46221 9 0 0 25 0 1 0 659031462 293339136 48791 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424192 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 71616 48791 729 445 0 65161 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 286464

[startup+522.301 s]
/proc/loadavg: 4.05 4.01 3.87 5/258 22853
/proc/meminfo: memFree=22037348/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=286464 CPUtime=522.31 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 50055 0 0 0 52221 10 0 0 25 0 1 0 659031462 293339136 46422 33554432000 4194304 6014671 140734875428880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 71616 46422 729 445 0 65161 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 286464

[startup+582.301 s]
/proc/loadavg: 4.02 4.00 3.88 5/258 22855
/proc/meminfo: memFree=21993156/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=286464 CPUtime=582.31 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 50395 0 0 0 58221 10 0 0 25 0 1 0 659031462 293339136 46762 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 71616 46762 729 445 0 65161 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 286464

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.88 5/258 22856
/proc/meminfo: memFree=21948372/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=642.31 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 56286 0 0 0 64220 11 0 0 25 0 1 0 659031462 349630464 52653 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 52653 729 445 0 78904 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 341436

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.89 5/258 22858
/proc/meminfo: memFree=21853724/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=702.31 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 61392 0 0 0 70218 13 0 0 25 0 1 0 659031462 349630464 57759 33554432000 4194304 6014671 140734875428880 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 57759 729 445 0 78904 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 341436

[startup+762.31 s]
/proc/loadavg: 4.00 4.00 3.90 5/258 22859
/proc/meminfo: memFree=21796772/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=762.32 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 62420 0 0 0 76219 13 0 0 25 0 1 0 659031462 349630464 58787 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 58787 729 445 0 78904 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 341436

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/258 22861
/proc/meminfo: memFree=21788056/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=822.32 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 62666 0 0 0 82218 14 0 0 25 0 1 0 659031462 349630464 59033 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 59033 729 445 0 78904 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 341436

[startup+882.301 s]
/proc/loadavg: 4.07 4.02 3.91 5/258 22863
/proc/meminfo: memFree=21772520/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=882.32 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 63587 0 0 0 88217 15 0 0 25 0 1 0 659031462 349630464 59954 33554432000 4194304 6014671 140734875428880 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 59954 729 445 0 78904 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 341436

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 3.91 5/258 22864
/proc/meminfo: memFree=21716064/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=942.32 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 66553 0 0 0 94217 15 0 0 25 0 1 0 659031462 349630464 62906 33554432000 4194304 6014671 140734875428880 18446744073709551615 4378610 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 62906 727 445 0 78904 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 341436

[startup+1002.3 s]
/proc/loadavg: 4.10 4.04 3.92 5/258 22875
/proc/meminfo: memFree=21701516/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=1002.32 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 66558 0 0 0 100217 15 0 0 25 0 1 0 659031462 349630464 62911 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 62911 727 445 0 78904 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 341436

[startup+1062.3 s]
/proc/loadavg: 4.03 4.03 3.92 5/258 22876
/proc/meminfo: memFree=21689592/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=1062.33 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 66558 0 0 0 106217 16 0 0 25 0 1 0 659031462 349630464 62911 33554432000 4194304 6014671 140734875428880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 62911 727 445 0 78904 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 341436

[startup+1122.3 s]
/proc/loadavg: 4.01 4.02 3.92 5/258 22880
/proc/meminfo: memFree=21649380/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=1122.33 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 66562 0 0 0 112217 16 0 0 25 0 1 0 659031462 349630464 62915 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 62915 727 445 0 78904 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 341436

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 3.92 5/258 22883
/proc/meminfo: memFree=21643192/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=1182.33 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 66562 0 0 0 118217 16 0 0 25 0 1 0 659031462 349630464 62915 33554432000 4194304 6014671 140734875428880 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 62915 727 445 0 78904 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 341436

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 3.92 5/258 22884
/proc/meminfo: memFree=21637844/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=1242.33 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 66610 0 0 0 124217 16 0 0 25 0 1 0 659031462 349630464 62963 33554432000 4194304 6014671 140734875428880 18446744073709551615 4424049 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 62963 727 445 0 78904 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 341436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.92 5/258 22886
/proc/meminfo: memFree=21617352/32951124 swapFree=61559568/67111528
[pid=22813] ppid=22811 vsize=341436 CPUtime=1300.04 cores=1,3
/proc/22813/stat : 22813 (qutersat_releas) R 22811 22813 21820 0 -1 4202496 66611 0 0 0 129988 16 0 0 25 0 1 0 659031462 349630464 62964 33554432000 4194304 6014671 140734875428880 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/22813/statm: 85359 62964 727 445 0 78904 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 341436

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.89
CPU system time (s): 0.175973
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 341436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.89
system time used= 0.175973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66615
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 1895

runsolver used 2.98555 second user time and 7.65384 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-15 17:45:07
IDJOB=3377154
IDBENCH=83127
IDSOLVER=1856
FILE ID=node109/3377154-1305474307
RUNJOBID= node109-1305474307-22798
PBS_JOBID= 13325310
Free space on /tmp= 73264 MiB

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

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

MD5SUM BENCH= 9ece8f569c93ceee834817ef3350ed8e
RANDOM SEED=162867636

node109.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.809
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.61
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.809
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.809
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.809
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.809
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.809
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.809
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.809
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:     32951124 kB
MemFree:      22814144 kB
Buffers:        278836 kB
Cached:        2589604 kB
SwapCached:      28404 kB
Active:        1375624 kB
Inactive:      8531584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22814144 kB
SwapTotal:    67111528 kB
SwapFree:     61559568 kB
Dirty:            7552 kB
Writeback:           0 kB
AnonPages:     7017224 kB
Mapped:          18164 kB
Slab:           132732 kB
PageTables:      34180 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19094088 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= 73252 MiB
End job on node109 at 2011-05-15 18:06:49