Trace number 3744675

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) 581.25 575.725

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb10-0.20-13.opb
MD5SUM92dacc02fa8334dc3926759bb21cc2d7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark96022
Best CPU time to get the best result obtained on this benchmark1800.31
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables215039
Total number of constraints3681544
Number of constraints which are clauses3681544
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.08	c version 2.1.1.v20090612
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version	1.6.0_24
0.00/0.08	c os.name	Linux
0.00/0.08	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch	amd64
0.00/0.08	c Free memory 1299577560
0.00/0.08	c Max memory 1306394624
0.00/0.08	c Total memory 1306394624
0.00/0.08	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-3744675-1338813274.opb
0.10/0.10	c reading problem ... 
15.03/12.31	c ... done. Wall clock time 12.209s.
15.03/12.31	c #vars     215039
15.03/12.31	c #constraints  1459642
15.03/12.31	c constraints type 
15.03/12.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 952766
15.03/12.31	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 387309
19.19/15.82	c SATISFIABLE
19.19/15.82	c OPTIMIZING...
19.19/15.82	c Got one! Elapsed wall clock time (in seconds):15.715
19.19/15.82	o 968755
23.08/19.24	c Got one! Elapsed wall clock time (in seconds):19.136
23.08/19.24	o 725896
26.92/23.07	c Got one! Elapsed wall clock time (in seconds):22.969
26.92/23.07	o 493522
30.73/26.84	c Got one! Elapsed wall clock time (in seconds):26.74
30.73/26.84	o 488881
37.23/33.36	c Got one! Elapsed wall clock time (in seconds):33.262
37.23/33.36	o 418032
45.06/41.17	c Got one! Elapsed wall clock time (in seconds):41.067
45.06/41.17	o 380797
57.68/53.75	c Got one! Elapsed wall clock time (in seconds):53.652
57.68/53.75	o 375561
573.15/567.65	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

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

running on 4 cores: 1,3,5,7

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.08 1.30 1.66 3/193 15933
/proc/meminfo: memFree=26998380/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/15933/stat : 15933 (java) R 15931 15933 13572 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 347394780 23793664 706 33554432000 1073741824 1073778376 140734979869168 140734979858232 209088197992 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 5809 706 521 9 0 128 0

[startup+0.0914179 s]
/proc/loadavg: 1.08 1.30 1.66 3/193 15933
/proc/meminfo: memFree=26998380/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2648568 CPUtime=0.09 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 4676 0 1 0 8 1 0 0 20 0 18 0 347394780 2712133632 6393 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 662142 6393 2108 9 0 652835 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2648568

[startup+0.100281 s]
/proc/loadavg: 1.08 1.30 1.66 3/193 15933
/proc/meminfo: memFree=26998380/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2648568 CPUtime=0.1 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 4693 0 1 0 9 1 0 0 20 0 18 0 347394780 2712133632 6410 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 662142 6410 2109 9 0 652835 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2648568

[startup+0.300206 s]
/proc/loadavg: 1.08 1.30 1.66 3/193 15933
/proc/meminfo: memFree=26998380/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2648568 CPUtime=0.5 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 5903 0 1 0 47 3 0 0 20 0 18 0 347394780 2712133632 11990 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 662142 11990 2217 9 0 652835 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2648568

[startup+0.700269 s]
/proc/loadavg: 1.08 1.30 1.66 3/193 15933
/proc/meminfo: memFree=26998380/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2648568 CPUtime=1.05 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 8476 0 1 0 100 5 0 0 20 0 18 0 347394780 2712133632 49318 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 662142 49318 2230 9 0 652835 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 2648568

[startup+1.50075 s]
/proc/loadavg: 1.08 1.30 1.66 6/211 15951
/proc/meminfo: memFree=26657400/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2648568 CPUtime=1.97 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 8637 0 1 0 184 13 0 0 20 0 18 0 347394780 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 662142 97474 2246 9 0 652835 0
[pid=15933/tid=15935] ppid=15931 vsize=2648568 CPUtime=1.43 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) R 15931 15933 13572 0 -1 4202560 2908 0 1 0 135 8 0 0 20 0 18 0 347394781 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330593660616 140330423169064 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13572 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 347394782 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330578110888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13572 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 347394782 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330577058344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13572 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 347394782 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330576005288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13572 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 347394782 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330574952744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13572 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347394782 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330573900712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13572 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347394782 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330572848168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13572 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 347394782 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330571795112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=2648568 CPUtime=0.01 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13572 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 347394782 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330570742568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) S 15931 15933 13572 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347394783 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330558331240 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13572 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347394784 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330557277560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13572 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347394784 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330556224392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394786 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330555173136 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13572 0 -1 4202560 1637 0 0 0 15 0 0 0 20 0 18 0 347394786 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330554121016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=2648568 CPUtime=0.19 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13572 0 -1 4202560 2832 0 0 0 19 0 0 0 20 0 18 0 347394786 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330553068472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394786 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330552015608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394786 2712133632 97474 33554432000 1073741824 1073778376 140734979869168 140330550963272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 2648568

[startup+3.10081 s]
/proc/loadavg: 1.80 1.44 1.71 3/211 15951
/proc/meminfo: memFree=26516092/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2648568 CPUtime=3.87 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 8772 0 1 0 367 20 0 0 20 0 18 0 347394780 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 662142 109295 2248 9 0 652835 0
[pid=15933/tid=15935] ppid=15931 vsize=2648568 CPUtime=2.92 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) R 15931 15933 13572 0 -1 4202560 2910 0 1 0 284 8 0 0 20 0 18 0 347394781 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330593652944 209100793101 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=2648568 CPUtime=0.05 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13572 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 347394782 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330578110888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=2648568 CPUtime=0.03 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13572 0 -1 4202560 15 0 0 0 2 1 0 0 20 0 18 0 347394782 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330577058344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13572 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 18 0 347394782 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330576005288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13572 0 -1 4202560 31 0 0 0 3 1 0 0 20 0 18 0 347394782 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330574952744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=2648568 CPUtime=0.04 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13572 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 347394782 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330573900712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13572 0 -1 4202560 29 0 0 0 6 2 0 0 20 0 18 0 347394782 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330572848168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13572 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 18 0 347394782 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330571795112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13572 0 -1 4202560 28 0 0 0 6 2 0 0 20 0 18 0 347394782 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330570742568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) S 15931 15933 13572 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347394783 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330558331240 209100781481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13572 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347394784 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330557277560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13572 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347394784 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330556224392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394786 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330555173136 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=2648568 CPUtime=0.15 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13572 0 -1 4202560 1637 0 0 0 15 0 0 0 20 0 18 0 347394786 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330554121016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=2648568 CPUtime=0.2 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13572 0 -1 4202560 2844 0 0 0 20 0 0 0 20 0 18 0 347394786 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330553068472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394786 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330552015608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394786 2712133632 109295 33554432000 1073741824 1073778376 140734979869168 140330550963272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 2648568

[startup+6.30071 s]
/proc/loadavg: 1.80 1.44 1.71 4/212 15952
/proc/meminfo: memFree=26354020/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2648568 CPUtime=7.96 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 9374 0 1 0 763 33 0 0 20 0 18 0 347394780 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 662142 129071 2248 9 0 652835 0
[pid=15933/tid=15935] ppid=15931 vsize=2648568 CPUtime=5.81 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) S 15931 15933 13572 0 -1 4202560 2914 0 1 0 572 9 0 0 20 0 18 0 347394781 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330593660632 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) R 15931 15933 13572 0 -1 4202560 50 0 0 0 14 2 0 0 20 0 18 0 347394782 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330578111064 140330597418953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=2648568 CPUtime=0.13 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) R 15931 15933 13572 0 -1 4202560 40 0 0 0 11 2 0 0 20 0 18 0 347394782 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330577058520 140330597836975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=2648568 CPUtime=0.19 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) R 15931 15933 13572 0 -1 4202560 46 0 0 0 17 2 0 0 20 0 18 0 347394782 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330576005464 140330600559683 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=2648568 CPUtime=0.18 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) R 15931 15933 13572 0 -1 4202560 62 0 0 0 15 3 0 0 20 0 18 0 347394782 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330574952920 140330597836975 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=2648568 CPUtime=0.14 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) R 15931 15933 13572 0 -1 4202560 154 0 0 0 12 2 0 0 20 0 18 0 347394782 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330573900888 140330601156356 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=2648568 CPUtime=0.24 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) R 15931 15933 13572 0 -1 4202560 300 0 0 0 21 3 0 0 20 0 18 0 347394782 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330572848168 140330597836975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=2648568 CPUtime=0.3 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) R 15931 15933 13572 0 -1 4202560 75 0 0 0 26 4 0 0 20 0 18 0 347394782 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330571795288 140330600557484 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=2648568 CPUtime=0.24 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) R 15931 15933 13572 0 -1 4202560 65 0 0 0 21 3 0 0 20 0 18 0 347394782 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330570742568 140330597836975 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) S 15931 15933 13572 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 347394783 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330558330120 209100780604 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13572 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 347394784 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330557277560 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13572 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 347394784 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330556224392 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394786 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330555173136 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=2648568 CPUtime=0.16 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13572 0 -1 4202560 1637 0 0 0 16 0 0 0 20 0 18 0 347394786 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330554121016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=2648568 CPUtime=0.22 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13572 0 -1 4202560 2847 0 0 0 22 0 0 0 20 0 18 0 347394786 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330553068472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394786 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330552015608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=2648568 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 347394786 2712133632 129071 33554432000 1073741824 1073778376 140734979869168 140330550963272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 2648568

[startup+12.7009 s]
/proc/loadavg: 2.31 1.56 1.74 5/212 15952
/proc/meminfo: memFree=26243540/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2715132 CPUtime=15.92 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 11821 0 1 0 1550 42 0 0 20 0 19 0 347394780 2780295168 150918 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 678783 150918 2270 9 0 669476 0
[pid=15933/tid=15935] ppid=15931 vsize=2715132 CPUtime=11.82 cores=1,3,5,7

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

/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13572 0 -1 4202560 408 0 0 0 55 10 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330570742568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=2715132 CPUtime=23.19 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) R 15931 15933 13572 0 -1 4202560 94 0 0 0 2316 3 0 0 20 0 19 0 347394783 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330558331056 140330600169594 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13572 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 347394784 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330557277464 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13572 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347394784 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330556221624 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330555173136 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13572 0 -1 4202560 3147 0 0 0 68 2 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330554121016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=2715132 CPUtime=0.86 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13572 0 -1 4202560 7364 0 0 0 84 2 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330553068472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330552015608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=2715132 CPUtime=0.26 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13572 0 -1 4202560 33 0 0 0 12 14 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330550963272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15953] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15953/stat : 15953 (java) S 15931 15933 13572 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347396035 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330549908520 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 580.34
Current children cumulated vsize (KiB) 2715132

[startup+575.201 s]
/proc/loadavg: 2.00 1.93 1.84 3/214 15959
/proc/meminfo: memFree=25150800/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2715132 CPUtime=580.74 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 17910 0 1 0 57943 131 0 0 20 0 19 0 347394780 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 678783 344093 2277 9 0 669476 0
[pid=15933/tid=15935] ppid=15931 vsize=2715132 CPUtime=548.72 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) S 15931 15933 13572 0 -1 4202560 2987 0 1 0 54853 19 0 0 20 0 19 0 347394781 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330593661816 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13572 0 -1 4202560 350 0 0 0 45 11 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330578110888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13572 0 -1 4202560 288 0 0 0 45 12 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330577058344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13572 0 -1 4202560 313 0 0 0 47 13 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330576005288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=2715132 CPUtime=0.77 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13572 0 -1 4202560 560 0 0 0 59 18 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330574952744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13572 0 -1 4202560 396 0 0 0 38 10 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330573900712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13572 0 -1 4202560 427 0 0 0 51 11 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330572848168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13572 0 -1 4202560 358 0 0 0 57 12 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330571795112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13572 0 -1 4202560 408 0 0 0 55 10 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330570742568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=2715132 CPUtime=23.59 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) R 15931 15933 13572 0 -1 4202560 94 0 0 0 2356 3 0 0 20 0 19 0 347394783 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330558331400 140330600169544 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13572 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 347394784 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330557277080 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13572 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347394784 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330556222040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330555173136 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13572 0 -1 4202560 3147 0 0 0 68 2 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330554121016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=2715132 CPUtime=0.86 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13572 0 -1 4202560 7364 0 0 0 84 2 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330553068472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330552015608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=2715132 CPUtime=0.26 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13572 0 -1 4202560 33 0 0 0 12 14 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330550963272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15953] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15953/stat : 15953 (java) S 15931 15933 13572 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347396035 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330549908520 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 580.74
Current children cumulated vsize (KiB) 2715132

[startup+575.601 s]
/proc/loadavg: 2.00 1.93 1.84 3/214 15959
/proc/meminfo: memFree=25150800/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2715132 CPUtime=581.14 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 17910 0 1 0 57983 131 0 0 20 0 19 0 347394780 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 678783 344093 2277 9 0 669476 0
[pid=15933/tid=15935] ppid=15931 vsize=2715132 CPUtime=548.72 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) S 15931 15933 13572 0 -1 4202560 2987 0 1 0 54853 19 0 0 20 0 19 0 347394781 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330593661816 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13572 0 -1 4202560 350 0 0 0 45 11 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330578110888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13572 0 -1 4202560 288 0 0 0 45 12 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330577058344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13572 0 -1 4202560 313 0 0 0 47 13 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330576005288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=2715132 CPUtime=0.77 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13572 0 -1 4202560 560 0 0 0 59 18 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330574952744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13572 0 -1 4202560 396 0 0 0 38 10 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330573900712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13572 0 -1 4202560 427 0 0 0 51 11 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330572848168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13572 0 -1 4202560 358 0 0 0 57 12 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330571795112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13572 0 -1 4202560 408 0 0 0 55 10 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330570742568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=2715132 CPUtime=23.99 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) R 15931 15933 13572 0 -1 4202560 94 0 0 0 2396 3 0 0 20 0 19 0 347394783 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330558331400 209097081164 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13572 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 347394784 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330557277080 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13572 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347394784 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330556222040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330555173136 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13572 0 -1 4202560 3147 0 0 0 68 2 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330554121016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=2715132 CPUtime=0.86 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13572 0 -1 4202560 7364 0 0 0 84 2 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330553068472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330552015608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=2715132 CPUtime=0.26 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13572 0 -1 4202560 33 0 0 0 12 14 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330550963272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15953] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15953/stat : 15953 (java) S 15931 15933 13572 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347396035 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330549908520 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 581.14
Current children cumulated vsize (KiB) 2715132

[startup+575.701 s]
/proc/loadavg: 2.00 1.93 1.84 3/214 15959
/proc/meminfo: memFree=25150800/32873844 swapFree=7128/7128
[pid=15933] ppid=15931 vsize=2715132 CPUtime=581.25 cores=1,3,5,7
/proc/15933/stat : 15933 (java) S 15931 15933 13572 0 -1 4202496 17910 0 1 0 57994 131 0 0 20 0 19 0 347394780 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140734979860304 209100767293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15933/statm: 678783 344093 2277 9 0 669476 0
[pid=15933/tid=15935] ppid=15931 vsize=2715132 CPUtime=548.72 cores=1,3,5,7
/proc/15933/task/15935/stat : 15935 (java) S 15931 15933 13572 0 -1 4202560 2987 0 1 0 54853 19 0 0 20 0 19 0 347394781 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330593661816 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15936] ppid=15931 vsize=2715132 CPUtime=0.56 cores=1,3,5,7
/proc/15933/task/15936/stat : 15936 (java) S 15931 15933 13572 0 -1 4202560 350 0 0 0 45 11 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330578110888 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15937] ppid=15931 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/15933/task/15937/stat : 15937 (java) S 15931 15933 13572 0 -1 4202560 288 0 0 0 45 12 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330577058344 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15938] ppid=15931 vsize=2715132 CPUtime=0.6 cores=1,3,5,7
/proc/15933/task/15938/stat : 15938 (java) S 15931 15933 13572 0 -1 4202560 313 0 0 0 47 13 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330576005288 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15939] ppid=15931 vsize=2715132 CPUtime=0.77 cores=1,3,5,7
/proc/15933/task/15939/stat : 15939 (java) S 15931 15933 13572 0 -1 4202560 560 0 0 0 59 18 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330574952744 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15940] ppid=15931 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/15933/task/15940/stat : 15940 (java) S 15931 15933 13572 0 -1 4202560 396 0 0 0 38 10 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330573900712 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15941] ppid=15931 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/15933/task/15941/stat : 15941 (java) S 15931 15933 13572 0 -1 4202560 427 0 0 0 51 11 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330572848168 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15942] ppid=15931 vsize=2715132 CPUtime=0.69 cores=1,3,5,7
/proc/15933/task/15942/stat : 15942 (java) S 15931 15933 13572 0 -1 4202560 358 0 0 0 57 12 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330571795112 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15943] ppid=15931 vsize=2715132 CPUtime=0.65 cores=1,3,5,7
/proc/15933/task/15943/stat : 15943 (java) S 15931 15933 13572 0 -1 4202560 408 0 0 0 55 10 0 0 20 0 19 0 347394782 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330570742568 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15944] ppid=15931 vsize=2715132 CPUtime=24.09 cores=1,3,5,7
/proc/15933/task/15944/stat : 15944 (java) R 15931 15933 13572 0 -1 4202560 94 0 0 0 2406 3 0 0 20 0 19 0 347394783 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330558331400 140330599785873 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15945] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15945/stat : 15945 (java) S 15931 15933 13572 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 347394784 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330557277080 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15946] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15946/stat : 15946 (java) S 15931 15933 13572 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 347394784 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330556222040 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15947] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15947/stat : 15947 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330555173136 209100789536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15948] ppid=15931 vsize=2715132 CPUtime=0.7 cores=1,3,5,7
/proc/15933/task/15948/stat : 15948 (java) S 15931 15933 13572 0 -1 4202560 3147 0 0 0 68 2 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330554121016 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15933/tid=15949] ppid=15931 vsize=2715132 CPUtime=0.86 cores=1,3,5,7
/proc/15933/task/15949/stat : 15949 (java) S 15931 15933 13572 0 -1 4202560 7364 0 0 0 84 2 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330553068472 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15933/tid=15950] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15950/stat : 15950 (java) S 15931 15933 13572 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330552015608 209100780604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15933/tid=15951] ppid=15931 vsize=2715132 CPUtime=0.26 cores=1,3,5,7
/proc/15933/task/15951/stat : 15951 (java) S 15931 15933 13572 0 -1 4202560 33 0 0 0 12 14 0 0 20 0 19 0 347394786 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330550963272 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15933/tid=15953] ppid=15931 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/15933/task/15953/stat : 15953 (java) S 15931 15933 13572 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 347396035 2780295168 344093 33554432000 1073741824 1073778376 140734979869168 140330549908520 209100781481 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 581.25
Current children cumulated vsize (KiB) 2715132

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15933 and gives
#  childrusage.ru_utime.tv_sec=578
#  childrusage.ru_utime.tv_usec=346078
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=501771
# CPU time returned by wait4() is 579.848
# while last known CPU time is 581.25
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 575.725
CPU time (s): 581.25
CPU user time (s): 579.94
CPU system time (s): 1.31
CPU usage (%): 100.96
Max. virtual memory (cumulated for all children) (KiB): 2716368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 578.346
system time used= 1.50177
maximum resident set size= 1376408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17920
page faults= 1
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13233
involuntary context switches= 6807

runsolver used 2.39963 second user time and 6.15606 second system time

The end

Launcher Data

Begin job on node105 at 2012-06-04 14:34:38
IDJOB=3744675
IDBENCH=92800
IDSOLVER=2322
FILE ID=node105/3744675-1338813274
RUNJOBID= node105-1338813274-15889
PBS_JOBID= 14636855
Free space on /tmp= 71108 MiB

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

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

MD5SUM BENCH= 92dacc02fa8334dc3926759bb21cc2d7
RANDOM SEED=972970301

node105.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		: 2666.882
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	: 5333.76
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		: 2666.882
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		: 2666.882
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		: 2666.882
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		: 2666.882
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	: 5438.54
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		: 2666.882
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.91
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		: 2666.882
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.92
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		: 2666.882
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	: 5447.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26998784 kB
Buffers:          581064 kB
Cached:          4019436 kB
SwapCached:         1700 kB
Active:          1651220 kB
Inactive:        3314416 kB
Active(anon):     361428 kB
Inactive(anon):     4800 kB
Active(file):    1289792 kB
Inactive(file):  3309616 kB
Unevictable:        7128 kB
Mlocked:            7128 kB
SwapTotal:      67108856 kB
SwapFree:       67100456 kB
Dirty:            174636 kB
Writeback:             0 kB
AnonPages:        377848 kB
Mapped:            16964 kB
Shmem:                 0 kB
Slab:             750320 kB
SReclaimable:     191364 kB
SUnreclaim:       558956 kB
KernelStack:        1568 kB
PageTables:         4844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1514976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    350208 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= 71108 MiB
End job on node105 at 2012-06-04 14:44:14