Trace number 3394881

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
Sol 2011-04-04UNSAT 1703.13 1686.88

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
gensys-icl007.shuffled-as.sat05-3133.cnf
MD5SUM88361752c7b0c05e849791aafdd7bdba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark219.938
Satisfiable
(Un)Satisfiability was proved
Number of variables762
Number of clauses17262
Sum of the clauses size76511
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21135
Number of clauses of size 38742
Number of clauses of size 4236
Number of clauses of size 5256
Number of clauses of size over 56851

Solver Data

1703.04/1686.86	s UNSATISFIABLE

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-3394881-1306089911/watcher-3394881-1306089911 -o /tmp/evaluation-result-3394881-1306089911/solver-3394881-1306089911 -C 5000 -W 5100 -M 15500 mono Main.exe HOME/instance-3394881-1306089911.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.01 1.06 3/522 5441
/proc/meminfo: memFree=15312052/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=102736 CPUtime=0 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 956 0 0 0 0 0 0 0 25 0 8 0 799221909 105201664 865 33554432000 4194304 7232020 140734211832720 18446744073709551615 215988286411 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/5441/statm: 25719 880 655 742 0 18290 0
[pid=5441/tid=5442] ppid=5439 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 9 0 799221910 108339200 1380 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 108339200 1380 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 108339200 1380 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 108339200 1380 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 108339200 1380 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 108339200 1380 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 108339200 1380 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=105800 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 799221910 108339200 1380 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0

[startup+0.103153 s]
/proc/loadavg: 1.00 1.01 1.06 3/522 5441
/proc/meminfo: memFree=15312052/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=115440 CPUtime=0.1 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 3792 0 0 0 10 0 0 0 25 0 9 0 799221909 118210560 3695 33554432000 4194304 7232020 140734211832720 18446744073709551615 1099288776 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/5441/statm: 28860 3695 997 742 0 21431 0
[pid=5441/tid=5442] ppid=5439 vsize=115440 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 0 0 0 0 17 0 9 0 799221910 118210560 3695 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=115440 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 118210560 3695 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=115440 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 118210560 3695 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=115440 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 9 0 799221910 118210560 3695 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=115440 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 118210560 3695 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=115440 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 118210560 3695 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=115440 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 9 0 799221910 118210560 3695 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=115440 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 9 0 799221910 118210560 3695 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 115440

[startup+0.201136 s]
/proc/loadavg: 1.00 1.01 1.06 3/522 5441
/proc/meminfo: memFree=15312052/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=123452 CPUtime=0.2 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 5679 0 0 0 20 0 0 0 18 0 9 0 799221909 126414848 5582 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084484331 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/5441/statm: 30863 5582 1025 742 0 23434 0
[pid=5441/tid=5442] ppid=5439 vsize=123452 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 799221910 126414848 5582 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=123452 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 799221910 126414848 5582 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=123452 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 799221910 126414848 5582 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=123452 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 799221910 126414848 5582 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=123452 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 799221910 126414848 5582 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=123452 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 799221910 126414848 5582 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=123452 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 24 0 9 0 799221910 126414848 5582 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=123452 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 0 0 0 0 24 0 9 0 799221910 126414848 5582 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 123452

[startup+0.301179 s]
/proc/loadavg: 1.00 1.01 1.06 3/522 5441
/proc/meminfo: memFree=15312052/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=123580 CPUtime=0.3 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 5997 0 0 0 30 0 0 0 18 0 9 0 799221909 126545920 5900 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084484203 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/5441/statm: 30895 5900 1025 742 0 23466 0
[pid=5441/tid=5442] ppid=5439 vsize=123580 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 9 0 799221910 126545920 5900 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=123580 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 799221910 126545920 5900 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=123580 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 799221910 126545920 5900 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=123580 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 126545920 5900 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=123580 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 799221910 126545920 5900 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=123580 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 23 0 9 0 799221910 126545920 5900 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=123580 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 9 0 799221910 126545920 5900 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=123580 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 0 0 0 0 23 0 9 0 799221910 126545920 5900 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 123580

[startup+0.701105 s]
/proc/loadavg: 1.00 1.01 1.06 3/522 5441
/proc/meminfo: memFree=15312052/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=123708 CPUtime=0.71 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 6023 0 0 0 71 0 0 0 18 0 9 0 799221909 126676992 5926 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084480662 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/5441/statm: 30927 5926 1025 742 0 23498 0
[pid=5441/tid=5442] ppid=5439 vsize=123708 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 799221910 126676992 5926 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=123708 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 9 0 799221910 126676992 5926 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=123708 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 799221910 126676992 5926 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=123708 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 126676992 5926 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=123708 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 799221910 126676992 5926 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=123708 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 9 0 799221910 126676992 5926 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=123708 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 126676992 5926 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=123708 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 0 0 0 0 19 0 9 0 799221910 126676992 5926 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 123708

[startup+1.50097 s]
/proc/loadavg: 1.08 1.02 1.06 3/531 5450
/proc/meminfo: memFree=15288180/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=129576 CPUtime=1.52 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 6466 0 0 0 152 0 0 0 18 0 9 0 799221909 132685824 6369 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084484225 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/5441/statm: 32394 6369 1025 742 0 24965 0
[pid=5441/tid=5442] ppid=5439 vsize=129576 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 799221910 132685824 6369 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=129576 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 132685824 6369 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=129576 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 132685824 6369 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=129576 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 132685824 6369 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=129576 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 132685824 6369 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=129576 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 132685824 6369 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=129576 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 132685824 6369 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=129576 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 799221910 132685824 6369 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 129576

[startup+3.10058 s]
/proc/loadavg: 1.08 1.02 1.06 3/531 5450
/proc/meminfo: memFree=15283472/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=129640 CPUtime=3.14 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 7344 0 0 0 314 0 0 0 19 0 9 0 799221909 132751360 7247 33554432000 4194304 7232020 140734211832720 18446744073709551615 1099292047 0 0 4096 545260780 18446744073709551615 0 0 17 4 0 0 0
/proc/5441/statm: 32410 7247 1025 742 0 24981 0
[pid=5441/tid=5442] ppid=5439 vsize=129640 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 9 0 799221910 132751360 7247 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=129640 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 132751360 7247 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=129640 CPUtime=0.01 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 799221910 132751360 7247 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=129640 CPUtime=0.01 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 799221910 132751360 7247 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=129640 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 9 0 799221910 132751360 7247 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=129640 CPUtime=0.01 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 799221910 132751360 7247 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=129640 CPUtime=0.01 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 1 0 0 0 15 0 9 0 799221910 132751360 7247 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=129640 CPUtime=0 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 9 0 799221910 132751360 7247 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 129640

[startup+6.30102 s]
/proc/loadavg: 1.08 1.02 1.06 3/531 5450
/proc/meminfo: memFree=15271464/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=137448 CPUtime=6.38 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 8377 0 0 0 638 0 0 0 18 0 9 0 799221909 140746752 8280 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084483945 0 0 4096 545260780 18446744073709551615 0 0 17 6 0 0 0
/proc/5441/statm: 34362 8280 1025 742 0 26933 0

################
# More data... #
################

/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 175134 0 0 0 167965 46 0 0 25 0 9 0 799221909 392491008 63506 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084484209 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/5441/statm: 95823 63506 1037 742 0 88394 0
[pid=5441/tid=5442] ppid=5439 vsize=383292 CPUtime=3.11 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 309 2 0 0 16 0 9 0 799221910 392491008 63506 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=383292 CPUtime=3.05 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 304 1 0 0 16 0 9 0 799221910 392491008 63506 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=383292 CPUtime=3.14 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 313 1 0 0 16 0 9 0 799221910 392491008 63506 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=383292 CPUtime=2.93 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 291 2 0 0 15 0 9 0 799221910 392491008 63506 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=383292 CPUtime=3.11 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 310 1 0 0 16 0 9 0 799221910 392491008 63506 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=383292 CPUtime=2.89 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 288 1 0 0 16 0 9 0 799221910 392491008 63506 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=383292 CPUtime=3.15 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 314 1 0 0 15 0 9 0 799221910 392491008 63506 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=383292 CPUtime=0.03 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 799221910 392491008 63506 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1680.11
Current children cumulated vsize (KiB) 383292

[startup+1676.8 s]
/proc/loadavg: 2.06 2.07 1.88 3/531 5504
/proc/meminfo: memFree=14863592/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=383292 CPUtime=1693.02 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 175160 0 0 0 169255 47 0 0 25 0 9 0 799221909 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084483984 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/5441/statm: 95823 63532 1037 742 0 88394 0
[pid=5441/tid=5442] ppid=5439 vsize=383292 CPUtime=3.13 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 311 2 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=383292 CPUtime=3.06 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 305 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=383292 CPUtime=3.15 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 314 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=383292 CPUtime=2.94 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 292 2 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=383292 CPUtime=3.13 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 312 1 0 0 16 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=383292 CPUtime=2.92 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 291 1 0 0 16 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=383292 CPUtime=3.17 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 316 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=383292 CPUtime=0.03 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1693.02
Current children cumulated vsize (KiB) 383292

[startup+1683.2 s]
/proc/loadavg: 2.06 2.07 1.88 3/531 5504
/proc/meminfo: memFree=14859864/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=383292 CPUtime=1699.44 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 175160 0 0 0 169897 47 0 0 25 0 9 0 799221909 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084483998 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/5441/statm: 95823 63532 1037 742 0 88394 0
[pid=5441/tid=5442] ppid=5439 vsize=383292 CPUtime=3.14 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 312 2 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=383292 CPUtime=3.06 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 305 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=383292 CPUtime=3.15 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 314 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=383292 CPUtime=2.97 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 295 2 0 0 16 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=383292 CPUtime=3.13 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 312 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=383292 CPUtime=2.92 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 291 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=383292 CPUtime=3.17 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 316 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=383292 CPUtime=0.03 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1699.44
Current children cumulated vsize (KiB) 383292

[startup+1684.8 s]
/proc/loadavg: 2.06 2.07 1.88 3/531 5504
/proc/meminfo: memFree=14859864/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=383292 CPUtime=1701.04 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 175160 0 0 0 170057 47 0 0 25 0 9 0 799221909 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084484428 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/5441/statm: 95823 63532 1037 742 0 88394 0
[pid=5441/tid=5442] ppid=5439 vsize=383292 CPUtime=3.14 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 312 2 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=383292 CPUtime=3.06 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 305 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=383292 CPUtime=3.15 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 314 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=383292 CPUtime=2.97 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 295 2 0 0 16 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=383292 CPUtime=3.13 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 312 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=383292 CPUtime=2.92 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 291 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=383292 CPUtime=3.17 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 316 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=383292 CPUtime=0.03 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1701.04
Current children cumulated vsize (KiB) 383292

[startup+1685.6 s]
/proc/loadavg: 2.06 2.07 1.88 3/531 5504
/proc/meminfo: memFree=14859988/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=383292 CPUtime=1701.84 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 175160 0 0 0 170137 47 0 0 25 0 9 0 799221909 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084483998 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/5441/statm: 95823 63532 1037 742 0 88394 0
[pid=5441/tid=5442] ppid=5439 vsize=383292 CPUtime=3.14 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 312 2 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=383292 CPUtime=3.06 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 305 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=383292 CPUtime=3.15 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 314 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=383292 CPUtime=2.97 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 295 2 0 0 16 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=383292 CPUtime=3.13 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 312 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=383292 CPUtime=2.92 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 291 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=383292 CPUtime=3.17 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 316 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=383292 CPUtime=0.03 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1701.84
Current children cumulated vsize (KiB) 383292

[startup+1686.42 s]
/proc/loadavg: 2.05 2.07 1.88 3/531 5504
/proc/meminfo: memFree=14859864/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=383292 CPUtime=1702.66 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 175160 0 0 0 170219 47 0 0 25 0 9 0 799221909 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084484228 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/5441/statm: 95823 63532 1037 742 0 88394 0
[pid=5441/tid=5442] ppid=5439 vsize=383292 CPUtime=3.14 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 312 2 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=383292 CPUtime=3.06 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 305 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=383292 CPUtime=3.15 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 314 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=383292 CPUtime=2.97 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 295 2 0 0 16 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=383292 CPUtime=3.13 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 312 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=383292 CPUtime=2.92 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 291 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=383292 CPUtime=3.17 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 316 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=383292 CPUtime=0.03 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1702.66
Current children cumulated vsize (KiB) 383292

[startup+1686.8 s]
/proc/loadavg: 2.05 2.07 1.88 3/531 5504
/proc/meminfo: memFree=14859864/32950940 swapFree=67111364/67111528
[pid=5441] ppid=5439 vsize=383292 CPUtime=1703.04 cores=0,2,4,6
/proc/5441/stat : 5441 (mono) R 5439 5441 4402 0 -1 4202496 175160 0 0 0 170257 47 0 0 25 0 9 0 799221909 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 1084483175 0 0 4096 545260780 18446744073709551615 0 0 17 2 0 0 0
/proc/5441/statm: 95823 63532 1037 742 0 88394 0
[pid=5441/tid=5442] ppid=5439 vsize=383292 CPUtime=3.14 cores=0,2,4,6
/proc/5441/task/5442/stat : 5442 (mono) S 5439 5441 4402 0 -1 4202560 4 0 0 0 312 2 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5443] ppid=5439 vsize=383292 CPUtime=3.06 cores=0,2,4,6
/proc/5441/task/5443/stat : 5443 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 305 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5444] ppid=5439 vsize=383292 CPUtime=3.15 cores=0,2,4,6
/proc/5441/task/5444/stat : 5444 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 314 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 4 0 0 0
[pid=5441/tid=5445] ppid=5439 vsize=383292 CPUtime=2.97 cores=0,2,4,6
/proc/5441/task/5445/stat : 5445 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 295 2 0 0 16 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 6 0 0 0
[pid=5441/tid=5446] ppid=5439 vsize=383292 CPUtime=3.13 cores=0,2,4,6
/proc/5441/task/5446/stat : 5446 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 312 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5447] ppid=5439 vsize=383292 CPUtime=2.92 cores=0,2,4,6
/proc/5441/task/5447/stat : 5447 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 291 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
[pid=5441/tid=5448] ppid=5439 vsize=383292 CPUtime=3.17 cores=0,2,4,6
/proc/5441/task/5448/stat : 5448 (mono) S 5439 5441 4402 0 -1 4202560 2 0 0 0 316 1 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000408473 0 0 4096 545260780 18446604443266705280 0 0 -1 0 0 0 0
[pid=5441/tid=5449] ppid=5439 vsize=383292 CPUtime=0.03 cores=0,2,4,6
/proc/5441/task/5449/stat : 5449 (mono) S 5439 5441 4402 0 -1 4202560 3 0 0 0 3 0 0 0 15 0 9 0 799221910 392491008 63532 33554432000 4194304 7232020 140734211832720 18446744073709551615 216000416177 0 0 4096 545260780 18446604443266705280 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1703.04
Current children cumulated vsize (KiB) 383292

Child status: 0
Real time (s): 1686.88
CPU time (s): 1703.13
CPU user time (s): 1702.65
CPU system time (s): 0.483926
CPU usage (%): 100.963
Max. virtual memory (cumulated for all children) (KiB): 383292

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

runsolver used 8.92264 second user time and 19.486 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-22 20:45:11
IDJOB=3394881
IDBENCH=85826
IDSOLVER=1880
FILE ID=node117/3394881-1306089911
RUNJOBID= node117-1306089911-5378
PBS_JOBID= 13387886
Free space on /tmp= 73300 MiB

SOLVER NAME= Sol 2011-04-04
BENCH NAME= SAT05/crafted/sorge05/QG7/gensys-icl007.shuffled-as.sat05-3133.cnf
COMMAND LINE= mono Main.exe BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3394881-1306089911/watcher-3394881-1306089911 -o /tmp/evaluation-result-3394881-1306089911/solver-3394881-1306089911 -C 5000 -W 5100 -M 15500  mono Main.exe HOME/instance-3394881-1306089911.cnf

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

MD5SUM BENCH= 88361752c7b0c05e849791aafdd7bdba
RANDOM SEED=610727315

node117.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.849
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.69
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.849
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.849
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.849
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.849
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.75
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.849
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.74
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.849
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.75
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      15312208 kB
Buffers:        368104 kB
Cached:        7089084 kB
SwapCached:          0 kB
Active:       12816780 kB
Inactive:      4447564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      15312208 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1184 kB
Writeback:           0 kB
AnonPages:     9806860 kB
Mapped:          44460 kB
Slab:           247324 kB
PageTables:      57832 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 149590376 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= 73300 MiB
End job on node117 at 2011-05-22 21:13:18