Trace number 3384438

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)UNSAT 1466.06 1466.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom14.cnf
MD5SUM7af4cc1b94644f101ccf5f2373fdbfea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark762.1
Satisfiable
(Un)Satisfiability was proved
Number of variables22886
Number of clauses76038
Sum of the clauses size193162
Maximum clause length786
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 240006
Number of clauses of size 335619
Number of clauses of size 4104
Number of clauses of size 512
Number of clauses of size over 5296

Solver Data

0.00/0.00	c Set FPU double precision.
0.02/0.04	c Parse Cnf success: #var: 22886 #clause: 76038
0.02/0.04	c Find Units :          1
0.02/0.04	c Find Invs  :        848
0.02/0.05	c Find Ands  :      16683 AvgFaninNum: 2.30306
0.02/0.05	c Find Xors  :       4851 AvgFaninNum: 2
0.02/0.06	c Find Ite   :       6188
0.02/0.07	c UnDirect variable: 2138
0.02/0.07	c UnDirect to Direct Gate: 5487
0.02/0.07	c Forced Direct Gate: 110 Unuse unDirect Gate: 294
0.02/0.07	c Break Cycle : 294
0.02/0.07	c Total Root : 1 Undef Var: 772
0.02/0.09	c After covering, Total Root: 1 Leaf: 772
0.02/0.09	c Variable( cover/uncovered/unused ): 22886 0 0
0.02/0.09	c Unit Clauses: 1
0.02/0.09	c Binary Clauses( cover/uncovered ): 39582 424
0.02/0.09	c Clauses( cover/uncovered ): 36031 0
0.02/0.09	c Total Clauses( cover/uncovered ): 75614 424 99.4424%
0.02/0.09	c Covered Ands: 16627 Invs: 636 Xors: 4851 Ites: 0
0.02/0.09	c Uncover Clauses avg size: 2 max size: 2
0.02/0.09	c Final circuit: i/l/o/s     772       0     425     34216
0.02/0.09	c CnfToAig: Time: 0.08 s
0.09/0.16	c TmMap: Set choices finish.
0.09/0.17	c TmMap: Set big and: 3577
0.09/0.17	c TmMap: Origin: 34989 ClauseNum: 102648 --> New: 11809 ClauseNum: 52962
0.09/0.17	c TmMap: Time: 0.02
0.29/0.34	c Simulation --> TransNum: 30084/52962 Try to Add: #clause: 25568 #xorclause: 0
0.29/0.36	c #var: 9804 #clauses: 23518 Solving... 
1466.01/1466.01	s UNSATISFIABLE
1466.01/1466.01	c CPU time: 1466.03 s

Verifier Data

No possible verification on an UNSAT instance

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-3384438-1305548685/watcher-3384438-1305548685 -o /tmp/evaluation-result-3384438-1305548685/solver-3384438-1305548685 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384438-1305548685.cnf 431332712 

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.07 2.02 2.00 2/405 14984
/proc/meminfo: memFree=11119916/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=34412 CPUtime=0 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 2328 0 0 0 0 0 0 0 25 0 1 0 647284606 35237888 2264 33554432000 4194304 6014671 140734637083552 18446744073709551615 255106768640 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14984/statm: 8603 2264 377 445 0 2148 0

[startup+0.034615 s]
/proc/loadavg: 2.07 2.02 2.00 2/405 14984
/proc/meminfo: memFree=11119916/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=40556 CPUtime=0.02 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 3991 0 0 0 2 0 0 0 25 0 1 0 647284606 41529344 3927 33554432000 4194304 6014671 140734637083552 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14984/statm: 10139 3927 377 445 0 3684 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 40556

[startup+0.100578 s]
/proc/loadavg: 2.07 2.02 2.00 2/405 14984
/proc/meminfo: memFree=11119916/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=44652 CPUtime=0.09 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 4968 0 0 0 9 0 0 0 25 0 1 0 647284606 45723648 4904 33554432000 4194304 6014671 140734637083552 18446744073709551615 4340831 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14984/statm: 11163 4906 434 445 0 4708 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44652

[startup+0.300544 s]
/proc/loadavg: 2.07 2.02 2.00 2/405 14984
/proc/meminfo: memFree=11119916/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=53996 CPUtime=0.29 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 7382 0 0 0 29 0 0 0 25 0 1 0 647284606 55291904 7318 33554432000 4194304 6014671 140734637083552 18446744073709551615 4243270 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14984/statm: 13499 7318 680 445 0 7044 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53996

[startup+0.700472 s]
/proc/loadavg: 2.07 2.02 2.00 2/405 14984
/proc/meminfo: memFree=11119916/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=62200 CPUtime=0.68 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 7914 0 0 0 68 0 0 0 25 0 1 0 647284606 63692800 7850 33554432000 4194304 6014671 140734637083552 18446744073709551615 4376479 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14984/statm: 15550 7850 722 445 0 9095 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 62200

[startup+1.50032 s]
/proc/loadavg: 2.07 2.02 2.00 3/406 14985
/proc/meminfo: memFree=11089644/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=80344 CPUtime=1.48 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 8612 0 0 0 148 0 0 0 25 0 1 0 647284606 82272256 8548 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14984/statm: 20086 8548 723 445 0 13631 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 80344

[startup+3.10102 s]
/proc/loadavg: 2.07 2.02 2.00 3/406 14985
/proc/meminfo: memFree=11084932/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=90044 CPUtime=3.09 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 9899 0 0 0 308 1 0 0 25 0 1 0 647284606 92205056 9835 33554432000 4194304 6014671 140734637083552 18446744073709551615 4372121 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14984/statm: 22511 9835 727 445 0 16056 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90044

[startup+6.30049 s]
/proc/loadavg: 2.07 2.02 2.00 3/406 14985
/proc/meminfo: memFree=11078788/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=99344 CPUtime=6.29 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 10892 0 0 0 628 1 0 0 25 0 1 0 647284606 101728256 10828 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423505 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14984/statm: 24836 10828 727 445 0 18381 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99344

[startup+12.7004 s]
/proc/loadavg: 2.06 2.02 2.00 3/406 14987
/proc/meminfo: memFree=11071592/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=108800 CPUtime=12.69 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 12455 0 0 0 1268 1 0 0 25 0 1 0 647284606 111411200 12391 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14984/statm: 27200 12391 727 445 0 20745 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108800

[startup+25.5011 s]
/proc/loadavg: 2.05 2.01 2.00 3/406 14988
/proc/meminfo: memFree=11051020/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=128364 CPUtime=25.48 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 16578 0 0 0 2547 1 0 0 25 0 1 0 647284606 131444736 16506 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423923 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/14984/statm: 32091 16506 727 445 0 25636 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 128364

[startup+51.1006 s]
/proc/loadavg: 2.03 2.01 2.00 3/406 14989
/proc/meminfo: memFree=11044728/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=128364 CPUtime=51.08 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 18091 0 0 0 5107 1 0 0 25 0 1 0 647284606 131444736 18019 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 32091 18019 727 445 0 25636 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 128364

[startup+102.315 s]
/proc/loadavg: 2.01 2.01 2.00 3/406 14990
/proc/meminfo: memFree=11020376/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=138932 CPUtime=102.3 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 23501 0 0 0 10227 3 0 0 25 0 1 0 647284606 142266368 23370 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 34733 23370 731 445 0 28278 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 138932

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 14992
/proc/meminfo: memFree=10992452/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=171816 CPUtime=162.28 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 27464 0 0 0 16225 3 0 0 25 0 1 0 647284606 175939584 27333 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 42954 27333 731 445 0 36499 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 171816

[startup+222.301 s]
/proc/loadavg: 2.07 2.02 2.00 3/406 14994
/proc/meminfo: memFree=10984988/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=171816 CPUtime=222.29 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 29313 0 0 0 22225 4 0 0 25 0 1 0 647284606 175939584 29143 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424083 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 42954 29143 737 445 0 36499 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 171816

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/406 14995
/proc/meminfo: memFree=10971948/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=218680 CPUtime=282.28 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 32709 0 0 0 28224 4 0 0 25 0 1 0 647284606 223928320 32531 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424173 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 54670 32531 729 445 0 48215 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 218680

[startup+342.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/406 14997
/proc/meminfo: memFree=10951600/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=218680 CPUtime=342.29 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 34161 0 0 0 34224 5 0 0 25 0 1 0 647284606 223928320 33977 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423950 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 54670 33977 729 445 0 48215 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 218680

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 14998
/proc/meminfo: memFree=10947860/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=218680 CPUtime=402.29 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 35088 0 0 0 40224 5 0 0 25 0 1 0 647284606 223928320 34889 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 54670 34889 729 445 0 48215 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 218680

[startup+462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 15000
/proc/meminfo: memFree=10918336/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=218680 CPUtime=462.29 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 35918 0 0 0 46224 5 0 0 25 0 1 0 647284606 223928320 35707 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424563 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 54670 35707 729 445 0 48215 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 218680

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 15002
/proc/meminfo: memFree=10918060/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=218680 CPUtime=522.29 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 36187 0 0 0 52224 5 0 0 25 0 1 0 647284606 223928320 35738 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 54670 35738 729 445 0 48215 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 218680

[startup+582.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/406 15003
/proc/meminfo: memFree=10909740/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=218680 CPUtime=582.29 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 38295 0 0 0 58224 5 0 0 25 0 1 0 647284606 223928320 37846 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 54670 37846 729 445 0 48215 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 218680

[startup+642.301 s]

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

/proc/meminfo: memFree=10873548/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=336812 CPUtime=882.3 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 44358 0 0 0 88223 7 0 0 25 0 1 0 647284606 344895488 43909 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 84203 43909 730 445 0 77748 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 336812

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 15013
/proc/meminfo: memFree=10845508/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=406988 CPUtime=942.3 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 49772 0 0 0 94222 8 0 0 25 0 1 0 647284606 416755712 48893 33554432000 4194304 6014671 140734637083552 18446744073709551615 4425403 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 101747 48893 730 445 0 95292 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 406988

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 15014
/proc/meminfo: memFree=10822912/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=407116 CPUtime=1002.31 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 55316 0 0 0 100222 9 0 0 25 0 1 0 647284606 416886784 54437 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 101779 54437 731 445 0 95324 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 407116

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/406 15016
/proc/meminfo: memFree=10808012/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=407116 CPUtime=1062.3 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 59031 0 0 0 106221 9 0 0 25 0 1 0 647284606 416886784 58152 33554432000 4194304 6014671 140734637083552 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 101779 58152 731 445 0 95324 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 407116

[startup+1122.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/406 15018
/proc/meminfo: memFree=10789516/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=477072 CPUtime=1122.31 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 63692 0 0 0 112221 10 0 0 25 0 1 0 647284606 488521728 62813 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424118 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 119268 62813 731 445 0 112813 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 477072

[startup+1182.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/406 15019
/proc/meminfo: memFree=10732588/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1182.31 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 65221 0 0 0 118221 10 0 0 25 0 1 0 647284606 561045504 64342 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 64342 731 445 0 130519 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 547896

[startup+1242.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 15049
/proc/meminfo: memFree=15272084/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1242.31 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 65221 0 0 0 124221 10 0 0 25 0 1 0 647284606 561045504 64342 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423960 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 64342 731 445 0 130519 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 547896

[startup+1302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/406 15050
/proc/meminfo: memFree=15194072/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1302.32 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 73275 0 0 0 130221 11 0 0 25 0 1 0 647284606 561045504 72396 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424451 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 72396 731 445 0 130519 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 547896

[startup+1362.3 s]
/proc/loadavg: 2.10 2.04 2.01 3/406 15052
/proc/meminfo: memFree=15176564/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1362.31 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 76207 0 0 0 136220 11 0 0 25 0 1 0 647284606 561045504 75328 33554432000 4194304 6014671 140734637083552 18446744073709551615 4511642 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 75328 731 445 0 130519 0
Current children cumulated CPU time (s) 1362.31
Current children cumulated vsize (KiB) 547896

[startup+1422.31 s]
/proc/loadavg: 2.03 2.03 2.00 3/406 15054
/proc/meminfo: memFree=15160316/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1422.32 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 76495 0 0 0 142221 11 0 0 25 0 1 0 647284606 561045504 75616 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 75616 731 445 0 130519 0
Current children cumulated CPU time (s) 1422.32
Current children cumulated vsize (KiB) 547896

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

[startup+1433.5 s]
/proc/loadavg: 2.03 2.03 2.00 3/406 15054
/proc/meminfo: memFree=15152132/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1433.51 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 76495 0 0 0 143340 11 0 0 25 0 1 0 647284606 561045504 75616 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 75616 731 445 0 130519 0
Current children cumulated CPU time (s) 1433.51
Current children cumulated vsize (KiB) 547896

[startup+1446.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 15054
/proc/meminfo: memFree=15143948/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1446.31 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 77973 0 0 0 144619 12 0 0 25 0 1 0 647284606 561045504 77094 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 77094 731 445 0 130519 0
Current children cumulated CPU time (s) 1446.31
Current children cumulated vsize (KiB) 547896

[startup+1459.1 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 15055
/proc/meminfo: memFree=15134024/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1459.11 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 79060 0 0 0 145899 12 0 0 25 0 1 0 647284606 561045504 78181 33554432000 4194304 6014671 140734637083552 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 78181 731 445 0 130519 0
Current children cumulated CPU time (s) 1459.11
Current children cumulated vsize (KiB) 547896

[startup+1462.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/406 15055
/proc/meminfo: memFree=15130304/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1462.31 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 79278 0 0 0 146219 12 0 0 25 0 1 0 647284606 561045504 78399 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 78399 731 445 0 130519 0
Current children cumulated CPU time (s) 1462.31
Current children cumulated vsize (KiB) 547896

[startup+1463.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15055
/proc/meminfo: memFree=15129064/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1463.91 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 79373 0 0 0 146379 12 0 0 25 0 1 0 647284606 561045504 78494 33554432000 4194304 6014671 140734637083552 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 78494 731 445 0 130519 0
Current children cumulated CPU time (s) 1463.91
Current children cumulated vsize (KiB) 547896

[startup+1464.7 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15055
/proc/meminfo: memFree=15127948/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1464.71 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 79375 0 0 0 146459 12 0 0 25 0 1 0 647284606 561045504 78496 33554432000 4194304 6014671 140734637083552 18446744073709551615 4369656 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 78496 731 445 0 130519 0
Current children cumulated CPU time (s) 1464.71
Current children cumulated vsize (KiB) 547896

[startup+1465.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15055
/proc/meminfo: memFree=15127564/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1465.51 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 79375 0 0 0 146539 12 0 0 25 0 1 0 647284606 561045504 78496 33554432000 4194304 6014671 140734637083552 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 78496 731 445 0 130519 0
Current children cumulated CPU time (s) 1465.51
Current children cumulated vsize (KiB) 547896

[startup+1465.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15055
/proc/meminfo: memFree=15127564/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1465.91 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 79375 0 0 0 146579 12 0 0 25 0 1 0 647284606 561045504 78496 33554432000 4194304 6014671 140734637083552 18446744073709551615 4369619 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 78496 731 445 0 130519 0
Current children cumulated CPU time (s) 1465.91
Current children cumulated vsize (KiB) 547896

[startup+1466 s]
/proc/loadavg: 2.01 2.02 2.00 3/406 15055
/proc/meminfo: memFree=15127564/32951124 swapFree=67111348/67111528
[pid=14984] ppid=14982 vsize=547896 CPUtime=1466.01 cores=0,2,4,6
/proc/14984/stat : 14984 (qutersat_releas) R 14982 14984 14451 0 -1 4202496 79375 0 0 0 146589 12 0 0 25 0 1 0 647284606 561045504 78496 33554432000 4194304 6014671 140734637083552 18446744073709551615 255106793367 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/14984/statm: 136974 78496 731 445 0 130519 0
Current children cumulated CPU time (s) 1466.01
Current children cumulated vsize (KiB) 547896

Child status: 0
Real time (s): 1466.03
CPU time (s): 1466.06
CPU user time (s): 1465.92
CPU system time (s): 0.139978
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 547896

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

runsolver used 5.98409 second user time and 12.7231 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-16 14:24:45
IDJOB=3384438
IDBENCH=83125
IDSOLVER=1868
FILE ID=node144/3384438-1305548685
RUNJOBID= node144-1305540196-14469
PBS_JOBID= 13329209
Free space on /tmp= 73276 MiB

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

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

MD5SUM BENCH= 7af4cc1b94644f101ccf5f2373fdbfea
RANDOM SEED=431332712

node144.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.850
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.850
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.16
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.850
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.850
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.850
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11120188 kB
Buffers:        326368 kB
Cached:        4052496 kB
SwapCached:          0 kB
Active:       18649248 kB
Inactive:      2807908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11120188 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3120 kB
Writeback:           0 kB
AnonPages:    17078384 kB
Mapped:          37764 kB
Slab:           244660 kB
PageTables:      63296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 119441388 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= 73284 MiB
End job on node144 at 2011-05-16 14:49:11