Trace number 3384457

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.07 4999.93

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
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 variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.00	c Parse Cnf success: #var: 912 #clause: 3488
0.00/0.00	c Find Units :         80
0.00/0.00	c Find Invs  :         64
0.00/0.00	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.00	c Find Xors  :        480 AvgFaninNum: 2.03333
0.00/0.00	c Find Ite   :         32
0.00/0.00	c UnDirect variable: 880
0.00/0.00	c UnDirect to Direct Gate: 247
0.00/0.00	c Forced Direct Gate: 150 Unuse unDirect Gate: 431
0.00/0.00	c Break Cycle : 28
0.00/0.00	c Total Root : 106 Undef Var: 661
0.00/0.01	c After covering, Total Root: 124 Leaf: 311
0.00/0.01	c Variable( cover/uncovered/unused ): 562 350 0
0.00/0.01	c Unit Clauses: 80
0.00/0.01	c Binary Clauses( cover/uncovered ): 74 86
0.00/0.01	c Clauses( cover/uncovered ): 884 2364
0.00/0.01	c Total Clauses( cover/uncovered ): 1038 2450 29.7592%
0.00/0.01	c Covered Ands: 0 Invs: 37 Xors: 187 Ites: 27
0.00/0.01	c Uncover Clauses avg size: 3.30776 max size: 5
0.00/0.01	c Final circuit: i/l/o/s     582       0    2311      5594
0.00/0.01	c CnfToAig: Time: 0 s
0.00/0.03	c TmMap: Set choices finish.
0.00/0.03	c TmMap: Set big and: 2321
0.00/0.03	c TmMap: Origin: 6177 ClauseNum: 16782 --> New: 3140 ClauseNum: 10680
0.00/0.03	c TmMap: Time: 0
0.00/0.03	c Try to Add: #clause: 5586 #xorclause: 0
0.00/0.03	c #var: 828 #clauses: 2953 Solving... 
5000.03/4999.91	c Time Out !!
5000.03/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-3384457-1305550450/watcher-3384457-1305550450 -o /tmp/evaluation-result-3384457-1305550450/solver-3384457-1305550450 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384457-1305550450.cnf 1192293082 

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.01 2.00 2/361 9182
/proc/meminfo: memFree=22633908/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=32364 CPUtime=0 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 1760 0 0 0 0 0 0 0 25 0 1 0 647460868 33140736 1696 33554432000 4194304 6014671 140735037667792 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 8091 1697 378 445 0 1636 0

[startup+0.046523 s]
/proc/loadavg: 2.02 2.01 2.00 2/361 9182
/proc/meminfo: memFree=22633908/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=47736 CPUtime=0.04 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 4121 0 0 0 4 0 0 0 18 0 1 0 647460868 48881664 4057 33554432000 4194304 6014671 140735037667792 18446744073709551615 4378006 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 11934 4057 726 445 0 5479 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 47736

[startup+0.100512 s]
/proc/loadavg: 2.02 2.01 2.00 2/361 9182
/proc/meminfo: memFree=22633908/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=47736 CPUtime=0.09 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 4183 0 0 0 9 0 0 0 18 0 1 0 647460868 48881664 4119 33554432000 4194304 6014671 140735037667792 18446744073709551615 4424612 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 11934 4119 727 445 0 5479 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47736

[startup+0.300477 s]
/proc/loadavg: 2.02 2.01 2.00 2/361 9182
/proc/meminfo: memFree=22633908/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=56700 CPUtime=0.29 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 4495 0 0 0 29 0 0 0 18 0 1 0 647460868 58060800 4431 33554432000 4194304 6014671 140735037667792 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 14175 4431 728 445 0 7720 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 56700

[startup+0.700402 s]
/proc/loadavg: 2.02 2.01 2.00 2/361 9182
/proc/meminfo: memFree=22633908/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=65288 CPUtime=0.69 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 4770 0 0 0 69 0 0 0 18 0 1 0 647460868 66854912 4706 33554432000 4194304 6014671 140735037667792 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 16322 4706 728 445 0 9867 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 65288

[startup+1.50029 s]
/proc/loadavg: 2.02 2.01 2.00 3/362 9183
/proc/meminfo: memFree=22616788/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=74024 CPUtime=1.49 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 5274 0 0 0 149 0 0 0 19 0 1 0 647460868 75800576 5210 33554432000 4194304 6014671 140735037667792 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 18506 5210 728 445 0 12051 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 74024

[startup+3.101 s]
/proc/loadavg: 2.02 2.01 2.00 3/362 9183
/proc/meminfo: memFree=22607972/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=82820 CPUtime=3.09 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 7215 0 0 0 308 1 0 0 25 0 1 0 647460868 84807680 7150 33554432000 4194304 6014671 140735037667792 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 20705 7150 729 445 0 14250 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82820

[startup+6.30043 s]
/proc/loadavg: 2.02 2.01 2.00 3/362 9183
/proc/meminfo: memFree=22604016/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=91860 CPUtime=6.29 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 8040 0 0 0 628 1 0 0 25 0 1 0 647460868 94064640 7975 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 22965 7975 729 445 0 16510 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 91860

[startup+12.7003 s]
/proc/loadavg: 2.01 2.01 2.00 3/362 9183
/proc/meminfo: memFree=22589104/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=101312 CPUtime=12.69 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 10863 0 0 0 1268 1 0 0 25 0 1 0 647460868 103743488 10788 33554432000 4194304 6014671 140735037667792 18446744073709551615 4372151 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 25328 10788 729 445 0 18873 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 101312

[startup+25.501 s]
/proc/loadavg: 2.01 2.00 2.00 3/362 9183
/proc/meminfo: memFree=22568016/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=111012 CPUtime=25.49 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 14782 0 0 0 2548 1 0 0 25 0 1 0 647460868 113676288 14707 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 27753 14707 729 445 0 21298 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 111012

[startup+51.1004 s]
/proc/loadavg: 2.01 2.00 2.00 3/362 9184
/proc/meminfo: memFree=22565852/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=121360 CPUtime=51.09 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 17072 0 0 0 5107 2 0 0 25 0 1 0 647460868 124272640 16997 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 30340 16997 729 445 0 23885 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 121360

[startup+102.313 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9185
/proc/meminfo: memFree=22554024/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=131964 CPUtime=102.3 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 19890 0 0 0 10228 2 0 0 25 0 1 0 647460868 135131136 19815 33554432000 4194304 6014671 140735037667792 18446744073709551615 4369399 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 32991 19815 729 445 0 26536 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 131964

[startup+162.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/362 9187
/proc/meminfo: memFree=22520236/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=131964 CPUtime=162.3 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 21970 0 0 0 16227 3 0 0 25 0 1 0 647460868 135131136 21868 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423927 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 32991 21868 729 445 0 26536 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 131964

[startup+222.301 s]
/proc/loadavg: 2.05 2.03 2.01 3/362 9189
/proc/meminfo: memFree=22498240/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=131964 CPUtime=222.3 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 23519 0 0 0 22227 3 0 0 25 0 1 0 647460868 135131136 23417 33554432000 4194304 6014671 140735037667792 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 32991 23417 729 445 0 26536 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 131964

[startup+282.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/362 9190
/proc/meminfo: memFree=22472016/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=156772 CPUtime=282.29 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 29224 0 0 0 28226 3 0 0 25 0 1 0 647460868 160534528 29122 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 39193 29122 729 445 0 32738 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 156772

[startup+342.301 s]
/proc/loadavg: 2.03 2.04 2.01 3/362 9192
/proc/meminfo: memFree=22460664/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=156772 CPUtime=342.3 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 31897 0 0 0 34226 4 0 0 25 0 1 0 647460868 160534528 31795 33554432000 4194304 6014671 140735037667792 18446744073709551615 4442056 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 39193 31795 729 445 0 32738 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 156772

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/362 9193
/proc/meminfo: memFree=22425376/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=183104 CPUtime=402.3 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 34830 0 0 0 40226 4 0 0 25 0 1 0 647460868 187498496 34728 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 45776 34728 729 445 0 39321 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 183104

[startup+462.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/362 9204
/proc/meminfo: memFree=22408304/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=236432 CPUtime=462.3 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 38388 0 0 0 46225 5 0 0 25 0 1 0 647460868 242106368 38276 33554432000 4194304 6014671 140735037667792 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 59108 38276 729 445 0 52653 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 236432

[startup+522.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/362 9206
/proc/meminfo: memFree=22357024/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=236432 CPUtime=522.3 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 44828 0 0 0 52224 6 0 0 25 0 1 0 647460868 242106368 44705 33554432000 4194304 6014671 140735037667792 18446744073709551615 4422817 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 59108 44705 729 445 0 52653 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 236432

[startup+582.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 9207
/proc/meminfo: memFree=22352612/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=292056 CPUtime=582.3 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 45734 0 0 0 58224 6 0 0 25 0 1 0 647460868 299065344 45551 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 73014 45551 736 445 0 66559 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 292056

[startup+642.3 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.07 2.02 2.00 3/362 9312
/proc/meminfo: memFree=21885348/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4062.42 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105661 0 0 0 406225 17 0 0 25 0 1 0 647460868 586133504 103286 33554432000 4194304 6014671 140735037667792 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103286 729 445 0 136644 0
Current children cumulated CPU time (s) 4062.42
Current children cumulated vsize (KiB) 572396

[startup+4122.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/362 9314
/proc/meminfo: memFree=21885040/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4122.41 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105665 0 0 0 412224 17 0 0 25 0 1 0 647460868 586133504 103290 33554432000 4194304 6014671 140735037667792 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103290 729 445 0 136644 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 572396

[startup+4182.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/362 9315
/proc/meminfo: memFree=21884372/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4182.41 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105773 0 0 0 418224 17 0 0 25 0 1 0 647460868 586133504 103398 33554432000 4194304 6014671 140735037667792 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103398 729 445 0 136644 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 572396

[startup+4242.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/362 9317
/proc/meminfo: memFree=21884180/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4242.41 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105773 0 0 0 424224 17 0 0 25 0 1 0 647460868 586133504 103398 33554432000 4194304 6014671 140735037667792 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103398 729 445 0 136644 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 572396

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/362 9318
/proc/meminfo: memFree=21882884/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4302.41 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105773 0 0 0 430224 17 0 0 25 0 1 0 647460868 586133504 103398 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103398 729 445 0 136644 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 572396

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9320
/proc/meminfo: memFree=21882944/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4362.41 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105774 0 0 0 436224 17 0 0 25 0 1 0 647460868 586133504 103399 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103399 729 445 0 136644 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 572396

[startup+4422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9322
/proc/meminfo: memFree=21881900/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4422.41 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105789 0 0 0 442224 17 0 0 25 0 1 0 647460868 586133504 103414 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103414 729 445 0 136644 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 572396

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9323
/proc/meminfo: memFree=21881620/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4482.42 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105790 0 0 0 448225 17 0 0 25 0 1 0 647460868 586133504 103415 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103415 729 445 0 136644 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 572396

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9325
/proc/meminfo: memFree=21856392/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4542.42 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105950 0 0 0 454225 17 0 0 25 0 1 0 647460868 586133504 103575 33554432000 4194304 6014671 140735037667792 18446744073709551615 4511611 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103575 729 445 0 136644 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 572396

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/362 9326
/proc/meminfo: memFree=21837368/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4602.42 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105950 0 0 0 460225 17 0 0 25 0 1 0 647460868 586133504 103575 33554432000 4194304 6014671 140735037667792 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103575 729 445 0 136644 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 572396

[startup+4662.3 s]
/proc/loadavg: 1.88 1.98 1.99 2/356 9346
/proc/meminfo: memFree=22398108/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4662.42 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105950 0 0 0 466225 17 0 0 25 0 1 0 647460868 586133504 103574 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103574 729 445 0 136644 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 572396

[startup+4722.31 s]
/proc/loadavg: 1.38 1.81 1.93 2/356 9348
/proc/meminfo: memFree=22399448/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4722.43 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105952 0 0 0 472226 17 0 0 25 0 1 0 647460868 586133504 103567 33554432000 4194304 6014671 140735037667792 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103567 729 445 0 136644 0
Current children cumulated CPU time (s) 4722.43
Current children cumulated vsize (KiB) 572396

[startup+4782.3 s]
/proc/loadavg: 1.14 1.66 1.87 2/356 9349
/proc/meminfo: memFree=22399400/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4782.42 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105954 0 0 0 478225 17 0 0 25 0 1 0 647460868 586133504 103558 33554432000 4194304 6014671 140735037667792 18446744073709551615 4511665 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103558 729 445 0 136644 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 572396

[startup+4842.3 s]
/proc/loadavg: 1.05 1.54 1.81 2/356 9351
/proc/meminfo: memFree=22399096/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4842.42 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105954 0 0 0 484225 17 0 0 25 0 1 0 647460868 586133504 103558 33554432000 4194304 6014671 140735037667792 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103558 729 445 0 136644 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 572396

[startup+4902.3 s]
/proc/loadavg: 1.02 1.44 1.76 2/356 9352
/proc/meminfo: memFree=22399160/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4902.42 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 105958 0 0 0 490225 17 0 0 25 0 1 0 647460868 586133504 103547 33554432000 4194304 6014671 140735037667792 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 103547 729 445 0 136644 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 572396

[startup+4962.3 s]
/proc/loadavg: 1.00 1.36 1.71 2/356 9354
/proc/meminfo: memFree=22397372/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=4962.42 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 106422 0 0 0 496225 17 0 0 25 0 1 0 647460868 586133504 104002 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 104002 729 445 0 136644 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 572396



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.31 1.68 2/356 9355
/proc/meminfo: memFree=22397336/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=5000.03 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 106422 0 0 0 499986 17 0 0 25 0 1 0 647460868 586133504 104002 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 104002 729 445 0 136644 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 572396

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: 1.00 1.31 1.68 2/356 9355
/proc/meminfo: memFree=22397336/32951124 swapFree=67023148/67111528
[pid=9182] ppid=9180 vsize=572396 CPUtime=5000.03 cores=0,2,4,6
/proc/9182/stat : 9182 (qutersat_releas) R 9180 9182 8463 0 -1 4202496 106422 0 0 0 499986 17 0 0 25 0 1 0 647460868 586133504 104002 33554432000 4194304 6014671 140735037667792 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/9182/statm: 143099 104002 729 445 0 136644 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 572396

Child status: 1
Real time (s): 4999.93
CPU time (s): 5000.07
CPU user time (s): 4999.87
CPU system time (s): 0.197969
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 572396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.87
system time used= 0.197969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106426
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 6804

runsolver used 18.5752 second user time and 39.153 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-16 14:54:10
IDJOB=3384457
IDBENCH=83431
IDSOLVER=1868
FILE ID=node145/3384457-1305550450
RUNJOBID= node145-1305540196-8481
PBS_JOBID= 13329208
Free space on /tmp= 73664 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_4_keyfind_1.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384457-1305550450/watcher-3384457-1305550450 -o /tmp/evaluation-result-3384457-1305550450/solver-3384457-1305550450 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384457-1305550450.cnf 1192293082

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=1192293082

node145.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.786
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22634188 kB
Buffers:         81392 kB
Cached:         828228 kB
SwapCached:       4796 kB
Active:        6604892 kB
Inactive:      3470296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22634188 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:            1976 kB
Writeback:           0 kB
AnonPages:     9160672 kB
Mapped:          30320 kB
Slab:           134456 kB
PageTables:      42684 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 84020788 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= 73668 MiB
End job on node145 at 2011-05-16 16:17:32