Trace number 3689206

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 RES // CP 2.3.2 SnapshotUNSAT 151.84 75.8481

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.05/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.07	c See www.sat4j.org for details.
0.05/0.07	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3689206-1337881441.opb
0.11/0.10	c reading problem ... 
2.73/1.21	c ... done. Wall clock time 1.106s.
2.73/1.21	c declared #vars     33396
2.73/1.21	c #constraints  97006
2.73/1.21	c constraints type 
2.73/1.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13579
2.73/1.21	c ignored satisfied constraints => 9272
2.73/1.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 79702
2.73/1.21	c org.sat4j.minisat.constraints.cnf.UnitClause => 3177
2.73/1.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
2.73/1.21	c 106278 constraints processed.
2.73/1.21	c constraints type 
2.73/1.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 79702
2.73/1.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13579
2.73/1.21	c ignored satisfied constraints => 9272
2.73/1.21	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
2.73/1.21	c org.sat4j.pb.constraints.pb.UnitClausePB => 3177
2.73/1.21	c 106278 constraints processed.
10.49/4.33	c cleaning 2494 clauses out of 5000 with flag 5001/5001
17.53/7.85	c cleaning 4251 clauses out of 8506 with flag 11001/11001
25.45/11.85	c cleaning 5626 clauses out of 11255 with flag 18001/18001
34.77/16.53	c cleaning 6809 clauses out of 13628 with flag 26001/26001
46.42/22.43	c cleaning 7904 clauses out of 15821 with flag 35003/35003
59.27/28.93	c cleaning 8957 clauses out of 17915 with flag 45001/45001
73.58/36.14	c cleaning 9969 clauses out of 19957 with flag 56000/56000
90.87/44.88	c cleaning 10994 clauses out of 21988 with flag 68000/68000
109.58/54.32	c cleaning 11990 clauses out of 23993 with flag 81000/81000
129.60/64.47	c cleaning 12984 clauses out of 26003 with flag 95000/95000
131.16/65.37	c cleaning 0 clauses out of 5000 with flag 0/5000
151.43/75.48	c  And the winner is solver0
151.72/75.81	c starts		: 91
151.72/75.81	c conflicts		: 109393
151.72/75.81	c decisions		: 156725
151.72/75.81	c propagations		: 169174679
151.72/75.81	c inspects		: 477689343
151.72/75.81	c shortcuts		: 0
151.72/75.81	c learnt literals	: 12
151.72/75.81	c learnt binary clauses	: 82
151.72/75.81	c learnt ternary clauses	: 520
151.72/75.81	c learnt constraints	: 109380
151.72/75.81	c ignored constraints	: 0
151.72/75.81	c root simplifications	: 0
151.72/75.81	c removed literals (reason simplification)	: 2424717
151.72/75.81	c reason swapping (by a shorter reason)	: 0
151.72/75.81	c Calls to reduceDB	: 10
151.72/75.81	c number of reductions to clauses (during analyze)	: 0
151.72/75.81	c number of learned constraints concerned by reduction	: 0
151.72/75.81	c number of learning phase by resolution	: 0
151.72/75.81	c number of learning phase by cutting planes	: 0
151.72/75.81	c speed (assignments/second)	: 2270740.100936888
151.72/75.81	c non guided choices	42
151.72/75.82	c learnt constraints type 
151.72/75.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 82
151.72/75.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 27320
151.72/75.82	c constraints type 
151.72/75.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13579
151.72/75.82	c ignored satisfied constraints => 9272
151.72/75.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 79702
151.72/75.82	c org.sat4j.minisat.constraints.cnf.UnitClause => 3177
151.72/75.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
151.72/75.82	c 106278 constraints processed.
151.72/75.82	c constraints type 
151.72/75.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 79702
151.72/75.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13579
151.72/75.82	c ignored satisfied constraints => 9272
151.72/75.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
151.72/75.82	c org.sat4j.pb.constraints.pb.UnitClausePB => 3177
151.72/75.82	c 106278 constraints processed.
151.72/75.82	s UNSATISFIABLE
151.72/75.82	c Total wall clock time (in seconds): 75.719

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-3689206-1337881441/watcher-3689206-1337881441 -o /tmp/evaluation-result-3689206-1337881441/solver-3689206-1337881441 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689206-1337881441.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: 3.69 3.71 3.77 3/197 25552
/proc/meminfo: memFree=27508576/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/25552/stat : 25552 (java) R 25550 25552 21497 0 -1 4202496 1031 0 0 0 0 0 0 0 20 0 1 0 254270195 23793664 760 33554432000 1073741824 1073778376 140736635735744 140736635724808 139857199882169 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 5809 778 575 9 0 128 0

[startup+0.0648299 s]
/proc/loadavg: 3.69 3.71 3.77 3/197 25552
/proc/meminfo: memFree=27508576/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25552/stat : 25552 (java) S 25550 25552 21497 0 -1 4202496 3307 0 1 0 4 1 0 0 20 0 18 0 254270195 9787813888 4517 33554432000 1073741824 1073778376 140736635735744 140736635726880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 2389603 4518 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100211 s]
/proc/loadavg: 3.69 3.71 3.77 3/197 25552
/proc/meminfo: memFree=27508576/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/25552/stat : 25552 (java) S 25550 25552 21497 0 -1 4202496 4437 0 1 0 10 1 0 0 20 0 18 0 254270195 9787813888 6107 33554432000 1073741824 1073778376 140736635735744 140736635726880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 2389603 6107 2139 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300156 s]
/proc/loadavg: 3.69 3.71 3.77 3/197 25552
/proc/meminfo: memFree=27508576/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/25552/stat : 25552 (java) S 25550 25552 21497 0 -1 4202496 6113 0 1 0 49 1 0 0 20 0 18 0 254270195 9787813888 9287 33554432000 1073741824 1073778376 140736635735744 140736635726880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 2389603 9287 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700166 s]
/proc/loadavg: 3.69 3.71 3.77 3/197 25552
/proc/meminfo: memFree=27508576/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=9558412 CPUtime=1.68 cores=0,2,4,6
/proc/25552/stat : 25552 (java) S 25550 25552 21497 0 -1 4202496 19007 0 1 0 164 4 0 0 20 0 18 0 254270195 9787813888 32300 33554432000 1073741824 1073778376 140736635735744 140736635726880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 2389603 32300 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9558412

[startup+1.50063 s]
/proc/loadavg: 3.69 3.71 3.77 4/215 25570
/proc/meminfo: memFree=27317344/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=9824668 CPUtime=3.91 cores=0,2,4,6
/proc/25552/stat : 25552 (java) S 25550 25552 21497 0 -1 4202496 24321 0 1 0 382 9 0 0 20 0 22 0 254270195 10060460032 57080 33554432000 1073741824 1073778376 140736635735744 140736635726880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 2456167 57080 2263 9 0 2446860 0
[pid=25552/tid=25554] ppid=25550 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/25552/task/25554/stat : 25554 (java) S 25550 25552 21497 0 -1 4202560 2520 0 1 0 109 3 0 0 20 0 22 0 254270196 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139857192461304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25555] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25555/stat : 25555 (java) S 25550 25552 21497 0 -1 4202560 87 0 0 0 1 0 0 0 20 0 22 0 254270196 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139857164913704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25556] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25556/stat : 25556 (java) S 25550 25552 21497 0 -1 4202560 97 0 0 0 1 0 0 0 20 0 22 0 254270196 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139857163860904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25557] ppid=25550 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25552/task/25557/stat : 25557 (java) S 25550 25552 21497 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254270196 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139857162808104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25558] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25558/stat : 25558 (java) S 25550 25552 21497 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 22 0 254270196 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139857161755304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25559] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25559/stat : 25559 (java) S 25550 25552 21497 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254270196 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139857160702504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25560] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25560/stat : 25560 (java) S 25550 25552 21497 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254270196 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139857159649704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25561] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25561/stat : 25561 (java) S 25550 25552 21497 0 -1 4202560 56 0 0 0 1 0 0 0 20 0 22 0 254270196 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139857158596904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25562] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25562/stat : 25562 (java) S 25550 25552 21497 0 -1 4202560 110 0 0 0 1 0 0 0 20 0 22 0 254270196 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139857157544104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25563] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25563/stat : 25563 (java) S 25550 25552 21497 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254270197 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139856546081768 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25564] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25564/stat : 25564 (java) S 25550 25552 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254270198 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139856545027832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25565] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25565/stat : 25565 (java) S 25550 25552 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254270198 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139856543974920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25566] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25566/stat : 25566 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139856542923408 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25567] ppid=25550 vsize=9824668 CPUtime=0.95 cores=0,2,4,6
/proc/25552/task/25567/stat : 25567 (java) R 25550 25552 21497 0 -1 4202560 11909 0 0 0 94 1 0 0 20 0 22 0 254270200 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139856541870152 266435683447 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25568] ppid=25550 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/25552/task/25568/stat : 25568 (java) R 25550 25552 21497 0 -1 4202560 8120 0 0 0 101 2 0 0 20 0 22 0 254270200 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139856540805248 139857198423330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25569] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25569/stat : 25569 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139856539765112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25570] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25570/stat : 25570 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 57023 33554432000 1073741824 1073778376 140736635735744 139856538712520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9824668

[startup+3.1008 s]
/proc/loadavg: 3.87 3.74 3.78 7/219 25574
/proc/meminfo: memFree=27274120/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=9824668 CPUtime=7.97 cores=0,2,4,6
/proc/25552/stat : 25552 (java) S 25550 25552 21497 0 -1 4202496 27463 0 1 0 782 15 0 0 20 0 22 0 254270195 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 140736635726880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 2456167 92491 2271 9 0 2446860 0
[pid=25552/tid=25554] ppid=25550 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25552/task/25554/stat : 25554 (java) S 25550 25552 21497 0 -1 4202560 2520 0 1 0 110 3 0 0 20 0 22 0 254270196 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139857192461304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25555] ppid=25550 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25552/task/25555/stat : 25555 (java) S 25550 25552 21497 0 -1 4202560 98 0 0 0 2 1 0 0 20 0 22 0 254270196 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139857164913704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25556] ppid=25550 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25552/task/25556/stat : 25556 (java) S 25550 25552 21497 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 22 0 254270196 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139857163860904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25557] ppid=25550 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25552/task/25557/stat : 25557 (java) S 25550 25552 21497 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 22 0 254270196 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139857162808104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25558] ppid=25550 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25552/task/25558/stat : 25558 (java) S 25550 25552 21497 0 -1 4202560 41 0 0 0 2 0 0 0 20 0 22 0 254270196 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139857161755304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25559] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25559/stat : 25559 (java) S 25550 25552 21497 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254270196 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139857160702504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25560] ppid=25550 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25552/task/25560/stat : 25560 (java) S 25550 25552 21497 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 254270196 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139857159649704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25561] ppid=25550 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25552/task/25561/stat : 25561 (java) S 25550 25552 21497 0 -1 4202560 67 0 0 0 3 0 0 0 20 0 22 0 254270196 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139857158596904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25562] ppid=25550 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25552/task/25562/stat : 25562 (java) S 25550 25552 21497 0 -1 4202560 125 0 0 0 4 1 0 0 20 0 22 0 254270196 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139857157544104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25563] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25563/stat : 25563 (java) S 25550 25552 21497 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254270197 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856546081768 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25564] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25564/stat : 25564 (java) S 25550 25552 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254270198 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856545027832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25565] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25565/stat : 25565 (java) S 25550 25552 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254270198 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856543974920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25566] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25566/stat : 25566 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856542923408 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25567] ppid=25550 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/25552/task/25567/stat : 25567 (java) S 25550 25552 21497 0 -1 4202560 14780 0 0 0 135 2 0 0 20 0 22 0 254270200 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856541870520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25568] ppid=25550 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/25552/task/25568/stat : 25568 (java) S 25550 25552 21497 0 -1 4202560 8124 0 0 0 137 2 0 0 20 0 22 0 254270200 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856540817720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25569] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25569/stat : 25569 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856539765112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25570] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25570/stat : 25570 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856538712520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25571] ppid=25550 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/25552/task/25571/stat : 25571 (java) R 25550 25552 21497 0 -1 4202560 26 0 0 0 182 0 0 0 20 0 22 0 254270316 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856537656760 139857038210255 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25572] ppid=25550 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/25552/task/25572/stat : 25572 (java) R 25550 25552 21497 0 -1 4202560 126 0 0 0 181 2 0 0 20 0 22 0 254270316 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856536604840 139857038054088 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25573] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25573/stat : 25573 (java) S 25550 25552 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254270326 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856535553448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25574] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25574/stat : 25574 (java) S 25550 25552 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254270327 10060460032 92491 33554432000 1073741824 1073778376 140736635735744 139856534500648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.97
Current children cumulated vsize (KiB) 9824668

[startup+6.30079 s]
/proc/loadavg: 3.87 3.74 3.78 5/219 25574
/proc/meminfo: memFree=27064668/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=9824668 CPUtime=14.45 cores=0,2,4,6
/proc/25552/stat : 25552 (java) S 25550 25552 21497 0 -1 4202496 28245 0 1 0 1422 23 0 0 20 0 22 0 254270195 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 140736635726880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 2456167 164156 2285 9 0 2446860 0
[pid=25552/tid=25554] ppid=25550 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25552/task/25554/stat : 25554 (java) S 25550 25552 21497 0 -1 4202560 2520 0 1 0 110 3 0 0 20 0 22 0 254270196 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139857192461304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25555] ppid=25550 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25552/task/25555/stat : 25555 (java) S 25550 25552 21497 0 -1 4202560 111 0 0 0 6 2 0 0 20 0 22 0 254270196 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139857164913704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25556] ppid=25550 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25552/task/25556/stat : 25556 (java) S 25550 25552 21497 0 -1 4202560 142 0 0 0 6 1 0 0 20 0 22 0 254270196 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139857163860904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25557] ppid=25550 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/25552/task/25557/stat : 25557 (java) S 25550 25552 21497 0 -1 4202560 46 0 0 0 7 2 0 0 20 0 22 0 254270196 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139857162808104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25558] ppid=25550 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25552/task/25558/stat : 25558 (java) S 25550 25552 21497 0 -1 4202560 65 0 0 0 6 1 0 0 20 0 22 0 254270196 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139857161755304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25559] ppid=25550 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25552/task/25559/stat : 25559 (java) S 25550 25552 21497 0 -1 4202560 43 0 0 0 4 0 0 0 20 0 22 0 254270196 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139857160702504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25560] ppid=25550 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25552/task/25560/stat : 25560 (java) S 25550 25552 21497 0 -1 4202560 36 0 0 0 5 0 0 0 20 0 22 0 254270196 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139857159649704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25561] ppid=25550 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/25552/task/25561/stat : 25561 (java) S 25550 25552 21497 0 -1 4202560 104 0 0 0 8 1 0 0 20 0 22 0 254270196 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139857158596904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25562] ppid=25550 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25552/task/25562/stat : 25562 (java) S 25550 25552 21497 0 -1 4202560 138 0 0 0 6 2 0 0 20 0 22 0 254270196 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139857157544104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25563] ppid=25550 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/25552/task/25563/stat : 25563 (java) S 25550 25552 21497 0 -1 4202560 493 0 0 0 12 0 0 0 20 0 22 0 254270197 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139856546081768 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25564] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25564/stat : 25564 (java) S 25550 25552 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254270198 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139856545027832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25565] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25565/stat : 25565 (java) S 25550 25552 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254270198 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139856543974920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25566] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25566/stat : 25566 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139856542923408 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25567] ppid=25550 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/25552/task/25567/stat : 25567 (java) S 25550 25552 21497 0 -1 4202560 14785 0 0 0 139 2 0 0 20 0 22 0 254270200 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139856541870520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25568] ppid=25550 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/25552/task/25568/stat : 25568 (java) S 25550 25552 21497 0 -1 4202560 8130 0 0 0 142 2 0 0 20 0 22 0 254270200 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139856540817720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25569] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25569/stat : 25569 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139856539765112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25570] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25570/stat : 25570 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139856538712520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25571] ppid=25550 vsize=9824668 CPUtime=4.78 cores=0,2,4,6
/proc/25552/task/25571/stat : 25571 (java) R 25550 25552 21497 0 -1 4202560 28 0 0 0 478 0 0 0 20 0 22 0 254270316 10060460032 164156 33554432000 1073741824 1073778376 140736635735744 139856537658728 139857037948076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0

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

/proc/25552/task/25559/stat : 25559 (java) S 25550 25552 21497 0 -1 4202560 55 0 0 0 22 2 0 0 20 0 22 0 254270196 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139857160702504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25560] ppid=25550 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/25552/task/25560/stat : 25560 (java) S 25550 25552 21497 0 -1 4202560 69 0 0 0 21 2 0 0 20 0 22 0 254270196 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139857159649704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25561] ppid=25550 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/25552/task/25561/stat : 25561 (java) S 25550 25552 21497 0 -1 4202560 114 0 0 0 25 2 0 0 20 0 22 0 254270196 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139857158596904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25562] ppid=25550 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/25552/task/25562/stat : 25562 (java) S 25550 25552 21497 0 -1 4202560 157 0 0 0 26 2 0 0 20 0 22 0 254270196 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139857157544104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25563] ppid=25550 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/25552/task/25563/stat : 25563 (java) S 25550 25552 21497 0 -1 4202560 1373 0 0 0 251 4 0 0 20 0 22 0 254270197 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856546081768 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25564] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25564/stat : 25564 (java) S 25550 25552 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254270198 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856545027832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25565] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25565/stat : 25565 (java) S 25550 25552 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254270198 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856543974920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25566] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25566/stat : 25566 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856542923408 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25567] ppid=25550 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/25552/task/25567/stat : 25567 (java) S 25550 25552 21497 0 -1 4202560 14786 0 0 0 151 2 0 0 20 0 22 0 254270200 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856541870520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25568] ppid=25550 vsize=9824668 CPUtime=1.8 cores=0,2,4,6
/proc/25552/task/25568/stat : 25568 (java) S 25550 25552 21497 0 -1 4202560 8148 0 0 0 178 2 0 0 20 0 22 0 254270200 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856540817720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25569] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25569/stat : 25569 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254270200 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856539765112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25570] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25570/stat : 25570 (java) S 25550 25552 21497 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 254270200 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856538712520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25571] ppid=25550 vsize=9824668 CPUtime=70.7 cores=0,2,4,6
/proc/25552/task/25571/stat : 25571 (java) R 25550 25552 21497 0 -1 4202560 32 0 0 0 7069 1 0 0 20 0 22 0 254270316 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856537657360 139857038120768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25572] ppid=25550 vsize=9824668 CPUtime=70.72 cores=0,2,4,6
/proc/25552/task/25572/stat : 25572 (java) R 25550 25552 21497 0 -1 4202560 1905 0 0 0 7036 36 0 0 20 0 22 0 254270316 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856536605664 139857038291123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25573] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25573/stat : 25573 (java) S 25550 25552 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254270326 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856535553448 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25574] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25574/stat : 25574 (java) S 25550 25552 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254270327 10060460032 724793 33554432000 1073741824 1073778376 140736635735744 139856534500648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 150.83
Current children cumulated vsize (KiB) 9824668

[startup+75.5008 s]
/proc/loadavg: 3.82 3.75 3.78 5/219 25574
/proc/meminfo: memFree=24484664/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=9824668 CPUtime=151.64 cores=0,2,4,6
/proc/25552/stat : 25552 (java) S 25550 25552 21497 0 -1 4202496 30883 0 1 0 15096 68 0 0 20 0 20 0 254270195 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 140736635726880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 2456167 724788 2286 9 0 2446860 0
[pid=25552/tid=25554] ppid=25550 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25552/task/25554/stat : 25554 (java) S 25550 25552 21497 0 -1 4202560 2521 0 1 0 110 3 0 0 20 0 20 0 254270196 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139857192461304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25555] ppid=25550 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/25552/task/25555/stat : 25555 (java) S 25550 25552 21497 0 -1 4202560 154 0 0 0 27 3 0 0 20 0 20 0 254270196 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139857164913704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25556] ppid=25550 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/25552/task/25556/stat : 25556 (java) S 25550 25552 21497 0 -1 4202560 181 0 0 0 26 2 0 0 20 0 20 0 254270196 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139857163860904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25557] ppid=25550 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25552/task/25557/stat : 25557 (java) S 25550 25552 21497 0 -1 4202560 80 0 0 0 27 4 0 0 20 0 20 0 254270196 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139857162808104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25558] ppid=25550 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/25552/task/25558/stat : 25558 (java) S 25550 25552 21497 0 -1 4202560 116 0 0 0 26 3 0 0 20 0 20 0 254270196 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139857161755304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25559] ppid=25550 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/25552/task/25559/stat : 25559 (java) S 25550 25552 21497 0 -1 4202560 55 0 0 0 22 2 0 0 20 0 20 0 254270196 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139857160702504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25560] ppid=25550 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/25552/task/25560/stat : 25560 (java) S 25550 25552 21497 0 -1 4202560 69 0 0 0 21 2 0 0 20 0 20 0 254270196 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139857159649704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25561] ppid=25550 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/25552/task/25561/stat : 25561 (java) S 25550 25552 21497 0 -1 4202560 114 0 0 0 25 2 0 0 20 0 20 0 254270196 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139857158596904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25562] ppid=25550 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/25552/task/25562/stat : 25562 (java) S 25550 25552 21497 0 -1 4202560 157 0 0 0 26 2 0 0 20 0 20 0 254270196 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139857157544104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25563] ppid=25550 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/25552/task/25563/stat : 25563 (java) S 25550 25552 21497 0 -1 4202560 1373 0 0 0 251 4 0 0 20 0 20 0 254270197 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139856546081768 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25564] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25564/stat : 25564 (java) S 25550 25552 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 254270198 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139856545027832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25565] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25565/stat : 25565 (java) S 25550 25552 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 254270198 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139856543974920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25566] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25566/stat : 25566 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254270200 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139856542923408 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25567] ppid=25550 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/25552/task/25567/stat : 25567 (java) S 25550 25552 21497 0 -1 4202560 14786 0 0 0 151 2 0 0 20 0 20 0 254270200 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139856541870520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25568] ppid=25550 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/25552/task/25568/stat : 25568 (java) S 25550 25552 21497 0 -1 4202560 8148 0 0 0 179 2 0 0 20 0 20 0 254270200 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139856540817720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25569] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25569/stat : 25569 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 254270200 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139856539765112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25570] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25570/stat : 25570 (java) S 25550 25552 21497 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 20 0 254270200 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139856538712520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25572] ppid=25550 vsize=9824668 CPUtime=71.12 cores=0,2,4,6
/proc/25552/task/25572/stat : 25572 (java) R 25550 25552 21497 0 -1 4202560 1905 0 0 0 7076 36 0 0 20 0 20 0 254270316 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139856536605664 139857037629348 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25574] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25574/stat : 25574 (java) S 25550 25552 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 254270327 10060460032 724788 33554432000 1073741824 1073778376 140736635735744 139856534500648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 151.64
Current children cumulated vsize (KiB) 9824668

[startup+75.7008 s]
/proc/loadavg: 3.82 3.75 3.78 5/219 25574
/proc/meminfo: memFree=24484664/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=9824668 CPUtime=151.72 cores=0,2,4,6
/proc/25552/stat : 25552 (java) S 25550 25552 21497 0 -1 4202496 30883 0 1 0 15102 70 0 0 20 0 19 0 254270195 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 140736635726880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 2456167 724782 2286 9 0 2446860 0
[pid=25552/tid=25554] ppid=25550 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25552/task/25554/stat : 25554 (java) S 25550 25552 21497 0 -1 4202560 2521 0 1 0 110 3 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857192461304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25555] ppid=25550 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/25552/task/25555/stat : 25555 (java) S 25550 25552 21497 0 -1 4202560 154 0 0 0 27 3 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857164913704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25556] ppid=25550 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/25552/task/25556/stat : 25556 (java) S 25550 25552 21497 0 -1 4202560 181 0 0 0 26 2 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857163860904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25557] ppid=25550 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25552/task/25557/stat : 25557 (java) S 25550 25552 21497 0 -1 4202560 80 0 0 0 27 4 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857162808104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25558] ppid=25550 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/25552/task/25558/stat : 25558 (java) S 25550 25552 21497 0 -1 4202560 116 0 0 0 26 3 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857161755304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25559] ppid=25550 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/25552/task/25559/stat : 25559 (java) S 25550 25552 21497 0 -1 4202560 55 0 0 0 22 2 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857160702504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25560] ppid=25550 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/25552/task/25560/stat : 25560 (java) S 25550 25552 21497 0 -1 4202560 69 0 0 0 21 2 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857159649704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25561] ppid=25550 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/25552/task/25561/stat : 25561 (java) S 25550 25552 21497 0 -1 4202560 114 0 0 0 25 2 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857158596904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25562] ppid=25550 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/25552/task/25562/stat : 25562 (java) S 25550 25552 21497 0 -1 4202560 157 0 0 0 26 2 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857157544104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25563] ppid=25550 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/25552/task/25563/stat : 25563 (java) S 25550 25552 21497 0 -1 4202560 1373 0 0 0 251 4 0 0 20 0 19 0 254270197 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856546081768 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25564] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25564/stat : 25564 (java) S 25550 25552 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254270198 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856545027832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25565] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25565/stat : 25565 (java) S 25550 25552 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254270198 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856543974920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25566] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25566/stat : 25566 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254270200 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856542923408 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25567] ppid=25550 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/25552/task/25567/stat : 25567 (java) S 25550 25552 21497 0 -1 4202560 14786 0 0 0 151 2 0 0 20 0 19 0 254270200 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856541870520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25568] ppid=25550 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/25552/task/25568/stat : 25568 (java) S 25550 25552 21497 0 -1 4202560 8148 0 0 0 180 2 0 0 20 0 19 0 254270200 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856540817720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25569] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25569/stat : 25569 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254270200 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856539765112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25570] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25570/stat : 25570 (java) S 25550 25552 21497 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 254270200 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856538712520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25574] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25574/stat : 25574 (java) S 25550 25552 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254270327 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856534500648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 151.72
Current children cumulated vsize (KiB) 9824668

[startup+75.8007 s]
/proc/loadavg: 3.82 3.75 3.78 3/216 25574
/proc/meminfo: memFree=24484804/32873648 swapFree=6852/6852
[pid=25552] ppid=25550 vsize=9824668 CPUtime=151.72 cores=0,2,4,6
/proc/25552/stat : 25552 (java) S 25550 25552 21497 0 -1 4202496 30883 0 1 0 15102 70 0 0 20 0 19 0 254270195 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 140736635726880 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25552/statm: 2456167 724782 2286 9 0 2446860 0
[pid=25552/tid=25554] ppid=25550 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/25552/task/25554/stat : 25554 (java) S 25550 25552 21497 0 -1 4202560 2521 0 1 0 110 3 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857192461304 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25555] ppid=25550 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/25552/task/25555/stat : 25555 (java) S 25550 25552 21497 0 -1 4202560 154 0 0 0 27 3 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857164913704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25556] ppid=25550 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/25552/task/25556/stat : 25556 (java) S 25550 25552 21497 0 -1 4202560 181 0 0 0 26 2 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857163860904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25557] ppid=25550 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25552/task/25557/stat : 25557 (java) S 25550 25552 21497 0 -1 4202560 80 0 0 0 27 4 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857162808104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25558] ppid=25550 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/25552/task/25558/stat : 25558 (java) S 25550 25552 21497 0 -1 4202560 116 0 0 0 26 3 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857161755304 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25559] ppid=25550 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/25552/task/25559/stat : 25559 (java) S 25550 25552 21497 0 -1 4202560 55 0 0 0 22 2 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857160702504 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25560] ppid=25550 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/25552/task/25560/stat : 25560 (java) S 25550 25552 21497 0 -1 4202560 69 0 0 0 21 2 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857159649704 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25561] ppid=25550 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/25552/task/25561/stat : 25561 (java) S 25550 25552 21497 0 -1 4202560 114 0 0 0 25 2 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857158596904 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25562] ppid=25550 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/25552/task/25562/stat : 25562 (java) S 25550 25552 21497 0 -1 4202560 157 0 0 0 26 2 0 0 20 0 19 0 254270196 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139857157544104 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25563] ppid=25550 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/25552/task/25563/stat : 25563 (java) S 25550 25552 21497 0 -1 4202560 1373 0 0 0 251 4 0 0 20 0 19 0 254270197 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856546081768 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25564] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25564/stat : 25564 (java) S 25550 25552 21497 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254270198 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856545027832 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25565] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25565/stat : 25565 (java) S 25550 25552 21497 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254270198 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856543974920 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25566] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25566/stat : 25566 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254270200 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856542923408 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25552/tid=25567] ppid=25550 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/25552/task/25567/stat : 25567 (java) S 25550 25552 21497 0 -1 4202560 14786 0 0 0 151 2 0 0 20 0 19 0 254270200 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856541870520 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25552/tid=25568] ppid=25550 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/25552/task/25568/stat : 25568 (java) S 25550 25552 21497 0 -1 4202560 8148 0 0 0 180 2 0 0 20 0 19 0 254270200 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856540817720 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25569] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25569/stat : 25569 (java) S 25550 25552 21497 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254270200 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856539765112 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25552/tid=25570] ppid=25550 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25552/task/25570/stat : 25570 (java) S 25550 25552 21497 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 254270200 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856538712520 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25552/tid=25574] ppid=25550 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25552/task/25574/stat : 25574 (java) S 25550 25552 21497 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254270327 10060460032 724782 33554432000 1073741824 1073778376 140736635735744 139856534500648 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 151.72
Current children cumulated vsize (KiB) 9824668

Child status: 20
Real time (s): 75.8481
CPU time (s): 151.84
CPU user time (s): 150.988
CPU system time (s): 0.85187
CPU usage (%): 200.189
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.988
system time used= 0.85187
maximum resident set size= 2912856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30893
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= 2907
involuntary context switches= 4746

runsolver used 0.338948 second user time and 0.749886 second system time

The end

Launcher Data

Begin job on node116 at 2012-05-24 19:44:01
IDJOB=3689206
IDBENCH=74295
IDSOLVER=2268
FILE ID=node116/3689206-1337881441
RUNJOBID= node116-1337871880-21513
PBS_JOBID= 14620088
Free space on /tmp= 71720 MiB

SOLVER NAME= SAT 4j PB RES // CP 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 Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689206-1337881441/watcher-3689206-1337881441 -o /tmp/evaluation-result-3689206-1337881441/solver-3689206-1337881441 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689206-1337881441.opb

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

MD5SUM BENCH= ac6696aebedde13f32e972b28b72aa2c
RANDOM SEED=1948956623

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

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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:       32873648 kB
MemFree:        27509112 kB
Buffers:          212288 kB
Cached:          2944456 kB
SwapCached:            0 kB
Active:          1932192 kB
Inactive:        2668744 kB
Active(anon):    1446760 kB
Inactive(anon):        0 kB
Active(file):     485432 kB
Inactive(file):  2668744 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3740 kB
Writeback:             4 kB
AnonPages:       1452572 kB
Mapped:            21760 kB
Shmem:               200 kB
Slab:             623656 kB
SReclaimable:      67948 kB
SUnreclaim:       555708 kB
KernelStack:        1624 kB
PageTables:         7180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1989956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1351680 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= 71720 MiB
End job on node116 at 2012-05-24 19:45:17