Trace number 3384492

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 1775.87 1775.83

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
MD5SUM776da55785376fd8eac6989ca812b102
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark935.02
Satisfiable
(Un)Satisfiability was proved
Number of variables371419
Number of clauses7170909
Sum of the clauses size20872419
Maximum clause length205
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26770451
Number of clauses of size 392326
Number of clauses of size 48862
Number of clauses of size 523554
Number of clauses of size over 5275715

Solver Data

0.00/0.01	c Set FPU double precision.
3.29/3.32	c Parse Cnf success: #var: 371419 #clause: 7170909
3.29/3.32	c Find Units :          1
3.87/3.98	c Find Invs  :          0
5.38/5.42	c Find Ands  :     320167 AvgFaninNum: 21.1473
5.38/5.44	c Find Xors  :          0 AvgFaninNum: nan
5.38/5.47	c Find Ite   :      20076
5.58/5.60	c UnDirect variable: 0
5.58/5.60	c UnDirect to Direct Gate: 0
5.58/5.60	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
5.68/5.73	c Break Cycle : 10
5.68/5.73	c Total Root : 1 Undef Var: 31196
8.88/8.98	c After covering, Total Root: 1 Leaf: 31196
8.88/8.98	c Variable( cover/uncovered/unused ): 371419 0 0
8.88/8.98	c Unit Clauses: 1
8.88/8.98	c Binary Clauses( cover/uncovered ): 6770415 36
8.88/8.98	c Clauses( cover/uncovered ): 400451 6
8.88/8.98	c Total Clauses( cover/uncovered ): 7170867 42 99.9994%
8.88/8.98	c Covered Ands: 320147 Invs: 0 Xors: 0 Ites: 20076
8.98/9.02	c Uncover Clauses avg size: 2.71429 max size: 16
8.98/9.03	c Final circuit: i/l/o/s   31196       0      43   2869799
8.98/9.03	c CnfToAig: Time: 9.01 s
17.18/17.29	c TmMap: Set choices finish.
18.37/18.44	c TmMap: Set big and: 387303
18.37/18.44	c TmMap: Origin: 2900996 ClauseNum: 8609397 --> New: 587136 ClauseNum: 3801389
18.37/18.44	c TmMap: Time: 2.03
30.88/30.90	c Simulation --> TransNum: 2831441/3801389 Try to Add: #clause: 848072 #xorclause: 0
31.79/31.86	c #var: 554663 #clauses: 585249 Solving... 
62.78/62.80	c Abstract SAT
64.68/64.79	c Simulation --> TransNum: 3259769/3801389 Try to Add: #clause: 425 #xorclause: 0
64.68/64.80	c #var: 554870 #clauses: 630487 Solving... 
66.08/66.18	c Abstract SAT
68.08/68.17	c Simulation --> TransNum: 3260904/3801389 Try to Add: #clause: 539 #xorclause: 0
68.08/68.18	c #var: 554891 #clauses: 633429 Solving... 
69.08/69.20	c Abstract SAT
69.19/69.21	c Simulation --> TransNum: 3801389/3801389 Try to Add: #clause: 381804 #xorclause: 0
69.68/69.72	c #var: 586818 #clauses: 1168907 Solving... 
1775.63/1775.65	s UNSATISFIABLE
1775.63/1775.67	c CPU time: 1775.71 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-3384492-1305552722/watcher-3384492-1305552722 -o /tmp/evaluation-result-3384492-1305552722/solver-3384492-1305552722 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384492-1305552722.cnf 695434408 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.03 2.02 2.00 2/312 3779
/proc/meminfo: memFree=17089060/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=18612 CPUtime=0 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) S 3777 3779 3075 0 -1 4194304 114 0 0 0 0 0 0 0 18 0 1 0 666870858 19058688 69 33554432000 4194304 6014671 140737439012688 18446744073709551615 246511910535 0 2147483391 4096 0 18446744071699453118 0 0 17 2 0 0 0
/proc/3779/statm: 5187 69 51 445 0 90 0

[startup+0.083888 s]
/proc/loadavg: 2.03 2.02 2.00 2/312 3779
/proc/meminfo: memFree=17089060/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=53360 CPUtime=0.07 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 7149 0 0 0 7 0 0 0 18 0 1 0 666870858 54640640 7086 33554432000 4194304 6014671 140737439012688 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/3779/statm: 13340 7086 378 445 0 6885 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 53360

[startup+0.10088 s]
/proc/loadavg: 2.03 2.02 2.00 2/312 3779
/proc/meminfo: memFree=17089060/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=65648 CPUtime=0.08 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 8223 0 0 0 8 0 0 0 18 0 1 0 666870858 67223552 8161 33554432000 4194304 6014671 140737439012688 18446744073709551615 4307704 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/3779/statm: 16412 8188 378 445 0 9957 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 65648

[startup+0.300847 s]
/proc/loadavg: 2.03 2.02 2.00 2/312 3779
/proc/meminfo: memFree=17089060/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=91376 CPUtime=0.29 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 16147 0 0 0 27 2 0 0 18 0 1 0 666870858 93569024 16084 33554432000 4194304 6014671 140737439012688 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/3779/statm: 22844 16084 378 445 0 16389 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 91376

[startup+0.700803 s]
/proc/loadavg: 2.03 2.02 2.00 2/312 3779
/proc/meminfo: memFree=17089060/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=140784 CPUtime=0.69 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 28250 0 0 0 65 4 0 0 18 0 1 0 666870858 144162816 28187 33554432000 4194304 6014671 140737439012688 18446744073709551615 4220522 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/3779/statm: 35196 28188 378 445 0 28741 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 140784

[startup+1.50059 s]
/proc/loadavg: 2.03 2.02 2.00 3/313 3780
/proc/meminfo: memFree=16890688/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=239472 CPUtime=1.48 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 52108 0 0 0 141 7 0 0 20 0 1 0 666870858 245219328 52045 33554432000 4194304 6014671 140737439012688 18446744073709551615 4310496 0 0 4096 16386 0 0 0 17 6 0 0 0
/proc/3779/statm: 59868 52045 378 445 0 53413 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 239472

[startup+3.10034 s]
/proc/loadavg: 2.03 2.02 2.00 3/313 3780
/proc/meminfo: memFree=16699108/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=445552 CPUtime=3.08 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 101559 0 0 0 293 15 0 0 25 0 1 0 666870858 456245248 101496 33554432000 4194304 6014671 140737439012688 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 2 0 0 0
/proc/3779/statm: 111388 101496 378 445 0 104933 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 445552

[startup+6.30075 s]
/proc/loadavg: 2.11 2.04 2.01 3/313 3780
/proc/meminfo: memFree=16650396/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=479216 CPUtime=6.28 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 110910 0 0 0 611 17 0 0 25 0 1 0 666870858 490717184 110847 33554432000 4194304 6014671 140737439012688 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 119804 110847 398 445 0 113349 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 479216

[startup+12.7006 s]
/proc/loadavg: 2.10 2.04 2.00 3/313 3780
/proc/meminfo: memFree=16272468/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=947396 CPUtime=12.68 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 228639 0 0 0 1237 31 0 0 25 0 1 0 666870858 970133504 228437 33554432000 4194304 6014671 140737439012688 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 236849 228438 668 445 0 230394 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 947396

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 2.00 3/313 3780
/proc/meminfo: memFree=15483436/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=1654396 CPUtime=25.48 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 401582 0 0 0 2497 51 0 0 25 0 1 0 666870858 1694101504 401104 33554432000 4194304 6014671 140737439012688 18446744073709551615 4244016 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 413599 401104 681 445 0 407144 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1654396

[startup+51.1006 s]
/proc/loadavg: 2.05 2.03 2.00 3/313 3781
/proc/meminfo: memFree=15482152/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=1654396 CPUtime=51.08 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 402335 0 0 0 5057 51 0 0 25 0 1 0 666870858 1694101504 401631 33554432000 4194304 6014671 140737439012688 18446744073709551615 4711363 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 413599 401631 711 445 0 407144 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1654396

[startup+102.312 s]
/proc/loadavg: 2.10 2.04 2.01 3/313 3782
/proc/meminfo: memFree=15592968/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=1785648 CPUtime=102.29 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 425412 0 0 0 10174 55 0 0 25 0 1 0 666870858 1828503552 373497 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 446412 373497 726 445 0 439957 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1785648

[startup+162.3 s]
/proc/loadavg: 2.12 2.06 2.01 3/313 3784
/proc/meminfo: memFree=15261444/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=2072432 CPUtime=162.28 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 507926 0 0 0 16163 65 0 0 25 0 1 0 666870858 2122170368 456011 33554432000 4194304 6014671 140737439012688 18446744073709551615 4534611 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 518108 456011 730 445 0 511653 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 2072432

[startup+222.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/313 3786
/proc/meminfo: memFree=15066484/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=2210792 CPUtime=222.28 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 557604 0 0 0 22156 72 0 0 25 0 1 0 666870858 2263851008 505689 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 552698 505689 730 445 0 546243 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 2210792

[startup+282.3 s]
/proc/loadavg: 2.11 2.06 2.01 3/313 3787
/proc/meminfo: memFree=14781984/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=2576040 CPUtime=282.28 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 627498 0 0 0 28147 81 0 0 25 0 1 0 666870858 2637864960 575583 33554432000 4194304 6014671 140737439012688 18446744073709551615 4386101 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 644010 575583 731 445 0 637555 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 2576040

[startup+342.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/313 3789
/proc/meminfo: memFree=14558744/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=2847948 CPUtime=342.29 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 682674 0 0 0 34141 88 0 0 25 0 1 0 666870858 2916298752 630720 33554432000 4194304 6014671 140737439012688 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 711987 630720 731 445 0 705532 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 2847948

[startup+402.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/313 3790
/proc/meminfo: memFree=14324956/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=3164052 CPUtime=402.29 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 740887 0 0 0 40135 94 0 0 25 0 1 0 666870858 3239989248 688932 33554432000 4194304 6014671 140737439012688 18446744073709551615 4376739 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 791013 688932 731 445 0 784558 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 3164052

[startup+462.301 s]
/proc/loadavg: 2.02 2.04 2.00 3/313 3792
/proc/meminfo: memFree=14312500/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=3164052 CPUtime=462.29 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 744021 0 0 0 46134 95 0 0 25 0 1 0 666870858 3239989248 692066 33554432000 4194304 6014671 140737439012688 18446744073709551615 4422580 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 791013 692066 731 445 0 784558 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 3164052

[startup+522.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/313 3794
/proc/meminfo: memFree=14064224/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=3485368 CPUtime=522.29 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 806203 0 0 0 52125 104 0 0 25 0 1 0 666870858 3569016832 753989 33554432000 4194304 6014671 140737439012688 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 871342 753989 731 445 0 864887 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 3485368

[startup+582.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/313 3795
/proc/meminfo: memFree=14058980/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=3485368 CPUtime=582.29 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 807512 0 0 0 58124 105 0 0 25 0 1 0 666870858 3569016832 755298 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423640 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 871342 755298 731 445 0 864887 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 3485368

[startup+642.301 s]

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

/proc/meminfo: memFree=13440888/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4225604 CPUtime=1182.31 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 958895 0 0 0 118106 125 0 0 25 0 1 0 666870858 4327018496 906012 33554432000 4194304 6014671 140737439012688 18446744073709551615 4424123 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1056401 906012 731 445 0 1049946 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 4225604

[startup+1242.3 s]
/proc/loadavg: 2.13 2.05 2.01 3/313 3813
/proc/meminfo: memFree=13417904/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4253440 CPUtime=1242.32 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 964110 0 0 0 124106 126 0 0 25 0 1 0 666870858 4355522560 911227 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1063360 911227 731 445 0 1056905 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 4253440

[startup+1302.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/313 3814
/proc/meminfo: memFree=13412772/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4253440 CPUtime=1302.33 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 965209 0 0 0 130106 127 0 0 25 0 1 0 666870858 4355522560 912326 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423545 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1063360 912326 731 445 0 1056905 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 4253440

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/313 3816
/proc/meminfo: memFree=13392384/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4281628 CPUtime=1362.32 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 970486 0 0 0 136104 128 0 0 25 0 1 0 666870858 4384387072 917603 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1070407 917603 731 445 0 1063952 0
Current children cumulated CPU time (s) 1362.32
Current children cumulated vsize (KiB) 4281628

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/313 3818
/proc/meminfo: memFree=13383024/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4281628 CPUtime=1422.33 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 971667 0 0 0 142105 128 0 0 25 0 1 0 666870858 4384387072 918784 33554432000 4194304 6014671 140737439012688 18446744073709551615 4376749 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1070407 918784 731 445 0 1063952 0
Current children cumulated CPU time (s) 1422.33
Current children cumulated vsize (KiB) 4281628

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/313 3819
/proc/meminfo: memFree=13358796/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4310380 CPUtime=1482.32 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 977255 0 0 0 148103 129 0 0 25 0 1 0 666870858 4413829120 924372 33554432000 4194304 6014671 140737439012688 18446744073709551615 4422791 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1077595 924372 731 445 0 1071140 0
Current children cumulated CPU time (s) 1482.32
Current children cumulated vsize (KiB) 4310380

[startup+1542.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/313 3821
/proc/meminfo: memFree=13353668/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4310380 CPUtime=1542.32 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 978602 0 0 0 154102 130 0 0 25 0 1 0 666870858 4413829120 925719 33554432000 4194304 6014671 140737439012688 18446744073709551615 4378728 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1077595 925719 731 445 0 1071140 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 4310380

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/313 3822
/proc/meminfo: memFree=13238796/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4441360 CPUtime=1602.32 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 1006990 0 0 0 160098 134 0 0 25 0 1 0 666870858 4547952640 954107 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423596 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1110340 954107 731 445 0 1103885 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 4441360

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/313 3824
/proc/meminfo: memFree=13217404/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4470396 CPUtime=1662.33 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 1012336 0 0 0 166097 136 0 0 25 0 1 0 666870858 4577685504 959453 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1117599 959453 731 445 0 1111144 0
Current children cumulated CPU time (s) 1662.33
Current children cumulated vsize (KiB) 4470396

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/313 3826
/proc/meminfo: memFree=13212404/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4470396 CPUtime=1722.33 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 1013566 0 0 0 172096 137 0 0 25 0 1 0 666870858 4577685504 960683 33554432000 4194304 6014671 140737439012688 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1117599 960683 731 445 0 1111144 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 4470396

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

[startup+1740.7 s]
/proc/loadavg: 2.06 2.02 2.00 3/313 3835
/proc/meminfo: memFree=13211948/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4470396 CPUtime=1740.73 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 1013568 0 0 0 173936 137 0 0 25 0 1 0 666870858 4577685504 960685 33554432000 4194304 6014671 140737439012688 18446744073709551615 4383607 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1117599 960685 731 445 0 1111144 0
Current children cumulated CPU time (s) 1740.73
Current children cumulated vsize (KiB) 4470396

[startup+1753.5 s]
/proc/loadavg: 2.05 2.01 2.00 3/313 3835
/proc/meminfo: memFree=13212392/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4470396 CPUtime=1753.53 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 1013569 0 0 0 175216 137 0 0 25 0 1 0 666870858 4577685504 960686 33554432000 4194304 6014671 140737439012688 18446744073709551615 4383500 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1117599 960686 731 445 0 1111144 0
Current children cumulated CPU time (s) 1753.53
Current children cumulated vsize (KiB) 4470396

[startup+1766.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/313 3836
/proc/meminfo: memFree=13212260/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4470396 CPUtime=1766.33 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 1013601 0 0 0 176496 137 0 0 25 0 1 0 666870858 4577685504 960718 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1117599 960718 731 445 0 1111144 0
Current children cumulated CPU time (s) 1766.33
Current children cumulated vsize (KiB) 4470396

[startup+1772.7 s]
/proc/loadavg: 2.04 2.01 2.00 3/313 3836
/proc/meminfo: memFree=13211636/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4470396 CPUtime=1772.73 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 1013602 0 0 0 177136 137 0 0 25 0 1 0 666870858 4577685504 960719 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423373 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1117599 960719 731 445 0 1111144 0
Current children cumulated CPU time (s) 1772.73
Current children cumulated vsize (KiB) 4470396

[startup+1774.31 s]
/proc/loadavg: 2.03 2.01 2.00 3/313 3836
/proc/meminfo: memFree=13211636/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4470396 CPUtime=1774.35 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 1013602 0 0 0 177298 137 0 0 25 0 1 0 666870858 4577685504 960719 33554432000 4194304 6014671 140737439012688 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1117599 960719 731 445 0 1111144 0
Current children cumulated CPU time (s) 1774.35
Current children cumulated vsize (KiB) 4470396

[startup+1775.1 s]
/proc/loadavg: 2.03 2.01 2.00 3/313 3836
/proc/meminfo: memFree=13211636/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4470396 CPUtime=1775.13 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 1013602 0 0 0 177376 137 0 0 25 0 1 0 666870858 4577685504 960719 33554432000 4194304 6014671 140737439012688 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1117599 960719 731 445 0 1111144 0
Current children cumulated CPU time (s) 1775.13
Current children cumulated vsize (KiB) 4470396

[startup+1775.5 s]
/proc/loadavg: 2.03 2.01 2.00 3/313 3836
/proc/meminfo: memFree=13211636/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=4470396 CPUtime=1775.53 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202496 1013603 0 0 0 177416 137 0 0 25 0 1 0 666870858 4577685504 960615 33554432000 4194304 6014671 140737439012688 18446744073709551615 4793952 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/3779/statm: 1117599 960615 731 445 0 1111144 0
Current children cumulated CPU time (s) 1775.53
Current children cumulated vsize (KiB) 4470396

[startup+1775.7 s]
/proc/loadavg: 2.03 2.01 2.00 3/313 3836
/proc/meminfo: memFree=13211636/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=0 CPUtime=1775.73 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202500 1013607 0 0 0 177434 139 0 0 25 0 1 0 666870858 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/3779/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1775.73
Current children cumulated vsize (KiB) 0

[startup+1775.8 s]
/proc/loadavg: 2.03 2.01 2.00 3/313 3836
/proc/meminfo: memFree=13211636/32951124 swapFree=54450792/67111528
[pid=3779] ppid=3777 vsize=0 CPUtime=1775.83 cores=0,2,4,6
/proc/3779/stat : 3779 (qutersat_releas) R 3777 3779 3075 0 -1 4202500 1013607 0 0 0 177434 149 0 0 25 0 1 0 666870858 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/3779/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1775.83
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 1775.83
CPU time (s): 1775.87
CPU user time (s): 1774.35
CPU system time (s): 1.51977
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 4470396

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

runsolver used 5.67114 second user time and 12.0942 second system time

The end

Launcher Data

Begin job on node134 at 2011-05-16 15:32:07
IDJOB=3384492
IDBENCH=85005
IDSOLVER=1868
FILE ID=node134/3384492-1305552722
RUNJOBID= node134-1305540197-3096
PBS_JOBID= 13329219
Free space on /tmp= 73436 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq8.used-as.sat04-718.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384492-1305552722/watcher-3384492-1305552722 -o /tmp/evaluation-result-3384492-1305552722/solver-3384492-1305552722 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384492-1305552722.cnf 695434408

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

MD5SUM BENCH= 776da55785376fd8eac6989ca812b102
RANDOM SEED=695434408

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17089340 kB
Buffers:        148848 kB
Cached:         827396 kB
SwapCached:      16428 kB
Active:        4509584 kB
Inactive:     11116532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17089340 kB
SwapTotal:    67111528 kB
SwapFree:     54450792 kB
Dirty:          158048 kB
Writeback:           0 kB
AnonPages:    14641116 kB
Mapped:          16284 kB
Slab:           100096 kB
PageTables:      73252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59834124 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73436 MiB
End job on node134 at 2011-05-16 16:01:43