Trace number 3384526

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 3800.54 3800.43

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq60_a.cnf
MD5SUM1e60a63f1ba68b9b3c423ca413b4fa2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark718.86
Satisfiable
(Un)Satisfiability was proved
Number of variables651875
Number of clauses9927770
Sum of the clauses size28821360
Maximum clause length195
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28783867
Number of clauses of size 3839934
Number of clauses of size 410777
Number of clauses of size 570916
Number of clauses of size over 5222275

Solver Data

0.00/0.00	c Set FPU double precision.
6.39/6.44	c Parse Cnf success: #var: 651875 #clause: 9927770
6.39/6.44	c Find Units :          1
7.19/7.26	c Find Invs  :          0
9.09/9.12	c Find Ands  :     480975 AvgFaninNum: 18.2626
9.09/9.17	c Find Xors  :          0 AvgFaninNum: nan
9.29/9.37	c Find Ite   :     165732
9.99/10.03	c UnDirect variable: 0
9.99/10.03	c UnDirect to Direct Gate: 0
9.99/10.03	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
10.19/10.21	c Break Cycle : 1
10.19/10.21	c Total Root : 1 Undef Var: 5169
15.09/15.13	c After covering, Total Root: 1 Leaf: 5169
15.09/15.13	c Variable( cover/uncovered/unused ): 651875 0 0
15.09/15.13	c Unit Clauses: 1
15.09/15.13	c Binary Clauses( cover/uncovered ): 8783867 0
15.09/15.13	c Clauses( cover/uncovered ): 1143902 0
15.09/15.13	c Total Clauses( cover/uncovered ): 9927770 0 100%
15.09/15.13	c Covered Ands: 480974 Invs: 0 Xors: 0 Ites: 165732
15.09/15.19	c Uncover Clauses avg size: nan max size: 0
15.19/15.21	c Final circuit: i/l/o/s    5169       0       1   6038711
15.19/15.21	c CnfToAig: Time: 15.2 s
33.09/33.12	c TmMap: Set choices finish.
35.10/35.14	c TmMap: Set big and: 307586
35.10/35.14	c TmMap: Origin: 6043881 ClauseNum: 18116133 --> New: 692965 ClauseNum: 7284419
35.10/35.14	c TmMap: Time: 3.96
55.29/55.31	c Simulation --> TransNum: 5012473/7284419 Try to Add: #clause: 1150659 #xorclause: 0
56.69/56.72	c #var: 606906 #clauses: 1232689 Solving... 
84.89/84.99	c Abstract SAT
88.00/88.05	c Simulation --> TransNum: 5685830/7284419 Try to Add: #clause: 1947 #xorclause: 0
88.00/88.08	c #var: 607418 #clauses: 1136953 Solving... 
96.29/96.33	c Abstract SAT
99.49/99.52	c Simulation --> TransNum: 6512968/7284419 Try to Add: #clause: 170006 #xorclause: 0
99.99/100.09	c #var: 674907 #clauses: 1953201 Solving... 
138.29/138.33	c Abstract SAT
138.29/138.35	c Simulation --> TransNum: 7284419/7284419 Try to Add: #clause: 286207 #xorclause: 0
138.60/138.67	c #var: 692963 #clauses: 2303351 Solving... 
3800.29/3800.20	s UNSATISFIABLE
3800.29/3800.23	c CPU time: 3800.33 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-3384526-1305555456/watcher-3384526-1305555456 -o /tmp/evaluation-result-3384526-1305555456/solver-3384526-1305555456 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384526-1305555456.cnf 484934113 

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: 1.01 1.30 1.67 3/361 9394
/proc/meminfo: memFree=22121716/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=47644 CPUtime=0 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 2886 0 0 0 0 0 0 0 22 0 1 0 647962153 48787456 2822 33554432000 4194304 6014671 140735582005456 18446744073709551615 4271063 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 11911 2837 370 445 0 5456 0

[startup+0.097142 s]
/proc/loadavg: 1.01 1.30 1.67 3/361 9394
/proc/meminfo: memFree=22121716/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=64028 CPUtime=0.09 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 9840 0 0 0 8 1 0 0 22 0 1 0 647962153 65564672 9776 33554432000 4194304 6014671 140735582005456 18446744073709551615 4220688 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 16007 9776 378 445 0 9552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64028

[startup+0.101133 s]
/proc/loadavg: 1.01 1.30 1.67 3/361 9394
/proc/meminfo: memFree=22121716/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=64028 CPUtime=0.09 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 9867 0 0 0 8 1 0 0 22 0 1 0 647962153 65564672 9803 33554432000 4194304 6014671 140735582005456 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 16007 9803 378 445 0 9552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64028

[startup+0.301114 s]
/proc/loadavg: 1.01 1.30 1.67 3/361 9394
/proc/meminfo: memFree=22121716/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=107164 CPUtime=0.29 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 19830 0 0 0 27 2 0 0 23 0 1 0 647962153 109735936 19766 33554432000 4194304 6014671 140735582005456 18446744073709551615 4308243 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 26791 19766 378 445 0 20336 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 107164

[startup+0.701031 s]
/proc/loadavg: 1.01 1.30 1.67 3/361 9394
/proc/meminfo: memFree=22121716/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=165788 CPUtime=0.69 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 33815 0 0 0 65 4 0 0 25 0 1 0 647962153 169766912 33751 33554432000 4194304 6014671 140735582005456 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 41447 33751 378 445 0 34992 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 165788

[startup+1.5009 s]
/proc/loadavg: 1.17 1.33 1.68 3/362 9395
/proc/meminfo: memFree=21857184/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=285596 CPUtime=1.49 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 62085 0 0 0 141 8 0 0 25 0 1 0 647962153 292450304 62021 33554432000 4194304 6014671 140735582005456 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 71399 62021 378 445 0 64944 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 285596

[startup+3.1006 s]
/proc/loadavg: 1.17 1.33 1.68 3/362 9395
/proc/meminfo: memFree=21529700/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=532636 CPUtime=3.09 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 120161 0 0 0 294 15 0 0 25 0 1 0 647962153 545419264 120097 33554432000 4194304 6014671 140735582005456 18446744073709551615 4309366 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 133159 120097 378 445 0 126704 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 532636

[startup+6.30106 s]
/proc/loadavg: 1.17 1.33 1.68 3/362 9395
/proc/meminfo: memFree=20750616/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=1026716 CPUtime=6.29 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 241071 0 0 0 598 31 0 0 25 0 1 0 647962153 1051357184 234498 33554432000 4194304 6014671 140735582005456 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 256679 234498 378 445 0 250224 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1026716

[startup+12.7009 s]
/proc/loadavg: 1.29 1.35 1.68 3/362 9396
/proc/meminfo: memFree=20052244/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=1027868 CPUtime=12.69 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 244008 0 0 0 1237 32 0 0 25 0 1 0 647962153 1052536832 237435 33554432000 4194304 6014671 140735582005456 18446744073709551615 4267136 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 256967 237435 398 445 0 250512 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1027868

[startup+25.5006 s]
/proc/loadavg: 1.40 1.37 1.68 3/362 9396
/proc/meminfo: memFree=17518872/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=2260860 CPUtime=25.49 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 565691 0 0 0 2478 71 0 0 25 0 1 0 647962153 2315120640 559118 33554432000 4194304 6014671 140735582005456 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 565215 559119 668 445 0 558760 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2260860

[startup+51.101 s]
/proc/loadavg: 1.67 1.44 1.69 3/362 9397
/proc/meminfo: memFree=16073228/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=3380288 CPUtime=51.09 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 845013 0 0 0 5006 103 0 0 25 0 1 0 647962153 3461414912 834344 33554432000 4194304 6014671 140735582005456 18446744073709551615 4244754 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 845072 834344 681 445 0 838617 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 3380288

[startup+102.314 s]
/proc/loadavg: 1.87 1.53 1.71 3/362 9398
/proc/meminfo: memFree=16072340/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=3380288 CPUtime=102.3 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 845288 0 0 0 10127 103 0 0 25 0 1 0 647962153 3461414912 834619 33554432000 4194304 6014671 140735582005456 18446744073709551615 4424107 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 845072 834619 726 445 0 838617 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 3380288

[startup+162.301 s]
/proc/loadavg: 1.95 1.61 1.73 3/362 9400
/proc/meminfo: memFree=16354320/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=3380288 CPUtime=162.3 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 845320 0 0 0 16125 105 0 0 25 0 1 0 647962153 3461414912 763791 33554432000 4194304 6014671 140735582005456 18446744073709551615 4424324 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 845072 763791 726 445 0 838617 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 3380288

[startup+222.3 s]
/proc/loadavg: 1.98 1.68 1.74 3/362 9401
/proc/meminfo: memFree=16354280/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=3380288 CPUtime=222.3 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 845320 0 0 0 22125 105 0 0 25 0 1 0 647962153 3461414912 763791 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423591 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 845072 763791 726 445 0 838617 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 3380288

[startup+282.3 s]
/proc/loadavg: 1.99 1.74 1.75 3/362 9403
/proc/meminfo: memFree=16354460/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=3380288 CPUtime=282.3 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 845321 0 0 0 28125 105 0 0 25 0 1 0 647962153 3461414912 763792 33554432000 4194304 6014671 140735582005456 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 845072 763792 727 445 0 838617 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 3380288

[startup+342.301 s]
/proc/loadavg: 1.99 1.78 1.76 3/362 9404
/proc/meminfo: memFree=16354900/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=3380288 CPUtime=342.3 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 845321 0 0 0 34125 105 0 0 25 0 1 0 647962153 3461414912 763792 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423483 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 845072 763792 727 445 0 838617 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 3380288

[startup+402.301 s]
/proc/loadavg: 1.99 1.82 1.78 3/362 9406
/proc/meminfo: memFree=16355196/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=3380288 CPUtime=402.3 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 845324 0 0 0 40125 105 0 0 25 0 1 0 647962153 3461414912 763795 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 845072 763795 730 445 0 838617 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 3380288

[startup+462.301 s]
/proc/loadavg: 1.99 1.85 1.79 3/362 9411
/proc/meminfo: memFree=16650128/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=3380288 CPUtime=462.3 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 845326 0 0 0 46125 105 0 0 25 0 1 0 647962153 3461414912 763797 33554432000 4194304 6014671 140735582005456 18446744073709551615 4422687 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 845072 763797 730 445 0 838617 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 3380288

[startup+522.3 s]
/proc/loadavg: 2.09 1.90 1.81 3/362 9412
/proc/meminfo: memFree=16650236/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=3380288 CPUtime=522.3 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 845326 0 0 0 52125 105 0 0 25 0 1 0 647962153 3461414912 763797 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 845072 763797 730 445 0 838617 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3380288

[startup+582.301 s]
/proc/loadavg: 2.15 1.96 1.83 3/362 9414
/proc/meminfo: memFree=16627840/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=3380288 CPUtime=582.31 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 845326 0 0 0 58126 105 0 0 25 0 1 0 647962153 3461414912 763797 33554432000 4194304 6014671 140735582005456 18446744073709551615 4425460 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 845072 763797 730 445 0 838617 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 3380288

[startup+642.301 s]

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

/proc/meminfo: memFree=17869272/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5098560 CPUtime=3222.37 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1245035 0 0 0 322084 153 0 0 25 0 1 0 647962153 5220925440 1162645 33554432000 4194304 6014671 140735582005456 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1274640 1162645 731 445 0 1268185 0
Current children cumulated CPU time (s) 3222.37
Current children cumulated vsize (KiB) 5098560

[startup+3282.3 s]
/proc/loadavg: 1.00 1.01 1.25 2/356 9512
/proc/meminfo: memFree=17869204/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5098560 CPUtime=3282.38 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1245037 0 0 0 328085 153 0 0 25 0 1 0 647962153 5220925440 1162647 33554432000 4194304 6014671 140735582005456 18446744073709551615 4383701 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1274640 1162647 731 445 0 1268185 0
Current children cumulated CPU time (s) 3282.38
Current children cumulated vsize (KiB) 5098560

[startup+3342.3 s]
/proc/loadavg: 1.03 1.02 1.24 2/356 9513
/proc/meminfo: memFree=17868996/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5098560 CPUtime=3342.38 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1245133 0 0 0 334085 153 0 0 25 0 1 0 647962153 5220925440 1162743 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1274640 1162743 731 445 0 1268185 0
Current children cumulated CPU time (s) 3342.38
Current children cumulated vsize (KiB) 5098560

[startup+3402.31 s]
/proc/loadavg: 1.01 1.02 1.22 2/356 9515
/proc/meminfo: memFree=17839796/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5098560 CPUtime=3402.39 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1252386 0 0 0 340085 154 0 0 25 0 1 0 647962153 5220925440 1169996 33554432000 4194304 6014671 140735582005456 18446744073709551615 4424169 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1274640 1169996 731 445 0 1268185 0
Current children cumulated CPU time (s) 3402.39
Current children cumulated vsize (KiB) 5098560

[startup+3462.3 s]
/proc/loadavg: 1.00 1.01 1.20 2/356 9517
/proc/meminfo: memFree=17797432/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3462.39 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1263106 0 0 0 346083 156 0 0 25 0 1 0 647962153 5390979072 1180385 33554432000 4194304 6014671 140735582005456 18446744073709551615 4424304 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1180385 731 445 0 1309702 0
Current children cumulated CPU time (s) 3462.39
Current children cumulated vsize (KiB) 5264628

[startup+3522.3 s]
/proc/loadavg: 1.00 1.01 1.18 2/356 9518
/proc/meminfo: memFree=17783976/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3522.39 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1266421 0 0 0 352081 158 0 0 25 0 1 0 647962153 5390979072 1183700 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1183700 731 445 0 1309702 0
Current children cumulated CPU time (s) 3522.39
Current children cumulated vsize (KiB) 5264628

[startup+3582.3 s]
/proc/loadavg: 1.00 1.00 1.17 2/356 9520
/proc/meminfo: memFree=17776204/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3582.39 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1268333 0 0 0 358081 158 0 0 25 0 1 0 647962153 5390979072 1185612 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1185612 731 445 0 1309702 0
Current children cumulated CPU time (s) 3582.39
Current children cumulated vsize (KiB) 5264628

[startup+3642.3 s]
/proc/loadavg: 1.00 1.00 1.16 2/356 9521
/proc/meminfo: memFree=17659064/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3642.39 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1297707 0 0 0 364078 161 0 0 25 0 1 0 647962153 5390979072 1214986 33554432000 4194304 6014671 140735582005456 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1214986 731 445 0 1309702 0
Current children cumulated CPU time (s) 3642.39
Current children cumulated vsize (KiB) 5264628

[startup+3702.3 s]
/proc/loadavg: 1.00 1.00 1.15 2/356 9523
/proc/meminfo: memFree=17658968/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3702.39 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1297710 0 0 0 370078 161 0 0 25 0 1 0 647962153 5390979072 1214989 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423615 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1214989 731 445 0 1309702 0
Current children cumulated CPU time (s) 3702.39
Current children cumulated vsize (KiB) 5264628

[startup+3762.3 s]
/proc/loadavg: 1.00 1.00 1.14 2/356 9525
/proc/meminfo: memFree=17658760/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3762.39 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1297790 0 0 0 376078 161 0 0 25 0 1 0 647962153 5390979072 1215069 33554432000 4194304 6014671 140735582005456 18446744073709551615 4424307 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1215069 731 445 0 1309702 0
Current children cumulated CPU time (s) 3762.39
Current children cumulated vsize (KiB) 5264628

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

[startup+3763.11 s]
/proc/loadavg: 1.00 1.00 1.14 2/356 9525
/proc/meminfo: memFree=17658760/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3763.2 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1297790 0 0 0 376159 161 0 0 25 0 1 0 647962153 5390979072 1215069 33554432000 4194304 6014671 140735582005456 18446744073709551615 4422663 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1215069 731 445 0 1309702 0
Current children cumulated CPU time (s) 3763.2
Current children cumulated vsize (KiB) 5264628

[startup+3775.9 s]
/proc/loadavg: 1.00 1.00 1.13 2/356 9525
/proc/meminfo: memFree=17658868/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3775.99 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1297792 0 0 0 377438 161 0 0 25 0 1 0 647962153 5390979072 1215071 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1215071 731 445 0 1309702 0
Current children cumulated CPU time (s) 3775.99
Current children cumulated vsize (KiB) 5264628

[startup+3788.7 s]
/proc/loadavg: 1.00 1.00 1.13 2/356 9525
/proc/meminfo: memFree=17646208/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3788.79 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1300941 0 0 0 378717 162 0 0 25 0 1 0 647962153 5390979072 1218220 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1218220 731 445 0 1309702 0
Current children cumulated CPU time (s) 3788.79
Current children cumulated vsize (KiB) 5264628

[startup+3795.1 s]
/proc/loadavg: 1.00 1.00 1.13 2/356 9526
/proc/meminfo: memFree=17644580/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3795.19 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1301319 0 0 0 379357 162 0 0 25 0 1 0 647962153 5390979072 1218598 33554432000 4194304 6014671 140735582005456 18446744073709551615 4424080 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1218598 731 445 0 1309702 0
Current children cumulated CPU time (s) 3795.19
Current children cumulated vsize (KiB) 5264628

[startup+3798.31 s]
/proc/loadavg: 1.00 1.00 1.13 2/356 9526
/proc/meminfo: memFree=17643712/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3798.4 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1301541 0 0 0 379678 162 0 0 25 0 1 0 647962153 5390979072 1218820 33554432000 4194304 6014671 140735582005456 18446744073709551615 4372266 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1218820 731 445 0 1309702 0
Current children cumulated CPU time (s) 3798.4
Current children cumulated vsize (KiB) 5264628

[startup+3799.1 s]
/proc/loadavg: 1.00 1.00 1.13 2/356 9526
/proc/meminfo: memFree=17643712/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3799.19 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1301576 0 0 0 379757 162 0 0 25 0 1 0 647962153 5390979072 1218855 33554432000 4194304 6014671 140735582005456 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1218855 731 445 0 1309702 0
Current children cumulated CPU time (s) 3799.19
Current children cumulated vsize (KiB) 5264628

[startup+3799.9 s]
/proc/loadavg: 1.00 1.00 1.13 2/356 9526
/proc/meminfo: memFree=17643464/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=5264628 CPUtime=3799.99 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202496 1301608 0 0 0 379837 162 0 0 25 0 1 0 647962153 5390979072 1218887 33554432000 4194304 6014671 140735582005456 18446744073709551615 4810489 0 0 4096 16386 0 0 0 17 4 0 0 0
/proc/9394/statm: 1316157 1218887 731 445 0 1309702 0
Current children cumulated CPU time (s) 3799.99
Current children cumulated vsize (KiB) 5264628

[startup+3800.3 s]
/proc/loadavg: 1.00 1.00 1.13 2/356 9526
/proc/meminfo: memFree=17643464/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=0 CPUtime=3800.4 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202500 1301612 0 0 0 379871 169 0 0 25 0 1 0 647962153 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/9394/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3800.4
Current children cumulated vsize (KiB) 0

[startup+3800.4 s]
/proc/loadavg: 1.00 1.00 1.13 2/356 9526
/proc/meminfo: memFree=21683420/32951124 swapFree=67023148/67111528
[pid=9394] ppid=9392 vsize=0 CPUtime=3800.5 cores=0,2,4,6
/proc/9394/stat : 9394 (qutersat_releas) R 9392 9394 8463 0 -1 4202500 1301612 0 0 0 379871 179 0 0 25 0 1 0 647962153 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 4 0 0 0
/proc/9394/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 3800.5
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 3800.43
CPU time (s): 3800.54
CPU user time (s): 3798.71
CPU system time (s): 1.82472
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 5264628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3798.71
system time used= 1.82472
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1301612
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= 8
involuntary context switches= 4652

runsolver used 14.0379 second user time and 30.6783 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-16 16:17:43
IDJOB=3384526
IDBENCH=88158
IDSOLVER=1868
FILE ID=node145/3384526-1305555456
RUNJOBID= node145-1305555456-9374
PBS_JOBID= 13329208
Free space on /tmp= 73256 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq60_a.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3384526-1305555456/watcher-3384526-1305555456 -o /tmp/evaluation-result-3384526-1305555456/solver-3384526-1305555456 -C 5000 -W 5100 -M 15500  qutersat_release HOME/instance-3384526-1305555456.cnf 484934113

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

MD5SUM BENCH= 1e60a63f1ba68b9b3c423ca413b4fa2b
RANDOM SEED=484934113

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.786
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.786
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22127948 kB
Buffers:         86132 kB
Cached:        1302264 kB
SwapCached:       4796 kB
Active:        7035384 kB
Inactive:      3533240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22127948 kB
SwapTotal:    67111528 kB
SwapFree:     67023148 kB
Dirty:          421648 kB
Writeback:           0 kB
AnonPages:     9174264 kB
Mapped:          28676 kB
Slab:           148692 kB
PageTables:      42936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 83949416 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= 73448 MiB
End job on node145 at 2011-05-16 17:21:03