Trace number 3384449

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.96

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_10_keyfind_1.cnf
MD5SUMf35f3aee72237c1bf3d673feb4883756
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 variables8080
Number of clauses96704
Sum of the clauses size539496
Maximum clause length8
Minimum clause length1
Number of clauses of size 1336
Number of clauses of size 21152
Number of clauses of size 315040
Number of clauses of size 42944
Number of clauses of size 518432
Number of clauses of size over 558800

Solver Data

0.00/0.00	c Set FPU double precision.
0.00/0.05	c Parse Cnf success: #var: 8080 #clause: 96704
0.00/0.05	c Find Units :        336
0.00/0.05	c Find Invs  :        576
0.00/0.07	c Find Ands  :          0 AvgFaninNum: nan
0.00/0.08	c Find Xors  :       4560 AvgFaninNum: 2.52281
0.00/0.08	c Find Ite   :        144
0.00/0.09	c UnDirect variable: 7936
0.00/0.09	c UnDirect to Direct Gate: 2544
0.00/0.09	c Forced Direct Gate: 1385 Unuse unDirect Gate: 3871
0.00/0.09	c Break Cycle : 216
0.00/0.09	c Total Root : 724 Undef Var: 5608
0.00/0.09	c After covering, Total Root: 805 Leaf: 2358
0.00/0.09	c Variable( cover/uncovered/unused ): 4830 3250 0
0.00/0.09	c Unit Clauses: 336
0.00/0.09	c Binary Clauses( cover/uncovered ): 886 266
0.00/0.09	c Clauses( cover/uncovered ): 11572 83644
0.00/0.09	c Total Clauses( cover/uncovered ): 12794 83910 13.2301%
0.00/0.09	c Covered Ands: 0 Invs: 443 Xors: 1941 Ites: 88
0.18/0.27	c Uncover Clauses avg size: 5.88183 max size: 8
0.18/0.28	c Final circuit: i/l/o/s    5278       0   83248    287376
0.18/0.28	c CnfToAig: Time: 0.27 s
0.79/0.86	c TmMap: Set choices finish.
0.89/0.98	c TmMap: Set big and: 116728
0.89/0.98	c TmMap: Origin: 292655 ClauseNum: 862128 --> New: 125530 ClauseNum: 536777
0.89/0.98	c TmMap: Time: 0.18
0.99/1.04	c Try to Add: #clause: 247552 #xorclause: 0
0.99/1.10	c #var: 42281 #clauses: 126210 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-3384449-1305550205/watcher-3384449-1305550205 -o /tmp/evaluation-result-3384449-1305550205/solver-3384449-1305550205 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384449-1305550205.cnf 1527559332 

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.03 2.03 2.00 2/433 8525
/proc/meminfo: memFree=14361544/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=32364 CPUtime=0 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 1877 0 0 0 0 0 0 0 18 0 1 0 666618220 33140736 1814 33554432000 4194304 6014671 140736748240048 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8525/statm: 8091 1814 378 445 0 1636 0

[startup+0.101726 s]
/proc/loadavg: 2.03 2.03 2.00 2/433 8525
/proc/meminfo: memFree=14361544/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=41580 CPUtime=0.09 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 4219 0 0 0 9 0 0 0 18 0 1 0 666618220 42577920 4156 33554432000 4194304 6014671 140736748240048 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8525/statm: 10395 4156 398 445 0 3940 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41580

[startup+0.200712 s]
/proc/loadavg: 2.03 2.03 2.00 2/433 8525
/proc/meminfo: memFree=14361544/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=56404 CPUtime=0.18 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 7643 0 0 0 18 0 0 0 18 0 1 0 666618220 57757696 7580 33554432000 4194304 6014671 140736748240048 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8525/statm: 14101 7580 398 445 0 7646 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 56404

[startup+0.300696 s]
/proc/loadavg: 2.03 2.03 2.00 2/433 8525
/proc/meminfo: memFree=14361544/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=86508 CPUtime=0.29 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 13328 0 0 0 28 1 0 0 18 0 1 0 666618220 88584192 13265 33554432000 4194304 6014671 140736748240048 18446744073709551615 4259508 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8525/statm: 21627 13320 668 445 0 15172 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86508

[startup+0.700624 s]
/proc/loadavg: 2.03 2.03 2.00 2/433 8525
/proc/meminfo: memFree=14361544/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=146668 CPUtime=0.69 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 30333 0 0 0 66 3 0 0 18 0 1 0 666618220 150188032 30270 33554432000 4194304 6014671 140736748240048 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8525/statm: 36667 30271 668 445 0 30212 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 146668

[startup+1.50049 s]
/proc/loadavg: 2.03 2.03 2.00 3/434 8526
/proc/meminfo: memFree=14201700/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=187032 CPUtime=1.49 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 40461 0 0 0 145 4 0 0 19 0 1 0 666618220 191520768 40398 33554432000 4194304 6014671 140736748240048 18446744073709551615 212687369163 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/8525/statm: 46758 40398 701 445 0 40303 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 187032

[startup+3.10112 s]
/proc/loadavg: 2.03 2.03 2.00 3/434 8526
/proc/meminfo: memFree=14200832/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=187032 CPUtime=3.07 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 40489 0 0 0 303 4 0 0 25 0 1 0 666618220 191520768 40426 33554432000 4194304 6014671 140736748240048 18446744073709551615 212687369233 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/8525/statm: 46758 40426 728 445 0 40303 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 187032

[startup+6.30061 s]
/proc/loadavg: 2.03 2.03 2.00 3/434 8526
/proc/meminfo: memFree=14200832/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=187032 CPUtime=6.25 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 40489 0 0 0 621 4 0 0 25 0 1 0 666618220 191520768 40426 33554432000 4194304 6014671 140736748240048 18446744073709551615 4386957 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 46758 40426 728 445 0 40303 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 187032

[startup+12.7005 s]
/proc/loadavg: 2.02 2.03 2.00 3/434 8526
/proc/meminfo: memFree=14199920/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=199704 CPUtime=12.65 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 41418 0 0 0 1261 4 0 0 25 0 1 0 666618220 204496896 41355 33554432000 4194304 6014671 140736748240048 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 49926 41355 728 445 0 43471 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 199704

[startup+25.5011 s]
/proc/loadavg: 2.02 2.03 2.00 3/434 8527
/proc/meminfo: memFree=14193576/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=212544 CPUtime=25.46 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 41956 0 0 0 2542 4 0 0 25 0 1 0 666618220 217645056 41893 33554432000 4194304 6014671 140736748240048 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 53136 41893 728 445 0 46681 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 212544

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.00 3/434 8527
/proc/meminfo: memFree=14189444/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=212544 CPUtime=51.05 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 43005 0 0 0 5101 4 0 0 25 0 1 0 666618220 217645056 42942 33554432000 4194304 6014671 140736748240048 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 53136 42942 728 445 0 46681 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 212544

[startup+102.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/434 8529
/proc/meminfo: memFree=14188820/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=212544 CPUtime=102.26 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 43567 0 0 0 10222 4 0 0 25 0 1 0 666618220 217645056 43345 33554432000 4194304 6014671 140736748240048 18446744073709551615 4390743 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 53136 43345 728 445 0 46681 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 212544

[startup+162.301 s]
/proc/loadavg: 2.07 2.03 2.00 3/434 8530
/proc/meminfo: memFree=14150736/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=275300 CPUtime=162.26 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 53029 0 0 0 16220 6 0 0 25 0 1 0 666618220 281907200 52796 33554432000 4194304 6014671 140736748240048 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 68825 52796 728 445 0 62370 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 275300

[startup+222.316 s]
/proc/loadavg: 2.02 2.02 2.00 3/434 8532
/proc/meminfo: memFree=14126416/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=291616 CPUtime=222.27 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 58207 0 0 0 22220 7 0 0 25 0 1 0 666618220 298614784 57974 33554432000 4194304 6014671 140736748240048 18446744073709551615 4423904 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 72904 57974 728 445 0 66449 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 291616

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/434 8533
/proc/meminfo: memFree=14115864/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=291616 CPUtime=282.27 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 61128 0 0 0 28218 9 0 0 25 0 1 0 666618220 298614784 60894 33554432000 4194304 6014671 140736748240048 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 72904 60894 732 445 0 66449 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 291616

[startup+342.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8535
/proc/meminfo: memFree=14112008/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=291616 CPUtime=342.27 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 65709 0 0 0 34217 10 0 0 25 0 1 0 666618220 298614784 61742 33554432000 4194304 6014671 140736748240048 18446744073709551615 4424128 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 72904 61742 732 445 0 66449 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 291616

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8537
/proc/meminfo: memFree=14088312/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=311436 CPUtime=402.27 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 71786 0 0 0 40216 11 0 0 25 0 1 0 666618220 318910464 67819 33554432000 4194304 6014671 140736748240048 18446744073709551615 4424135 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 77859 67819 732 445 0 71404 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 311436

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8538
/proc/meminfo: memFree=14081112/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=311436 CPUtime=462.27 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 72797 0 0 0 46216 11 0 0 25 0 1 0 666618220 318910464 68825 33554432000 4194304 6014671 140736748240048 18446744073709551615 4377923 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 77859 68825 728 445 0 71404 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 311436

[startup+522.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/434 8540
/proc/meminfo: memFree=14078124/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=311436 CPUtime=522.27 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 73618 0 0 0 52216 11 0 0 25 0 1 0 666618220 318910464 69613 33554432000 4194304 6014671 140736748240048 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 77859 69613 735 445 0 71404 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 311436

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/434 8541
/proc/meminfo: memFree=14076500/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=311436 CPUtime=582.27 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 73964 0 0 0 58216 11 0 0 25 0 1 0 666618220 318910464 69959 33554432000 4194304 6014671 140736748240048 18446744073709551615 4422787 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 77859 69959 735 445 0 71404 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 311436

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8673
/proc/meminfo: memFree=13591904/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4002.37 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 185916 0 0 0 400194 43 0 0 25 0 1 0 666618220 1418076160 172688 33554432000 4194304 6014671 140736748240048 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 172688 838 445 0 339755 0
Current children cumulated CPU time (s) 4002.37
Current children cumulated vsize (KiB) 1384840

[startup+4062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8674
/proc/meminfo: memFree=13550972/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4062.39 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 186278 0 0 0 406195 44 0 0 25 0 1 0 666618220 1418076160 173049 33554432000 4194304 6014671 140736748240048 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 173049 837 445 0 339755 0
Current children cumulated CPU time (s) 4062.39
Current children cumulated vsize (KiB) 1384840

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/434 8676
/proc/meminfo: memFree=13550456/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4122.39 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 186279 0 0 0 412195 44 0 0 25 0 1 0 666618220 1418076160 173049 33554432000 4194304 6014671 140736748240048 18446744073709551615 4424592 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 173049 836 445 0 339755 0
Current children cumulated CPU time (s) 4122.39
Current children cumulated vsize (KiB) 1384840

[startup+4182.32 s]
/proc/loadavg: 2.08 2.02 2.01 3/434 8677
/proc/meminfo: memFree=13550316/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4182.4 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 186279 0 0 0 418196 44 0 0 25 0 1 0 666618220 1418076160 173049 33554432000 4194304 6014671 140736748240048 18446744073709551615 4424130 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 173049 836 445 0 339755 0
Current children cumulated CPU time (s) 4182.4
Current children cumulated vsize (KiB) 1384840

[startup+4242.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/434 8679
/proc/meminfo: memFree=13549288/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4242.39 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 186640 0 0 0 424194 45 0 0 25 0 1 0 666618220 1418076160 173408 33554432000 4194304 6014671 140736748240048 18446744073709551615 4376477 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 173408 834 445 0 339755 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 1384840

[startup+4302.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/434 8690
/proc/meminfo: memFree=13532444/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4302.39 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 186641 0 0 0 430194 45 0 0 25 0 1 0 666618220 1418076160 173409 33554432000 4194304 6014671 140736748240048 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 173409 834 445 0 339755 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 1384840

[startup+4362.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/434 8691
/proc/meminfo: memFree=13532556/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4362.39 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 186641 0 0 0 436194 45 0 0 25 0 1 0 666618220 1418076160 173409 33554432000 4194304 6014671 140736748240048 18446744073709551615 4424463 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 173409 834 445 0 339755 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 1384840

[startup+4422.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/434 8693
/proc/meminfo: memFree=13532032/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4422.39 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 186714 0 0 0 442194 45 0 0 25 0 1 0 666618220 1418076160 173409 33554432000 4194304 6014671 140736748240048 18446744073709551615 4422874 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 173409 761 445 0 339755 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 1384840

[startup+4482.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/434 8697
/proc/meminfo: memFree=13518100/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4482.39 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 190094 0 0 0 448194 45 0 0 25 0 1 0 666618220 1418076160 176775 33554432000 4194304 6014671 140736748240048 18446744073709551615 4566286 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 176775 747 445 0 339755 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 1384840

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/434 8699
/proc/meminfo: memFree=13483664/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4542.4 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 198669 0 0 0 454194 46 0 0 25 0 1 0 666618220 1418076160 185350 33554432000 4194304 6014671 140736748240048 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 185350 747 445 0 339755 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 1384840

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8701
/proc/meminfo: memFree=13474228/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4602.4 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 200841 0 0 0 460193 47 0 0 25 0 1 0 666618220 1418076160 187522 33554432000 4194304 6014671 140736748240048 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 187522 747 445 0 339755 0
Current children cumulated CPU time (s) 4602.4
Current children cumulated vsize (KiB) 1384840

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/434 8702
/proc/meminfo: memFree=13468984/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4662.4 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 201813 0 0 0 466192 48 0 0 25 0 1 0 666618220 1418076160 188494 33554432000 4194304 6014671 140736748240048 18446744073709551615 4422960 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 188494 747 445 0 339755 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 1384840

[startup+4722.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/434 8704
/proc/meminfo: memFree=13436476/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4722.41 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 209733 0 0 0 472192 49 0 0 25 0 1 0 666618220 1418076160 196414 33554432000 4194304 6014671 140736748240048 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 196414 747 445 0 339755 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 1384840

[startup+4782.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/434 8705
/proc/meminfo: memFree=13428388/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4782.41 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 211970 0 0 0 478191 50 0 0 25 0 1 0 666618220 1418076160 198651 33554432000 4194304 6014671 140736748240048 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 198651 747 445 0 339755 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 1384840

[startup+4842.32 s]
/proc/loadavg: 2.18 2.06 2.01 3/434 8707
/proc/meminfo: memFree=13422404/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4842.42 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 213368 0 0 0 484191 51 0 0 25 0 1 0 666618220 1418076160 200049 33554432000 4194304 6014671 140736748240048 18446744073709551615 4380654 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 200049 747 445 0 339755 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 1384840

[startup+4902.3 s]
/proc/loadavg: 2.14 2.06 2.01 3/434 8709
/proc/meminfo: memFree=13422628/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4902.41 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 213368 0 0 0 490190 51 0 0 25 0 1 0 666618220 1418076160 200049 33554432000 4194304 6014671 140736748240048 18446744073709551615 4424158 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 200049 747 445 0 339755 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 1384840

[startup+4962.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/434 8710
/proc/meminfo: memFree=13382056/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=4962.41 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 223446 0 0 0 496188 53 0 0 25 0 1 0 666618220 1418076160 210124 33554432000 4194304 6014671 140736748240048 18446744073709551615 4425376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 210124 747 445 0 339755 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 1384840



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.03 2.04 2.00 3/434 8711
/proc/meminfo: memFree=13377076/32951124 swapFree=67111348/67111528
[pid=8525] ppid=8523 vsize=1384840 CPUtime=5000.01 cores=0,2,4,6
/proc/8525/stat : 8525 (qutersat_releas) R 8523 8525 8027 0 -1 4202496 224686 0 0 0 499947 54 0 0 25 0 1 0 666618220 1418076160 211364 33554432000 4194304 6014671 140736748240048 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/8525/statm: 346210 211364 747 445 0 339755 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 1384840

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): 4999.96
CPU time (s): 5000.07
CPU user time (s): 4999.49
CPU system time (s): 0.58791
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1384840

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.49
system time used= 0.58791
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224691
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13
involuntary context switches= 8782

runsolver used 21.8597 second user time and 46.5709 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-16 14:50:05
IDJOB=3384449
IDBENCH=83413
IDSOLVER=1868
FILE ID=node139/3384449-1305550205
RUNJOBID= node139-1305540196-8045
PBS_JOBID= 13329214
Free space on /tmp= 73308 MiB

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

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

MD5SUM BENCH= f35f3aee72237c1bf3d673feb4883756
RANDOM SEED=1527559332

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:      14361824 kB
Buffers:        339740 kB
Cached:        3300000 kB
SwapCached:          0 kB
Active:       16054056 kB
Inactive:      2202228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14361824 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4696 kB
Writeback:           0 kB
AnonPages:    14616128 kB
Mapped:          36004 kB
Slab:           206692 kB
PageTables:      60136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 105331184 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= 73308 MiB
End job on node139 at 2011-05-16 16:13:27