Trace number 3376977

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 1269.16 1269.13

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

Solver Data

0.00/0.01	c Set FPU double precision.
2.89/2.94	c Parse Cnf success: #var: 306095 #clause: 6069108
3.39/3.47	c Find Units :          1
3.39/3.48	c Find Invs  :          0
4.59/4.64	c Find Ands  :     265798 AvgFaninNum: 21.6153
4.59/4.65	c Find Xors  :          0 AvgFaninNum: nan
4.59/4.68	c Find Ite   :      14553
4.70/4.78	c UnDirect variable: 0
4.70/4.78	c UnDirect to Direct Gate: 0
4.70/4.78	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
4.80/4.89	c Break Cycle : 15
4.80/4.89	c Total Root : 1 Undef Var: 25769
7.69/7.78	c After covering, Total Root: 61 Leaf: 25769
7.69/7.78	c Variable( cover/uncovered/unused ): 306095 0 0
7.69/7.78	c Unit Clauses: 1
7.69/7.78	c Binary Clauses( cover/uncovered ): 5745021 90
7.69/7.78	c Clauses( cover/uncovered ): 323985 11
7.69/7.78	c Total Clauses( cover/uncovered ): 6069007 101 99.9983%
7.69/7.78	c Covered Ands: 265773 Invs: 0 Xors: 0 Ites: 14553
7.79/7.82	c Uncover Clauses avg size: 2.78218 max size: 14
7.79/7.83	c Final circuit: i/l/o/s   25769       0     102   2472012
7.79/7.83	c CnfToAig: Time: 7.82 s
15.39/15.49	c TmMap: Set choices finish.
16.49/16.50	c TmMap: Set big and: 329151
16.49/16.50	c TmMap: Origin: 2497782 ClauseNum: 7416036 --> New: 497104 ClauseNum: 3256517
16.49/16.50	c TmMap: Time: 1.83
27.49/27.56	c Simulation --> TransNum: 2364970/3256517 Try to Add: #clause: 682157 #xorclause: 0
28.29/28.32	c #var: 453943 #clauses: 452480 Solving... 
59.10/59.18	c Abstract SAT
60.91/60.98	c Simulation --> TransNum: 2707400/3256517 Try to Add: #clause: 1223 #xorclause: 0
60.91/60.99	c #var: 454117 #clauses: 590840 Solving... 
62.10/62.17	c Abstract SAT
63.90/63.99	c Simulation --> TransNum: 2708921/3256517 Try to Add: #clause: 612 #xorclause: 0
64.00/64.00	c #var: 454308 #clauses: 592120 Solving... 
65.00/65.01	c Abstract SAT
65.00/65.02	c Simulation --> TransNum: 3256517/3256517 Try to Add: #clause: 371213 #xorclause: 0
65.49/65.53	c #var: 496889 #clauses: 1062308 Solving... 
1268.92/1268.98	s UNSATISFIABLE
1269.02/1269.00	c CPU time: 1269.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-3376977-1305467721/watcher-3376977-1305467721 -o /tmp/evaluation-result-3376977-1305467721/solver-3376977-1305467721 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3376977-1305467721.cnf 1986285104 

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.71 3.36 4.26 5/363 8833
/proc/meminfo: memFree=16538084/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=39540 CPUtime=0 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 3608 0 0 0 0 0 0 0 22 0 1 0 658372192 40488960 3545 33554432000 4194304 6014671 140735538083136 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 9885 3546 378 445 0 3430 0

[startup+0.0540999 s]
/proc/loadavg: 1.71 3.36 4.26 5/363 8833
/proc/meminfo: memFree=16538084/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=52340 CPUtime=0.04 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 6719 0 0 0 4 0 0 0 22 0 1 0 658372192 53596160 6656 33554432000 4194304 6014671 140735538083136 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 13085 6656 378 445 0 6630 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 52340

[startup+0.101091 s]
/proc/loadavg: 1.71 3.36 4.26 5/363 8833
/proc/meminfo: memFree=16538084/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=64628 CPUtime=0.09 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 9565 0 0 0 9 0 0 0 22 0 1 0 658372192 66179072 9502 33554432000 4194304 6014671 140735538083136 18446744073709551615 4308628 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 16157 9502 378 445 0 9702 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64628

[startup+0.301115 s]
/proc/loadavg: 1.71 3.36 4.26 5/363 8833
/proc/meminfo: memFree=16538084/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=89332 CPUtime=0.29 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 15621 0 0 0 27 2 0 0 22 0 1 0 658372192 91475968 15558 33554432000 4194304 6014671 140735538083136 18446744073709551615 4309375 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 22333 15559 378 445 0 15878 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 89332

[startup+0.701041 s]
/proc/loadavg: 1.71 3.36 4.26 5/363 8833
/proc/meminfo: memFree=16538084/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=138740 CPUtime=0.69 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 27718 0 0 0 65 4 0 0 24 0 1 0 658372192 142069760 27655 33554432000 4194304 6014671 140735538083136 18446744073709551615 274473967360 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 34685 27655 378 445 0 28230 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138740

[startup+1.50084 s]
/proc/loadavg: 1.71 3.36 4.26 5/364 8834
/proc/meminfo: memFree=16297404/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=237428 CPUtime=1.49 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 51582 0 0 0 141 8 0 0 25 0 1 0 658372192 243126272 51519 33554432000 4194304 6014671 140735538083136 18446744073709551615 274473967360 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 59357 51519 378 445 0 52902 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 237428

[startup+3.10056 s]
/proc/loadavg: 1.71 3.36 4.26 5/364 8834
/proc/meminfo: memFree=16054752/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=435188 CPUtime=3.09 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 98143 0 0 0 295 14 0 0 25 0 1 0 658372192 445632512 98080 33554432000 4194304 6014671 140735538083136 18446744073709551615 4280408 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 108797 98080 382 445 0 102342 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 435188

[startup+6.301 s]
/proc/loadavg: 1.98 3.39 4.26 5/367 8840
/proc/meminfo: memFree=15924100/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=439924 CPUtime=6.29 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 98870 0 0 0 615 14 0 0 25 0 1 0 658372192 450482176 98807 33554432000 4194304 6014671 140735538083136 18446744073709551615 4274138 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 109981 98807 398 445 0 103526 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 439924

[startup+12.7009 s]
/proc/loadavg: 2.14 3.40 4.26 5/367 8841
/proc/meminfo: memFree=14491548/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=1027748 CPUtime=12.69 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 247723 0 0 0 1238 31 0 0 25 0 1 0 658372192 1052413952 247555 33554432000 4194304 6014671 140735538083136 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 256937 247556 668 445 0 250482 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1027748

[startup+25.5006 s]
/proc/loadavg: 2.55 3.43 4.26 5/367 8841
/proc/meminfo: memFree=13220412/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=1430864 CPUtime=25.49 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 348470 0 0 0 2507 42 0 0 25 0 1 0 658372192 1465204736 348051 33554432000 4194304 6014671 140735538083136 18446744073709551615 4244304 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 357716 348051 681 445 0 351261 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1430864

[startup+51.1011 s]
/proc/loadavg: 3.04 3.47 4.25 5/367 8842
/proc/meminfo: memFree=10659216/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=1430864 CPUtime=51.1 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 349029 0 0 0 5067 43 0 0 25 0 1 0 658372192 1465204736 348335 33554432000 4194304 6014671 140735538083136 18446744073709551615 4515974 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 357716 348335 715 445 0 351261 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 1430864

[startup+102.301 s]
/proc/loadavg: 3.64 3.57 4.24 5/367 8843
/proc/meminfo: memFree=10730044/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=1562116 CPUtime=102.29 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 350481 0 0 0 10185 44 0 0 25 0 1 0 658372192 1599606784 316797 33554432000 4194304 6014671 140735538083136 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 390529 316797 726 445 0 384074 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1562116

[startup+162.301 s]
/proc/loadavg: 3.86 3.64 4.22 5/367 8845
/proc/meminfo: memFree=10605800/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=1562116 CPUtime=162.29 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 374049 0 0 0 16182 47 0 0 25 0 1 0 658372192 1599606784 340365 33554432000 4194304 6014671 140735538083136 18446744073709551615 4666513 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 390529 340366 730 445 0 384074 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 1562116

[startup+222.301 s]
/proc/loadavg: 3.95 3.71 4.20 5/367 8846
/proc/meminfo: memFree=10579708/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=2084108 CPUtime=222.3 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 483404 0 0 0 22167 63 0 0 25 0 1 0 658372192 2134126592 449720 33554432000 4194304 6014671 140735538083136 18446744073709551615 4731614 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 521027 449720 730 445 0 514572 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2084108

[startup+282.3 s]
/proc/loadavg: 3.98 3.76 4.19 5/367 8848
/proc/meminfo: memFree=10376308/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=2224544 CPUtime=282.3 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 533012 0 0 0 28161 69 0 0 25 0 1 0 658372192 2277933056 499328 33554432000 4194304 6014671 140735538083136 18446744073709551615 4527781 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 556136 499328 730 445 0 549681 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2224544

[startup+342.301 s]
/proc/loadavg: 4.07 3.83 4.18 5/367 8858
/proc/meminfo: memFree=9641164/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=2568932 CPUtime=342.3 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 596881 0 0 0 34152 78 0 0 25 0 1 0 658372192 2630586368 563197 33554432000 4194304 6014671 140735538083136 18446744073709551615 4711256 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 642233 563197 731 445 0 635778 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2568932

[startup+402.3 s]
/proc/loadavg: 4.06 3.87 4.17 5/367 8860
/proc/meminfo: memFree=9565660/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=2597248 CPUtime=402.3 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 603179 0 0 0 40151 79 0 0 25 0 1 0 658372192 2659581952 569479 33554432000 4194304 6014671 140735538083136 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 649312 569479 731 445 0 642857 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2597248

[startup+462.301 s]
/proc/loadavg: 4.06 3.91 4.17 5/367 8862
/proc/meminfo: memFree=9002800/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=2879656 CPUtime=462.31 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 664359 0 0 0 46144 87 0 0 25 0 1 0 658372192 2948767744 630659 33554432000 4194304 6014671 140735538083136 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 719914 630659 731 445 0 713459 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 2879656

[startup+522.3 s]
/proc/loadavg: 4.02 3.92 4.16 5/367 8866
/proc/meminfo: memFree=8569252/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3111712 CPUtime=522.3 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 709465 0 0 0 52137 93 0 0 25 0 1 0 658372192 3186393088 675765 33554432000 4194304 6014671 140735538083136 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 777928 675765 731 445 0 771473 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3111712

[startup+582.314 s]
/proc/loadavg: 4.04 3.94 4.15 5/367 8868
/proc/meminfo: memFree=8470936/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3197088 CPUtime=582.31 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 724013 0 0 0 58135 96 0 0 25 0 1 0 658372192 3273818112 690313 33554432000 4194304 6014671 140735538083136 18446744073709551615 4386129 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 799272 690313 731 445 0 792817 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3197088

[startup+642.301 s]
/proc/loadavg: 4.09 3.97 4.14 5/367 8869
/proc/meminfo: memFree=7992008/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3197088 CPUtime=642.31 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 725233 0 0 0 64134 97 0 0 25 0 1 0 658372192 3273818112 691533 33554432000 4194304 6014671 140735538083136 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 799272 691533 731 445 0 792817 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3197088

[startup+702.301 s]
/proc/loadavg: 4.03 3.97 4.13 5/367 8871
/proc/meminfo: memFree=7429612/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3471176 CPUtime=702.31 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 774915 0 0 0 70127 104 0 0 25 0 1 0 658372192 3554484224 741134 33554432000 4194304 6014671 140735538083136 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 867794 741134 731 445 0 861339 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 3471176

[startup+762.301 s]
/proc/loadavg: 4.01 3.97 4.12 5/367 8873
/proc/meminfo: memFree=7393848/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3471176 CPUtime=762.3 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 775818 0 0 0 76126 104 0 0 25 0 1 0 658372192 3554484224 742037 33554432000 4194304 6014671 140735538083136 18446744073709551615 4423702 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 867794 742037 731 445 0 861339 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 3471176

[startup+822.3 s]
/proc/loadavg: 4.00 3.97 4.11 6/367 8901
/proc/meminfo: memFree=11625868/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3471176 CPUtime=822.31 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 777815 0 0 0 82126 105 0 0 25 0 1 0 658372192 3554484224 744034 33554432000 4194304 6014671 140735538083136 18446744073709551615 4424288 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 867794 744034 731 445 0 861339 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 3471176

[startup+882.301 s]
/proc/loadavg: 4.10 4.00 4.11 5/367 8903
/proc/meminfo: memFree=10123148/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3675120 CPUtime=882.31 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 822182 0 0 0 88121 110 0 0 25 0 1 0 658372192 3763322880 788401 33554432000 4194304 6014671 140735538083136 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 918780 788401 731 445 0 912325 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 3675120

[startup+942.3 s]
/proc/loadavg: 4.08 4.01 4.10 6/367 8904
/proc/meminfo: memFree=10191332/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3700500 CPUtime=942.31 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 824178 0 0 0 94120 111 0 0 25 0 1 0 658372192 3789312000 790397 33554432000 4194304 6014671 140735538083136 18446744073709551615 4422589 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 925125 790397 731 445 0 918670 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 3700500

[startup+1002.3 s]
/proc/loadavg: 4.16 4.04 4.10 5/364 8909
/proc/meminfo: memFree=12890708/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3726708 CPUtime=1002.32 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 830352 0 0 0 100120 112 0 0 25 0 1 0 658372192 3816148992 796571 33554432000 4194304 6014671 140735538083136 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 931677 796571 731 445 0 925222 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 3726708

[startup+1062.3 s]
/proc/loadavg: 4.06 4.03 4.09 5/367 8935
/proc/meminfo: memFree=12634884/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3752840 CPUtime=1062.31 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 837365 0 0 0 106118 113 0 0 25 0 1 0 658372192 3842908160 803584 33554432000 4194304 6014671 140735538083136 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 938210 803584 731 445 0 931755 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 3752840

[startup+1122.3 s]
/proc/loadavg: 4.02 4.02 4.08 5/367 8936
/proc/meminfo: memFree=12439772/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3907632 CPUtime=1122.32 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 867268 0 0 0 112114 118 0 0 25 0 1 0 658372192 4001415168 833487 33554432000 4194304 6014671 140735538083136 18446744073709551615 4422707 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 976908 833487 731 445 0 970453 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 3907632

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 4.08 5/367 8938
/proc/meminfo: memFree=12365332/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3933240 CPUtime=1182.32 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 872487 0 0 0 118113 119 0 0 25 0 1 0 658372192 4027637760 838706 33554432000 4194304 6014671 140735538083136 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 983310 838706 731 445 0 976855 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 3933240

[startup+1242.31 s]
/proc/loadavg: 4.04 4.03 4.08 5/367 8939
/proc/meminfo: memFree=12289156/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3933240 CPUtime=1242.33 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 873461 0 0 0 124113 120 0 0 25 0 1 0 658372192 4027637760 839680 33554432000 4194304 6014671 140735538083136 18446744073709551615 4423501 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 983310 839680 731 445 0 976855 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3933240

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

[startup+1254.7 s]
/proc/loadavg: 4.03 4.02 4.08 5/367 8940
/proc/meminfo: memFree=12285804/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3933240 CPUtime=1254.72 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 873547 0 0 0 125352 120 0 0 25 0 1 0 658372192 4027637760 839766 33554432000 4194304 6014671 140735538083136 18446744073709551615 4422749 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 983310 839766 731 445 0 976855 0
Current children cumulated CPU time (s) 1254.72
Current children cumulated vsize (KiB) 3933240

[startup+1261.1 s]
/proc/loadavg: 4.03 4.02 4.07 5/367 8940
/proc/meminfo: memFree=12278856/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3933240 CPUtime=1261.12 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 873554 0 0 0 125992 120 0 0 25 0 1 0 658372192 4027637760 839773 33554432000 4194304 6014671 140735538083136 18446744073709551615 4385900 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 983310 839773 731 445 0 976855 0
Current children cumulated CPU time (s) 1261.12
Current children cumulated vsize (KiB) 3933240

[startup+1264.31 s]
/proc/loadavg: 4.02 4.02 4.07 5/367 8940
/proc/meminfo: memFree=12270300/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3933240 CPUtime=1264.33 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 873557 0 0 0 126313 120 0 0 25 0 1 0 658372192 4027637760 839776 33554432000 4194304 6014671 140735538083136 18446744073709551615 4383685 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 983310 839776 731 445 0 976855 0
Current children cumulated CPU time (s) 1264.33
Current children cumulated vsize (KiB) 3933240

[startup+1267.5 s]
/proc/loadavg: 4.02 4.02 4.07 5/367 8940
/proc/meminfo: memFree=12262608/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3933240 CPUtime=1267.53 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 873562 0 0 0 126633 120 0 0 25 0 1 0 658372192 4027637760 839781 33554432000 4194304 6014671 140735538083136 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 983310 839781 731 445 0 976855 0
Current children cumulated CPU time (s) 1267.53
Current children cumulated vsize (KiB) 3933240

[startup+1268.3 s]
/proc/loadavg: 4.02 4.02 4.07 5/367 8940
/proc/meminfo: memFree=12262608/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3933240 CPUtime=1268.32 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 873563 0 0 0 126712 120 0 0 25 0 1 0 658372192 4027637760 839782 33554432000 4194304 6014671 140735538083136 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 983310 839782 731 445 0 976855 0
Current children cumulated CPU time (s) 1268.32
Current children cumulated vsize (KiB) 3933240

[startup+1268.71 s]
/proc/loadavg: 4.02 4.02 4.07 5/367 8940
/proc/meminfo: memFree=12260004/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=3933240 CPUtime=1268.74 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202496 873582 0 0 0 126754 120 0 0 25 0 1 0 658372192 4027637760 839801 33554432000 4194304 6014671 140735538083136 18446744073709551615 4776599 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/8833/statm: 983310 839801 731 445 0 976855 0
Current children cumulated CPU time (s) 1268.74
Current children cumulated vsize (KiB) 3933240

[startup+1269.1 s]
/proc/loadavg: 4.02 4.02 4.07 5/367 8940
/proc/meminfo: memFree=12260004/32950928 swapFree=67111348/67111528
[pid=8833] ppid=8831 vsize=0 CPUtime=1269.12 cores=5,7
/proc/8833/stat : 8833 (qutersat_releas) R 8831 8833 8779 0 -1 4202500 873586 0 0 0 126783 129 0 0 25 0 1 0 658372192 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 5 0 0 0
/proc/8833/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1269.12
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1269.13
CPU time (s): 1269.16
CPU user time (s): 1267.83
CPU system time (s): 1.3318
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3933240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1267.83
system time used= 1.3318
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 873586
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= 9
involuntary context switches= 879

runsolver used 4.35334 second user time and 10.6434 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 15:55:25
IDJOB=3376977
IDBENCH=20580
IDSOLVER=1856
FILE ID=node125/3376977-1305467721
RUNJOBID= node125-1305467719-8800
PBS_JOBID= 13325303
Free space on /tmp= 72900 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376977-1305467721/watcher-3376977-1305467721 -o /tmp/evaluation-result-3376977-1305467721/solver-3376977-1305467721 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376977-1305467721.cnf 1986285104

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1986285104

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      16538488 kB
Buffers:        296636 kB
Cached:        5031396 kB
SwapCached:          0 kB
Active:       12141224 kB
Inactive:      3874812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16538488 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          298664 kB
Writeback:           0 kB
AnonPages:    10687548 kB
Mapped:          38236 kB
Slab:           287360 kB
PageTables:      42628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 78790968 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= 73032 MiB
End job on node125 at 2011-05-15 16:16:35