Trace number 3739248

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 NameAnswerobjective functionCPU timeWall clock time
PB09: SAT4J Pseudo Resolution 2.1.1? (exit code) 1315.01 1310.39

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/
10orplus/normalized-libdbd-pg-perl.cudf.trendy.opb
MD5SUM81221b652f13d6452852d67d502e0110
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3887655178043
Best CPU time to get the best result obtained on this benchmark1800.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21101
Total number of constraints100032
Number of constraints which are clauses98467
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 8586
Biggest coefficient in the objective function 79229972375
Number of bits for the biggest coefficient in the objective function 37
Sum of the numbers in the objective function 234599911309658
Number of bits of the sum of numbers in the objective function 48
Biggest number in a constraint 79229972375
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 234599911309658
Number of bits of the biggest sum of numbers48
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.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.1.1.v20090612
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version	1.6.0_24
0.07/0.09	c os.name	Linux
0.07/0.09	c os.version	2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch	amd64
0.07/0.09	c Free memory 1299577560
0.07/0.09	c Max memory 1306394624
0.07/0.09	c Total memory 1306394624
0.07/0.09	c Number of processors 8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@2d3bad12
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c MiniSAT restarts strategy
0.08/0.12	c Memory based learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3739248-1338767888.opb
0.08/0.12	c reading problem ... 
1.40/0.91	c ... done. Wall clock time 0.789s.
1.40/0.91	c #vars     21101
1.40/0.91	c #constraints  99896
1.40/0.91	c constraints type 
1.40/0.91	c org.sat4j.minisat.constraints.card.MinWatchCard => 1565
1.40/0.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 34241
1.40/0.91	c org.sat4j.minisat.constraints.cnf.OriginalHTClause => 62898
4.14/3.11	c SATISFIABLE
4.14/3.11	c OPTIMIZING...
4.14/3.11	c Got one! Elapsed wall clock time (in seconds):2.998
4.14/3.11	o 49206240131067
6.09/4.93	c Got one! Elapsed wall clock time (in seconds):4.812
6.09/4.93	o 16011704100849
7.53/6.33	c Got one! Elapsed wall clock time (in seconds):6.213
7.53/6.33	o 11494876241524
39.94/38.68	c Got one! Elapsed wall clock time (in seconds):38.566
39.94/38.68	o 11433669012393
40.35/39.01	c Got one! Elapsed wall clock time (in seconds):38.893
40.35/39.01	o 4284745838194
745.26/741.12	c cleaning 677264 clauses out of 1357496
1309.11/1304.44	c starts		: 51
1309.11/1304.44	c conflicts		: 2413018
1309.11/1304.44	c decisions		: 7436449
1309.11/1304.44	c propagations		: 1554987169
1309.11/1304.44	c inspects		: 1185713597
1309.11/1304.44	c learnt literals	: 4
1309.11/1304.44	c learnt binary clauses	: 1558
1309.11/1304.44	c learnt ternary clauses	: 3617
1309.11/1304.44	c learnt clauses	: 2413013
1309.11/1304.44	c ignored clauses	: 0
1309.11/1304.44	c root simplifications	: 0
1309.11/1304.44	c removed literals (reason simplification)	: 77221166
1309.11/1304.44	c reason swapping (by a shorter reason)	: 0
1309.11/1304.44	c Calls to reduceDB	: 1
1309.11/1304.44	c speed (assignments/second)	: 1228822.1377888448
1309.11/1304.44	c non guided choices	483536
1312.51/1307.84	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1312.51/1307.84		at java.util.Arrays.copyOf(Arrays.java:2882)
1312.51/1307.84		at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
1312.51/1307.84		at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
1312.51/1307.84		at java.lang.StringBuilder.append(StringBuilder.java:119)

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-3739248-1338767888/watcher-3739248-1338767888 -o /tmp/evaluation-result-3739248-1338767888/solver-3739248-1338767888 -C 1800 -W 1900 -M 15500 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739248-1338767888.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.99 2.00 1.99 3/194 31134
/proc/meminfo: memFree=25878348/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/31134/stat : 31134 (java6) D 31132 31134 28074 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342913833 9515008 182 33554432000 1073741824 1073778376 140735506203328 140735506194360 227141303989 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/31134/statm: 2323 182 140 9 0 71 0

[startup+0.089279 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 31134
/proc/meminfo: memFree=25878348/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=2648568 CPUtime=0.07 cores=1,3,5,7
/proc/31134/stat : 31134 (java) S 31132 31134 28074 0 -1 4202496 3864 0 1 0 6 1 0 0 20 0 18 0 342913833 2712133632 5583 33554432000 1073741824 1073778376 140735261899952 140735261891088 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31134/statm: 662142 5583 1773 9 0 652835 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2648568

[startup+0.100286 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 31134
/proc/meminfo: memFree=25878348/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=2648568 CPUtime=0.08 cores=1,3,5,7
/proc/31134/stat : 31134 (java) S 31132 31134 28074 0 -1 4202496 4448 0 1 0 7 1 0 0 20 0 18 0 342913833 2712133632 6166 33554432000 1073741824 1073778376 140735261899952 140735261891088 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31134/statm: 662142 6190 2065 9 0 652835 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2648568

[startup+0.300254 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 31134
/proc/meminfo: memFree=25878348/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=2648568 CPUtime=0.5 cores=1,3,5,7
/proc/31134/stat : 31134 (java) S 31132 31134 28074 0 -1 4202496 6034 0 1 0 48 2 0 0 20 0 18 0 342913833 2712133632 10006 33554432000 1073741824 1073778376 140735261899952 140735261891088 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31134/statm: 662142 10006 2218 9 0 652835 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2648568

[startup+0.700272 s]
/proc/loadavg: 1.99 2.00 1.99 3/194 31134
/proc/meminfo: memFree=25878348/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=2648568 CPUtime=1.13 cores=1,3,5,7
/proc/31134/stat : 31134 (java) S 31132 31134 28074 0 -1 4202496 9514 0 1 0 107 6 0 0 20 0 18 0 342913833 2712133632 65521 33554432000 1073741824 1073778376 140735261899952 140735261891088 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31134/statm: 662142 65521 2241 9 0 652835 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 2648568

[startup+1.50065 s]
/proc/loadavg: 1.99 2.00 1.99 4/212 31152
/proc/meminfo: memFree=25509428/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=2715132 CPUtime=2.49 cores=1,3,5,7
/proc/31134/stat : 31134 (java) S 31132 31134 28074 0 -1 4202496 10968 0 1 0 240 9 0 0 20 0 19 0 342913833 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140735261891088 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31134/statm: 678783 94340 2273 9 0 669476 0
[pid=31134/tid=31136] ppid=31132 vsize=2715132 CPUtime=1.45 cores=1,3,5,7
/proc/31134/task/31136/stat : 31136 (java) R 31132 31134 28074 0 -1 4202560 2919 0 1 0 138 7 0 0 20 0 19 0 342913834 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567381623512 140567250766976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31134/tid=31137] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31137/stat : 31137 (java) S 31132 31134 28074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567248161064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31138] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31138/stat : 31138 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567247108264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31139] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31139/stat : 31139 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567246055976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31140] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31140/stat : 31140 (java) S 31132 31134 28074 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567245003176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31141] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31141/stat : 31141 (java) S 31132 31134 28074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567243950888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31142] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31142/stat : 31142 (java) S 31132 31134 28074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567242898088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31143] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31143/stat : 31143 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567241845800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31144] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31144/stat : 31144 (java) S 31132 31134 28074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567240793000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31145] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31145/stat : 31145 (java) S 31132 31134 28074 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342913837 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566758136040 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31146] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31146/stat : 31146 (java) S 31132 31134 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342913837 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566757082104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31147] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31147/stat : 31147 (java) S 31132 31134 28074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342913837 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566756029704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31148] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31148/stat : 31148 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913840 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566754978192 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31149] ppid=31132 vsize=2715132 CPUtime=0.48 cores=1,3,5,7
/proc/31134/task/31149/stat : 31149 (java) S 31132 31134 28074 0 -1 4202560 3420 0 0 0 48 0 0 0 20 0 19 0 342913840 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566753925816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31150] ppid=31132 vsize=2715132 CPUtime=0.47 cores=1,3,5,7
/proc/31134/task/31150/stat : 31150 (java) S 31132 31134 28074 0 -1 4202560 3403 0 0 0 47 0 0 0 20 0 19 0 342913840 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566752873016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31151] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31151/stat : 31151 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913840 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566751820920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31152] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31152/stat : 31152 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913840 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566750768328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.49
Current children cumulated vsize (KiB) 2715132

[startup+3.10062 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 31153
/proc/meminfo: memFree=25508428/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=2715132 CPUtime=4.14 cores=1,3,5,7
/proc/31134/stat : 31134 (java) S 31132 31134 28074 0 -1 4202496 10969 0 1 0 405 9 0 0 20 0 19 0 342913833 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140735261891088 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31134/statm: 678783 94340 2273 9 0 669476 0
[pid=31134/tid=31136] ppid=31132 vsize=2715132 CPUtime=3.05 cores=1,3,5,7
/proc/31134/task/31136/stat : 31136 (java) R 31132 31134 28074 0 -1 4202560 2920 0 1 0 298 7 0 0 20 0 19 0 342913834 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567381623576 140567250459577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31134/tid=31137] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31137/stat : 31137 (java) S 31132 31134 28074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567248161064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31138] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31138/stat : 31138 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567247108264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31139] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31139/stat : 31139 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567246055976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31140] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31140/stat : 31140 (java) S 31132 31134 28074 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567245003176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31141] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31141/stat : 31141 (java) S 31132 31134 28074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567243950888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31142] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31142/stat : 31142 (java) S 31132 31134 28074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567242898088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31143] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31143/stat : 31143 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567241845800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31144] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31144/stat : 31144 (java) S 31132 31134 28074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140567240793000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31145] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31145/stat : 31145 (java) S 31132 31134 28074 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342913837 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566758136040 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31146] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31146/stat : 31146 (java) S 31132 31134 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342913837 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566757082104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31147] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31147/stat : 31147 (java) S 31132 31134 28074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342913837 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566756029704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31148] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31148/stat : 31148 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913840 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566754978192 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31149] ppid=31132 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/31134/task/31149/stat : 31149 (java) S 31132 31134 28074 0 -1 4202560 3420 0 0 0 50 0 0 0 20 0 19 0 342913840 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566753925816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31150] ppid=31132 vsize=2715132 CPUtime=0.5 cores=1,3,5,7
/proc/31134/task/31150/stat : 31150 (java) S 31132 31134 28074 0 -1 4202560 3403 0 0 0 50 0 0 0 20 0 19 0 342913840 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566752873016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31151] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31151/stat : 31151 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913840 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566751820920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31152] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31152/stat : 31152 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913840 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566750768328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31153] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31153/stat : 31153 (java) S 31132 31134 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342913938 2780295168 94340 33554432000 1073741824 1073778376 140735261899952 140566749713320 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.14
Current children cumulated vsize (KiB) 2715132

[startup+6.30071 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 31153
/proc/meminfo: memFree=25508312/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=2715132 CPUtime=7.53 cores=1,3,5,7
/proc/31134/stat : 31134 (java) S 31132 31134 28074 0 -1 4202496 11031 0 1 0 744 9 0 0 20 0 19 0 342913833 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140735261891088 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31134/statm: 678783 94376 2273 9 0 669476 0
[pid=31134/tid=31136] ppid=31132 vsize=2715132 CPUtime=6.24 cores=1,3,5,7
/proc/31134/task/31136/stat : 31136 (java) R 31132 31134 28074 0 -1 4202560 2922 0 1 0 617 7 0 0 20 0 19 0 342913834 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140567381623176 140567250513152 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31134/tid=31137] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31137/stat : 31137 (java) S 31132 31134 28074 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140567248161064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31138] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31138/stat : 31138 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140567247108264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31139] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31139/stat : 31139 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140567246055976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31140] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31140/stat : 31140 (java) S 31132 31134 28074 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140567245003176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31141] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31141/stat : 31141 (java) S 31132 31134 28074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140567243950888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31142] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31142/stat : 31142 (java) S 31132 31134 28074 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140567242898088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31143] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31143/stat : 31143 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140567241845800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31144] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31144/stat : 31144 (java) S 31132 31134 28074 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 342913836 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140567240793000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31145] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31145/stat : 31145 (java) S 31132 31134 28074 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 342913837 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140566758136040 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31146] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31146/stat : 31146 (java) S 31132 31134 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 342913837 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140566757082104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31147] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31147/stat : 31147 (java) S 31132 31134 28074 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 342913837 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140566756029704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31148] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31148/stat : 31148 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913840 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140566754978192 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31149] ppid=31132 vsize=2715132 CPUtime=0.62 cores=1,3,5,7
/proc/31134/task/31149/stat : 31149 (java) S 31132 31134 28074 0 -1 4202560 3480 0 0 0 62 0 0 0 20 0 19 0 342913840 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140566753925816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31150] ppid=31132 vsize=2715132 CPUtime=0.57 cores=1,3,5,7
/proc/31134/task/31150/stat : 31150 (java) S 31132 31134 28074 0 -1 4202560 3403 0 0 0 57 0 0 0 20 0 19 0 342913840 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140566752873016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31151] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31151/stat : 31151 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913840 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140566751820920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31152] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31152/stat : 31152 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 342913840 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140566750768328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31153] ppid=31132 vsize=2715132 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31153/stat : 31153 (java) S 31132 31134 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 342913938 2780295168 94376 33554432000 1073741824 1073778376 140735261899952 140566749713320 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 2715132

[startup+12.7007 s]
/proc/loadavg: 1.99 2.00 1.99 3/213 31153
/proc/meminfo: memFree=25507708/32873844 swapFree=7116/7116

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

/proc/31134/task/31148/stat : 31148 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566754978192 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31149] ppid=31132 vsize=2781696 CPUtime=0.83 cores=1,3,5,7
/proc/31134/task/31149/stat : 31149 (java) S 31132 31134 28074 0 -1 4202560 3545 0 0 0 83 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566753925816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31150] ppid=31132 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/31134/task/31150/stat : 31150 (java) S 31132 31134 28074 0 -1 4202560 3404 0 0 0 66 1 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566752873016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31151] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31151/stat : 31151 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566751820920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31152] ppid=31132 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/31134/task/31152/stat : 31152 (java) S 31132 31134 28074 0 -1 4202560 75 0 0 0 14 14 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566750768328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31134/tid=31153] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31153/stat : 31153 (java) S 31132 31134 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342913938 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566749713320 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31304] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31304/stat : 31304 (java) S 31132 31134 28074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 343044071 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566748659400 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1313.41
Current children cumulated vsize (KiB) 2781696

[startup+1309.5 s]
/proc/loadavg: 2.41 2.10 2.03 3/214 31304
/proc/meminfo: memFree=25381836/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=2781696 CPUtime=1314.21 cores=1,3,5,7
/proc/31134/stat : 31134 (java) S 31132 31134 28074 0 -1 4202496 13322 0 1 0 131268 153 0 0 20 0 20 0 342913833 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140735261891088 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31134/statm: 695424 343688 2286 9 0 686117 0
[pid=31134/tid=31136] ppid=31132 vsize=2781696 CPUtime=1244.02 cores=1,3,5,7
/proc/31134/task/31136/stat : 31136 (java) S 31132 31134 28074 0 -1 4202560 2975 0 1 0 124376 26 0 0 20 0 20 0 342913834 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567381623992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31137] ppid=31132 vsize=2781696 CPUtime=0.65 cores=1,3,5,7
/proc/31134/task/31137/stat : 31137 (java) S 31132 31134 28074 0 -1 4202560 300 0 0 0 47 18 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567248161064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31138] ppid=31132 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/31134/task/31138/stat : 31138 (java) S 31132 31134 28074 0 -1 4202560 317 0 0 0 37 19 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567247108264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31139] ppid=31132 vsize=2781696 CPUtime=0.52 cores=1,3,5,7
/proc/31134/task/31139/stat : 31139 (java) S 31132 31134 28074 0 -1 4202560 245 0 0 0 35 17 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567246055976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31140] ppid=31132 vsize=2781696 CPUtime=0.41 cores=1,3,5,7
/proc/31134/task/31140/stat : 31140 (java) S 31132 31134 28074 0 -1 4202560 223 0 0 0 30 11 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567245003176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31141] ppid=31132 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/31134/task/31141/stat : 31141 (java) S 31132 31134 28074 0 -1 4202560 265 0 0 0 41 20 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567243950888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31142] ppid=31132 vsize=2781696 CPUtime=0.5 cores=1,3,5,7
/proc/31134/task/31142/stat : 31142 (java) S 31132 31134 28074 0 -1 4202560 208 0 0 0 36 14 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567242898088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31143] ppid=31132 vsize=2781696 CPUtime=0.53 cores=1,3,5,7
/proc/31134/task/31143/stat : 31143 (java) S 31132 31134 28074 0 -1 4202560 199 0 0 0 39 14 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567241845800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31144] ppid=31132 vsize=2781696 CPUtime=0.46 cores=1,3,5,7
/proc/31134/task/31144/stat : 31144 (java) S 31132 31134 28074 0 -1 4202560 224 0 0 0 31 15 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567240793000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31145] ppid=31132 vsize=2781696 CPUtime=60.81 cores=1,3,5,7
/proc/31134/task/31145/stat : 31145 (java) R 31132 31134 28074 0 -1 4202560 139 0 0 0 6077 4 0 0 20 0 20 0 342913837 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566758136200 140567385784694 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31134/tid=31146] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31146/stat : 31146 (java) S 31132 31134 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342913837 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566757082104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31147] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31147/stat : 31147 (java) S 31132 31134 28074 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 342913837 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566756029704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31148] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31148/stat : 31148 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566754978192 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31149] ppid=31132 vsize=2781696 CPUtime=0.83 cores=1,3,5,7
/proc/31134/task/31149/stat : 31149 (java) S 31132 31134 28074 0 -1 4202560 3545 0 0 0 83 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566753925816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31150] ppid=31132 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/31134/task/31150/stat : 31150 (java) S 31132 31134 28074 0 -1 4202560 3404 0 0 0 66 1 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566752873016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31151] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31151/stat : 31151 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566751820920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31152] ppid=31132 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/31134/task/31152/stat : 31152 (java) S 31132 31134 28074 0 -1 4202560 75 0 0 0 14 14 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566750768328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31134/tid=31153] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31153/stat : 31153 (java) S 31132 31134 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342913938 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566749713320 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31304] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31304/stat : 31304 (java) S 31132 31134 28074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 343044071 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566748659400 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1314.21
Current children cumulated vsize (KiB) 2781696

[startup+1309.9 s]
/proc/loadavg: 2.41 2.10 2.03 3/214 31304
/proc/meminfo: memFree=25381836/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=2781696 CPUtime=1314.61 cores=1,3,5,7
/proc/31134/stat : 31134 (java) S 31132 31134 28074 0 -1 4202496 13322 0 1 0 131308 153 0 0 20 0 20 0 342913833 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140735261891088 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31134/statm: 695424 343688 2286 9 0 686117 0
[pid=31134/tid=31136] ppid=31132 vsize=2781696 CPUtime=1244.02 cores=1,3,5,7
/proc/31134/task/31136/stat : 31136 (java) S 31132 31134 28074 0 -1 4202560 2975 0 1 0 124376 26 0 0 20 0 20 0 342913834 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567381623992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31137] ppid=31132 vsize=2781696 CPUtime=0.65 cores=1,3,5,7
/proc/31134/task/31137/stat : 31137 (java) S 31132 31134 28074 0 -1 4202560 300 0 0 0 47 18 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567248161064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31138] ppid=31132 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/31134/task/31138/stat : 31138 (java) S 31132 31134 28074 0 -1 4202560 317 0 0 0 37 19 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567247108264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31139] ppid=31132 vsize=2781696 CPUtime=0.52 cores=1,3,5,7
/proc/31134/task/31139/stat : 31139 (java) S 31132 31134 28074 0 -1 4202560 245 0 0 0 35 17 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567246055976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31140] ppid=31132 vsize=2781696 CPUtime=0.41 cores=1,3,5,7
/proc/31134/task/31140/stat : 31140 (java) S 31132 31134 28074 0 -1 4202560 223 0 0 0 30 11 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567245003176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31141] ppid=31132 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/31134/task/31141/stat : 31141 (java) S 31132 31134 28074 0 -1 4202560 265 0 0 0 41 20 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567243950888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31142] ppid=31132 vsize=2781696 CPUtime=0.5 cores=1,3,5,7
/proc/31134/task/31142/stat : 31142 (java) S 31132 31134 28074 0 -1 4202560 208 0 0 0 36 14 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567242898088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31143] ppid=31132 vsize=2781696 CPUtime=0.53 cores=1,3,5,7
/proc/31134/task/31143/stat : 31143 (java) S 31132 31134 28074 0 -1 4202560 199 0 0 0 39 14 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567241845800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31144] ppid=31132 vsize=2781696 CPUtime=0.46 cores=1,3,5,7
/proc/31134/task/31144/stat : 31144 (java) S 31132 31134 28074 0 -1 4202560 224 0 0 0 31 15 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567240793000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31145] ppid=31132 vsize=2781696 CPUtime=61.21 cores=1,3,5,7
/proc/31134/task/31145/stat : 31145 (java) R 31132 31134 28074 0 -1 4202560 139 0 0 0 6117 4 0 0 20 0 20 0 342913837 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566758136200 140567388477443 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31134/tid=31146] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31146/stat : 31146 (java) S 31132 31134 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342913837 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566757082104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31147] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31147/stat : 31147 (java) S 31132 31134 28074 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 342913837 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566756029704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31148] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31148/stat : 31148 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566754978192 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31149] ppid=31132 vsize=2781696 CPUtime=0.83 cores=1,3,5,7
/proc/31134/task/31149/stat : 31149 (java) S 31132 31134 28074 0 -1 4202560 3545 0 0 0 83 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566753925816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31150] ppid=31132 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/31134/task/31150/stat : 31150 (java) S 31132 31134 28074 0 -1 4202560 3404 0 0 0 66 1 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566752873016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31151] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31151/stat : 31151 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566751820920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31152] ppid=31132 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/31134/task/31152/stat : 31152 (java) S 31132 31134 28074 0 -1 4202560 75 0 0 0 14 14 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566750768328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31134/tid=31153] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31153/stat : 31153 (java) S 31132 31134 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342913938 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566749713320 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31304] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31304/stat : 31304 (java) S 31132 31134 28074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 343044071 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566748659400 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1314.61
Current children cumulated vsize (KiB) 2781696

[startup+1310.3 s]
/proc/loadavg: 2.41 2.10 2.03 3/214 31304
/proc/meminfo: memFree=25381836/32873844 swapFree=7116/7116
[pid=31134] ppid=31132 vsize=2781696 CPUtime=1315.01 cores=1,3,5,7
/proc/31134/stat : 31134 (java) S 31132 31134 28074 0 -1 4202496 13322 0 1 0 131348 153 0 0 20 0 20 0 342913833 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140735261891088 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/31134/statm: 695424 343688 2286 9 0 686117 0
[pid=31134/tid=31136] ppid=31132 vsize=2781696 CPUtime=1244.02 cores=1,3,5,7
/proc/31134/task/31136/stat : 31136 (java) S 31132 31134 28074 0 -1 4202560 2975 0 1 0 124376 26 0 0 20 0 20 0 342913834 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567381623992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31137] ppid=31132 vsize=2781696 CPUtime=0.65 cores=1,3,5,7
/proc/31134/task/31137/stat : 31137 (java) S 31132 31134 28074 0 -1 4202560 300 0 0 0 47 18 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567248161064 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31138] ppid=31132 vsize=2781696 CPUtime=0.56 cores=1,3,5,7
/proc/31134/task/31138/stat : 31138 (java) S 31132 31134 28074 0 -1 4202560 317 0 0 0 37 19 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567247108264 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31139] ppid=31132 vsize=2781696 CPUtime=0.52 cores=1,3,5,7
/proc/31134/task/31139/stat : 31139 (java) S 31132 31134 28074 0 -1 4202560 245 0 0 0 35 17 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567246055976 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31140] ppid=31132 vsize=2781696 CPUtime=0.41 cores=1,3,5,7
/proc/31134/task/31140/stat : 31140 (java) S 31132 31134 28074 0 -1 4202560 223 0 0 0 30 11 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567245003176 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31141] ppid=31132 vsize=2781696 CPUtime=0.61 cores=1,3,5,7
/proc/31134/task/31141/stat : 31141 (java) S 31132 31134 28074 0 -1 4202560 265 0 0 0 41 20 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567243950888 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31142] ppid=31132 vsize=2781696 CPUtime=0.5 cores=1,3,5,7
/proc/31134/task/31142/stat : 31142 (java) S 31132 31134 28074 0 -1 4202560 208 0 0 0 36 14 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567242898088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31143] ppid=31132 vsize=2781696 CPUtime=0.53 cores=1,3,5,7
/proc/31134/task/31143/stat : 31143 (java) S 31132 31134 28074 0 -1 4202560 199 0 0 0 39 14 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567241845800 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31144] ppid=31132 vsize=2781696 CPUtime=0.46 cores=1,3,5,7
/proc/31134/task/31144/stat : 31144 (java) S 31132 31134 28074 0 -1 4202560 224 0 0 0 31 15 0 0 20 0 20 0 342913836 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140567240793000 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31145] ppid=31132 vsize=2781696 CPUtime=61.61 cores=1,3,5,7
/proc/31134/task/31145/stat : 31145 (java) R 31132 31134 28074 0 -1 4202560 139 0 0 0 6157 4 0 0 20 0 20 0 342913837 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566758136200 140567385784592 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=31134/tid=31146] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31146/stat : 31146 (java) S 31132 31134 28074 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342913837 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566757082104 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31147] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31147/stat : 31147 (java) S 31132 31134 28074 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 20 0 342913837 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566756029704 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31148] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31148/stat : 31148 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566754978192 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31149] ppid=31132 vsize=2781696 CPUtime=0.83 cores=1,3,5,7
/proc/31134/task/31149/stat : 31149 (java) S 31132 31134 28074 0 -1 4202560 3545 0 0 0 83 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566753925816 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=31134/tid=31150] ppid=31132 vsize=2781696 CPUtime=0.67 cores=1,3,5,7
/proc/31134/task/31150/stat : 31150 (java) S 31132 31134 28074 0 -1 4202560 3404 0 0 0 66 1 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566752873016 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31151] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31151/stat : 31151 (java) S 31132 31134 28074 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566751820920 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=31134/tid=31152] ppid=31132 vsize=2781696 CPUtime=0.28 cores=1,3,5,7
/proc/31134/task/31152/stat : 31152 (java) S 31132 31134 28074 0 -1 4202560 75 0 0 0 14 14 0 0 20 0 20 0 342913840 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566750768328 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=31134/tid=31153] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31153/stat : 31153 (java) S 31132 31134 28074 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342913938 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566749713320 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=31134/tid=31304] ppid=31132 vsize=2781696 CPUtime=0 cores=1,3,5,7
/proc/31134/task/31304/stat : 31304 (java) S 31132 31134 28074 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 20 0 343044071 2848456704 343688 33554432000 1073741824 1073778376 140735261899952 140566748659400 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1315.01
Current children cumulated vsize (KiB) 2781696

Child status: 1

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31134 and gives
#  childrusage.ru_utime.tv_sec=1310
#  childrusage.ru_utime.tv_usec=123830
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=863716
# CPU time returned by wait4() is 1311.99
# while last known CPU time is 1315.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1310.39
CPU time (s): 1315.01
CPU user time (s): 1313.48
CPU system time (s): 1.53
CPU usage (%): 100.353
Max. virtual memory (cumulated for all children) (KiB): 2781696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1310.12
system time used= 1.86372
maximum resident set size= 1374756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13327
page faults= 1
swaps= 0
block input operations= 8
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28220
involuntary context switches= 15435

runsolver used 5.74313 second user time and 13.342 second system time

The end

Launcher Data

Begin job on node138 at 2012-06-04 01:58:08
IDJOB=3739248
IDBENCH=72396
IDSOLVER=2322
FILE ID=node138/3739248-1338767888
RUNJOBID= node138-1338746236-28091
PBS_JOBID= 14636774
Free space on /tmp= 70736 MiB

SOLVER NAME= PB09: SAT4J Pseudo Resolution 2.1.1
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/10orplus/normalized-libdbd-pg-perl.cudf.trendy.opb
COMMAND LINE= java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739248-1338767888/watcher-3739248-1338767888 -o /tmp/evaluation-result-3739248-1338767888/solver-3739248-1338767888 -C 1800 -W 1900 -M 15500  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-3739248-1338767888.opb

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

MD5SUM BENCH= 81221b652f13d6452852d67d502e0110
RANDOM SEED=710655058

node138.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.347
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.69
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.347
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.347
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.347
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.347
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.91
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.347
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		: 2667.347
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		: 2667.347
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:        25880520 kB
Buffers:          726484 kB
Cached:          4017788 kB
SwapCached:          208 kB
Active:          3729332 kB
Inactive:        2348624 kB
Active(anon):    1318000 kB
Inactive(anon):    11376 kB
Active(file):    2411332 kB
Inactive(file):  2337248 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              3548 kB
Writeback:             0 kB
AnonPages:       1300952 kB
Mapped:            22620 kB
Shmem:               200 kB
Slab:             772016 kB
SReclaimable:     214088 kB
SUnreclaim:       557928 kB
KernelStack:        1760 kB
PageTables:         6648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1519424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1265664 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= 70756 MiB
End job on node138 at 2012-06-04 02:19:58