Trace number 3377106

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
QuteRSat 2011-05-12 (fixed)UNSAT 454.886 454.874

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.01	c Set FPU double precision.
0.19/0.27	c Parse Cnf success: #var: 39151 #clause: 533919
0.19/0.27	c Find Units :          0
0.19/0.28	c Find Invs  :          0
0.39/0.43	c Find Ands  :          0 AvgFaninNum: nan
0.39/0.45	c Find Xors  :          0 AvgFaninNum: nan
0.39/0.47	c Find Ite   :          0
0.39/0.49	c UnDirect variable: 0
0.39/0.49	c UnDirect to Direct Gate: 0
0.39/0.49	c Forced Direct Gate: 0 Unuse unDirect Gate: 0
0.39/0.49	c Break Cycle : 0
0.39/0.49	c Total Root : 0 Undef Var: 39151
0.39/0.49	c After covering, Total Root: 0 Leaf: 0
0.39/0.49	c Variable( cover/uncovered/unused ): 0 39151 0
0.39/0.49	c Unit Clauses: 0
0.39/0.49	c Binary Clauses( cover/uncovered ): 0 47680
0.39/0.49	c Clauses( cover/uncovered ): 0 443468
0.39/0.49	c Total Clauses( cover/uncovered ): 0 491148 0%
0.39/0.49	c Covered Ands: 0 Invs: 0 Xors: 0 Ites: 0
1.00/1.02	c Uncover Clauses avg size: 3.68446 max size: 4
1.00/1.03	c Final circuit: i/l/o/s   39151       0  491077    630298
1.00/1.03	c CnfToAig: Time: 1.03 s
1.48/1.54	c TmMap: Set choices finish.
1.79/1.85	c TmMap: Set big and: 548025
1.79/1.85	c TmMap: Origin: 669450 ClauseNum: 1890894 --> New: 587177 ClauseNum: 1770971
1.79/1.85	c TmMap: Time: 0.41
1.89/1.98	c Try to Add: #clause: 1096050 #xorclause: 0
2.10/2.17	c #var: 96099 #clauses: 165217 Solving... 
454.80/454.82	s UNSATISFIABLE
454.80/454.84	c CPU time: 454.85 s

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3377106-1305468575/watcher-3377106-1305468575 -o /tmp/evaluation-result-3377106-1305468575/solver-3377106-1305468575 -C 2400 -W 1300 -M 7680 qutersat_release HOME/instance-3377106-1305468575.cnf 1686016231 

running on 2 cores: 5,7

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: 4.02 3.97 4.52 4/314 12697
/proc/meminfo: memFree=22241540/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=34412 CPUtime=0 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 2254 0 0 0 0 0 0 0 21 0 1 0 737088124 35237888 2190 33554432000 4194304 6014671 140735810177456 18446744073709551615 260020395776 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 8603 2190 377 445 0 2148 0

[startup+0.08178 s]
/proc/loadavg: 4.02 3.97 4.52 4/314 12697
/proc/meminfo: memFree=22241540/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=44652 CPUtime=0.07 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 4833 0 0 0 7 0 0 0 21 0 1 0 737088124 45723648 4769 33554432000 4194304 6014671 140735810177456 18446744073709551615 4303700 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 11163 4769 377 445 0 4708 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 44652

[startup+0.100765 s]
/proc/loadavg: 4.02 3.97 4.52 4/314 12697
/proc/meminfo: memFree=22241540/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=48748 CPUtime=0.09 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 5886 0 0 0 8 1 0 0 21 0 1 0 737088124 49917952 5822 33554432000 4194304 6014671 140735810177456 18446744073709551615 4308338 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 12187 5822 377 445 0 5732 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 48748

[startup+0.300729 s]
/proc/loadavg: 4.02 3.97 4.52 4/314 12697
/proc/meminfo: memFree=22241540/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=67308 CPUtime=0.29 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 10572 0 0 0 27 2 0 0 22 0 1 0 737088124 68923392 10508 33554432000 4194304 6014671 140735810177456 18446744073709551615 4285953 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 16827 10508 382 445 0 10372 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67308

[startup+0.700654 s]
/proc/loadavg: 4.02 3.97 4.52 4/314 12697
/proc/meminfo: memFree=22241540/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=91884 CPUtime=0.69 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 16361 0 0 0 66 3 0 0 23 0 1 0 737088124 94089216 16297 33554432000 4194304 6014671 140735810177456 18446744073709551615 4334463 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 22971 16297 398 445 0 16516 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 91884

[startup+1.50052 s]
/proc/loadavg: 4.02 3.97 4.52 5/315 12698
/proc/meminfo: memFree=22145060/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=244956 CPUtime=1.48 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 54574 0 0 0 141 7 0 0 25 0 1 0 737088124 250834944 54510 33554432000 4194304 6014671 140735810177456 18446744073709551615 4230048 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 61239 54510 669 445 0 54784 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 244956

[startup+3.10021 s]
/proc/loadavg: 4.02 3.97 4.52 5/315 12698
/proc/meminfo: memFree=21964516/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=316252 CPUtime=3.09 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 68938 0 0 0 300 9 0 0 25 0 1 0 737088124 323842048 68874 33554432000 4194304 6014671 140735810177456 18446744073709551615 4423518 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 79063 68874 701 445 0 72608 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 316252

[startup+6.30062 s]
/proc/loadavg: 4.02 3.97 4.51 5/315 12698
/proc/meminfo: memFree=21899156/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=436444 CPUtime=6.29 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 98170 0 0 0 616 13 0 0 25 0 1 0 737088124 446918656 98106 33554432000 4194304 6014671 140735810177456 18446744073709551615 4778066 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 109111 98107 701 445 0 102656 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 436444

[startup+12.7004 s]
/proc/loadavg: 4.01 3.97 4.51 5/315 12698
/proc/meminfo: memFree=21720500/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=573312 CPUtime=12.69 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 131465 0 0 0 1252 17 0 0 25 0 1 0 737088124 587071488 131309 33554432000 4194304 6014671 140735810177456 18446744073709551615 4378747 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 143328 131309 723 445 0 136873 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 573312

[startup+25.5011 s]
/proc/loadavg: 4.01 3.97 4.50 5/315 12699
/proc/meminfo: memFree=21684676/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=621956 CPUtime=25.49 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 135138 0 0 0 2531 18 0 0 25 0 1 0 737088124 636882944 134982 33554432000 4194304 6014671 140735810177456 18446744073709551615 4668936 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 155489 134982 728 445 0 149034 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 621956

[startup+51.1004 s]
/proc/loadavg: 4.09 3.99 4.49 5/315 12699
/proc/meminfo: memFree=21577648/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=757804 CPUtime=51.1 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 160832 0 0 0 5087 23 0 0 25 0 1 0 737088124 775991296 160247 33554432000 4194304 6014671 140735810177456 18446744073709551615 4423983 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 189451 160247 728 445 0 182996 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 757804

[startup+102.312 s]
/proc/loadavg: 4.10 4.00 4.47 5/315 12701
/proc/meminfo: memFree=21545716/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=757804 CPUtime=102.3 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 165066 0 0 0 10207 23 0 0 25 0 1 0 737088124 775991296 164481 33554432000 4194304 6014671 140735810177456 18446744073709551615 4423940 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 189451 164481 729 445 0 182996 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 757804

[startup+162.301 s]
/proc/loadavg: 4.10 4.02 4.44 5/315 12702
/proc/meminfo: memFree=21378748/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=779744 CPUtime=162.29 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 173966 0 0 0 16205 24 0 0 25 0 1 0 737088124 798457856 173380 33554432000 4194304 6014671 140735810177456 18446744073709551615 4422600 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 194936 173380 728 445 0 188481 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 779744

[startup+222.301 s]
/proc/loadavg: 4.09 4.03 4.42 5/315 12704
/proc/meminfo: memFree=21382268/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=779744 CPUtime=222.29 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 174496 0 0 0 22204 25 0 0 25 0 1 0 737088124 798457856 169696 33554432000 4194304 6014671 140735810177456 18446744073709551615 4423491 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 194936 169696 728 445 0 188481 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 779744

[startup+282.301 s]
/proc/loadavg: 4.03 4.02 4.39 5/315 12705
/proc/meminfo: memFree=21388280/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=779744 CPUtime=282.29 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 174501 0 0 0 28204 25 0 0 25 0 1 0 737088124 798457856 169701 33554432000 4194304 6014671 140735810177456 18446744073709551615 4424448 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 194936 169701 728 445 0 188481 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 779744

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 4.36 5/315 12707
/proc/meminfo: memFree=21372092/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=779744 CPUtime=342.3 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 174502 0 0 0 34204 26 0 0 25 0 1 0 737088124 798457856 169702 33554432000 4194304 6014671 140735810177456 18446744073709551615 4423476 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 194936 169702 728 445 0 188481 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 779744

[startup+402.301 s]
/proc/loadavg: 4.00 4.01 4.34 5/315 12709
/proc/meminfo: memFree=21341168/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=802328 CPUtime=402.3 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 181551 0 0 0 40202 28 0 0 25 0 1 0 737088124 821583872 176744 33554432000 4194304 6014671 140735810177456 18446744073709551615 4424320 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 200582 176744 746 445 0 194127 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 802328

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

[startup+409.5 s]
/proc/loadavg: 4.00 4.01 4.33 5/315 12709
/proc/meminfo: memFree=21341152/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=802328 CPUtime=409.5 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 181551 0 0 0 40922 28 0 0 25 0 1 0 737088124 821583872 176744 33554432000 4194304 6014671 140735810177456 18446744073709551615 4422773 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 200582 176744 746 445 0 194127 0
Current children cumulated CPU time (s) 409.5
Current children cumulated vsize (KiB) 802328

[startup+435.101 s]
/proc/loadavg: 4.08 4.02 4.33 5/315 12710
/proc/meminfo: memFree=21339648/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=802328 CPUtime=435.1 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 181551 0 0 0 43482 28 0 0 25 0 1 0 737088124 821583872 176744 33554432000 4194304 6014671 140735810177456 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 200582 176744 746 445 0 194127 0
Current children cumulated CPU time (s) 435.1
Current children cumulated vsize (KiB) 802328

[startup+447.9 s]
/proc/loadavg: 4.07 4.02 4.32 3/311 12712
/proc/meminfo: memFree=22581660/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=802328 CPUtime=447.9 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 181596 0 0 0 44762 28 0 0 25 0 1 0 737088124 821583872 176789 33554432000 4194304 6014671 140735810177456 18446744073709551615 4372082 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 200582 176789 746 445 0 194127 0
Current children cumulated CPU time (s) 447.9
Current children cumulated vsize (KiB) 802328

[startup+451.101 s]
/proc/loadavg: 3.90 3.99 4.31 5/315 12766
/proc/meminfo: memFree=22420584/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=802328 CPUtime=451.1 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 181596 0 0 0 45082 28 0 0 25 0 1 0 737088124 821583872 176789 33554432000 4194304 6014671 140735810177456 18446744073709551615 4380192 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 200582 176789 746 445 0 194127 0
Current children cumulated CPU time (s) 451.1
Current children cumulated vsize (KiB) 802328

[startup+452.701 s]
/proc/loadavg: 3.90 3.99 4.31 5/315 12766
/proc/meminfo: memFree=22417112/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=802328 CPUtime=452.7 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 181596 0 0 0 45242 28 0 0 25 0 1 0 737088124 821583872 176789 33554432000 4194304 6014671 140735810177456 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 200582 176789 746 445 0 194127 0
Current children cumulated CPU time (s) 452.7
Current children cumulated vsize (KiB) 802328

[startup+453.5 s]
/proc/loadavg: 3.91 3.99 4.31 5/315 12766
/proc/meminfo: memFree=22415748/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=802328 CPUtime=453.5 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 181596 0 0 0 45322 28 0 0 25 0 1 0 737088124 821583872 176789 33554432000 4194304 6014671 140735810177456 18446744073709551615 4423994 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 200582 176789 746 445 0 194127 0
Current children cumulated CPU time (s) 453.5
Current children cumulated vsize (KiB) 802328

[startup+454.311 s]
/proc/loadavg: 3.91 3.99 4.31 4/314 12767
/proc/meminfo: memFree=23529772/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=802328 CPUtime=454.31 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 181596 0 0 0 45403 28 0 0 25 0 1 0 737088124 821583872 176789 33554432000 4194304 6014671 140735810177456 18446744073709551615 4423937 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 200582 176789 746 445 0 194127 0
Current children cumulated CPU time (s) 454.31
Current children cumulated vsize (KiB) 802328

[startup+454.7 s]
/proc/loadavg: 3.91 3.99 4.31 4/314 12767
/proc/meminfo: memFree=23529772/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=802328 CPUtime=454.7 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 181596 0 0 0 45442 28 0 0 25 0 1 0 737088124 821583872 176789 33554432000 4194304 6014671 140735810177456 18446744073709551615 4369880 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 200582 176789 746 445 0 194127 0
Current children cumulated CPU time (s) 454.7
Current children cumulated vsize (KiB) 802328

[startup+454.8 s]
/proc/loadavg: 3.91 3.99 4.31 4/314 12767
/proc/meminfo: memFree=23529772/32951124 swapFree=67083432/67111528
[pid=12697] ppid=12695 vsize=802328 CPUtime=454.8 cores=5,7
/proc/12697/stat : 12697 (qutersat_releas) R 12695 12697 12551 0 -1 4202496 181596 0 0 0 45452 28 0 0 25 0 1 0 737088124 821583872 176789 33554432000 4194304 6014671 140735810177456 18446744073709551615 4795200 0 0 4096 16386 0 0 0 17 5 0 0 0
/proc/12697/statm: 200582 176789 746 445 0 194127 0
Current children cumulated CPU time (s) 454.8
Current children cumulated vsize (KiB) 802328

Child status: 0
Real time (s): 454.874
CPU time (s): 454.886
CPU user time (s): 454.573
CPU system time (s): 0.312952
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 802328

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

runsolver used 1.14482 second user time and 3.40848 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-15 16:09:35
IDJOB=3377106
IDBENCH=82502
IDSOLVER=1856
FILE ID=node110/3377106-1305468575
RUNJOBID= node110-1305467720-12572
PBS_JOBID= 13325306
Free space on /tmp= 73580 MiB

SOLVER NAME= QuteRSat 2011-05-12 (fixed)
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-3377106-1305468575/watcher-3377106-1305468575 -o /tmp/evaluation-result-3377106-1305468575/solver-3377106-1305468575 -C 2400 -W 1300 -M 7680  qutersat_release HOME/instance-3377106-1305468575.cnf 1686016231

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=1686016231

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22241812 kB
Buffers:        298760 kB
Cached:        4496448 kB
SwapCached:       1440 kB
Active:        6903528 kB
Inactive:      3466160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22241812 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           14920 kB
Writeback:           0 kB
AnonPages:     5572808 kB
Mapped:          31964 kB
Slab:           246700 kB
PageTables:      28952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 66167332 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= 73580 MiB
End job on node110 at 2011-05-15 16:17:10