Trace number 3384530

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 658.023 658.002

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_k.cnf
MD5SUM932387240a0c17f4c88af52c4ca151c6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark323.644
Satisfiable
(Un)Satisfiability was proved
Number of variables89315
Number of clauses5584003
Sum of the clauses size16593705
Maximum clause length295
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25473787
Number of clauses of size 337063
Number of clauses of size 4514
Number of clauses of size 5453
Number of clauses of size over 572185

Solver Data

0.00/0.00	c Set FPU double precision.
2.49/2.59	c Parse Cnf success: #var: 89315 #clause: 5584003
2.49/2.59	c Find Units :          1
3.00/3.08	c Find Invs  :          0
4.20/4.24	c Find Ands  :      79161 AvgFaninNum: 69.1574
4.20/4.25	c Find Xors  :          0 AvgFaninNum: nan
4.20/4.26	c Find Ite   :       7766
4.20/4.30	c UnDirect variable: 0
4.20/4.30	c UnDirect to Direct Gate: 0
4.20/4.30	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
4.30/4.36	c Break Cycle : 5
4.30/4.36	c Total Root : 1 Undef Var: 2403
6.50/6.53	c After covering, Total Root: 1 Leaf: 2403
6.50/6.53	c Variable( cover/uncovered/unused ): 89315 0 0
6.50/6.53	c Unit Clauses: 1
6.50/6.53	c Binary Clauses( cover/uncovered ): 5473449 338
6.50/6.53	c Clauses( cover/uncovered ): 110210 5
6.50/6.53	c Total Clauses( cover/uncovered ): 5583660 343 99.9939%
6.50/6.53	c Covered Ands: 79146 Invs: 0 Xors: 0 Ites: 7766
6.50/6.55	c Uncover Clauses avg size: 2.97085 max size: 117
6.50/6.55	c Final circuit: i/l/o/s    2403       0     344    580446
6.50/6.55	c CnfToAig: Time: 6.55 s
8.19/8.24	c TmMap: Set choices finish.
8.39/8.48	c TmMap: Set big and: 108337
8.39/8.48	c TmMap: Origin: 582850 ClauseNum: 1741338 --> New: 153112 ClauseNum: 850384
8.39/8.48	c TmMap: Time: 0.41
10.89/10.92	c Simulation --> TransNum: 679071/850384 Try to Add: #clause: 264243 #xorclause: 0
11.10/11.14	c #var: 152766 #clauses: 171989 Solving... 
23.19/23.20	c Abstract SAT
23.49/23.57	c Simulation --> TransNum: 769076/850384 Try to Add: #clause: 560 #xorclause: 0
23.49/23.58	c #var: 152766 #clauses: 271561 Solving... 
23.79/23.86	c Abstract SAT
24.20/24.25	c Simulation --> TransNum: 769210/850384 Try to Add: #clause: 116 #xorclause: 0
24.20/24.25	c #var: 152766 #clauses: 272220 Solving... 
24.39/24.47	c Abstract SAT
24.39/24.48	c Simulation --> TransNum: 850384/850384 Try to Add: #clause: 81113 #xorclause: 0
24.50/24.59	c #var: 152767 #clauses: 435461 Solving... 
657.91/657.91	s UNSATISFIABLE
657.91/657.93	c CPU time: 657.94 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-3384530-1305555525/watcher-3384530-1305555525 -o /tmp/evaluation-result-3384530-1305555525/solver-3384530-1305555525 -C 5000 -W 5100 -M 15500 qutersat_release HOME/instance-3384530-1305555525.cnf 986087354 

running on 4 cores: 1,3,5,7

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.02 1.34 1.70 2/301 15431
/proc/meminfo: memFree=21692124/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=34460 CPUtime=0 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 2311 0 0 0 0 0 0 0 23 0 1 0 647968732 35287040 2247 33554432000 4194304 6014671 140736059119824 18446744073709551615 4277980 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 8615 2248 378 445 0 2160 0

[startup+0.015521 s]
/proc/loadavg: 1.02 1.34 1.70 2/301 15431
/proc/meminfo: memFree=21692124/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=37532 CPUtime=0.01 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 3055 0 0 0 1 0 0 0 23 0 1 0 647968732 38432768 2991 33554432000 4194304 6014671 140736059119824 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 9383 2994 378 445 0 2928 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 37532

[startup+0.10051 s]
/proc/loadavg: 1.02 1.34 1.70 2/301 15431
/proc/meminfo: memFree=21692124/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=59548 CPUtime=0.09 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 8325 0 0 0 8 1 0 0 23 0 1 0 647968732 60977152 8261 33554432000 4194304 6014671 140736059119824 18446744073709551615 4803059 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 14887 8262 378 445 0 8432 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 59548

[startup+0.300471 s]
/proc/loadavg: 1.02 1.34 1.70 2/301 15431
/proc/meminfo: memFree=21692124/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=84252 CPUtime=0.29 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 14584 0 0 0 27 2 0 0 25 0 1 0 647968732 86274048 14520 33554432000 4194304 6014671 140736059119824 18446744073709551615 220816236288 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 21063 14521 378 445 0 14608 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84252

[startup+0.700409 s]
/proc/loadavg: 1.02 1.34 1.70 2/301 15431
/proc/meminfo: memFree=21692124/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=133660 CPUtime=0.69 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 26838 0 0 0 66 3 0 0 25 0 1 0 647968732 136867840 26774 33554432000 4194304 6014671 140736059119824 18446744073709551615 4297672 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 33415 26775 378 445 0 26960 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 133660

[startup+1.50025 s]
/proc/loadavg: 1.02 1.34 1.70 3/302 15432
/proc/meminfo: memFree=21340692/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=232348 CPUtime=1.49 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 51068 0 0 0 141 8 0 0 25 0 1 0 647968732 237924352 51004 33554432000 4194304 6014671 140736059119824 18446744073709551615 4803000 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 58087 51005 378 445 0 51632 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 232348

[startup+3.10096 s]
/proc/loadavg: 1.02 1.34 1.70 3/302 15432
/proc/meminfo: memFree=21093560/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=429980 CPUtime=3.1 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 95893 0 0 0 295 15 0 0 25 0 1 0 647968732 440299520 95829 33554432000 4194304 6014671 140736059119824 18446744073709551615 4285953 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 107495 95829 383 445 0 101040 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 429980

[startup+6.30036 s]
/proc/loadavg: 1.09 1.35 1.70 3/302 15432
/proc/meminfo: memFree=21000876/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=430364 CPUtime=6.29 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 96021 0 0 0 614 15 0 0 25 0 1 0 647968732 440692736 95957 33554432000 4194304 6014671 140736059119824 18446744073709551615 4266942 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 107591 95957 398 445 0 101136 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 430364

[startup+12.7002 s]
/proc/loadavg: 1.17 1.36 1.70 3/302 15432
/proc/meminfo: memFree=20422248/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=431132 CPUtime=12.7 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 102108 0 0 0 1254 16 0 0 25 0 1 0 647968732 441479168 101920 33554432000 4194304 6014671 140736059119824 18446744073709551615 4423643 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 107783 101920 701 445 0 101328 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 431132

[startup+25.5008 s]
/proc/loadavg: 1.35 1.39 1.70 3/302 15433
/proc/meminfo: memFree=20101064/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=846880 CPUtime=25.49 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 182973 0 0 0 2525 24 0 0 25 0 1 0 647968732 867205120 182711 33554432000 4194304 6014671 140736059119824 18446744073709551615 4731786 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 211720 182711 726 445 0 205265 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 846880

[startup+51.1011 s]
/proc/loadavg: 1.64 1.45 1.72 3/302 15433
/proc/meminfo: memFree=19751144/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=985120 CPUtime=51.1 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 220017 0 0 0 5081 29 0 0 25 0 1 0 647968732 1008762880 216262 33554432000 4194304 6014671 140736059119824 18446744073709551615 4444799 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 246280 216274 730 445 0 239825 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 985120

[startup+102.311 s]
/proc/loadavg: 1.84 1.54 1.73 3/302 15435
/proc/meminfo: memFree=19219984/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=1575228 CPUtime=102.3 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 337546 0 0 0 10188 42 0 0 25 0 1 0 647968732 1613033472 333784 33554432000 4194304 6014671 140736059119824 18446744073709551615 4666663 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 393807 333793 730 445 0 387352 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 1575228

[startup+162.301 s]
/proc/loadavg: 2.00 1.63 1.75 3/302 15436
/proc/meminfo: memFree=18548728/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=1844856 CPUtime=162.3 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 389901 0 0 0 16180 50 0 0 25 0 1 0 647968732 1889132544 386053 33554432000 4194304 6014671 140736059119824 18446744073709551615 4422584 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 461214 386053 731 445 0 454759 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 1844856

[startup+222.301 s]
/proc/loadavg: 2.00 1.70 1.76 3/302 15438
/proc/meminfo: memFree=17955604/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2035300 CPUtime=222.3 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 429556 0 0 0 22175 55 0 0 25 0 1 0 647968732 2084147200 425708 33554432000 4194304 6014671 140736059119824 18446744073709551615 4423552 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 508825 425708 731 445 0 502370 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2035300

[startup+282.3 s]
/proc/loadavg: 2.00 1.75 1.77 3/302 15440
/proc/meminfo: memFree=17750832/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2149444 CPUtime=282.3 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 451157 0 0 0 28173 57 0 0 25 0 1 0 647968732 2201030656 447309 33554432000 4194304 6014671 140736059119824 18446744073709551615 4422808 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 537361 447309 731 445 0 530906 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2149444

[startup+342.3 s]
/proc/loadavg: 2.00 1.79 1.78 3/302 15441
/proc/meminfo: memFree=17317416/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2263000 CPUtime=342.3 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 473678 0 0 0 34169 61 0 0 25 0 1 0 647968732 2317312000 469830 33554432000 4194304 6014671 140736059119824 18446744073709551615 4422798 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 565750 469830 731 445 0 559295 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2263000

[startup+402.3 s]
/proc/loadavg: 2.00 1.83 1.79 3/302 15446
/proc/meminfo: memFree=16930656/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2343516 CPUtime=402.3 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 494000 0 0 0 40166 64 0 0 25 0 1 0 647968732 2399760384 490152 33554432000 4194304 6014671 140736059119824 18446744073709551615 4422767 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 585879 490152 732 445 0 579424 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2343516

[startup+462.3 s]
/proc/loadavg: 2.00 1.86 1.81 3/302 15447
/proc/meminfo: memFree=16874284/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2361800 CPUtime=462.3 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 497447 0 0 0 46164 66 0 0 25 0 1 0 647968732 2418483200 493598 33554432000 4194304 6014671 140736059119824 18446744073709551615 4423362 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 590450 493598 731 445 0 583995 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2361800

[startup+522.3 s]
/proc/loadavg: 2.00 1.88 1.82 3/302 15449
/proc/meminfo: memFree=16543900/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2393672 CPUtime=522.31 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 506041 0 0 0 52164 67 0 0 25 0 1 0 647968732 2451120128 502192 33554432000 4194304 6014671 140736059119824 18446744073709551615 4536536 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 598418 502192 731 445 0 591963 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 2393672

[startup+582.301 s]
/proc/loadavg: 2.00 1.90 1.82 3/302 15451
/proc/meminfo: memFree=16474432/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2499152 CPUtime=582.31 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 514140 0 0 0 58162 69 0 0 25 0 1 0 647968732 2559131648 510271 33554432000 4194304 6014671 140736059119824 18446744073709551615 4378527 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 624788 510271 731 445 0 618333 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2499152

[startup+642.301 s]
/proc/loadavg: 2.04 1.93 1.84 3/302 15452
/proc/meminfo: memFree=16434084/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2499152 CPUtime=642.32 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 515208 0 0 0 64163 69 0 0 25 0 1 0 647968732 2559131648 511339 33554432000 4194304 6014671 140736059119824 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 624788 511339 731 445 0 618333 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 2499152

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

[startup+646.3 s]
/proc/loadavg: 2.04 1.93 1.84 3/302 15452
/proc/meminfo: memFree=16432472/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2499152 CPUtime=646.31 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 515212 0 0 0 64562 69 0 0 25 0 1 0 647968732 2559131648 511343 33554432000 4194304 6014671 140736059119824 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 624788 511343 731 445 0 618333 0
Current children cumulated CPU time (s) 646.31
Current children cumulated vsize (KiB) 2499152

[startup+652.701 s]
/proc/loadavg: 2.20 1.96 1.85 3/302 15453
/proc/meminfo: memFree=16400600/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2515676 CPUtime=652.72 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 517462 0 0 0 65202 70 0 0 25 0 1 0 647968732 2576052224 513593 33554432000 4194304 6014671 140736059119824 18446744073709551615 4376394 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 628919 513593 731 445 0 622464 0
Current children cumulated CPU time (s) 652.72
Current children cumulated vsize (KiB) 2515676

[startup+655.901 s]
/proc/loadavg: 2.18 1.97 1.85 3/302 15453
/proc/meminfo: memFree=16397128/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2515676 CPUtime=655.91 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 517849 0 0 0 65521 70 0 0 25 0 1 0 647968732 2576052224 513980 33554432000 4194304 6014671 140736059119824 18446744073709551615 4731878 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 628919 513980 731 445 0 622464 0
Current children cumulated CPU time (s) 655.91
Current children cumulated vsize (KiB) 2515676

[startup+656.711 s]
/proc/loadavg: 2.18 1.97 1.85 3/302 15453
/proc/meminfo: memFree=16396880/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2515676 CPUtime=656.73 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 517849 0 0 0 65603 70 0 0 25 0 1 0 647968732 2576052224 513980 33554432000 4194304 6014671 140736059119824 18446744073709551615 4731878 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 628919 513980 731 445 0 622464 0
Current children cumulated CPU time (s) 656.73
Current children cumulated vsize (KiB) 2515676

[startup+657.5 s]
/proc/loadavg: 2.18 1.97 1.85 3/302 15453
/proc/meminfo: memFree=16396880/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2515676 CPUtime=657.51 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 517885 0 0 0 65681 70 0 0 25 0 1 0 647968732 2576052224 514016 33554432000 4194304 6014671 140736059119824 18446744073709551615 4424114 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 628919 514016 731 445 0 622464 0
Current children cumulated CPU time (s) 657.51
Current children cumulated vsize (KiB) 2515676

[startup+657.9 s]
/proc/loadavg: 2.16 1.97 1.85 3/302 15453
/proc/meminfo: memFree=16396260/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=2515676 CPUtime=657.91 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202496 517907 0 0 0 65721 70 0 0 25 0 1 0 647968732 2576052224 513545 33554432000 4194304 6014671 140736059119824 18446744073709551615 4776615 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/15431/statm: 628919 513545 731 445 0 622464 0
Current children cumulated CPU time (s) 657.91
Current children cumulated vsize (KiB) 2515676

[startup+658 s]
/proc/loadavg: 2.16 1.97 1.85 3/302 15453
/proc/meminfo: memFree=16396260/32951124 swapFree=63485424/67111528
[pid=15431] ppid=15429 vsize=0 CPUtime=658.01 cores=1,3,5,7
/proc/15431/stat : 15431 (qutersat_releas) R 15429 15431 14604 0 -1 4202500 517911 0 0 0 65724 77 0 0 25 0 1 0 647968732 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 1 0 0 0
/proc/15431/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 658.01
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 658.002
CPU time (s): 658.023
CPU user time (s): 657.249
CPU system time (s): 0.773882
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2515676

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

runsolver used 1.69274 second user time and 4.29935 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-16 16:18:48
IDJOB=3384530
IDBENCH=88167
IDSOLVER=1868
FILE ID=node147/3384530-1305555525
RUNJOBID= node147-1305555525-15412
PBS_JOBID= 13329206
Free space on /tmp= 72964 MiB

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

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

MD5SUM BENCH= 932387240a0c17f4c88af52c4ca151c6
RANDOM SEED=986087354

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21692272 kB
Buffers:        323816 kB
Cached:        5642296 kB
SwapCached:      13132 kB
Active:        4551296 kB
Inactive:      6450296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21692272 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:          199344 kB
Writeback:           0 kB
AnonPages:     5030024 kB
Mapped:          17104 kB
Slab:           160180 kB
PageTables:      33120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 52975196 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= 72964 MiB
End job on node147 at 2011-05-16 16:29:46