Trace number 3288703

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-03-01UNSAT 377.821 377.81

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Set FPU double precision.
0.19/0.25	c Parse Cnf success: #var: 39151 #clause: 533919
0.19/0.25	c Find Units :          0
0.19/0.25	c Find Invs  :          0
0.29/0.37	c Find Ands  :          0 AvgFaninNum: nan
0.29/0.38	c Find Xors  :          0 AvgFaninNum: nan
0.38/0.40	c Find Ite   :          0
0.38/0.42	c UnDirect variable: 0
0.38/0.42	c UnDirect to Direct Gate: 0
0.38/0.42	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.38/0.42	c Break Cycle : 0
0.38/0.42	c Total Root : 0 Undef Var: 39151
0.38/0.42	c After covering, Total Root: 0 Leaf: 0
0.38/0.42	c Variable( cover/uncovered/unused ): 0 39151 0
0.38/0.42	c Unit Clauses: 0
0.38/0.42	c Binary Clauses( cover/uncovered ): 0 47680
0.38/0.42	c Clauses( cover/uncovered ): 0 443468
0.38/0.42	c Total Clauses( cover/uncovered ): 0 491148 0%
0.38/0.42	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
0.89/0.96	c Uncover Clauses avg size: 3.68446 max size: 4
0.89/0.96	c Final circuit: i/l/o/s   39151       0  491077    630298
0.89/0.97	c CnfToAig: Time: 0.96 s
1.39/1.48	c TmMap: Set choices finish.
1.79/1.80	c TmMap: Set big and: 548025
1.79/1.80	c TmMap: Origin: 669450 ClauseNum: 1890894 --> New: 587177 ClauseNum: 1770971
1.79/1.80	c TmMap: Time: 0.41
1.89/1.93	c Try to Add: #clause: 1096050 #xorclause: 0
2.10/2.11	c #var: 96099 #clauses: 165217 Solving... 
377.70/377.75	s UNSATISFIABLE
377.70/377.77	c CPU time: 377.78 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: 935)

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

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: 3.07 3.76 3.64 4/183 10851
/proc/meminfo: memFree=27070264/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=32364 CPUtime=0 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 1866 0 0 0 0 0 0 0 21 0 1 0 469937898 33140736 1800 33554432000 4194304 6016207 140733708943248 18446744073709551615 4272599 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 8091 1814 372 445 0 1635 0

[startup+0.069187 s]
/proc/loadavg: 3.07 3.76 3.64 4/183 10851
/proc/meminfo: memFree=27070264/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=43628 CPUtime=0.06 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 4573 0 0 0 6 0 0 0 21 0 1 0 469937898 44675072 4507 33554432000 4194304 6016207 140733708943248 18446744073709551615 4310902 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 10907 4508 379 445 0 4451 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 43628

[startup+0.101142 s]
/proc/loadavg: 3.07 3.76 3.64 4/183 10851
/proc/meminfo: memFree=27070264/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=48748 CPUtime=0.08 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 5959 0 0 0 8 0 0 0 21 0 1 0 469937898 49917952 5893 33554432000 4194304 6016207 140733708943248 18446744073709551615 4279087 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 12187 5893 379 445 0 5731 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 48748

[startup+0.301136 s]
/proc/loadavg: 3.07 3.76 3.64 4/183 10851
/proc/meminfo: memFree=27070264/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=67820 CPUtime=0.29 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 10706 0 0 0 28 1 0 0 22 0 1 0 469937898 69447680 10640 33554432000 4194304 6016207 140733708943248 18446744073709551615 4287396 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 16955 10640 386 445 0 10499 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67820

[startup+0.701056 s]
/proc/loadavg: 3.07 3.76 3.64 4/183 10851
/proc/meminfo: memFree=27070264/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=92396 CPUtime=0.69 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 16698 0 0 0 67 2 0 0 23 0 1 0 469937898 94613504 16632 33554432000 4194304 6016207 140733708943248 18446744073709551615 4317019 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 23099 16632 400 445 0 16643 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 92396

[startup+1.50089 s]
/proc/loadavg: 3.07 3.76 3.64 5/190 10864
/proc/meminfo: memFree=26809204/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=245468 CPUtime=1.49 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 54708 0 0 0 143 6 0 0 25 0 1 0 469937898 251359232 54642 33554432000 4194304 6016207 140733708943248 18446744073709551615 4226034 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 61367 54642 672 445 0 54911 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 245468

[startup+3.10061 s]
/proc/loadavg: 3.07 3.76 3.64 5/190 10864
/proc/meminfo: memFree=26480080/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=316252 CPUtime=3.09 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 68939 0 0 0 301 8 0 0 25 0 1 0 469937898 323842048 68873 33554432000 4194304 6016207 140733708943248 18446744073709551615 4669495 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 79063 68873 700 445 0 72607 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 316252

[startup+6.30104 s]
/proc/loadavg: 3.22 3.78 3.65 5/190 10864
/proc/meminfo: memFree=26282084/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=428636 CPUtime=6.29 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 96430 0 0 0 618 11 0 0 25 0 1 0 469937898 438923264 96364 33554432000 4194304 6016207 140733708943248 18446744073709551615 4779628 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 107159 96365 700 445 0 100703 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 428636

[startup+12.7009 s]
/proc/loadavg: 3.29 3.78 3.65 5/190 10865
/proc/meminfo: memFree=25800520/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=571576 CPUtime=12.69 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 131416 0 0 0 1253 16 0 0 25 0 1 0 469937898 585293824 131128 33554432000 4194304 6016207 140733708943248 18446744073709551615 4519051 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 142894 131128 715 445 0 136438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 571576

[startup+25.5005 s]
/proc/loadavg: 3.44 3.79 3.66 5/190 10865
/proc/meminfo: memFree=25420904/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=737112 CPUtime=25.49 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 169998 0 0 0 2527 22 0 0 25 0 1 0 469937898 754802688 167738 33554432000 4194304 6016207 140733708943248 18446744073709551615 4424223 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 184278 167738 731 445 0 177822 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 737112

[startup+51.1008 s]
/proc/loadavg: 3.71 3.83 3.67 5/190 10866
/proc/meminfo: memFree=25356484/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=777680 CPUtime=51.09 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 173507 0 0 0 5086 23 0 0 25 0 1 0 469937898 796344320 171247 33554432000 4194304 6016207 140733708943248 18446744073709551615 4425096 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 194420 171247 731 445 0 187964 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 777680

[startup+102.306 s]
/proc/loadavg: 3.87 3.85 3.68 5/190 10867
/proc/meminfo: memFree=25294480/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=102.29 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 175072 0 0 0 10206 23 0 0 25 0 1 0 469937898 806871040 172812 33554432000 4194304 6016207 140733708943248 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 172812 731 445 0 190534 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 787960

[startup+162.301 s]
/proc/loadavg: 3.95 3.87 3.70 5/190 10869
/proc/meminfo: memFree=25249556/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=162.3 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 176152 0 0 0 16206 24 0 0 25 0 1 0 469937898 806871040 173892 33554432000 4194304 6016207 140733708943248 18446744073709551615 4425742 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 173892 731 445 0 190534 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 787960

[startup+222.301 s]
/proc/loadavg: 3.98 3.89 3.72 5/190 10870
/proc/meminfo: memFree=25226212/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=222.29 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 177306 0 0 0 22205 24 0 0 25 0 1 0 469937898 806871040 175046 33554432000 4194304 6016207 140733708943248 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 175046 731 445 0 190534 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 787960

[startup+282.301 s]
/proc/loadavg: 4.00 3.91 3.73 5/190 10899
/proc/meminfo: memFree=26001276/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=282.3 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 178220 0 0 0 28205 25 0 0 25 0 1 0 469937898 806871040 175960 33554432000 4194304 6016207 140733708943248 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 175960 731 445 0 190534 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 787960

[startup+342.301 s]
/proc/loadavg: 4.00 3.92 3.75 5/190 10900
/proc/meminfo: memFree=25946468/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=342.3 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 178884 0 0 0 34205 25 0 0 25 0 1 0 469937898 806871040 176624 33554432000 4194304 6016207 140733708943248 18446744073709551615 4425705 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 176624 731 445 0 190534 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 787960

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

[startup+358.301 s]
/proc/loadavg: 4.00 3.93 3.75 5/190 10901
/proc/meminfo: memFree=25941244/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=358.3 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 179472 0 0 0 35804 26 0 0 25 0 1 0 469937898 806871040 177212 33554432000 4194304 6016207 140733708943248 18446744073709551615 4424872 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 177212 731 445 0 190534 0
Current children cumulated CPU time (s) 358.3
Current children cumulated vsize (KiB) 787960

[startup+371.1 s]
/proc/loadavg: 4.00 3.93 3.75 5/190 10901
/proc/meminfo: memFree=25919540/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=371.1 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 179688 0 0 0 37084 26 0 0 25 0 1 0 469937898 806871040 177428 33554432000 4194304 6016207 140733708943248 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 177428 731 445 0 190534 0
Current children cumulated CPU time (s) 371.1
Current children cumulated vsize (KiB) 787960

[startup+374.301 s]
/proc/loadavg: 4.00 3.93 3.75 5/190 10901
/proc/meminfo: memFree=25918796/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=374.3 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 179697 0 0 0 37404 26 0 0 25 0 1 0 469937898 806871040 177437 33554432000 4194304 6016207 140733708943248 18446744073709551615 4425530 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 177437 731 445 0 190534 0
Current children cumulated CPU time (s) 374.3
Current children cumulated vsize (KiB) 787960

[startup+375.9 s]
/proc/loadavg: 4.00 3.93 3.75 5/190 10901
/proc/meminfo: memFree=25918548/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=375.9 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 179838 0 0 0 37564 26 0 0 25 0 1 0 469937898 806871040 177578 33554432000 4194304 6016207 140733708943248 18446744073709551615 4380318 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 177578 731 445 0 190534 0
Current children cumulated CPU time (s) 375.9
Current children cumulated vsize (KiB) 787960

[startup+376.7 s]
/proc/loadavg: 4.00 3.93 3.75 5/190 10901
/proc/meminfo: memFree=25917184/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=376.7 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 179846 0 0 0 37644 26 0 0 25 0 1 0 469937898 806871040 177586 33554432000 4194304 6016207 140733708943248 18446744073709551615 4425392 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 177586 731 445 0 190534 0
Current children cumulated CPU time (s) 376.7
Current children cumulated vsize (KiB) 787960

[startup+377.501 s]
/proc/loadavg: 4.00 3.93 3.75 5/190 10901
/proc/meminfo: memFree=25917180/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=377.5 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 179848 0 0 0 37724 26 0 0 25 0 1 0 469937898 806871040 177588 33554432000 4194304 6016207 140733708943248 18446744073709551615 4424229 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 177588 731 445 0 190534 0
Current children cumulated CPU time (s) 377.5
Current children cumulated vsize (KiB) 787960

[startup+377.701 s]
/proc/loadavg: 4.00 3.93 3.75 5/190 10901
/proc/meminfo: memFree=25917180/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=787960 CPUtime=377.7 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202496 179851 0 0 0 37744 26 0 0 25 0 1 0 469937898 806871040 177591 33554432000 4194304 6016207 140733708943248 18446744073709551615 4452529 0 0 4096 16386 0 0 0 17 0 0 0 0
/proc/10851/statm: 196990 177591 731 445 0 190534 0
Current children cumulated CPU time (s) 377.7
Current children cumulated vsize (KiB) 787960

[startup+377.801 s]
/proc/loadavg: 4.00 3.93 3.75 5/190 10901
/proc/meminfo: memFree=25917180/32951124 swapFree=67111524/67111528
[pid=10851] ppid=10849 vsize=0 CPUtime=377.8 cores=0,2
/proc/10851/stat : 10851 (qutersat_releas) R 10849 10851 10248 0 -1 4202500 179856 0 0 0 37752 28 0 0 25 0 1 0 469937898 0 0 33554432000 0 0 0 0 0 0 0 4096 16386 18446744073709551615 0 0 17 0 0 0 0
/proc/10851/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 377.8
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 377.81
CPU time (s): 377.821
CPU user time (s): 377.522
CPU system time (s): 0.298954
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 787960

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

runsolver used 0.622905 second user time and 1.44278 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-26 01:47:00
IDJOB=3288703
IDBENCH=82502
IDSOLVER=1607
FILE ID=node147/3288703-1303775219
RUNJOBID= node147-1303775217-10821
PBS_JOBID= 13157185
Free space on /tmp= 72132 MiB

SOLVER NAME= QuteRSat 2011-03-01
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= qutersat_release BENCHNAME RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288703-1303775219/watcher-3288703-1303775219 -o /tmp/evaluation-result-3288703-1303775219/solver-3288703-1303775219 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3288703-1303775219.cnf 1474865514

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=1474865514

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:      27070412 kB
Buffers:        967596 kB
Cached:        4366012 kB
SwapCached:          4 kB
Active:         689632 kB
Inactive:      4746088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27070412 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           30128 kB
Writeback:           0 kB
AnonPages:      101424 kB
Mapped:          15204 kB
Slab:           381140 kB
PageTables:       4816 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   245116 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= 72124 MiB
End job on node147 at 2011-04-26 01:53:18