Trace number 3689207

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
Sat 4j PB Resolution 2.3.2 SnapshotUNSAT 94.57 93.0803

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_8-unsat.opb
MD5SUMac6696aebedde13f32e972b28b72aa2c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.4299
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33396
Total number of constraints106278
Number of constraints which are clauses105730
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints548
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 384
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
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 lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 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 c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689207-1337889887.opb
0.08/0.12	c reading problem ... 
1.33/0.88	c ... done. Wall clock time 0.763s.
1.33/0.88	c declared #vars     33396
1.33/0.88	c #constraints  97006
1.33/0.88	c constraints type 
1.33/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13579
1.33/0.88	c ignored satisfied constraints => 9272
1.33/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 79702
1.33/0.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 3177
1.33/0.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
1.33/0.88	c 106278 constraints processed.
4.55/3.43	c cleaning 2499 clauses out of 5001 with flag 5001/5001
7.49/6.25	c cleaning 4247 clauses out of 8500 with flag 11001/11001
10.60/9.37	c cleaning 5620 clauses out of 11251 with flag 18000/18000
14.52/13.22	c cleaning 6814 clauses out of 13631 with flag 26000/26000
18.98/17.69	c cleaning 7897 clauses out of 15817 with flag 35000/35000
24.19/22.82	c cleaning 8951 clauses out of 17921 with flag 45001/45001
29.90/28.58	c cleaning 9985 clauses out of 19969 with flag 56000/56000
36.12/34.74	c cleaning 10967 clauses out of 21984 with flag 68000/68000
42.54/41.16	c cleaning 12000 clauses out of 24017 with flag 81000/81000
49.67/48.22	c cleaning 12997 clauses out of 26018 with flag 95001/95001
57.40/55.92	c cleaning 14009 clauses out of 28018 with flag 110000/110000
65.92/64.44	c cleaning 14999 clauses out of 30009 with flag 126001/126001
75.03/73.56	c cleaning 15993 clauses out of 32009 with flag 143000/143000
84.55/83.09	c cleaning 16993 clauses out of 34016 with flag 161000/161000
94.57/93.05	c starts		: 104
94.57/93.05	c conflicts		: 179197
94.57/93.05	c decisions		: 250135
94.57/93.05	c propagations		: 263760133
94.57/93.05	c inspects		: 789076567
94.57/93.05	c shortcuts		: 0
94.57/93.05	c learnt literals	: 13
94.57/93.05	c learnt binary clauses	: 49
94.57/93.05	c learnt ternary clauses	: 457
94.57/93.05	c learnt constraints	: 179183
94.57/93.05	c ignored constraints	: 0
94.57/93.05	c root simplifications	: 0
94.57/93.05	c removed literals (reason simplification)	: 0
94.57/93.05	c reason swapping (by a shorter reason)	: 0
94.57/93.05	c Calls to reduceDB	: 14
94.57/93.05	c number of reductions to clauses (during analyze)	: 0
94.57/93.05	c number of learned constraints concerned by reduction	: 0
94.57/93.05	c number of learning phase by resolution	: 0
94.57/93.05	c number of learning phase by cutting planes	: 0
94.57/93.05	c speed (assignments/second)	: 2863813.997676464
94.57/93.05	c non guided choices	42
94.57/93.06	c learnt constraints type 
94.57/93.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
94.57/93.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 35163
94.57/93.06	c constraints type 
94.57/93.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13579
94.57/93.06	c ignored satisfied constraints => 9272
94.57/93.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 79702
94.57/93.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 3177
94.57/93.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
94.57/93.06	c 106278 constraints processed.
94.57/93.06	s UNSATISFIABLE
94.57/93.06	c Total wall clock time (in seconds): 92.944

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-3689207-1337889887/watcher-3689207-1337889887 -o /tmp/evaluation-result-3689207-1337889887/solver-3689207-1337889887 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689207-1337889887.opb 

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

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


[startup+0 s]
/proc/loadavg: 1.96 2.08 2.04 3/194 26157
/proc/meminfo: memFree=29465776/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/26157/stat : 26157 (java) D 26155 26157 23338 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 255114545 2560000 47 33554432000 1073741824 1073778376 140734583676336 140734583673464 259103223079 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/26157/statm: 625 47 37 9 0 29 0

[startup+0.10076 s]
/proc/loadavg: 1.96 2.08 2.04 3/194 26157
/proc/meminfo: memFree=29465776/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/26157/stat : 26157 (java) S 26155 26157 23338 0 -1 4202496 4197 0 1 0 7 1 0 0 20 0 18 0 255114545 9787813888 5395 33554432000 1073741824 1073778376 140735003546192 140735003537328 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26157/statm: 2389603 5397 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.200952 s]
/proc/loadavg: 1.96 2.08 2.04 3/194 26157
/proc/meminfo: memFree=29465776/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/26157/stat : 26157 (java) S 26155 26157 23338 0 -1 4202496 4688 0 1 0 23 1 0 0 20 0 18 0 255114545 9787813888 6807 33554432000 1073741824 1073778376 140735003546192 140735003537328 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26157/statm: 2389603 6807 2185 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558412

[startup+0.300266 s]
/proc/loadavg: 1.96 2.08 2.04 3/194 26157
/proc/meminfo: memFree=29465776/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=9558412 CPUtime=0.45 cores=0,2,4,6
/proc/26157/stat : 26157 (java) S 26155 26157 23338 0 -1 4202496 6153 0 1 0 44 1 0 0 20 0 18 0 255114545 9787813888 8785 33554432000 1073741824 1073778376 140735003546192 140735003537328 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26157/statm: 2389603 8785 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700186 s]
/proc/loadavg: 1.96 2.08 2.04 3/194 26157
/proc/meminfo: memFree=29465776/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=9558412 CPUtime=1.22 cores=0,2,4,6
/proc/26157/stat : 26157 (java) S 26155 26157 23338 0 -1 4202496 9274 0 1 0 118 4 0 0 20 0 18 0 255114545 9787813888 42047 33554432000 1073741824 1073778376 140735003546192 140735003537328 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26157/statm: 2389603 42063 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 1.96 2.08 2.04 3/213 26176
/proc/meminfo: memFree=29304476/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=9624976 CPUtime=2.58 cores=0,2,4,6
/proc/26157/stat : 26157 (java) S 26155 26157 23338 0 -1 4202496 15087 0 1 0 253 5 0 0 20 0 19 0 255114545 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140735003537328 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26157/statm: 2406244 42154 2263 9 0 2396937 0
[pid=26157/tid=26159] ppid=26155 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/26157/task/26159/stat : 26159 (java) R 26155 26157 23338 0 -1 4202560 2549 0 1 0 140 3 0 0 20 0 19 0 255114546 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140242155106760 140242095604752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140242093836712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140242092784168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241996036264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241994983720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241993931688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241992879144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241991826088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241990773544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 23338 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241978575208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241977521528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241976468360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241975417104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 23338 0 -1 4202560 4815 0 0 0 53 0 0 0 20 0 19 0 255114552 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241974364984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 23338 0 -1 4202560 6429 0 0 0 50 1 0 0 20 0 19 0 255114552 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241973312440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241972259576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241971207240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26176] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26176/stat : 26176 (java) S 26155 26157 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255114640 9855975424 42154 33554432000 1073741824 1073778376 140735003546192 140241970152488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 9624976

[startup+3.10095 s]
/proc/loadavg: 1.96 2.08 2.04 3/213 26176
/proc/meminfo: memFree=29304096/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=9624976 CPUtime=4.24 cores=0,2,4,6
/proc/26157/stat : 26157 (java) S 26155 26157 23338 0 -1 4202496 15443 0 1 0 418 6 0 0 20 0 19 0 255114545 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140735003537328 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26157/statm: 2406244 42177 2269 9 0 2396937 0
[pid=26157/tid=26159] ppid=26155 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/26157/task/26159/stat : 26159 (java) R 26155 26157 23338 0 -1 4202560 2550 0 1 0 300 3 0 0 20 0 19 0 255114546 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140242155107032 140242095673723 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140242093836712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140242092784168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241996036264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241994983720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241993931688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 23338 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241992879144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241991826088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241990773544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 23338 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241978575208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241977521528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241976468360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241975417104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 23338 0 -1 4202560 5170 0 0 0 57 0 0 0 20 0 19 0 255114552 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241974364984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 23338 0 -1 4202560 6429 0 0 0 51 1 0 0 20 0 19 0 255114552 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241973312440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241972259576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241971207240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26176] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26176/stat : 26176 (java) S 26155 26157 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255114640 9855975424 42177 33554432000 1073741824 1073778376 140735003546192 140241970152488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 1.96 2.08 2.04 3/213 26176
/proc/meminfo: memFree=29272768/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=9624976 CPUtime=7.6 cores=0,2,4,6
/proc/26157/stat : 26157 (java) S 26155 26157 23338 0 -1 4202496 15760 0 1 0 753 7 0 0 20 0 19 0 255114545 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140735003537328 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26157/statm: 2406244 50320 2281 9 0 2396937 0
[pid=26157/tid=26159] ppid=26155 vsize=9624976 CPUtime=6.11 cores=0,2,4,6
/proc/26157/task/26159/stat : 26159 (java) R 26155 26157 23338 0 -1 4202560 2553 0 1 0 608 3 0 0 20 0 19 0 255114546 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140242155106712 140242095673562 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 23338 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 255114548 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140242093836712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 23338 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140242092784168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 23338 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241996036264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 23338 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255114548 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241994983720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 23338 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 255114548 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241993931688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 23338 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 255114548 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241992879144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 23338 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241991826088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 23338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255114548 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241990773544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 23338 0 -1 4202560 100 0 0 0 7 0 0 0 20 0 19 0 255114549 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241978575208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241977521528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241976468360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241975417104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 23338 0 -1 4202560 5173 0 0 0 62 0 0 0 20 0 19 0 255114552 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241974364984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 23338 0 -1 4202560 6678 0 0 0 56 1 0 0 20 0 19 0 255114552 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241973312440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241972259576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241971207240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26176] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26176/stat : 26176 (java) S 26155 26157 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255114640 9855975424 50320 33554432000 1073741824 1073778376 140735003546192 140241970152488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9624976

[startup+12.7015 s]

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

/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 23338 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241990773544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 23338 0 -1 4202560 131 0 0 0 61 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241978575208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241977521528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241976468360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241975417104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 23338 0 -1 4202560 5181 0 0 0 62 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241974364984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 23338 0 -1 4202560 6780 0 0 0 61 2 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241973312440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241972259576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241971207240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26176] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26176/stat : 26176 (java) S 26155 26157 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255114640 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241970152488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 92.77
Current children cumulated vsize (KiB) 9624976

[startup+92.0016 s]
/proc/loadavg: 1.99 2.05 2.04 3/213 26176
/proc/meminfo: memFree=29253384/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=9624976 CPUtime=93.57 cores=0,2,4,6
/proc/26157/stat : 26157 (java) S 26155 26157 23338 0 -1 4202496 15964 0 1 0 9347 10 0 0 20 0 19 0 255114545 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140735003537328 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26157/statm: 2406244 53966 2281 9 0 2396937 0
[pid=26157/tid=26159] ppid=26155 vsize=9624976 CPUtime=90.93 cores=0,2,4,6
/proc/26157/task/26159/stat : 26159 (java) R 26155 26157 23338 0 -1 4202560 2564 0 1 0 9090 3 0 0 20 0 19 0 255114546 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140242155106592 140242095608039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 23338 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140242093836712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140242092784168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241996036264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 23338 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241994983720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 23338 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241993931688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 23338 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241992879144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 23338 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241991826088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 23338 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241990773544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 23338 0 -1 4202560 131 0 0 0 61 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241978575208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241977521528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241976468360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241975417104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 23338 0 -1 4202560 5181 0 0 0 62 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241974364984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 23338 0 -1 4202560 6780 0 0 0 61 2 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241973312440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241972259576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241971207240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26176] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26176/stat : 26176 (java) S 26155 26157 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255114640 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241970152488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 93.57
Current children cumulated vsize (KiB) 9624976

[startup+92.8016 s]
/proc/loadavg: 1.99 2.05 2.04 3/213 26176
/proc/meminfo: memFree=29253384/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=9624976 CPUtime=94.37 cores=0,2,4,6
/proc/26157/stat : 26157 (java) S 26155 26157 23338 0 -1 4202496 15964 0 1 0 9427 10 0 0 20 0 19 0 255114545 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140735003537328 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26157/statm: 2406244 53966 2281 9 0 2396937 0
[pid=26157/tid=26159] ppid=26155 vsize=9624976 CPUtime=91.72 cores=0,2,4,6
/proc/26157/task/26159/stat : 26159 (java) R 26155 26157 23338 0 -1 4202560 2564 0 1 0 9169 3 0 0 20 0 19 0 255114546 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140242155106592 140242095614669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 23338 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140242093836712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140242092784168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241996036264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 23338 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241994983720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 23338 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241993931688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 23338 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241992879144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 23338 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241991826088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 23338 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241990773544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 23338 0 -1 4202560 131 0 0 0 61 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241978575208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241977521528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241976468360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241975417104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 23338 0 -1 4202560 5181 0 0 0 62 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241974364984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 23338 0 -1 4202560 6780 0 0 0 61 2 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241973312440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241972259576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241971207240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26176] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26176/stat : 26176 (java) S 26155 26157 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255114640 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241970152488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 94.37
Current children cumulated vsize (KiB) 9624976

[startup+93.0015 s]
/proc/loadavg: 1.99 2.05 2.04 3/213 26176
/proc/meminfo: memFree=29253384/32873648 swapFree=6844/6844
[pid=26157] ppid=26155 vsize=9624976 CPUtime=94.57 cores=0,2,4,6
/proc/26157/stat : 26157 (java) S 26155 26157 23338 0 -1 4202496 15964 0 1 0 9447 10 0 0 20 0 19 0 255114545 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140735003537328 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/26157/statm: 2406244 53966 2281 9 0 2396937 0
[pid=26157/tid=26159] ppid=26155 vsize=9624976 CPUtime=91.92 cores=0,2,4,6
/proc/26157/task/26159/stat : 26159 (java) R 26155 26157 23338 0 -1 4202560 2564 0 1 0 9189 3 0 0 20 0 19 0 255114546 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140242155106592 140242095674091 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26160] ppid=26155 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/26157/task/26160/stat : 26160 (java) S 26155 26157 23338 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140242093836712 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26161] ppid=26155 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26157/task/26161/stat : 26161 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140242092784168 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26162] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26162/stat : 26162 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241996036264 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26163] ppid=26155 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/26157/task/26163/stat : 26163 (java) S 26155 26157 23338 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241994983720 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26164] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26164/stat : 26164 (java) S 26155 26157 23338 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241993931688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26165] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26165/stat : 26165 (java) S 26155 26157 23338 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241992879144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26166] ppid=26155 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/26157/task/26166/stat : 26166 (java) S 26155 26157 23338 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241991826088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26167] ppid=26155 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/26157/task/26167/stat : 26167 (java) S 26155 26157 23338 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 255114548 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241990773544 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26157/tid=26168] ppid=26155 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/26157/task/26168/stat : 26168 (java) S 26155 26157 23338 0 -1 4202560 131 0 0 0 61 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241978575208 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26169] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26169/stat : 26169 (java) S 26155 26157 23338 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241977521528 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26170] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26170/stat : 26170 (java) S 26155 26157 23338 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255114549 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241976468360 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26171] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26171/stat : 26171 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241975417104 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26172] ppid=26155 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/26157/task/26172/stat : 26172 (java) S 26155 26157 23338 0 -1 4202560 5181 0 0 0 62 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241974364984 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26157/tid=26173] ppid=26155 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/26157/task/26173/stat : 26173 (java) S 26155 26157 23338 0 -1 4202560 6780 0 0 0 61 2 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241973312440 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26174] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26174/stat : 26174 (java) S 26155 26157 23338 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241972259576 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26157/tid=26175] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26175/stat : 26175 (java) S 26155 26157 23338 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255114552 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241971207240 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26157/tid=26176] ppid=26155 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26157/task/26176/stat : 26176 (java) S 26155 26157 23338 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255114640 9855975424 53966 33554432000 1073741824 1073778376 140735003546192 140241970152488 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 94.57
Current children cumulated vsize (KiB) 9624976

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26157 and gives
#  childrusage.ru_utime.tv_sec=94
#  childrusage.ru_utime.tv_usec=288665
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=189971
# CPU time returned by wait4() is 94.4786
# while last known CPU time is 94.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 93.0803
CPU time (s): 94.57
CPU user time (s): 94.47
CPU system time (s): 0.1
CPU usage (%): 101.6
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 94.2887
system time used= 0.189971
maximum resident set size= 215956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15992
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2723
involuntary context switches= 2894

runsolver used 0.32295 second user time and 0.964853 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-24 22:04:47
IDJOB=3689207
IDBENCH=74295
IDSOLVER=2269
FILE ID=node124/3689207-1337889887
RUNJOBID= node124-1337871881-23354
PBS_JOBID= 14620080
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_8-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689207-1337889887/watcher-3689207-1337889887 -o /tmp/evaluation-result-3689207-1337889887/solver-3689207-1337889887 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689207-1337889887.opb

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

MD5SUM BENCH= ac6696aebedde13f32e972b28b72aa2c
RANDOM SEED=1548947148

node124.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.325
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.65
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5357.53
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.325
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	: 5385.03
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.325
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	: 5385.04
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.325
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	: 5385.03
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.325
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	: 5385.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29465776 kB
Buffers:          236416 kB
Cached:          2048344 kB
SwapCached:            0 kB
Active:           826156 kB
Inactive:        1801392 kB
Active(anon):     345092 kB
Inactive(anon):        0 kB
Active(file):     481064 kB
Inactive(file):  1801392 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3596 kB
Writeback:             0 kB
AnonPages:        353944 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             637268 kB
SReclaimable:      81664 kB
SUnreclaim:       555604 kB
KernelStack:        1608 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     825232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    315392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node124 at 2012-05-24 22:06:20