Trace number 3377136

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.03 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
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.00/0.02	c Parse Cnf success: #var: 8750 #clause: 25865
0.00/0.02	c Find Units :          2
0.00/0.02	c Find Invs  :          0
0.00/0.02	c Find Ands  :       8621 AvgFaninNum: 2
0.00/0.02	c Find Xors  :          0 AvgFaninNum: nan
0.00/0.02	c Find Ite   :          0
0.00/0.02	c UnDirect variable: 0
0.00/0.02	c UnDirect to Direct Gate: 0
0.00/0.02	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.00/0.02	c Break Cycle : 0
0.00/0.02	c Total Root : 1 Undef Var: 129
0.02/0.03	c After covering, Total Root: 1 Leaf: 129
0.02/0.03	c Variable( cover/uncovered/unused ): 8750 0 0
0.02/0.03	c Unit Clauses: 2
0.02/0.03	c Binary Clauses( cover/uncovered ): 17242 0
0.02/0.03	c Clauses( cover/uncovered ): 8621 0
0.02/0.03	c Total Clauses( cover/uncovered ): 25865 0 100%
0.02/0.03	c Covered Ands: 8621 Invs: 0 Xors: 0 Ites: 0
0.02/0.03	c Uncover Clauses avg size: nan max size: 0
0.02/0.03	c Final circuit: i/l/o/s     128       0       1      8621
0.02/0.03	c CnfToAig: Time: 0.02 s
0.02/0.08	c TmMap: Set choices finish.
0.02/0.09	c TmMap: Set big and: 2938
0.02/0.09	c TmMap: Origin: 8750 ClauseNum: 25863 --> New: 5806 ClauseNum: 19798
0.02/0.09	c TmMap: Time: 0
0.08/0.15	c Simulation --> TransNum: 12661/19798 Try to Add: #clause: 9813 #xorclause: 0
0.08/0.15	c #var: 5804 #clauses: 11586 Solving... 
0.28/0.33	c Abstract SAT
0.28/0.34	c Simulation --> TransNum: 18101/19798 Try to Add: #clause: 16 #xorclause: 0
0.28/0.34	c #var: 5804 #clauses: 2376 Solving... 
0.38/0.44	c Abstract SAT
0.38/0.45	c Simulation --> TransNum: 18102/19798 Try to Add: #clause: 1 #xorclause: 0
0.38/0.45	c #var: 5804 #clauses: 2380 Solving... 
0.48/0.50	c Abstract SAT
0.48/0.50	c Simulation --> TransNum: 19798/19798 Try to Add: #clause: 1696 #xorclause: 0
0.48/0.50	c #var: 5804 #clauses: 3064 Solving... 
1300.00/1300.01	c Time Out !!
1300.00/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-3377136-1305467724/watcher-3377136-1305467724 -o /tmp/evaluation-result-3377136-1305467724/solver-3377136-1305467724 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377136-1305467724.cnf 306983992 

running on 2 cores: 0,2

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/481 11415
/proc/meminfo: memFree=29689624/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=34412 CPUtime=0 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 2388 0 0 0 0 0 0 0 22 0 1 0 658371157 35237888 2325 33554432000 4194304 6014671 140736761594416 18446744073709551615 4303462 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 8603 2325 378 445 0 2148 0

[startup+0.032362 s]
/proc/loadavg: 2.24 5.45 7.80 7/481 11415
/proc/meminfo: memFree=29689624/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=35948 CPUtime=0.02 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 2841 0 0 0 2 0 0 0 23 0 1 0 658371157 36810752 2778 33554432000 4194304 6014671 140736761594416 18446744073709551615 4313888 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 8987 2778 398 445 0 2532 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 35948

[startup+0.100352 s]
/proc/loadavg: 2.24 5.45 7.80 7/481 11415
/proc/meminfo: memFree=29689624/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=45164 CPUtime=0.08 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 5346 0 0 0 8 0 0 0 23 0 1 0 658371157 46247936 5283 33554432000 4194304 6014671 140736761594416 18446744073709551615 4244721 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 11291 5283 681 445 0 4836 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 45164

[startup+0.30032 s]
/proc/loadavg: 2.24 5.45 7.80 7/481 11415
/proc/meminfo: memFree=29689624/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=55416 CPUtime=0.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 5914 0 0 0 28 0 0 0 23 0 1 0 658371157 56745984 5851 33554432000 4194304 6014671 140736761594416 18446744073709551615 4386101 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 13854 5851 726 445 0 7399 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 55416

[startup+0.700298 s]
/proc/loadavg: 2.24 5.45 7.80 7/481 11415
/proc/meminfo: memFree=29689624/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=81428 CPUtime=0.68 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 6650 0 0 0 68 0 0 0 25 0 1 0 658371157 83382272 6587 33554432000 4194304 6014671 140736761594416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 20357 6587 731 445 0 13902 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 81428

[startup+1.50014 s]
/proc/loadavg: 2.54 5.46 7.79 7/485 11422
/proc/meminfo: memFree=29513960/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=90096 CPUtime=1.48 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 7336 0 0 0 148 0 0 0 25 0 1 0 658371157 92258304 7273 33554432000 4194304 6014671 140736761594416 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 22524 7273 731 445 0 16069 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 90096

[startup+3.1009 s]
/proc/loadavg: 2.54 5.46 7.79 7/485 11422
/proc/meminfo: memFree=29453944/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=90224 CPUtime=3.09 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 9213 0 0 0 308 1 0 0 25 0 1 0 658371157 92389376 9149 33554432000 4194304 6014671 140736761594416 18446744073709551615 47148147209769 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 22556 9149 732 445 0 16101 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 90224

[startup+6.30031 s]
/proc/loadavg: 2.82 5.46 7.78 7/485 11422
/proc/meminfo: memFree=29182048/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=99328 CPUtime=6.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 13390 0 0 0 627 1 0 0 25 0 1 0 658371157 101711872 13326 33554432000 4194304 6014671 140736761594416 18446744073709551615 4423649 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 24832 13326 732 445 0 18377 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 99328

[startup+12.7002 s]
/proc/loadavg: 3.07 5.47 7.77 7/485 11422
/proc/meminfo: memFree=28723908/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=108668 CPUtime=12.69 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 16121 0 0 0 1267 2 0 0 25 0 1 0 658371157 111276032 16051 33554432000 4194304 6014671 140736761594416 18446744073709551615 4369407 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 27167 16051 732 445 0 20712 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 108668

[startup+25.5011 s]
/proc/loadavg: 3.52 5.49 7.75 7/485 11422
/proc/meminfo: memFree=28487636/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=128424 CPUtime=25.49 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 23102 0 0 0 2546 3 0 0 25 0 1 0 658371157 131506176 23029 33554432000 4194304 6014671 140736761594416 18446744073709551615 251813936834 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 32106 23029 732 445 0 25651 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 128424

[startup+51.1008 s]
/proc/loadavg: 4.50 5.54 7.69 7/485 11423
/proc/meminfo: memFree=28123652/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=171412 CPUtime=51.07 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 32262 0 0 0 5103 4 0 0 25 0 1 0 658371157 175525888 32181 33554432000 4194304 6014671 140736761594416 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 42853 32181 732 445 0 36398 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 171412

[startup+102.317 s]
/proc/loadavg: 5.43 5.62 7.61 7/485 11424
/proc/meminfo: memFree=27802456/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=217040 CPUtime=102.29 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 41814 0 0 0 10223 6 0 0 25 0 1 0 658371157 222248960 41733 33554432000 4194304 6014671 140736761594416 18446744073709551615 4379376 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 54260 41733 732 445 0 47805 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 217040

[startup+162.3 s]
/proc/loadavg: 5.90 5.72 7.51 7/485 11426
/proc/meminfo: memFree=27601796/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=314508 CPUtime=162.27 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 51296 0 0 0 16220 7 0 0 25 0 1 0 658371157 322056192 51186 33554432000 4194304 6014671 140736761594416 18446744073709551615 4424459 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 78627 51186 732 445 0 72172 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 314508

[startup+222.301 s]
/proc/loadavg: 6.04 5.78 7.42 7/485 11428
/proc/meminfo: memFree=27465976/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=367336 CPUtime=222.27 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 55882 0 0 0 22219 8 0 0 25 0 1 0 658371157 376152064 55649 33554432000 4194304 6014671 140736761594416 18446744073709551615 4423539 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 91834 55649 732 445 0 85379 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 367336

[startup+282.301 s]
/proc/loadavg: 6.13 5.85 7.34 7/485 11429
/proc/meminfo: memFree=27347420/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=282.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 61342 0 0 0 28218 10 0 0 25 0 1 0 658371157 431714304 61007 33554432000 4194304 6014671 140736761594416 18446744073709551615 4422777 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 61007 732 445 0 98944 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 421596

[startup+342.301 s]
/proc/loadavg: 6.15 5.91 7.26 7/485 11440
/proc/meminfo: memFree=27293212/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=342.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 62702 0 0 0 34218 10 0 0 25 0 1 0 658371157 431714304 62260 33554432000 4194304 6014671 140736761594416 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 62260 732 445 0 98944 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 421596

[startup+402.301 s]
/proc/loadavg: 6.12 5.94 7.19 7/485 11441
/proc/meminfo: memFree=27210092/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=402.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 63167 0 0 0 40218 10 0 0 25 0 1 0 658371157 431714304 62589 33554432000 4194304 6014671 140736761594416 18446744073709551615 4369391 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 62589 732 445 0 98944 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 421596

[startup+462.301 s]
/proc/loadavg: 6.10 5.96 7.11 7/485 11443
/proc/meminfo: memFree=27190848/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=462.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 64795 0 0 0 46217 11 0 0 25 0 1 0 658371157 431714304 64217 33554432000 4194304 6014671 140736761594416 18446744073709551615 4511748 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 64217 732 445 0 98944 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 421596

[startup+522.301 s]
/proc/loadavg: 6.09 5.98 7.05 7/485 11445
/proc/meminfo: memFree=27117032/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=522.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 65754 0 0 0 52217 11 0 0 25 0 1 0 658371157 431714304 65176 33554432000 4194304 6014671 140736761594416 18446744073709551615 4424139 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 65176 732 445 0 98944 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 421596

[startup+582.301 s]
/proc/loadavg: 6.19 6.03 6.99 7/485 11449
/proc/meminfo: memFree=27069064/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=582.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 66169 0 0 0 58217 11 0 0 25 0 1 0 658371157 431714304 62500 33554432000 4194304 6014671 140736761594416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 62500 732 445 0 98944 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 421596

[startup+642.3 s]
/proc/loadavg: 6.11 6.04 6.94 7/485 11451
/proc/meminfo: memFree=27013612/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=642.29 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 71698 0 0 0 64217 12 0 0 25 0 1 0 658371157 431714304 68029 33554432000 4194304 6014671 140736761594416 18446744073709551615 4423931 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 68029 732 445 0 98944 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 421596

[startup+702.3 s]
/proc/loadavg: 6.12 6.06 6.88 7/485 11452
/proc/meminfo: memFree=26989912/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=702.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 72337 0 0 0 70216 12 0 0 25 0 1 0 658371157 431714304 68668 33554432000 4194304 6014671 140736761594416 18446744073709551615 4511674 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 68668 732 445 0 98944 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 421596

[startup+762.318 s]
/proc/loadavg: 6.08 6.06 6.83 7/485 11454
/proc/meminfo: memFree=26936936/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=762.3 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 77526 0 0 0 76216 14 0 0 25 0 1 0 658371157 431714304 73857 33554432000 4194304 6014671 140736761594416 18446744073709551615 4369612 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 73857 732 445 0 98944 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 421596

[startup+822.3 s]
/proc/loadavg: 6.03 6.04 6.78 7/485 11456
/proc/meminfo: memFree=26878884/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=822.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 88172 0 0 0 82213 15 0 0 25 0 1 0 658371157 431714304 84503 33554432000 4194304 6014671 140736761594416 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 84503 732 445 0 98944 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 421596

[startup+882.3 s]
/proc/loadavg: 6.12 6.06 6.73 7/485 11457
/proc/meminfo: memFree=26858048/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=421596 CPUtime=882.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 88173 0 0 0 88213 15 0 0 25 0 1 0 658371157 431714304 84504 33554432000 4194304 6014671 140736761594416 18446744073709551615 4424004 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 105399 84504 732 445 0 98944 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 421596

[startup+942.3 s]
/proc/loadavg: 6.13 6.08 6.70 7/485 11459
/proc/meminfo: memFree=26829748/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=487712 CPUtime=942.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 89092 0 0 0 94213 15 0 0 25 0 1 0 658371157 499417088 85423 33554432000 4194304 6014671 140736761594416 18446744073709551615 4423080 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 121928 85423 732 445 0 115473 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 487712

[startup+1002.3 s]
/proc/loadavg: 6.13 6.08 6.66 7/485 11460
/proc/meminfo: memFree=26770704/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=554612 CPUtime=1002.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 89671 0 0 0 100213 15 0 0 25 0 1 0 658371157 567922688 86002 33554432000 4194304 6014671 140736761594416 18446744073709551615 4511632 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 138653 86002 732 445 0 132198 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 554612

[startup+1062.3 s]
/proc/loadavg: 6.12 6.08 6.62 7/485 11462
/proc/meminfo: memFree=26682768/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=554612 CPUtime=1062.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 97441 0 0 0 106211 17 0 0 25 0 1 0 658371157 567922688 93772 33554432000 4194304 6014671 140736761594416 18446744073709551615 4424090 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 138653 93772 732 445 0 132198 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 554612

[startup+1122.3 s]
/proc/loadavg: 6.20 6.11 6.59 7/485 11464
/proc/meminfo: memFree=26602016/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=554740 CPUtime=1122.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 98634 0 0 0 112211 17 0 0 25 0 1 0 658371157 568053760 94965 33554432000 4194304 6014671 140736761594416 18446744073709551615 4511662 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 138685 94965 732 445 0 132230 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 554740

[startup+1182.3 s]
/proc/loadavg: 6.24 6.13 6.57 7/485 11465
/proc/meminfo: memFree=26541244/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=554740 CPUtime=1182.28 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 98638 0 0 0 118211 17 0 0 25 0 1 0 658371157 568053760 94969 33554432000 4194304 6014671 140736761594416 18446744073709551615 4425380 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 138685 94969 732 445 0 132230 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 554740

[startup+1242.3 s]
/proc/loadavg: 6.14 6.12 6.53 7/485 11467
/proc/meminfo: memFree=26517664/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=554740 CPUtime=1242.29 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 98640 0 0 0 124212 17 0 0 25 0 1 0 658371157 568053760 94971 33554432000 4194304 6014671 140736761594416 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 138685 94971 732 445 0 132230 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 554740



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 6.11 6.11 6.51 5/481 11470
/proc/meminfo: memFree=28132276/32950928 swapFree=41934216/67111528
[pid=11415] ppid=11413 vsize=554740 CPUtime=1300 cores=0,2
/proc/11415/stat : 11415 (qutersat_releas) R 11413 11415 11356 0 -1 4202496 98640 0 0 0 129983 17 0 0 25 0 1 0 658371157 568053760 94971 33554432000 4194304 6014671 140736761594416 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/11415/statm: 138685 94971 732 445 0 132230 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 554740

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.04
CPU time (s): 1300.03
CPU user time (s): 1299.84
CPU system time (s): 0.19497
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 554740

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

runsolver used 5.98909 second user time and 14.2678 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 15:55:25
IDJOB=3377136
IDBENCH=70810
IDSOLVER=1856
FILE ID=node126/3377136-1305467724
RUNJOBID= node126-1305467722-11376
PBS_JOBID= 13325302
Free space on /tmp= 73296 MiB

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

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
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:      29689904 kB
Buffers:        183628 kB
Cached:        1846820 kB
SwapCached:      49648 kB
Active:         709120 kB
Inactive:      2281792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29689904 kB
SwapTotal:    67111528 kB
SwapFree:     41934216 kB
Dirty:           15640 kB
Writeback:           0 kB
AnonPages:      923860 kB
Mapped:          19792 kB
Slab:           112244 kB
PageTables:      87420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 135238220 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