Trace number 3384423

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.04 4999.96

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom24.cnf
MD5SUM16e1f2a4ab0c9df60ac0d098f9f252bb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables62686
Number of clauses210488
Sum of the clauses size537842
Maximum clause length1941
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2106681
Number of clauses of size 3102739
Number of clauses of size 4299
Number of clauses of size 522
Number of clauses of size over 5746

Solver Data

0.00/0.00	c Set FPU double precision.
0.08/0.14	c Parse Cnf success: #var: 62686 #clause: 210488
0.08/0.14	c Find Units :          1
0.08/0.15	c Find Invs  :       1708
0.08/0.17	c Find Ands  :      45198 AvgFaninNum: 2.28897
0.08/0.18	c Find Xors  :      14676 AvgFaninNum: 2
0.19/0.21	c Find Ite   :      18768
0.19/0.25	c UnDirect variable: 5959
0.19/0.26	c UnDirect to Direct Gate: 15902
0.19/0.26	c Forced Direct Gate: 310 Unuse unDirect Gate: 744
0.19/0.26	c Break Cycle : 504
0.19/0.26	c Total Root : 1 Undef Var: 1682
0.29/0.31	c After covering, Total Root: 1 Leaf: 1682
0.29/0.31	c Variable( cover/uncovered/unused ): 62686 0 0
0.29/0.31	c Unit Clauses: 1
0.29/0.31	c Binary Clauses( cover/uncovered ): 105717 964
0.29/0.31	c Clauses( cover/uncovered ): 103806 0
0.29/0.31	c Total Clauses( cover/uncovered ): 209524 964 99.542%
0.29/0.31	c Covered Ands: 45102 Invs: 1226 Xors: 14676 Ites: 0
0.29/0.31	c Uncover Clauses avg size: 2 max size: 2
0.29/0.31	c Final circuit: i/l/o/s    1682       0     965     96811
0.29/0.31	c CnfToAig: Time: 0.31 s
0.39/0.48	c TmMap: Set choices finish.
0.48/0.50	c TmMap: Set big and: 9120
0.48/0.50	c TmMap: Origin: 98494 ClauseNum: 290433 --> New: 32117 ClauseNum: 148865
0.48/0.50	c TmMap: Time: 0.04
0.88/0.99	c Simulation --> TransNum: 85178/148865 Try to Add: #clause: 74386 #xorclause: 0
0.99/1.03	c #var: 26823 #clauses: 68118 Solving... 
5000.01/4999.91	c Time Out !!
5000.01/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-3384423-1305546684/watcher-3384423-1305546684 -o /tmp/evaluation-result-3384423-1305546684/solver-3384423-1305546684 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384423-1305546684.cnf 2132044476 

running on 4 cores: 1,3,5,7

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.13 2.03 2.01 2/370 7188
/proc/meminfo: memFree=22148656/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=34860 CPUtime=0 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 2467 0 0 0 0 0 0 0 25 0 1 0 647083788 35696640 2403 33554432000 4194304 6014671 140736838906496 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 8715 2403 378 445 0 2260 0

[startup+0.0923061 s]
/proc/loadavg: 2.13 2.03 2.01 2/370 7188
/proc/meminfo: memFree=22148656/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=56364 CPUtime=0.08 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 7745 0 0 0 8 0 0 0 25 0 1 0 647083788 57716736 7681 33554432000 4194304 6014671 140736838906496 18446744073709551615 4277551 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 14091 7682 378 445 0 7636 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56364

[startup+0.100289 s]
/proc/loadavg: 2.13 2.03 2.01 2/370 7188
/proc/meminfo: memFree=22148656/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=56492 CPUtime=0.08 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 7775 0 0 0 8 0 0 0 25 0 1 0 647083788 57847808 7711 33554432000 4194304 6014671 140736838906496 18446744073709551615 4803013 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 14123 7711 378 445 0 7668 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 56492

[startup+0.300269 s]
/proc/loadavg: 2.13 2.03 2.01 2/370 7188
/proc/meminfo: memFree=22148656/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=67756 CPUtime=0.29 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 10734 0 0 0 28 1 0 0 25 0 1 0 647083788 69382144 10670 33554432000 4194304 6014671 140736838906496 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 16939 10670 397 445 0 10484 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67756

[startup+0.700181 s]
/proc/loadavg: 2.13 2.03 2.01 2/370 7188
/proc/meminfo: memFree=22148656/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=82236 CPUtime=0.68 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 14623 0 0 0 67 1 0 0 25 0 1 0 647083788 84209664 14559 33554432000 4194304 6014671 140736838906496 18446744073709551615 4243267 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 20559 14559 680 445 0 14104 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 82236

[startup+1.50104 s]
/proc/loadavg: 2.13 2.03 2.01 3/371 7189
/proc/meminfo: memFree=22092132/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=90440 CPUtime=1.49 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 15148 0 0 0 147 2 0 0 25 0 1 0 647083788 92610560 15084 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 22610 15084 695 445 0 16155 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90440

[startup+3.10077 s]
/proc/loadavg: 2.13 2.03 2.01 3/371 7189
/proc/meminfo: memFree=22088288/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=90440 CPUtime=3.09 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 15797 0 0 0 307 2 0 0 25 0 1 0 647083788 92610560 15733 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 22610 15733 722 445 0 16155 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90440

[startup+6.30019 s]
/proc/loadavg: 2.12 2.03 2.01 3/371 7189
/proc/meminfo: memFree=22081220/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=112276 CPUtime=6.29 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 17777 0 0 0 627 2 0 0 25 0 1 0 647083788 114970624 17713 33554432000 4194304 6014671 140736838906496 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 28069 17713 727 445 0 21614 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 112276

[startup+12.7011 s]
/proc/loadavg: 2.11 2.03 2.01 3/371 7190
/proc/meminfo: memFree=22068520/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=123460 CPUtime=12.69 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 19923 0 0 0 1267 2 0 0 25 0 1 0 647083788 126423040 19859 33554432000 4194304 6014671 140736838906496 18446744073709551615 4379837 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 30865 19859 727 445 0 24410 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 123460

[startup+25.5008 s]
/proc/loadavg: 2.09 2.03 2.01 3/371 7190
/proc/meminfo: memFree=22027844/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=146044 CPUtime=25.49 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 26512 0 0 0 2546 3 0 0 25 0 1 0 647083788 149549056 26448 33554432000 4194304 6014671 140736838906496 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 36511 26448 727 445 0 30056 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 146044

[startup+51.1003 s]
/proc/loadavg: 2.06 2.03 2.00 3/371 7191
/proc/meminfo: memFree=22024424/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=157492 CPUtime=51.09 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 27123 0 0 0 5106 3 0 0 25 0 1 0 647083788 161271808 27059 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 39373 27059 727 445 0 32918 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 157492

[startup+102.314 s]
/proc/loadavg: 2.02 2.02 2.00 3/371 7192
/proc/meminfo: memFree=22018828/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=157492 CPUtime=102.3 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 28192 0 0 0 10227 3 0 0 25 0 1 0 647083788 161271808 28125 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 39373 28125 727 445 0 32918 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 157492

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/371 7194
/proc/meminfo: memFree=22009756/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=157492 CPUtime=162.29 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 28980 0 0 0 16226 3 0 0 25 0 1 0 647083788 161271808 28913 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 39373 28913 727 445 0 32918 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 157492

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/371 7195
/proc/meminfo: memFree=21985668/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=183724 CPUtime=222.29 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 33925 0 0 0 22225 4 0 0 25 0 1 0 647083788 188133376 33858 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 45931 33858 727 445 0 39476 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 183724

[startup+282.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/371 7197
/proc/meminfo: memFree=21983288/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=183724 CPUtime=282.29 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 34309 0 0 0 28225 4 0 0 25 0 1 0 647083788 188133376 34242 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 45931 34242 727 445 0 39476 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 183724

[startup+342.301 s]
/proc/loadavg: 2.09 2.03 2.00 3/371 7198
/proc/meminfo: memFree=21965772/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=239356 CPUtime=342.29 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 38197 0 0 0 34224 5 0 0 25 0 1 0 647083788 245100544 38033 33554432000 4194304 6014671 140736838906496 18446744073709551615 4424025 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 59839 38033 727 445 0 53384 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 239356

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/371 7200
/proc/meminfo: memFree=21943532/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=295720 CPUtime=402.3 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 43332 0 0 0 40224 6 0 0 25 0 1 0 647083788 302817280 43051 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423998 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 73930 43051 727 445 0 67475 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 295720

[startup+462.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/371 7202
/proc/meminfo: memFree=21925392/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=295720 CPUtime=462.3 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 47796 0 0 0 46223 7 0 0 25 0 1 0 647083788 302817280 44441 33554432000 4194304 6014671 140736838906496 18446744073709551615 4422683 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 73930 44441 727 445 0 67475 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 295720

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/371 7203
/proc/meminfo: memFree=21898944/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=356364 CPUtime=522.31 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 52814 0 0 0 52223 8 0 0 25 0 1 0 647083788 364916736 49459 33554432000 4194304 6014671 140736838906496 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 89091 49459 727 445 0 82636 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 356364

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/371 7214
/proc/meminfo: memFree=21863308/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=356364 CPUtime=582.29 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 61384 0 0 0 58219 10 0 0 25 0 1 0 647083788 364916736 58029 33554432000 4194304 6014671 140736838906496 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 89091 58029 727 445 0 82636 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 356364

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/371 7310
/proc/meminfo: memFree=21420984/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=649708 CPUtime=4062.38 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 141726 0 0 0 406207 31 0 0 25 0 1 0 647083788 665300992 134887 33554432000 4194304 6014671 140736838906496 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 162427 134887 727 445 0 155972 0
Current children cumulated CPU time (s) 4062.38
Current children cumulated vsize (KiB) 649708

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/371 7311
/proc/meminfo: memFree=21401352/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=649708 CPUtime=4122.38 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 141907 0 0 0 412206 32 0 0 25 0 1 0 647083788 665300992 135068 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423250 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 162427 135068 727 445 0 155972 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 649708

[startup+4182.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/371 7322
/proc/meminfo: memFree=21372784/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=649708 CPUtime=4182.38 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 141910 0 0 0 418206 32 0 0 25 0 1 0 647083788 665300992 135071 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 162427 135071 727 445 0 155972 0
Current children cumulated CPU time (s) 4182.38
Current children cumulated vsize (KiB) 649708

[startup+4242.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/371 7323
/proc/meminfo: memFree=21368728/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=649708 CPUtime=4242.38 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 141951 0 0 0 424206 32 0 0 25 0 1 0 647083788 665300992 135112 33554432000 4194304 6014671 140736838906496 18446744073709551615 4378432 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 162427 135112 727 445 0 155972 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 649708

[startup+4302.3 s]
/proc/loadavg: 2.16 2.06 2.01 3/371 7325
/proc/meminfo: memFree=21358776/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=649708 CPUtime=4302.38 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 142417 0 0 0 430206 32 0 0 25 0 1 0 647083788 665300992 135578 33554432000 4194304 6014671 140736838906496 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 162427 135578 727 445 0 155972 0
Current children cumulated CPU time (s) 4302.38
Current children cumulated vsize (KiB) 649708

[startup+4362.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/371 7327
/proc/meminfo: memFree=21358124/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=649708 CPUtime=4362.38 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 142417 0 0 0 436206 32 0 0 25 0 1 0 647083788 665300992 135578 33554432000 4194304 6014671 140736838906496 18446744073709551615 4376678 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 162427 135578 727 445 0 155972 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 649708

[startup+4422.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/371 7328
/proc/meminfo: memFree=21342844/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=749292 CPUtime=4422.38 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 146363 0 0 0 442205 33 0 0 25 0 1 0 647083788 767275008 139524 33554432000 4194304 6014671 140736838906496 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 187323 139524 727 445 0 180868 0
Current children cumulated CPU time (s) 4422.38
Current children cumulated vsize (KiB) 749292

[startup+4482.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/371 7330
/proc/meminfo: memFree=21339928/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=749292 CPUtime=4482.38 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 146363 0 0 0 448205 33 0 0 25 0 1 0 647083788 767275008 139524 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 187323 139524 727 445 0 180868 0
Current children cumulated CPU time (s) 4482.38
Current children cumulated vsize (KiB) 749292

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/371 7331
/proc/meminfo: memFree=21382912/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=849904 CPUtime=4542.39 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 147376 0 0 0 454205 34 0 0 25 0 1 0 647083788 870301696 128618 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 212476 128618 727 445 0 206021 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 849904

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/371 7333
/proc/meminfo: memFree=21377284/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=849904 CPUtime=4602.4 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 147908 0 0 0 460206 34 0 0 25 0 1 0 647083788 870301696 129150 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 212476 129150 727 445 0 206021 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 849904

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/371 7335
/proc/meminfo: memFree=21377980/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=849904 CPUtime=4662.39 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 147908 0 0 0 466205 34 0 0 25 0 1 0 647083788 870301696 129150 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 212476 129150 727 445 0 206021 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 849904

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/371 7336
/proc/meminfo: memFree=21378928/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=849904 CPUtime=4722.4 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 147908 0 0 0 472206 34 0 0 25 0 1 0 647083788 870301696 129150 33554432000 4194304 6014671 140736838906496 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 212476 129150 727 445 0 206021 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 849904

[startup+4782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/371 7366
/proc/meminfo: memFree=21722632/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=849904 CPUtime=4782.39 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 150902 0 0 0 478204 35 0 0 25 0 1 0 647083788 870301696 132144 33554432000 4194304 6014671 140736838906496 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 212476 132144 727 445 0 206021 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 849904

[startup+4842.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/371 7367
/proc/meminfo: memFree=21672876/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=849904 CPUtime=4842.39 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 150902 0 0 0 484204 35 0 0 25 0 1 0 647083788 870301696 132144 33554432000 4194304 6014671 140736838906496 18446744073709551615 4391519 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 212476 132144 727 445 0 206021 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 849904

[startup+4902.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/371 7369
/proc/meminfo: memFree=21651164/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=849904 CPUtime=4902.4 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 150902 0 0 0 490205 35 0 0 25 0 1 0 647083788 870301696 132144 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423990 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 212476 132144 727 445 0 206021 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 849904

[startup+4962.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/371 7371
/proc/meminfo: memFree=21598688/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=849904 CPUtime=4962.4 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 157345 0 0 0 496204 36 0 0 25 0 1 0 647083788 870301696 138587 33554432000 4194304 6014671 140736838906496 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 212476 138587 727 445 0 206021 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 849904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/371 7372
/proc/meminfo: memFree=21586756/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=849904 CPUtime=5000.01 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 157709 0 0 0 499965 36 0 0 25 0 1 0 647083788 870301696 138951 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 212476 138951 727 445 0 206021 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 849904

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.00 2.01 2.00 3/371 7372
/proc/meminfo: memFree=21586756/32951124 swapFree=67057896/67111528
[pid=7188] ppid=7186 vsize=849904 CPUtime=5000.01 cores=1,3,5,7
/proc/7188/stat : 7188 (qutersat_releas) R 7186 7188 6475 0 -1 4202496 157709 0 0 0 499965 36 0 0 25 0 1 0 647083788 870301696 138951 33554432000 4194304 6014671 140736838906496 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/7188/statm: 212476 138951 727 445 0 206021 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 849904

Child status: 1
Real time (s): 4999.96
CPU time (s): 5000.04
CPU user time (s): 4999.66
CPU system time (s): 0.382941
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 849904

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

runsolver used 16.7215 second user time and 42.3806 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-16 13:51:25
IDJOB=3384423
IDBENCH=83105
IDSOLVER=1868
FILE ID=node140/3384423-1305546684
RUNJOBID= node140-1305540196-6494
PBS_JOBID= 13329213
Free space on /tmp= 73432 MiB

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

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

MD5SUM BENCH= 16e1f2a4ab0c9df60ac0d098f9f252bb
RANDOM SEED=2132044476

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22148812 kB
Buffers:        329336 kB
Cached:        4895728 kB
SwapCached:       8088 kB
Active:        7088464 kB
Inactive:      3386220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22148812 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            5296 kB
Writeback:          16 kB
AnonPages:     5246568 kB
Mapped:          31832 kB
Slab:           226364 kB
PageTables:      36100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 92179508 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= 73436 MiB
End job on node140 at 2011-05-16 15:14:47