Trace number 3376978

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)? (TO) 1300.08 1300.06

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Set FPU double precision.
0.39/0.41	c Parse Cnf success: #var: 200308 #clause: 598619
0.39/0.41	c Find Units :          2
0.39/0.45	c Find Invs  :          0
0.49/0.54	c Find Ands  :     199539 AvgFaninNum: 2
0.49/0.56	c Find Xors  :          0 AvgFaninNum: nan
0.59/0.61	c Find Ite   :          0
0.69/0.74	c UnDirect variable: 0
0.69/0.74	c UnDirect to Direct Gate: 0
0.69/0.74	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.69/0.77	c Break Cycle : 0
0.69/0.77	c Total Root : 1 Undef Var: 769
0.79/0.89	c After covering, Total Root: 1 Leaf: 769
0.79/0.89	c Variable( cover/uncovered/unused ): 200308 0 0
0.79/0.89	c Unit Clauses: 2
0.79/0.89	c Binary Clauses( cover/uncovered ): 399078 0
0.79/0.89	c Clauses( cover/uncovered ): 199539 0
0.79/0.89	c Total Clauses( cover/uncovered ): 598619 0 100%
0.79/0.89	c Covered Ands: 199539 Invs: 0 Xors: 0 Ites: 0
0.89/0.90	c Uncover Clauses avg size: nan max size: 0
0.89/0.90	c Final circuit: i/l/o/s     768       0       1    199539
0.89/0.90	c CnfToAig: Time: 0.89 s
1.49/1.58	c TmMap: Set choices finish.
1.59/1.66	c TmMap: Set big and: 17020
1.59/1.66	c TmMap: Origin: 200308 ClauseNum: 598617 --> New: 67449 ClauseNum: 300390
1.59/1.66	c TmMap: Time: 0.14
2.49/2.59	c Simulation --> TransNum: 164532/300390 Try to Add: #clause: 131632 #xorclause: 0
2.69/2.71	c #var: 66641 #clauses: 227777 Solving... 
11.19/11.27	c Abstract SAT
11.39/11.41	c Simulation --> TransNum: 279631/300390 Try to Add: #clause: 275 #xorclause: 0
11.39/11.41	c #var: 66703 #clauses: 165795 Solving... 
11.49/11.55	c Abstract SAT
11.59/11.69	c Simulation --> TransNum: 288582/300390 Try to Add: #clause: 8655 #xorclause: 0
11.69/11.70	c #var: 67130 #clauses: 176138 Solving... 
11.69/11.79	c Abstract SAT
11.69/11.79	c Simulation --> TransNum: 300390/300390 Try to Add: #clause: 10234 #xorclause: 0
11.69/11.79	c #var: 67447 #clauses: 187144 Solving... 
1300.02/1300.01	c Time Out !!
1300.02/1300.01	s UNKNOWN

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.24 5.45 7.80 7/484 11421
/proc/meminfo: memFree=29641556/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=39108 CPUtime=0.01 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 3609 0 0 0 1 0 0 0 21 0 1 0 658371180 40046592 3545 33554432000 4194304 6014671 140734340290304 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 9777 3547 378 445 0 3322 0

[startup+0.0617939 s]
/proc/loadavg: 2.24 5.45 7.80 7/484 11421
/proc/meminfo: memFree=29641556/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=49348 CPUtime=0.05 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 6034 0 0 0 5 0 0 0 21 0 1 0 658371180 50532352 5970 33554432000 4194304 6014671 140734340290304 18446744073709551615 251814240000 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 12337 5970 378 445 0 5882 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 49348

[startup+0.100846 s]
/proc/loadavg: 2.24 5.45 7.80 7/484 11421
/proc/meminfo: memFree=29641556/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=56516 CPUtime=0.09 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 7871 0 0 0 8 1 0 0 21 0 1 0 658371180 57872384 7807 33554432000 4194304 6014671 140734340290304 18446744073709551615 4803013 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 14129 7808 378 445 0 7674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 56516

[startup+0.300753 s]
/proc/loadavg: 2.24 5.45 7.80 7/484 11421
/proc/meminfo: memFree=29641556/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=86468 CPUtime=0.29 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 15312 0 0 0 27 2 0 0 22 0 1 0 658371180 88543232 15248 33554432000 4194304 6014671 140734340290304 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 21617 15248 378 445 0 15162 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 86468

[startup+0.700689 s]
/proc/loadavg: 2.24 5.45 7.80 7/484 11421
/proc/meminfo: memFree=29641556/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=118340 CPUtime=0.69 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 22334 0 0 0 66 3 0 0 23 0 1 0 658371180 121180160 22270 33554432000 4194304 6014671 140734340290304 18446744073709551615 4808203 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 29585 22270 395 445 0 23130 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 118340

[startup+1.50055 s]
/proc/loadavg: 2.54 5.46 7.79 7/485 11422
/proc/meminfo: memFree=29507636/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=143428 CPUtime=1.49 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 29964 0 0 0 145 4 0 0 25 0 1 0 658371180 146870272 29900 33554432000 4194304 6014671 140734340290304 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 35857 29902 668 445 0 29402 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 143428

[startup+3.10028 s]
/proc/loadavg: 2.54 5.46 7.79 7/485 11422
/proc/meminfo: memFree=29435592/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=161980 CPUtime=3.09 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 34203 0 0 0 305 4 0 0 25 0 1 0 658371180 165867520 34139 33554432000 4194304 6014671 140734340290304 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 40495 34139 696 445 0 34040 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 161980

[startup+6.30075 s]
/proc/loadavg: 2.82 5.46 7.78 7/485 11422
/proc/meminfo: memFree=29160224/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=231100 CPUtime=6.29 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 48439 0 0 0 623 6 0 0 25 0 1 0 658371180 236646400 48375 33554432000 4194304 6014671 140734340290304 18446744073709551615 4423577 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 57775 48375 700 445 0 51320 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 231100

[startup+12.7007 s]
/proc/loadavg: 3.07 5.47 7.77 7/485 11422
/proc/meminfo: memFree=28723660/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=386628 CPUtime=12.69 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 79722 0 0 0 1259 10 0 0 25 0 1 0 658371180 395907072 79658 33554432000 4194304 6014671 140734340290304 18446744073709551615 4383521 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 96657 79658 728 445 0 90202 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 386628

[startup+25.5005 s]
/proc/loadavg: 3.72 5.50 7.74 7/485 11422
/proc/meminfo: memFree=28487140/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=478012 CPUtime=25.49 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 101863 0 0 0 2536 13 0 0 25 0 1 0 658371180 489484288 101747 33554432000 4194304 6014671 140734340290304 18446744073709551615 4422693 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 119503 101747 730 445 0 113048 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 478012

[startup+51.1002 s]
/proc/loadavg: 4.50 5.54 7.69 7/485 11423
/proc/meminfo: memFree=28122412/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=647848 CPUtime=51.09 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 136842 0 0 0 5092 17 0 0 25 0 1 0 658371180 663396352 136726 33554432000 4194304 6014671 140734340290304 18446744073709551615 4731780 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 161962 136726 730 445 0 155507 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 647848

[startup+102.319 s]
/proc/loadavg: 5.43 5.62 7.61 7/485 11424
/proc/meminfo: memFree=27802456/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=782480 CPUtime=102.31 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 166042 0 0 0 10210 21 0 0 25 0 1 0 658371180 801259520 165802 33554432000 4194304 6014671 140734340290304 18446744073709551615 4386095 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 195620 165802 731 445 0 189165 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 782480

[startup+162.301 s]
/proc/loadavg: 5.90 5.72 7.51 7/485 11426
/proc/meminfo: memFree=27600556/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=873424 CPUtime=162.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 187456 0 0 0 16205 25 0 0 25 0 1 0 658371180 894386176 187114 33554432000 4194304 6014671 140734340290304 18446744073709551615 4444768 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 218356 187114 731 445 0 211901 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 873424

[startup+222.3 s]
/proc/loadavg: 6.04 5.78 7.42 7/485 11428
/proc/meminfo: memFree=27465356/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=930184 CPUtime=222.29 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 201506 0 0 0 22201 28 0 0 25 0 1 0 658371180 952508416 201133 33554432000 4194304 6014671 140734340290304 18446744073709551615 4423472 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 232546 201133 731 445 0 226091 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 930184

[startup+282.3 s]
/proc/loadavg: 6.13 5.85 7.34 7/485 11429
/proc/meminfo: memFree=27347420/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=993604 CPUtime=282.29 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 216910 0 0 0 28197 32 0 0 25 0 1 0 658371180 1017450496 216493 33554432000 4194304 6014671 140734340290304 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 248401 216493 731 445 0 241946 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 993604

[startup+342.3 s]
/proc/loadavg: 6.15 5.91 7.26 7/485 11440
/proc/meminfo: memFree=27293088/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1014904 CPUtime=342.29 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 223820 0 0 0 34195 34 0 0 25 0 1 0 658371180 1039261696 223389 33554432000 4194304 6014671 140734340290304 18446744073709551615 4379493 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 253726 223389 750 445 0 247271 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1014904

[startup+402.3 s]
/proc/loadavg: 6.12 5.94 7.19 7/485 11441
/proc/meminfo: memFree=27210092/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1123324 CPUtime=402.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 229976 0 0 0 40194 36 0 0 25 0 1 0 658371180 1150283776 229526 33554432000 4194304 6014671 140734340290304 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 280831 229526 731 445 0 274376 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1123324

[startup+462.3 s]
/proc/loadavg: 6.10 5.96 7.11 7/485 11443
/proc/meminfo: memFree=27190848/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1123324 CPUtime=462.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 230222 0 0 0 46194 36 0 0 25 0 1 0 658371180 1150283776 229772 33554432000 4194304 6014671 140734340290304 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 280831 229772 731 445 0 274376 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1123324

[startup+522.301 s]
/proc/loadavg: 6.09 5.98 7.05 7/485 11445
/proc/meminfo: memFree=27116784/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1123580 CPUtime=522.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 236583 0 0 0 52193 37 0 0 25 0 1 0 658371180 1150545920 236133 33554432000 4194304 6014671 140734340290304 18446744073709551615 4423718 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 280895 236133 731 445 0 274440 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1123580

[startup+582.301 s]
/proc/loadavg: 6.19 6.03 6.99 7/485 11449
/proc/meminfo: memFree=27068692/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1123580 CPUtime=582.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 243282 0 0 0 58192 38 0 0 25 0 1 0 658371180 1150545920 242832 33554432000 4194304 6014671 140734340290304 18446744073709551615 4423856 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 280895 242832 731 445 0 274440 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1123580

[startup+642.301 s]
/proc/loadavg: 6.11 6.04 6.94 7/485 11451
/proc/meminfo: memFree=27013240/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1123580 CPUtime=642.32 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 243785 0 0 0 64194 38 0 0 25 0 1 0 658371180 1150545920 243317 33554432000 4194304 6014671 140734340290304 18446744073709551615 4422874 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 280895 243317 731 445 0 274440 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1123580

[startup+702.301 s]
/proc/loadavg: 6.12 6.06 6.88 7/485 11452
/proc/meminfo: memFree=26989912/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1230364 CPUtime=702.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 246249 0 0 0 70191 39 0 0 25 0 1 0 658371180 1259892736 245535 33554432000 4194304 6014671 140734340290304 18446744073709551615 4384134 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 307591 245535 731 445 0 301136 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 1230364

[startup+762.319 s]
/proc/loadavg: 6.08 6.06 6.83 7/485 11454
/proc/meminfo: memFree=26936936/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1341516 CPUtime=762.32 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 254087 0 0 0 76190 42 0 0 25 0 1 0 658371180 1373712384 253373 33554432000 4194304 6014671 140734340290304 18446744073709551615 4425412 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 335379 253373 731 445 0 328924 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1341516

[startup+822.301 s]
/proc/loadavg: 6.03 6.04 6.78 7/485 11456
/proc/meminfo: memFree=26878884/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1341644 CPUtime=822.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 259133 0 0 0 82187 43 0 0 25 0 1 0 658371180 1373843456 258419 33554432000 4194304 6014671 140734340290304 18446744073709551615 4423853 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 335411 258419 731 445 0 328956 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 1341644

[startup+882.301 s]
/proc/loadavg: 6.12 6.06 6.73 7/485 11457
/proc/meminfo: memFree=26858048/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1341644 CPUtime=882.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 260764 0 0 0 88186 44 0 0 25 0 1 0 658371180 1373843456 260050 33554432000 4194304 6014671 140734340290304 18446744073709551615 4422874 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 335411 260050 731 445 0 328956 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 1341644

[startup+942.301 s]
/proc/loadavg: 6.13 6.08 6.70 7/485 11459
/proc/meminfo: memFree=26829624/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1460420 CPUtime=942.31 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 267542 0 0 0 94185 46 0 0 25 0 1 0 658371180 1495470080 266774 33554432000 4194304 6014671 140734340290304 18446744073709551615 4566205 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 365105 266774 833 445 0 358650 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1460420

[startup+1002.3 s]
/proc/loadavg: 6.13 6.08 6.66 7/485 11460
/proc/meminfo: memFree=26770580/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1582044 CPUtime=1002.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 279388 0 0 0 100181 49 0 0 25 0 1 0 658371180 1620013056 277791 33554432000 4194304 6014671 140734340290304 18446744073709551615 4424206 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 395511 277791 731 445 0 389056 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 1582044

[startup+1062.3 s]
/proc/loadavg: 6.12 6.08 6.62 7/485 11462
/proc/meminfo: memFree=26682396/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1582172 CPUtime=1062.31 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 288411 0 0 0 106178 53 0 0 25 0 1 0 658371180 1620144128 286814 33554432000 4194304 6014671 140734340290304 18446744073709551615 4423080 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 395543 286814 731 445 0 389088 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1582172

[startup+1122.3 s]
/proc/loadavg: 6.20 6.11 6.59 7/485 11464
/proc/meminfo: memFree=26601892/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1582172 CPUtime=1122.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 295267 0 0 0 112176 54 0 0 25 0 1 0 658371180 1620144128 293670 33554432000 4194304 6014671 140734340290304 18446744073709551615 4423332 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 395543 293670 731 445 0 389088 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 1582172

[startup+1182.3 s]
/proc/loadavg: 6.24 6.13 6.57 7/485 11465
/proc/meminfo: memFree=26541120/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1582172 CPUtime=1182.31 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 305506 0 0 0 118173 58 0 0 25 0 1 0 658371180 1620144128 303909 33554432000 4194304 6014671 140734340290304 18446744073709551615 4425352 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 395543 303909 731 445 0 389088 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 1582172

[startup+1242.3 s]
/proc/loadavg: 6.14 6.12 6.53 7/485 11467
/proc/meminfo: memFree=26517540/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1715408 CPUtime=1242.3 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 308802 0 0 0 124172 58 0 0 25 0 1 0 658371180 1756577792 307190 33554432000 4194304 6014671 140734340290304 18446744073709551615 4371902 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 428852 307190 731 445 0 422397 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1715408



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 5.86 6.06 6.49 4/479 11471
/proc/meminfo: memFree=28509500/32950928 swapFree=41934216/67111528
[pid=11421] ppid=11419 vsize=1715408 CPUtime=1300.02 cores=1,3
/proc/11421/stat : 11421 (qutersat_releas) R 11419 11421 11356 0 -1 4202496 309086 0 0 0 129944 58 0 0 25 0 1 0 658371180 1756577792 307474 33554432000 4194304 6014671 140734340290304 18446744073709551615 4380654 0 0 4096 16386 0 0 0 17 1 0 0 0
/proc/11421/statm: 428852 307474 731 445 0 422397 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1715408

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 1
Real time (s): 1300.06
CPU time (s): 1300.08
CPU user time (s): 1299.45
CPU system time (s): 0.631903
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1715408

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

runsolver used 5.83111 second user time and 14.3608 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 15:55:25
IDJOB=3376978
IDBENCH=70808
IDSOLVER=1856
FILE ID=node126/3376978-1305467724
RUNJOBID= node126-1305467722-11378
PBS_JOBID= 13325302
Free space on /tmp= 73288 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3376978-1305467724/watcher-3376978-1305467724 -o /tmp/evaluation-result-3376978-1305467724/solver-3376978-1305467724 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3376978-1305467724.cnf 306983992

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=306983992

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.783
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.75
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.783
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.783
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29642084 kB
Buffers:        183636 kB
Cached:        1854572 kB
SwapCached:      49648 kB
Active:         761420 kB
Inactive:      2277108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29642084 kB
SwapTotal:    67111528 kB
SwapFree:     41934216 kB
Dirty:           23012 kB
Writeback:           0 kB
AnonPages:      963048 kB
Mapped:          21344 kB
Slab:           112504 kB
PageTables:      87420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 135307692 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= 73288 MiB
End job on node126 at 2011-05-15 16:17:07