Trace number 3744801

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
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 645.427 640.605

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb1-0.10-8.opb
MD5SUM6588abae91382e225ff22e3d71e1a061
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark9927
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables212006
Total number of constraints2890345
Number of constraints which are clauses2890345
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.1.1.v20090612
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1299577560
0.00/0.07	c Max memory 1306394624
0.00/0.07	c Total memory 1306394624
0.00/0.07	c Number of processors 8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c Stops conflict analysis at the first Unique Implication Point
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@6abf2d5e
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c Expensive reason simplification
0.10/0.10	c MiniSAT restarts strategy
0.10/0.10	c Memory based learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3744801-1338813456.opb
0.10/0.10	c reading problem ... 
12.39/10.12	c ... done. Wall clock time 10.021s.
12.39/10.12	c #vars     212006
12.39/10.12	c #constraints  1062832
12.39/10.12	c constraints type 
12.39/10.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 690997
12.39/10.12	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 248848
16.64/13.75	c SATISFIABLE
16.64/13.75	c OPTIMIZING...
16.64/13.75	c Got one! Elapsed wall clock time (in seconds):13.647
16.64/13.75	o 941427
19.79/16.58	c Got one! Elapsed wall clock time (in seconds):16.48
19.79/16.58	o 684052
22.81/19.45	c Got one! Elapsed wall clock time (in seconds):19.351
22.81/19.45	o 592205
25.51/22.14	c Got one! Elapsed wall clock time (in seconds):22.041
25.51/22.14	o 580615
28.72/25.31	c Got one! Elapsed wall clock time (in seconds):25.213
28.72/25.31	o 471982
31.53/28.10	c Got one! Elapsed wall clock time (in seconds):28.001
31.53/28.10	o 299932
623.70/618.82	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
632.10/627.28		at org.sat4j.minisat.constraints.cnf.HTClause.<init>(Unknown Source)
636.20/631.30		at org.sat4j.minisat.constraints.cnf.LearntHTClause.<init>(Unknown Source)

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3744801-1338813456/watcher-3744801-1338813456 -o /tmp/evaluation-result-3744801-1338813456/solver-3744801-1338813456 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744801-1338813456.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 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.74 2.92 3.27 3/193 20891
/proc/meminfo: memFree=25850332/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/20891/stat : 20891 (java) R 20889 20891 15309 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 347470284 23793664 717 33554432000 1073741824 1073778376 140735550210080 140735550199144 213410420035 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 5809 717 531 9 0 128 0

[startup+0.0801149 s]
/proc/loadavg: 1.74 2.92 3.27 3/193 20891
/proc/meminfo: memFree=25850332/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 4072 0 1 0 6 1 0 0 20 0 18 0 347470284 2712133632 5790 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 662142 5790 1933 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.100236 s]
/proc/loadavg: 1.74 2.92 3.27 3/193 20891
/proc/meminfo: memFree=25850332/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 4669 0 1 0 9 1 0 0 20 0 18 0 347470284 2712133632 6386 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 662142 6386 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300209 s]
/proc/loadavg: 1.74 2.92 3.27 3/193 20891
/proc/meminfo: memFree=25850332/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2648568 CPUtime=0.48 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 5858 0 1 0 46 2 0 0 20 0 18 0 347470284 2712133632 12014 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 662142 12014 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2648568

[startup+0.700216 s]
/proc/loadavg: 1.74 2.92 3.27 3/193 20891
/proc/meminfo: memFree=25850332/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2648568 CPUtime=1.05 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 8515 0 1 0 101 4 0 0 20 0 18 0 347470284 2712133632 47776 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 662142 47776 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 2648568

[startup+1.50071 s]
/proc/loadavg: 1.74 2.92 3.27 3/212 20910
/proc/meminfo: memFree=25528004/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2648568 CPUtime=1.95 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 8673 0 1 0 185 10 0 0 20 0 18 0 347470284 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 662142 96958 2246 9 0 652835 0
[pid=20891/tid=20893] ppid=20889 vsize=2648568 CPUtime=1.44 cores=0,2,4,6
/proc/20891/task/20893/stat : 20893 (java) R 20889 20891 15309 0 -1 4202560 2907 0 1 0 137 7 0 0 20 0 18 0 347470285 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476739964520 140476586293889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20894] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20894/stat : 20894 (java) S 20889 20891 15309 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347470286 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476724415144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20895] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20895/stat : 20895 (java) S 20889 20891 15309 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347470286 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476723362600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20896] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20896/stat : 20896 (java) S 20889 20891 15309 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 347470286 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476722310056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20891/tid=20897] ppid=20889 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/20891/task/20897/stat : 20897 (java) S 20889 20891 15309 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 347470286 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476721257512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20898] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20898/stat : 20898 (java) S 20889 20891 15309 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347470286 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476720203944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20891/tid=20899] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20899/stat : 20899 (java) S 20889 20891 15309 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347470286 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476719151400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20900] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20900/stat : 20900 (java) S 20889 20891 15309 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347470286 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476718098856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20901] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20901/stat : 20901 (java) S 20889 20891 15309 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347470286 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476717046312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20902] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20902/stat : 20902 (java) S 20889 20891 15309 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347470287 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476704635496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20903] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20903/stat : 20903 (java) S 20889 20891 15309 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347470287 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476585862776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20904] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20904/stat : 20904 (java) S 20889 20891 15309 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347470287 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476584810120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20905] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20905/stat : 20905 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347470290 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476583758864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20906] ppid=20889 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/20891/task/20906/stat : 20906 (java) S 20889 20891 15309 0 -1 4202560 2393 0 0 0 18 0 0 0 20 0 18 0 347470290 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476582705208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20907] ppid=20889 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/20891/task/20907/stat : 20907 (java) S 20889 20891 15309 0 -1 4202560 2122 0 0 0 17 0 0 0 20 0 18 0 347470290 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476581652664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20908] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20908/stat : 20908 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347470290 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476580600312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20909] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20909/stat : 20909 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347470290 2712133632 96958 33554432000 1073741824 1073778376 140735550210080 140476579547976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 2648568

[startup+3.10073 s]
/proc/loadavg: 1.92 2.93 3.27 4/212 20910
/proc/meminfo: memFree=25412000/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2648568 CPUtime=3.8 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 8789 0 1 0 362 18 0 0 20 0 18 0 347470284 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 662142 107739 2248 9 0 652835 0
[pid=20891/tid=20893] ppid=20889 vsize=2648568 CPUtime=2.94 cores=0,2,4,6
/proc/20891/task/20893/stat : 20893 (java) R 20889 20891 15309 0 -1 4202560 2909 0 1 0 287 7 0 0 20 0 18 0 347470285 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476739956816 140476586331495 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20894] ppid=20889 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/20891/task/20894/stat : 20894 (java) S 20889 20891 15309 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 347470286 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476724415144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20895] ppid=20889 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/20891/task/20895/stat : 20895 (java) S 20889 20891 15309 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 347470286 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476723362600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20896] ppid=20889 vsize=2648568 CPUtime=0.07 cores=0,2,4,6
/proc/20891/task/20896/stat : 20896 (java) S 20889 20891 15309 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 18 0 347470286 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476722310056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20897] ppid=20889 vsize=2648568 CPUtime=0.06 cores=0,2,4,6
/proc/20891/task/20897/stat : 20897 (java) S 20889 20891 15309 0 -1 4202560 34 0 0 0 4 2 0 0 20 0 18 0 347470286 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476721257512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20898] ppid=20889 vsize=2648568 CPUtime=0.08 cores=0,2,4,6
/proc/20891/task/20898/stat : 20898 (java) S 20889 20891 15309 0 -1 4202560 32 0 0 0 6 2 0 0 20 0 18 0 347470286 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476720203944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20899] ppid=20889 vsize=2648568 CPUtime=0.02 cores=0,2,4,6
/proc/20891/task/20899/stat : 20899 (java) S 20889 20891 15309 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 347470286 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476719151400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20900] ppid=20889 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/20891/task/20900/stat : 20900 (java) S 20889 20891 15309 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 18 0 347470286 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476718098856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20901] ppid=20889 vsize=2648568 CPUtime=0.03 cores=0,2,4,6
/proc/20891/task/20901/stat : 20901 (java) S 20889 20891 15309 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 347470286 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476717046312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20902] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20902/stat : 20902 (java) S 20889 20891 15309 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347470287 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476704635496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20903] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20903/stat : 20903 (java) S 20889 20891 15309 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347470287 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476585862776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20904] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20904/stat : 20904 (java) S 20889 20891 15309 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347470287 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476584810120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20905] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20905/stat : 20905 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347470290 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476583758864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20906] ppid=20889 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/20891/task/20906/stat : 20906 (java) S 20889 20891 15309 0 -1 4202560 2393 0 0 0 18 0 0 0 20 0 18 0 347470290 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476582705208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20907] ppid=20889 vsize=2648568 CPUtime=0.17 cores=0,2,4,6
/proc/20891/task/20907/stat : 20907 (java) S 20889 20891 15309 0 -1 4202560 2124 0 0 0 17 0 0 0 20 0 18 0 347470290 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476581652664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20908] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20908/stat : 20908 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347470290 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476580600312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20909] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20909/stat : 20909 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347470290 2712133632 107739 33554432000 1073741824 1073778376 140735550210080 140476579547976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 2648568

[startup+6.30691 s]
/proc/loadavg: 1.92 2.93 3.27 3/212 20910
/proc/meminfo: memFree=25344168/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2648568 CPUtime=7.69 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 9013 0 1 0 741 28 0 0 20 0 18 0 347470284 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 662142 124570 2248 9 0 652835 0
[pid=20891/tid=20893] ppid=20889 vsize=2648568 CPUtime=5.9 cores=0,2,4,6
/proc/20891/task/20893/stat : 20893 (java) R 20889 20891 15309 0 -1 4202560 2914 0 1 0 583 7 0 0 20 0 18 0 347470285 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476739956976 140476586355345 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20894] ppid=20889 vsize=2648568 CPUtime=0.2 cores=0,2,4,6
/proc/20891/task/20894/stat : 20894 (java) S 20889 20891 15309 0 -1 4202560 60 0 0 0 17 3 0 0 20 0 18 0 347470286 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476724415144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20895] ppid=20889 vsize=2648568 CPUtime=0.09 cores=0,2,4,6
/proc/20891/task/20895/stat : 20895 (java) S 20889 20891 15309 0 -1 4202560 28 0 0 0 7 2 0 0 20 0 18 0 347470286 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476723362600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20896] ppid=20889 vsize=2648568 CPUtime=0.2 cores=0,2,4,6
/proc/20891/task/20896/stat : 20896 (java) S 20889 20891 15309 0 -1 4202560 66 0 0 0 17 3 0 0 20 0 18 0 347470286 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476722310056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20897] ppid=20889 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/20891/task/20897/stat : 20897 (java) S 20889 20891 15309 0 -1 4202560 63 0 0 0 15 3 0 0 20 0 18 0 347470286 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476721257512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20898] ppid=20889 vsize=2648568 CPUtime=0.15 cores=0,2,4,6
/proc/20891/task/20898/stat : 20898 (java) S 20889 20891 15309 0 -1 4202560 56 0 0 0 12 3 0 0 20 0 18 0 347470286 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476720203944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20899] ppid=20889 vsize=2648568 CPUtime=0.1 cores=0,2,4,6
/proc/20891/task/20899/stat : 20899 (java) S 20889 20891 15309 0 -1 4202560 30 0 0 0 9 1 0 0 20 0 18 0 347470286 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476719151400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20891/tid=20900] ppid=20889 vsize=2648568 CPUtime=0.15 cores=0,2,4,6
/proc/20891/task/20900/stat : 20900 (java) S 20889 20891 15309 0 -1 4202560 42 0 0 0 13 2 0 0 20 0 18 0 347470286 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476718098856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20901] ppid=20889 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/20891/task/20901/stat : 20901 (java) S 20889 20891 15309 0 -1 4202560 54 0 0 0 15 3 0 0 20 0 18 0 347470286 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476717046312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20902] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20902/stat : 20902 (java) S 20889 20891 15309 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347470287 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476704635496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20903] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20903/stat : 20903 (java) S 20889 20891 15309 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347470287 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476585862776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20904] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20904/stat : 20904 (java) S 20889 20891 15309 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 347470287 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476584810120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20905] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20905/stat : 20905 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347470290 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476583758864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20906] ppid=20889 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/20891/task/20906/stat : 20906 (java) S 20889 20891 15309 0 -1 4202560 2393 0 0 0 18 0 0 0 20 0 18 0 347470290 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476582705208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20907] ppid=20889 vsize=2648568 CPUtime=0.18 cores=0,2,4,6
/proc/20891/task/20907/stat : 20907 (java) S 20889 20891 15309 0 -1 4202560 2124 0 0 0 18 0 0 0 20 0 18 0 347470290 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476581652664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20908] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20908/stat : 20908 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347470290 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476580600312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20909] ppid=20889 vsize=2648568 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20909/stat : 20909 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347470290 2712133632 124570 33554432000 1073741824 1073778376 140735550210080 140476579547976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.69
Current children cumulated vsize (KiB) 2648568

[startup+12.7006 s]
/proc/loadavg: 1.93 2.92 3.27 3/213 20911
/proc/meminfo: memFree=25262320/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2715132 CPUtime=15.63 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 12860 0 1 0 1524 39 0 0 20 0 19 0 347470284 2780295168 145138 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 678783 145138 2270 9 0 669476 0
[pid=20891/tid=20893] ppid=20889 vsize=2715132 CPUtime=11.95 cores=0,2,4,6

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

/proc/20891/task/20904/stat : 20904 (java) S 20889 20891 15309 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 347470287 2848456704 344125 33554432000 1073741824 1073778376 140735550210080 140476584810120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20905] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20905/stat : 20905 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347470290 2848456704 344125 33554432000 1073741824 1073778376 140735550210080 140476583758864 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20906] ppid=20889 vsize=2781696 CPUtime=0.68 cores=0,2,4,6
/proc/20891/task/20906/stat : 20906 (java) S 20889 20891 15309 0 -1 4202560 3930 0 0 0 68 0 0 0 20 0 20 0 347470290 2848456704 344125 33554432000 1073741824 1073778376 140735550210080 140476582705208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20907] ppid=20889 vsize=2781696 CPUtime=0.8 cores=0,2,4,6
/proc/20891/task/20907/stat : 20907 (java) S 20889 20891 15309 0 -1 4202560 6504 0 0 0 78 2 0 0 20 0 20 0 347470290 2848456704 344125 33554432000 1073741824 1073778376 140735550210080 140476581652664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20908] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20908/stat : 20908 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 347470290 2848456704 344125 33554432000 1073741824 1073778376 140735550210080 140476580600312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20909] ppid=20889 vsize=2781696 CPUtime=0.21 cores=0,2,4,6
/proc/20891/task/20909/stat : 20909 (java) S 20889 20891 15309 0 -1 4202560 37 0 0 0 10 11 0 0 20 0 20 0 347470290 2848456704 344125 33554432000 1073741824 1073778376 140735550210080 140476579547976 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20911] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20911/stat : 20911 (java) S 20889 20891 15309 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 347471320 2848456704 344125 33554432000 1073741824 1073778376 140735550210080 140476578493736 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 643.99
Current children cumulated vsize (KiB) 2781696

[startup+639.907 s]
/proc/loadavg: 2.00 2.11 2.63 3/213 20917
/proc/meminfo: memFree=23511252/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2781696 CPUtime=644.83 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 17950 0 1 0 64341 142 0 0 20 0 19 0 347470284 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 695424 344139 2278 9 0 686117 0
[pid=20891/tid=20893] ppid=20889 vsize=2781696 CPUtime=606.33 cores=0,2,4,6
/proc/20891/task/20893/stat : 20893 (java) S 20889 20891 15309 0 -1 4202560 2995 0 1 0 60615 18 0 0 20 0 19 0 347470285 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476739967432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20894] ppid=20889 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/20891/task/20894/stat : 20894 (java) S 20889 20891 15309 0 -1 4202560 303 0 0 0 43 12 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476724415144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20895] ppid=20889 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/20891/task/20895/stat : 20895 (java) S 20889 20891 15309 0 -1 4202560 420 0 0 0 38 15 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476723362600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20896] ppid=20889 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/20891/task/20896/stat : 20896 (java) S 20889 20891 15309 0 -1 4202560 464 0 0 0 38 14 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476722310056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20897] ppid=20889 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/20891/task/20897/stat : 20897 (java) S 20889 20891 15309 0 -1 4202560 372 0 0 0 44 14 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476721257512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20891/tid=20898] ppid=20889 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/20891/task/20898/stat : 20898 (java) S 20889 20891 15309 0 -1 4202560 510 0 0 0 43 20 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476720203944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20899] ppid=20889 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/20891/task/20899/stat : 20899 (java) S 20889 20891 15309 0 -1 4202560 259 0 0 0 36 11 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476719151400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20900] ppid=20889 vsize=2781696 CPUtime=0.54 cores=0,2,4,6
/proc/20891/task/20900/stat : 20900 (java) S 20889 20891 15309 0 -1 4202560 370 0 0 0 39 15 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476718098856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20901] ppid=20889 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/20891/task/20901/stat : 20901 (java) S 20889 20891 15309 0 -1 4202560 444 0 0 0 42 14 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476717046312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20902] ppid=20889 vsize=2781696 CPUtime=30.71 cores=0,2,4,6
/proc/20891/task/20902/stat : 20902 (java) R 20889 20891 15309 0 -1 4202560 140 0 0 0 3067 4 0 0 20 0 19 0 347470287 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476704635312 140476746819784 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20903] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20903/stat : 20903 (java) S 20889 20891 15309 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347470287 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476585862776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20904] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20904/stat : 20904 (java) S 20889 20891 15309 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347470287 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476584810120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20905] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20905/stat : 20905 (java) S 20889 20891 15309 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476583757640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20906] ppid=20889 vsize=2781696 CPUtime=0.68 cores=0,2,4,6
/proc/20891/task/20906/stat : 20906 (java) S 20889 20891 15309 0 -1 4202560 3930 0 0 0 68 0 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476582705208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20907] ppid=20889 vsize=2781696 CPUtime=0.8 cores=0,2,4,6
/proc/20891/task/20907/stat : 20907 (java) S 20889 20891 15309 0 -1 4202560 6504 0 0 0 78 2 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476581652664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20908] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20908/stat : 20908 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476580600312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20911] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20911/stat : 20911 (java) S 20889 20891 15309 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347471320 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476578493736 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20917] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20917/stat : 20917 (java) S 20889 20891 15309 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347534193 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476577440520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 644.83
Current children cumulated vsize (KiB) 2781696

[startup+640.301 s]
/proc/loadavg: 2.00 2.11 2.63 3/213 20917
/proc/meminfo: memFree=23511252/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2781696 CPUtime=645.22 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 17950 0 1 0 64380 142 0 0 20 0 19 0 347470284 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 695424 344139 2278 9 0 686117 0
[pid=20891/tid=20893] ppid=20889 vsize=2781696 CPUtime=606.33 cores=0,2,4,6
/proc/20891/task/20893/stat : 20893 (java) S 20889 20891 15309 0 -1 4202560 2995 0 1 0 60615 18 0 0 20 0 19 0 347470285 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476739967432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20894] ppid=20889 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/20891/task/20894/stat : 20894 (java) S 20889 20891 15309 0 -1 4202560 303 0 0 0 43 12 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476724415144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20895] ppid=20889 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/20891/task/20895/stat : 20895 (java) S 20889 20891 15309 0 -1 4202560 420 0 0 0 38 15 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476723362600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20896] ppid=20889 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/20891/task/20896/stat : 20896 (java) S 20889 20891 15309 0 -1 4202560 464 0 0 0 38 14 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476722310056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20897] ppid=20889 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/20891/task/20897/stat : 20897 (java) S 20889 20891 15309 0 -1 4202560 372 0 0 0 44 14 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476721257512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20891/tid=20898] ppid=20889 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/20891/task/20898/stat : 20898 (java) S 20889 20891 15309 0 -1 4202560 510 0 0 0 43 20 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476720203944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20899] ppid=20889 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/20891/task/20899/stat : 20899 (java) S 20889 20891 15309 0 -1 4202560 259 0 0 0 36 11 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476719151400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20900] ppid=20889 vsize=2781696 CPUtime=0.54 cores=0,2,4,6
/proc/20891/task/20900/stat : 20900 (java) S 20889 20891 15309 0 -1 4202560 370 0 0 0 39 15 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476718098856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20901] ppid=20889 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/20891/task/20901/stat : 20901 (java) S 20889 20891 15309 0 -1 4202560 444 0 0 0 42 14 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476717046312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20902] ppid=20889 vsize=2781696 CPUtime=31.1 cores=0,2,4,6
/proc/20891/task/20902/stat : 20902 (java) R 20889 20891 15309 0 -1 4202560 140 0 0 0 3106 4 0 0 20 0 19 0 347470287 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476704635312 140476745650544 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20903] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20903/stat : 20903 (java) S 20889 20891 15309 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347470287 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476585862776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20904] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20904/stat : 20904 (java) S 20889 20891 15309 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347470287 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476584810120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20905] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20905/stat : 20905 (java) S 20889 20891 15309 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476583757640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20906] ppid=20889 vsize=2781696 CPUtime=0.68 cores=0,2,4,6
/proc/20891/task/20906/stat : 20906 (java) S 20889 20891 15309 0 -1 4202560 3930 0 0 0 68 0 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476582705208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20907] ppid=20889 vsize=2781696 CPUtime=0.8 cores=0,2,4,6
/proc/20891/task/20907/stat : 20907 (java) S 20889 20891 15309 0 -1 4202560 6504 0 0 0 78 2 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476581652664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20908] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20908/stat : 20908 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476580600312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20911] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20911/stat : 20911 (java) S 20889 20891 15309 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347471320 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476578493736 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20917] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20917/stat : 20917 (java) S 20889 20891 15309 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347534193 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476577440520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 645.22
Current children cumulated vsize (KiB) 2781696

[startup+640.501 s]
/proc/loadavg: 2.00 2.11 2.63 3/213 20917
/proc/meminfo: memFree=23511252/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=2781696 CPUtime=645.42 cores=0,2,4,6
/proc/20891/stat : 20891 (java) S 20889 20891 15309 0 -1 4202496 17950 0 1 0 64400 142 0 0 20 0 19 0 347470284 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140735550201216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 695424 344139 2278 9 0 686117 0
[pid=20891/tid=20893] ppid=20889 vsize=2781696 CPUtime=606.33 cores=0,2,4,6
/proc/20891/task/20893/stat : 20893 (java) S 20889 20891 15309 0 -1 4202560 2995 0 1 0 60615 18 0 0 20 0 19 0 347470285 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476739967432 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20894] ppid=20889 vsize=2781696 CPUtime=0.55 cores=0,2,4,6
/proc/20891/task/20894/stat : 20894 (java) S 20889 20891 15309 0 -1 4202560 303 0 0 0 43 12 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476724415144 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20895] ppid=20889 vsize=2781696 CPUtime=0.53 cores=0,2,4,6
/proc/20891/task/20895/stat : 20895 (java) S 20889 20891 15309 0 -1 4202560 420 0 0 0 38 15 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476723362600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20896] ppid=20889 vsize=2781696 CPUtime=0.52 cores=0,2,4,6
/proc/20891/task/20896/stat : 20896 (java) S 20889 20891 15309 0 -1 4202560 464 0 0 0 38 14 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476722310056 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20897] ppid=20889 vsize=2781696 CPUtime=0.58 cores=0,2,4,6
/proc/20891/task/20897/stat : 20897 (java) S 20889 20891 15309 0 -1 4202560 372 0 0 0 44 14 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476721257512 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20891/tid=20898] ppid=20889 vsize=2781696 CPUtime=0.63 cores=0,2,4,6
/proc/20891/task/20898/stat : 20898 (java) S 20889 20891 15309 0 -1 4202560 510 0 0 0 43 20 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476720203944 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20899] ppid=20889 vsize=2781696 CPUtime=0.47 cores=0,2,4,6
/proc/20891/task/20899/stat : 20899 (java) S 20889 20891 15309 0 -1 4202560 259 0 0 0 36 11 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476719151400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20900] ppid=20889 vsize=2781696 CPUtime=0.54 cores=0,2,4,6
/proc/20891/task/20900/stat : 20900 (java) S 20889 20891 15309 0 -1 4202560 370 0 0 0 39 15 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476718098856 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20901] ppid=20889 vsize=2781696 CPUtime=0.56 cores=0,2,4,6
/proc/20891/task/20901/stat : 20901 (java) S 20889 20891 15309 0 -1 4202560 444 0 0 0 42 14 0 0 20 0 19 0 347470286 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476717046312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20902] ppid=20889 vsize=2781696 CPUtime=31.3 cores=0,2,4,6
/proc/20891/task/20902/stat : 20902 (java) R 20889 20891 15309 0 -1 4202560 140 0 0 0 3126 4 0 0 20 0 19 0 347470287 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476704635312 213419311396 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20903] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20903/stat : 20903 (java) S 20889 20891 15309 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347470287 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476585862776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20904] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20904/stat : 20904 (java) S 20889 20891 15309 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 347470287 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476584810120 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20905] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20905/stat : 20905 (java) S 20889 20891 15309 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476583757640 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20906] ppid=20889 vsize=2781696 CPUtime=0.68 cores=0,2,4,6
/proc/20891/task/20906/stat : 20906 (java) S 20889 20891 15309 0 -1 4202560 3930 0 0 0 68 0 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476582705208 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20891/tid=20907] ppid=20889 vsize=2781696 CPUtime=0.8 cores=0,2,4,6
/proc/20891/task/20907/stat : 20907 (java) S 20889 20891 15309 0 -1 4202560 6504 0 0 0 78 2 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476581652664 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20908] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20908/stat : 20908 (java) S 20889 20891 15309 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347470290 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476580600312 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20891/tid=20911] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20911/stat : 20911 (java) S 20889 20891 15309 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347471320 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476578493736 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20891/tid=20917] ppid=20889 vsize=2781696 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20917/stat : 20917 (java) S 20889 20891 15309 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 347534193 2848456704 344139 33554432000 1073741824 1073778376 140735550210080 140476577440520 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 645.42
Current children cumulated vsize (KiB) 2781696

[startup+640.601 s]
/proc/loadavg: 2.00 2.11 2.63 3/213 20917
/proc/meminfo: memFree=23511252/32873844 swapFree=6608/6608
[pid=20891] ppid=20889 vsize=0 CPUtime=644.05 cores=0,2,4,6
/proc/20891/stat : 20891 (java) Z 20889 20891 15309 0 -1 4202508 17953 0 1 0 64242 163 0 0 20 0 2 0 347470284 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20891/statm: 0 0 0 0 0 0 0
[pid=20891/tid=20904] ppid=20889 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/20891/task/20904/stat : 20904 (java) R 20889 20891 15309 0 -1 4203588 12 0 0 0 0 0 0 0 20 0 2 0 347470287 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 644.05
Current children cumulated vsize (KiB) 0

Child status: 1

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 1.37
#  lost CPU user time (s): 1.58002
#  lost CPU system time (s): -0.21

Real time (s): 640.605
CPU time (s): 645.427
CPU user time (s): 644.004
CPU system time (s): 1.42275
CPU usage (%): 100.753
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 642.424
system time used= 1.63275
maximum resident set size= 1376564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17953
page faults= 1
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14469
involuntary context switches= 5092

runsolver used 1.36379 second user time and 3.18452 second system time

The end

Launcher Data

Begin job on node140 at 2012-06-04 14:37:39
IDJOB=3744801
IDBENCH=92852
IDSOLVER=2322
FILE ID=node140/3744801-1338813456
RUNJOBID= node140-1338813456-20846
PBS_JOBID= 14636846
Free space on /tmp= 70508 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb1-0.10-8.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744801-1338813456/watcher-3744801-1338813456 -o /tmp/evaluation-result-3744801-1338813456/solver-3744801-1338813456 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3744801-1338813456.opb

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

MD5SUM BENCH= 6588abae91382e225ff22e3d71e1a061
RANDOM SEED=380079326

node140.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.88
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.094
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25851124 kB
Buffers:         1444676 kB
Cached:          4215400 kB
SwapCached:         1620 kB
Active:          2978096 kB
Inactive:        3077768 kB
Active(anon):     383056 kB
Inactive(anon):     9476 kB
Active(file):    2595040 kB
Inactive(file):  3068292 kB
Unevictable:        6608 kB
Mlocked:            6608 kB
SwapTotal:      67108856 kB
SwapFree:       67105264 kB
Dirty:            111960 kB
Writeback:             0 kB
AnonPages:        405796 kB
Mapped:            18484 kB
Shmem:                 8 kB
Slab:             810728 kB
SReclaimable:     252032 kB
SUnreclaim:       558696 kB
KernelStack:        1568 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1514364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    370688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70508 MiB
End job on node140 at 2012-06-04 14:48:19