Trace number 3281343

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-03-01UNSAT 1234.87 1234.84

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.
1.49/2.99	c Parse Cnf success: #var: 306095 #clause: 6069108
1.49/2.99	c Find Units :          1
3.49/3.53	c Find Invs  :          0
4.69/4.72	c Find Ands  :     265798 AvgFaninNum: 21.6153
4.69/4.74	c Find Xors  :          0 AvgFaninNum: nan
4.69/4.77	c Find Ite   :      14553
4.79/4.87	c UnDirect variable: 0
4.79/4.87	c UnDirect to Direct Gate: 0
4.79/4.87	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
4.89/4.98	c Break Cycle : 15
4.89/4.98	c Total Root : 1 Undef Var: 25769
7.79/7.86	c After covering, Total Root: 61 Leaf: 25769
7.79/7.86	c Variable( cover/uncovered/unused ): 306095 0 0
7.79/7.86	c Unit Clauses: 1
7.79/7.86	c Binary Clauses( cover/uncovered ): 5745021 90
7.79/7.86	c Clauses( cover/uncovered ): 323985 11
7.79/7.86	c Total Clauses( cover/uncovered ): 6069007 101 99.9983%
7.79/7.86	c Covered Ands: 265773 Invs: 0 Xors: 0 Ites: 14553
7.89/7.91	c Uncover Clauses avg size: 2.78218 max size: 14
7.89/7.92	c Final circuit: i/l/o/s   25769       0     102   2472012
7.89/7.92	c CnfToAig: Time: 7.91 s
15.59/15.61	c TmMap: Set choices finish.
16.59/16.61	c TmMap: Set big and: 328669
16.59/16.61	c TmMap: Origin: 2497782 ClauseNum: 7416036 --> New: 494932 ClauseNum: 3252571
16.59/16.61	c TmMap: Time: 1.81
28.29/28.39	c Simulation --> TransNum: 2382265/3252571 Try to Add: #clause: 686627 #xorclause: 1
29.09/29.16	c #var: 452889 #clauses: 455752 Solving... 
47.39/47.44	c Abstract SAT
49.29/49.31	c Simulation --> TransNum: 2712560/3252571 Try to Add: #clause: 373 #xorclause: 0
49.29/49.31	c #var: 452993 #clauses: 435392 Solving... 
50.99/51.04	c Abstract SAT
52.89/52.92	c Simulation --> TransNum: 2718591/3252571 Try to Add: #clause: 2229 #xorclause: 0
52.89/52.93	c #var: 454109 #clauses: 437882 Solving... 
53.59/53.67	c Abstract SAT
53.59/53.68	c Simulation --> TransNum: 3252571/3252571 Try to Add: #clause: 361423 #xorclause: 0
53.89/53.92	c #var: 494717 #clauses: 727364 Solving... 
1234.62/1234.66	s UNSATISFIABLE
1234.62/1234.68	c CPU time: 1234.7 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: 935)

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-3281343-1303748125/watcher-3281343-1303748125 -o /tmp/evaluation-result-3281343-1303748125/solver-3281343-1303748125 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3281343-1303748125.cnf 824712502 

running on 2 cores: 4,6

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: 3.79 3.90 2.99 4/186 26325
/proc/meminfo: memFree=12253732/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=39540 CPUtime=0 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 2393 0 0 0 0 0 0 0 23 0 1 0 565043618 40488960 2328 33554432000 4194304 6016207 140735611011456 18446744073709551615 4272580 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 9885 2340 372 445 0 3429 0

[startup+0.0328811 s]
/proc/loadavg: 3.79 3.90 2.99 4/186 26325
/proc/meminfo: memFree=12253732/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=45684 CPUtime=0.02 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 5188 0 0 0 2 0 0 0 23 0 1 0 565043618 46780416 5122 33554432000 4194304 6016207 140735611011456 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 11421 5122 379 445 0 4965 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 45684

[startup+0.100878 s]
/proc/loadavg: 3.79 3.90 2.99 4/186 26325
/proc/meminfo: memFree=12253732/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=55924 CPUtime=0.09 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 7390 0 0 0 9 0 0 0 23 0 1 0 565043618 57266176 7324 33554432000 4194304 6016207 140735611011456 18446744073709551615 4804542 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 16029 7345 379 445 0 9573 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 55924

[startup+0.300822 s]
/proc/loadavg: 3.79 3.90 2.99 4/186 26325
/proc/meminfo: memFree=12253732/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=88820 CPUtime=0.29 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 15433 0 0 0 27 2 0 0 24 0 1 0 565043618 90951680 15367 33554432000 4194304 6016207 140735611011456 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 22205 15367 379 445 0 15749 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88820

[startup+0.700753 s]
/proc/loadavg: 3.79 3.90 2.99 4/186 26325
/proc/meminfo: memFree=12253732/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=138740 CPUtime=0.69 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 27623 0 0 0 66 3 0 0 25 0 1 0 565043618 142069760 27557 33554432000 4194304 6016207 140735611011456 18446744073709551615 4279516 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 34685 27557 379 445 0 28229 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 138740

[startup+1.50061 s]
/proc/loadavg: 3.79 3.90 2.99 5/187 26326
/proc/meminfo: memFree=12023908/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=237428 CPUtime=1.49 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 51411 0 0 0 142 7 0 0 25 0 1 0 565043618 243126272 51345 33554432000 4194304 6016207 140735611011456 18446744073709551615 4278764 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 59357 51346 379 445 0 52901 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 237428

[startup+3.40928 s]
/proc/loadavg: 3.79 3.90 2.99 5/187 26326
/proc/meminfo: memFree=12023908/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=435188 CPUtime=3.4 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 98147 0 0 0 325 15 0 0 25 0 1 0 565043618 445632512 98081 33554432000 4194304 6016207 140735611011456 18446744073709551615 4281944 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 108797 98081 384 445 0 102341 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 435188

[startup+6.30078 s]
/proc/loadavg: 3.97 3.93 3.01 5/187 26326
/proc/meminfo: memFree=11670276/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=439924 CPUtime=6.29 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 98874 0 0 0 614 15 0 0 25 0 1 0 565043618 450482176 98808 33554432000 4194304 6016207 140735611011456 18446744073709551615 4275060 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 109981 98808 400 445 0 103525 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 439924

[startup+12.7007 s]
/proc/loadavg: 4.04 3.95 3.02 5/190 26332
/proc/meminfo: memFree=10623456/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=1012260 CPUtime=12.7 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 243952 0 0 0 1236 34 0 0 25 0 1 0 565043618 1036554240 243781 33554432000 4194304 6016207 140735611011456 18446744073709551615 4779602 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 253065 243781 670 445 0 246609 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 1012260

[startup+25.5004 s]
/proc/loadavg: 4.04 3.95 3.03 5/190 26333
/proc/meminfo: memFree=9059704/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=1430352 CPUtime=25.49 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 348328 0 0 0 2505 44 0 0 25 0 1 0 565043618 1464680448 347907 33554432000 4194304 6016207 140735611011456 18446744073709551615 4246323 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 357588 347907 681 445 0 351132 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1430352

[startup+51.1009 s]
/proc/loadavg: 4.02 3.96 3.06 5/190 26333
/proc/meminfo: memFree=7723256/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=1430352 CPUtime=51.09 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 351181 0 0 0 5065 44 0 0 25 0 1 0 565043618 1464680448 347858 33554432000 4194304 6016207 140735611011456 18446744073709551615 4246362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 357588 347858 717 445 0 351132 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1430352

[startup+102.301 s]
/proc/loadavg: 4.01 3.96 3.10 5/190 26335
/proc/meminfo: memFree=6432636/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=1430352 CPUtime=102.29 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 351184 0 0 0 10185 44 0 0 25 0 1 0 565043618 1464680448 347861 33554432000 4194304 6016207 140735611011456 18446744073709551615 4385573 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 357588 347861 717 445 0 351132 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1430352

[startup+162.3 s]
/proc/loadavg: 4.05 3.98 3.17 5/190 26364
/proc/meminfo: memFree=6842364/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=1447248 CPUtime=162.3 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 416120 0 0 0 16177 53 0 0 25 0 1 0 565043618 1481981952 349216 33554432000 4194304 6016207 140735611011456 18446744073709551615 4425389 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 361812 349216 724 445 0 355356 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1447248

[startup+222.301 s]
/proc/loadavg: 4.02 3.98 3.21 5/190 26366
/proc/meminfo: memFree=6582724/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=2094932 CPUtime=222.29 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 521097 0 0 0 22164 65 0 0 25 0 1 0 565043618 2145210368 454139 33554432000 4194304 6016207 140735611011456 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 523733 454139 735 445 0 517277 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2094932

[startup+282.306 s]
/proc/loadavg: 4.00 3.98 3.26 5/190 26367
/proc/meminfo: memFree=6100928/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=2405408 CPUtime=282.3 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 611641 0 0 0 28154 76 0 0 25 0 1 0 565043618 2463137792 544627 33554432000 4194304 6016207 140735611011456 18446744073709551615 4424808 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 601352 544627 735 445 0 594896 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2405408

[startup+342.301 s]
/proc/loadavg: 4.00 3.98 3.30 5/190 26369
/proc/meminfo: memFree=5310656/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=3028728 CPUtime=342.3 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 734786 0 0 0 34139 91 0 0 25 0 1 0 565043618 3101417472 667729 33554432000 4194304 6016207 140735611011456 18446744073709551615 4733333 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 757182 667729 735 445 0 750726 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3028728

[startup+402.3 s]
/proc/loadavg: 4.00 3.98 3.34 5/190 26399
/proc/meminfo: memFree=5619176/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=3192288 CPUtime=402.29 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 766609 0 0 0 40134 95 0 0 25 0 1 0 565043618 3268902912 699277 33554432000 4194304 6016207 140735611011456 18446744073709551615 4424928 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 798072 699277 735 445 0 791616 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 3192288

[startup+462.301 s]
/proc/loadavg: 4.04 4.00 3.38 5/190 26400
/proc/meminfo: memFree=4868944/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=3366912 CPUtime=462.3 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 799344 0 0 0 46129 101 0 0 25 0 1 0 565043618 3447717888 732012 33554432000 4194304 6016207 140735611011456 18446744073709551615 4425096 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 841728 732012 735 445 0 835272 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3366912

[startup+522.3 s]
/proc/loadavg: 4.07 4.01 3.43 5/190 26402
/proc/meminfo: memFree=4643736/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=3632740 CPUtime=522.3 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 859234 0 0 0 52122 108 0 0 25 0 1 0 565043618 3719925760 791882 33554432000 4194304 6016207 140735611011456 18446744073709551615 4733414 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 908185 791882 735 445 0 901729 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3632740

[startup+582.301 s]
/proc/loadavg: 4.02 4.01 3.46 5/190 26403
/proc/meminfo: memFree=4540664/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=3657536 CPUtime=582.31 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 864105 0 0 0 58122 109 0 0 25 0 1 0 565043618 3745316864 796592 33554432000 4194304 6016207 140735611011456 18446744073709551615 4424125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 914384 796592 735 445 0 907928 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3657536

[startup+642.301 s]

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

/proc/meminfo: memFree=3585968/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=3883556 CPUtime=642.31 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 911133 0 0 0 64116 115 0 0 25 0 1 0 565043618 3976761344 843620 33554432000 4194304 6016207 140735611011456 18446744073709551615 4634850 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 970889 843620 735 445 0 964433 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 3883556

[startup+702.301 s]
/proc/loadavg: 4.01 4.01 3.52 5/190 26407
/proc/meminfo: memFree=3487732/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=3907648 CPUtime=702.31 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 915826 0 0 0 70115 116 0 0 25 0 1 0 565043618 4001431552 848313 33554432000 4194304 6016207 140735611011456 18446744073709551615 4385243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 976912 848313 735 445 0 970456 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 3907648

[startup+762.301 s]
/proc/loadavg: 4.00 4.01 3.55 5/190 26408
/proc/meminfo: memFree=3442940/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=3907648 CPUtime=762.31 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 917236 0 0 0 76115 116 0 0 25 0 1 0 565043618 4001431552 848248 33554432000 4194304 6016207 140735611011456 18446744073709551615 4425008 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 976912 848248 735 445 0 970456 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 3907648

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.58 5/190 26410
/proc/meminfo: memFree=3191824/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4135588 CPUtime=822.32 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 962320 0 0 0 82110 122 0 0 25 0 1 0 565043618 4234842112 893332 33554432000 4194304 6016207 140735611011456 18446744073709551615 4634864 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1033897 893332 735 445 0 1027441 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 4135588

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.60 5/190 26411
/proc/meminfo: memFree=2371420/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4159544 CPUtime=882.31 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 967177 0 0 0 88108 123 0 0 25 0 1 0 565043618 4259373056 898189 33554432000 4194304 6016207 140735611011456 18446744073709551615 4429884 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1039886 898189 735 445 0 1033430 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 4159544

[startup+942.307 s]
/proc/loadavg: 4.04 4.01 3.63 5/190 26413
/proc/meminfo: memFree=2323280/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4183868 CPUtime=942.32 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 972423 0 0 0 94108 124 0 0 25 0 1 0 565043618 4284280832 903435 33554432000 4194304 6016207 140735611011456 18446744073709551615 4387637 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1045967 903435 735 445 0 1039511 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 4183868

[startup+1002.3 s]
/proc/loadavg: 4.01 4.01 3.65 5/190 26415
/proc/meminfo: memFree=2276752/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4208664 CPUtime=1002.31 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 977278 0 0 0 100107 124 0 0 25 0 1 0 565043618 4309671936 908290 33554432000 4194304 6016207 140735611011456 18446744073709551615 4424260 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1052166 908290 735 445 0 1045710 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 4208664

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/187 26419
/proc/meminfo: memFree=8197872/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4367996 CPUtime=1062.32 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 1010957 0 0 0 106103 129 0 0 25 0 1 0 565043618 4472827904 941969 33554432000 4194304 6016207 140735611011456 18446744073709551615 4712736 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1091999 941969 735 445 0 1085543 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 4367996

[startup+1122.3 s]
/proc/loadavg: 3.51 3.87 3.64 4/184 26435
/proc/meminfo: memFree=8481304/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4392320 CPUtime=1122.32 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 1015734 0 0 0 112102 130 0 0 25 0 1 0 565043618 4497735680 946746 33554432000 4194304 6016207 140735611011456 18446744073709551615 4429461 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1098080 946746 735 445 0 1091624 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 4392320

[startup+1182.3 s]
/proc/loadavg: 3.19 3.71 3.60 4/184 26436
/proc/meminfo: memFree=8349348/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4392320 CPUtime=1182.31 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 1017196 0 0 0 118101 130 0 0 25 0 1 0 565043618 4497735680 948208 33554432000 4194304 6016207 140735611011456 18446744073709551615 4385143 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1098080 948208 735 445 0 1091624 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 4392320

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

[startup+1204.9 s]
/proc/loadavg: 3.12 3.65 3.58 4/184 26437
/proc/meminfo: memFree=8347860/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4392320 CPUtime=1204.92 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 1017536 0 0 0 120361 131 0 0 25 0 1 0 565043618 4497735680 948548 33554432000 4194304 6016207 140735611011456 18446744073709551615 4424219 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1098080 948548 735 445 0 1091624 0
Current children cumulated CPU time (s) 1204.92
Current children cumulated vsize (KiB) 4392320

[startup+1217.7 s]
/proc/loadavg: 3.09 3.62 3.57 4/184 26437
/proc/meminfo: memFree=8344996/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4392320 CPUtime=1217.72 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 1017536 0 0 0 121641 131 0 0 25 0 1 0 565043618 4497735680 948548 33554432000 4194304 6016207 140735611011456 18446744073709551615 4424125 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1098080 948548 735 445 0 1091624 0
Current children cumulated CPU time (s) 1217.72
Current children cumulated vsize (KiB) 4392320

[startup+1224.1 s]
/proc/loadavg: 3.09 3.61 3.57 4/184 26438
/proc/meminfo: memFree=8344992/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4392320 CPUtime=1224.12 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 1017536 0 0 0 122281 131 0 0 25 0 1 0 565043618 4497735680 948548 33554432000 4194304 6016207 140735611011456 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1098080 948548 735 445 0 1091624 0
Current children cumulated CPU time (s) 1224.12
Current children cumulated vsize (KiB) 4392320

[startup+1230.51 s]
/proc/loadavg: 3.08 3.60 3.56 4/184 26438
/proc/meminfo: memFree=8344988/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4392320 CPUtime=1230.53 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 1017536 0 0 0 122922 131 0 0 25 0 1 0 565043618 4497735680 948548 33554432000 4194304 6016207 140735611011456 18446744073709551615 4424247 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1098080 948548 735 445 0 1091624 0
Current children cumulated CPU time (s) 1230.53
Current children cumulated vsize (KiB) 4392320

[startup+1232.1 s]
/proc/loadavg: 3.08 3.60 3.56 4/184 26438
/proc/meminfo: memFree=8344988/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4392320 CPUtime=1232.12 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 1017536 0 0 0 123081 131 0 0 25 0 1 0 565043618 4497735680 948548 33554432000 4194304 6016207 140735611011456 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1098080 948548 735 445 0 1091624 0
Current children cumulated CPU time (s) 1232.12
Current children cumulated vsize (KiB) 4392320

[startup+1233.7 s]
/proc/loadavg: 3.07 3.59 3.56 4/184 26438
/proc/meminfo: memFree=8344988/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4392320 CPUtime=1233.73 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 1017536 0 0 0 123242 131 0 0 25 0 1 0 565043618 4497735680 948548 33554432000 4194304 6016207 140735611011456 18446744073709551615 4385057 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1098080 948548 735 445 0 1091624 0
Current children cumulated CPU time (s) 1233.73
Current children cumulated vsize (KiB) 4392320

[startup+1234.5 s]
/proc/loadavg: 3.07 3.59 3.56 4/184 26438
/proc/meminfo: memFree=8344988/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=4392320 CPUtime=1234.52 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202496 1017536 0 0 0 123321 131 0 0 25 0 1 0 565043618 4497735680 948548 33554432000 4194304 6016207 140735611011456 18446744073709551615 4809512 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/26325/statm: 1098080 948548 735 445 0 1091624 0
Current children cumulated CPU time (s) 1234.52
Current children cumulated vsize (KiB) 4392320

[startup+1234.7 s]
/proc/loadavg: 3.07 3.59 3.56 4/184 26438
/proc/meminfo: memFree=8344988/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=0 CPUtime=1234.72 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202500 1017541 0 0 0 123339 133 0 0 25 0 1 0 565043618 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/26325/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1234.72
Current children cumulated vsize (KiB) 0

[startup+1234.8 s]
/proc/loadavg: 3.07 3.59 3.56 4/184 26438
/proc/meminfo: memFree=11151364/32951124 swapFree=67102140/67111528
[pid=26325] ppid=26323 vsize=0 CPUtime=1234.82 cores=4,6
/proc/26325/stat : 26325 (qutersat_releas) R 26323 26325 26036 0 -1 4202500 1017541 0 0 0 123339 143 0 0 25 0 1 0 565043618 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/26325/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1234.82
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1234.84
CPU time (s): 1234.87
CPU user time (s): 1233.4
CPU system time (s): 1.47078
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4392320

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

runsolver used 2.13567 second user time and 4.5973 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-25 18:15:30
IDJOB=3281343
IDBENCH=20580
IDSOLVER=1607
FILE ID=node119/3281343-1303748125
RUNJOBID= node119-1303746813-26055
PBS_JOBID= 13154043
Free space on /tmp= 71680 MiB

SOLVER NAME= QuteRSat 2011-03-01
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-3281343-1303748125/watcher-3281343-1303748125 -o /tmp/evaluation-result-3281343-1303748125/solver-3281343-1303748125 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3281343-1303748125.cnf 824712502

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=824712502

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12254004 kB
Buffers:       2217680 kB
Cached:       16710692 kB
SwapCached:       5504 kB
Active:        9072700 kB
Inactive:     11035744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12254004 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:          203352 kB
Writeback:           0 kB
AnonPages:     1176752 kB
Mapped:          18456 kB
Slab:           522404 kB
PageTables:       7636 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1843408 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= 71756 MiB
End job on node119 at 2011-04-25 18:36:05