Trace number 3689429

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 367.12 365.09

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-99.opb
MD5SUMa0ef64dc4a665e7cf00a752d7a124006
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 benchmark28.0957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7903
Total number of constraints176726
Number of constraints which are clauses158806
Number of constraints which are cardinality constraints (but not clauses)574
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint1
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.3.2.v20120418
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		501472288
0.02/0.07	c Max memory 		7480803328
0.02/0.07	c Total memory 		504102912
0.02/0.07	c Number of processors 	8
0.02/0.09	c Pseudo Boolean Optimization by upper bound
0.02/0.09	c --- Begin Solver configuration ---
0.02/0.09	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.02/0.09	c Learn all clauses as in MiniSAT
0.02/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.02/0.09	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.02/0.09	c No reason simplification
0.02/0.09	c Armin Biere (Picosat) restarts strategy
0.02/0.09	c Glucose learned constraints deletion strategy
0.02/0.09	c timeout=2147483s
0.02/0.09	c DB Simplification allowed=false
0.02/0.09	c c --- End Solver configuration ---
0.02/0.09	c solving HOME/instance-3689429-1337890226.opb
0.02/0.09	c reading problem ... 
1.90/1.35	c ... done. Wall clock time 1.258s.
1.90/1.35	c declared #vars     7903
1.90/1.35	c #constraints  174293
1.90/1.35	c constraints type 
1.90/1.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118580
1.90/1.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 563
1.90/1.35	c ignored satisfied constraints => 2732
1.90/1.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37632
1.90/1.35	c org.sat4j.minisat.constraints.cnf.UnitClause => 172
1.90/1.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
1.90/1.35	c 177025 constraints processed.
3.85/2.85	c cleaning 2483 clauses out of 4987 with flag 5000/5000
5.38/4.28	c cleaning 4239 clauses out of 8496 with flag 11000/11000
6.89/5.78	c cleaning 5607 clauses out of 11253 with flag 18000/18000
8.71/7.57	c cleaning 6797 clauses out of 13645 with flag 26000/26000
10.65/9.43	c cleaning 7850 clauses out of 15847 with flag 35000/35000
12.57/11.37	c cleaning 8968 clauses out of 17995 with flag 45000/45000
15.37/14.16	c cleaning 10000 clauses out of 20027 with flag 56000/56000
17.97/16.77	c cleaning 11003 clauses out of 22027 with flag 68000/68000
21.10/19.82	c cleaning 11999 clauses out of 24019 with flag 81000/81000
23.62/22.37	c cleaning 12915 clauses out of 26019 with flag 95000/95000
26.74/25.40	c cleaning 14017 clauses out of 28102 with flag 110001/110001
30.56/29.27	c cleaning 15010 clauses out of 30080 with flag 126001/126001
34.76/33.49	c cleaning 15963 clauses out of 32068 with flag 143001/143001
39.59/38.25	c cleaning 17017 clauses out of 34105 with flag 161001/161001
45.21/43.82	c cleaning 18016 clauses out of 36087 with flag 180000/180000
51.44/50.00	c cleaning 19007 clauses out of 38072 with flag 200001/200001
57.67/56.26	c cleaning 20028 clauses out of 40065 with flag 221001/221001
64.69/63.28	c cleaning 21005 clauses out of 42037 with flag 243001/243001
71.60/70.18	c cleaning 21993 clauses out of 44032 with flag 266001/266001
78.33/76.83	c cleaning 23002 clauses out of 46039 with flag 290001/290001
85.84/84.35	c cleaning 24005 clauses out of 48036 with flag 315000/315000
94.37/92.89	c cleaning 25003 clauses out of 50031 with flag 341000/341000
102.00/100.40	c cleaning 25996 clauses out of 52030 with flag 368002/368002
110.72/109.15	c cleaning 27008 clauses out of 54032 with flag 396000/396000
119.84/118.20	c cleaning 28003 clauses out of 56019 with flag 425000/425000
128.57/126.91	c cleaning 28941 clauses out of 58004 with flag 455000/455000
140.59/138.99	c cleaning 29991 clauses out of 60063 with flag 486000/486000
151.11/149.46	c cleaning 31009 clauses out of 62070 with flag 518000/518000
159.13/157.41	c cleaning 32019 clauses out of 64055 with flag 551000/551000
167.34/165.68	c cleaning 32987 clauses out of 66032 with flag 585001/585001
177.07/175.30	c cleaning 34013 clauses out of 68044 with flag 620000/620000
186.10/184.30	c cleaning 35006 clauses out of 70022 with flag 656000/656000
193.92/192.19	c cleaning 35942 clauses out of 72014 with flag 693001/693001
202.94/201.15	c cleaning 36968 clauses out of 74070 with flag 731000/731000
211.77/209.98	c cleaning 38027 clauses out of 76090 with flag 770000/770000
220.09/218.25	c cleaning 38981 clauses out of 78057 with flag 810002/810002
232.13/230.22	c cleaning 39993 clauses out of 80071 with flag 851000/851000
240.95/239.08	c cleaning 40865 clauses out of 82069 with flag 893000/893000
252.67/250.75	c cleaning 42029 clauses out of 84202 with flag 936000/936000
265.70/263.72	c cleaning 42946 clauses out of 86174 with flag 980002/980002
280.63/278.69	c cleaning 44080 clauses out of 88225 with flag 1025000/1025000
296.04/294.06	c cleaning 45051 clauses out of 90144 with flag 1071000/1071000
311.75/309.76	c cleaning 45976 clauses out of 92090 with flag 1118000/1118000
326.37/324.33	c cleaning 46930 clauses out of 94109 with flag 1166000/1166000
343.59/341.53	c cleaning 47997 clauses out of 96178 with flag 1215000/1215000
364.50/362.48	c cleaning 48988 clauses out of 98177 with flag 1265000/1265000
367.12/365.05	c starts		: 169
367.12/365.05	c conflicts		: 1274933
367.12/365.05	c decisions		: 5289417
367.12/365.05	c propagations		: 304450852
367.12/365.05	c inspects		: 4580743991
367.12/365.05	c shortcuts		: 0
367.12/365.05	c learnt literals	: 147
367.12/365.05	c learnt binary clauses	: 384
367.12/365.05	c learnt ternary clauses	: 2632
367.12/365.05	c learnt constraints	: 1274785
367.12/365.05	c ignored constraints	: 0
367.12/365.05	c root simplifications	: 0
367.12/365.05	c removed literals (reason simplification)	: 0
367.12/365.05	c reason swapping (by a shorter reason)	: 0
367.12/365.05	c Calls to reduceDB	: 46
367.12/365.05	c number of reductions to clauses (during analyze)	: 0
367.12/365.05	c number of learned constraints concerned by reduction	: 0
367.12/365.05	c number of learning phase by resolution	: 0
367.12/365.05	c number of learning phase by cutting planes	: 0
367.12/365.05	c speed (assignments/second)	: 837139.3862736472
367.12/365.05	c non guided choices	131095
367.12/365.07	c learnt constraints type 
367.12/365.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 384
367.12/365.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58728
367.12/365.07	c constraints type 
367.12/365.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118580
367.12/365.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 563
367.12/365.07	c ignored satisfied constraints => 2732
367.12/365.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37632
367.12/365.07	c org.sat4j.minisat.constraints.cnf.UnitClause => 172
367.12/365.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
367.12/365.07	c 177025 constraints processed.
367.12/365.07	s UNSATISFIABLE
367.12/365.07	c Total wall clock time (in seconds): 364.978

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

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

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


[startup+0 s]
/proc/loadavg: 1.88 1.97 1.99 3/194 12825
/proc/meminfo: memFree=28976692/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/12825/stat : 12825 (java) R 12823 12825 10055 0 -1 4202496 1133 0 0 0 0 0 0 0 20 0 1 0 255148067 23793664 862 33554432000 1073741824 1073778376 140737115820016 140737115809080 139948924759408 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 5793 857 646 9 0 128 0

[startup+0.038578 s]
/proc/loadavg: 1.88 1.97 1.99 3/194 12825
/proc/meminfo: memFree=28976692/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/12825/stat : 12825 (java) S 12823 12825 10055 0 -1 4202496 3058 0 1 0 2 0 0 0 20 0 13 0 255148067 9446973440 3756 33554432000 1073741824 1073778376 140737115820016 140737115811152 260193681469 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 2306390 3757 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100181 s]
/proc/loadavg: 1.88 1.97 1.99 3/194 12825
/proc/meminfo: memFree=28976692/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/12825/stat : 12825 (java) S 12823 12825 10055 0 -1 4202496 4478 0 1 0 10 1 0 0 20 0 18 0 255148067 9787813888 6110 33554432000 1073741824 1073778376 140737115820016 140737115811152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 2389603 6110 2149 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300175 s]
/proc/loadavg: 1.88 1.97 1.99 3/194 12825
/proc/meminfo: memFree=28976692/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=9558412 CPUtime=0.52 cores=1,3,5,7
/proc/12825/stat : 12825 (java) S 12823 12825 10055 0 -1 4202496 6096 0 1 0 51 1 0 0 20 0 18 0 255148067 9787813888 9694 33554432000 1073741824 1073778376 140737115820016 140737115811152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 2389603 9694 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558412

[startup+0.700186 s]
/proc/loadavg: 1.88 1.97 1.99 3/194 12825
/proc/meminfo: memFree=28976692/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=9558412 CPUtime=1.12 cores=1,3,5,7
/proc/12825/stat : 12825 (java) S 12823 12825 10055 0 -1 4202496 6999 0 1 0 108 4 0 0 20 0 18 0 255148067 9787813888 40302 33554432000 1073741824 1073778376 140737115820016 140737115811152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 2389603 40302 2246 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 1.88 1.97 1.99 3/212 12843
/proc/meminfo: memFree=28577588/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=9624976 CPUtime=2.37 cores=1,3,5,7
/proc/12825/stat : 12825 (java) S 12823 12825 10055 0 -1 4202496 8523 0 1 0 229 8 0 0 20 0 19 0 255148067 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 140737115811152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 2406244 50023 2260 9 0 2396937 0
[pid=12825/tid=12826] ppid=12823 vsize=9624976 CPUtime=1.41 cores=1,3,5,7
/proc/12825/task/12826/stat : 12826 (java) R 12823 12825 10055 0 -1 4202560 2524 0 1 0 138 3 0 0 20 0 19 0 255148068 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948922802408 139948775373927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12828] ppid=12823 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12825/task/12828/stat : 12828 (java) S 12823 12825 10055 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 255148068 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948895255464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12829] ppid=12823 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12825/task/12829/stat : 12829 (java) S 12823 12825 10055 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 255148068 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948894202920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12830] ppid=12823 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12825/task/12830/stat : 12830 (java) S 12823 12825 10055 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255148068 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948893149864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12831] ppid=12823 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12825/task/12831/stat : 12831 (java) S 12823 12825 10055 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 255148068 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948763687720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12832] ppid=12823 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12825/task/12832/stat : 12832 (java) S 12823 12825 10055 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 255148068 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948762634664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12833] ppid=12823 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/12825/task/12833/stat : 12833 (java) S 12823 12825 10055 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255148068 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948761582120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12834] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12834/stat : 12834 (java) S 12823 12825 10055 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255148068 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948760529064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12835] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12835/stat : 12835 (java) S 12823 12825 10055 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 255148068 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948759476520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12836] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12836/stat : 12836 (java) S 12823 12825 10055 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948276964200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12837] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12837/stat : 12837 (java) S 12823 12825 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948275910520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12838] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12838/stat : 12838 (java) S 12823 12825 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948274857352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12839] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12839/stat : 12839 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948273806096 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12840] ppid=12823 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/12825/task/12840/stat : 12840 (java) S 12823 12825 10055 0 -1 4202560 1812 0 0 0 34 0 0 0 20 0 19 0 255148072 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948272752952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12841] ppid=12823 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/12825/task/12841/stat : 12841 (java) R 12823 12825 10055 0 -1 4202560 2824 0 0 0 36 0 0 0 20 0 19 0 255148072 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948271700408 139948928737536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12842] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12842/stat : 12842 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948270647544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12843] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12843/stat : 12843 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 50023 33554432000 1073741824 1073778376 140737115820016 139948269595208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9624976

[startup+3.10071 s]
/proc/loadavg: 1.88 1.97 1.99 3/213 12844
/proc/meminfo: memFree=28468612/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=9624976 CPUtime=4.24 cores=1,3,5,7
/proc/12825/stat : 12825 (java) S 12823 12825 10055 0 -1 4202496 8913 0 1 0 414 10 0 0 20 0 19 0 255148067 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 140737115811152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 2406244 59784 2280 9 0 2396937 0
[pid=12825/tid=12826] ppid=12823 vsize=9624976 CPUtime=2.92 cores=1,3,5,7
/proc/12825/task/12826/stat : 12826 (java) R 12823 12825 10055 0 -1 4202560 2525 0 1 0 289 3 0 0 20 0 19 0 255148068 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948922802464 139948775402336 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12828] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12828/stat : 12828 (java) S 12823 12825 10055 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 255148068 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948895255464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12829] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12829/stat : 12829 (java) S 12823 12825 10055 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 255148068 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948894202920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12830] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12830/stat : 12830 (java) S 12823 12825 10055 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255148068 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948893149864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12831] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12831/stat : 12831 (java) S 12823 12825 10055 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 255148068 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948763687720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12832] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12832/stat : 12832 (java) S 12823 12825 10055 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 255148068 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948762634664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12833] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12833/stat : 12833 (java) S 12823 12825 10055 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255148068 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948761582120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12834] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12834/stat : 12834 (java) S 12823 12825 10055 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 255148068 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948760529064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12835] ppid=12823 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/12825/task/12835/stat : 12835 (java) S 12823 12825 10055 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 19 0 255148068 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948759476520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12836] ppid=12823 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/12825/task/12836/stat : 12836 (java) S 12823 12825 10055 0 -1 4202560 100 0 0 0 5 0 0 0 20 0 19 0 255148069 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948276964200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12837] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12837/stat : 12837 (java) S 12823 12825 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948275910520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12838] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12838/stat : 12838 (java) S 12823 12825 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948274857352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12839] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12839/stat : 12839 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948273806096 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12840] ppid=12823 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/12825/task/12840/stat : 12840 (java) S 12823 12825 10055 0 -1 4202560 2132 0 0 0 49 0 0 0 20 0 19 0 255148072 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948272752952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12841] ppid=12823 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/12825/task/12841/stat : 12841 (java) S 12823 12825 10055 0 -1 4202560 2829 0 0 0 43 0 0 0 20 0 19 0 255148072 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948271700408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12842] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12842/stat : 12842 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948270647544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12843] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12843/stat : 12843 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948269595208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12844] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12844/stat : 12844 (java) S 12823 12825 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255148204 9855975424 59784 33554432000 1073741824 1073778376 140737115820016 139948268541480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.24
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 1.89 1.97 1.99 3/214 12845
/proc/meminfo: memFree=27841324/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=9624976 CPUtime=7.51 cores=1,3,5,7
/proc/12825/stat : 12825 (java) S 12823 12825 10055 0 -1 4202496 8941 0 1 0 740 11 0 0 20 0 19 0 255148067 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 140737115811152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 2406244 60208 2280 9 0 2396937 0
[pid=12825/tid=12826] ppid=12823 vsize=9624976 CPUtime=6.01 cores=1,3,5,7
/proc/12825/task/12826/stat : 12826 (java) R 12823 12825 10055 0 -1 4202560 2526 0 1 0 598 3 0 0 20 0 19 0 255148068 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948922802648 139948775373935 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12828] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12828/stat : 12828 (java) S 12823 12825 10055 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 19 0 255148068 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948895255464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12829] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12829/stat : 12829 (java) S 12823 12825 10055 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 19 0 255148068 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948894202920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12830] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12830/stat : 12830 (java) S 12823 12825 10055 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255148068 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948893149864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12831] ppid=12823 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/12825/task/12831/stat : 12831 (java) S 12823 12825 10055 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 19 0 255148068 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948763687720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12832] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12832/stat : 12832 (java) S 12823 12825 10055 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 255148068 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948762634664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12833] ppid=12823 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/12825/task/12833/stat : 12833 (java) S 12823 12825 10055 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 19 0 255148068 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948761582120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12834] ppid=12823 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/12825/task/12834/stat : 12834 (java) S 12823 12825 10055 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 19 0 255148068 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948760529064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12835] ppid=12823 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/12825/task/12835/stat : 12835 (java) S 12823 12825 10055 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 255148068 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948759476520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12836] ppid=12823 vsize=9624976 CPUtime=0.14 cores=1,3,5,7
/proc/12825/task/12836/stat : 12836 (java) S 12823 12825 10055 0 -1 4202560 110 0 0 0 14 0 0 0 20 0 19 0 255148069 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948276964200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12837] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12837/stat : 12837 (java) S 12823 12825 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948275910520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12838] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12838/stat : 12838 (java) S 12823 12825 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948274857352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12839] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12839/stat : 12839 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948273806096 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12840] ppid=12823 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/12825/task/12840/stat : 12840 (java) S 12823 12825 10055 0 -1 4202560 2132 0 0 0 51 0 0 0 20 0 19 0 255148072 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948272752952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12841] ppid=12823 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/12825/task/12841/stat : 12841 (java) S 12823 12825 10055 0 -1 4202560 2838 0 0 0 47 0 0 0 20 0 19 0 255148072 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948271700408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12842] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12842/stat : 12842 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948270647544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12843] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12843/stat : 12843 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948269595208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12844] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12844/stat : 12844 (java) S 12823 12825 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255148204 9855975424 60208 33554432000 1073741824 1073778376 140737115820016 139948268541480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 1.90 1.97 1.99 3/214 12845
/proc/meminfo: memFree=27754488/32873648 swapFree=7100/7100

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

/proc/12825/task/12835/stat : 12835 (java) S 12823 12825 10055 0 -1 4202560 123 0 0 0 20 1 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948759476520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12836] ppid=12823 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/12825/task/12836/stat : 12836 (java) S 12823 12825 10055 0 -1 4202560 135 0 0 0 290 1 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948276964200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12837] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12837/stat : 12837 (java) S 12823 12825 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948275910520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12838] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12838/stat : 12838 (java) S 12823 12825 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948274857352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12839] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12839/stat : 12839 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948273806096 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12840] ppid=12823 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/12825/task/12840/stat : 12840 (java) S 12823 12825 10055 0 -1 4202560 2133 0 0 0 51 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948272752952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12841] ppid=12823 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/12825/task/12841/stat : 12841 (java) S 12823 12825 10055 0 -1 4202560 2843 0 0 0 49 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948271700408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12842] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12842/stat : 12842 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948270647544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12843] ppid=12823 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/12825/task/12843/stat : 12843 (java) S 12823 12825 10055 0 -1 4202560 21 0 0 0 2 7 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948269595208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12844] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12844/stat : 12844 (java) S 12823 12825 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255148204 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948268541480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 366.02
Current children cumulated vsize (KiB) 9624976

[startup+364.701 s]
/proc/loadavg: 2.24 2.05 2.02 3/213 12846
/proc/meminfo: memFree=27720504/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=9624976 CPUtime=366.82 cores=1,3,5,7
/proc/12825/stat : 12825 (java) S 12823 12825 10055 0 -1 4202496 9579 0 1 0 36660 22 0 0 20 0 19 0 255148067 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 140737115811152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 2406244 65349 2281 9 0 2396937 0
[pid=12825/tid=12826] ppid=12823 vsize=9624976 CPUtime=360.19 cores=1,3,5,7
/proc/12825/task/12826/stat : 12826 (java) R 12823 12825 10055 0 -1 4202560 2568 0 1 0 36010 9 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948922802464 139948775464275 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12828] ppid=12823 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/12825/task/12828/stat : 12828 (java) S 12823 12825 10055 0 -1 4202560 44 0 0 0 18 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948895255464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12829] ppid=12823 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/12825/task/12829/stat : 12829 (java) S 12823 12825 10055 0 -1 4202560 51 0 0 0 17 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948894202920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12830] ppid=12823 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/12825/task/12830/stat : 12830 (java) S 12823 12825 10055 0 -1 4202560 93 0 0 0 22 0 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948893149864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12831] ppid=12823 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/12825/task/12831/stat : 12831 (java) S 12823 12825 10055 0 -1 4202560 204 0 0 0 19 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948763687720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12832] ppid=12823 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/12825/task/12832/stat : 12832 (java) S 12823 12825 10055 0 -1 4202560 29 0 0 0 18 0 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948762634664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12833] ppid=12823 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/12825/task/12833/stat : 12833 (java) S 12823 12825 10055 0 -1 4202560 115 0 0 0 15 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948761582120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12834] ppid=12823 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/12825/task/12834/stat : 12834 (java) S 12823 12825 10055 0 -1 4202560 35 0 0 0 17 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948760529064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12835] ppid=12823 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/12825/task/12835/stat : 12835 (java) S 12823 12825 10055 0 -1 4202560 123 0 0 0 20 1 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948759476520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12836] ppid=12823 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/12825/task/12836/stat : 12836 (java) S 12823 12825 10055 0 -1 4202560 135 0 0 0 290 1 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948276964200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12837] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12837/stat : 12837 (java) S 12823 12825 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948275910520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12838] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12838/stat : 12838 (java) S 12823 12825 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948274857352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12839] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12839/stat : 12839 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948273806096 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12840] ppid=12823 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/12825/task/12840/stat : 12840 (java) S 12823 12825 10055 0 -1 4202560 2133 0 0 0 51 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948272752952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12841] ppid=12823 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/12825/task/12841/stat : 12841 (java) S 12823 12825 10055 0 -1 4202560 2843 0 0 0 49 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948271700408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12842] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12842/stat : 12842 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948270647544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12843] ppid=12823 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/12825/task/12843/stat : 12843 (java) S 12823 12825 10055 0 -1 4202560 21 0 0 0 2 7 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948269595208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12844] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12844/stat : 12844 (java) S 12823 12825 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255148204 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948268541480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 366.82
Current children cumulated vsize (KiB) 9624976

[startup+364.901 s]
/proc/loadavg: 2.24 2.05 2.02 3/213 12846
/proc/meminfo: memFree=27720504/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=9624976 CPUtime=367.02 cores=1,3,5,7
/proc/12825/stat : 12825 (java) S 12823 12825 10055 0 -1 4202496 9579 0 1 0 36680 22 0 0 20 0 19 0 255148067 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 140737115811152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 2406244 65349 2281 9 0 2396937 0
[pid=12825/tid=12826] ppid=12823 vsize=9624976 CPUtime=360.39 cores=1,3,5,7
/proc/12825/task/12826/stat : 12826 (java) R 12823 12825 10055 0 -1 4202560 2568 0 1 0 36030 9 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948922802464 139948775464214 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12828] ppid=12823 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/12825/task/12828/stat : 12828 (java) S 12823 12825 10055 0 -1 4202560 44 0 0 0 18 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948895255464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12829] ppid=12823 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/12825/task/12829/stat : 12829 (java) S 12823 12825 10055 0 -1 4202560 51 0 0 0 17 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948894202920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12830] ppid=12823 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/12825/task/12830/stat : 12830 (java) S 12823 12825 10055 0 -1 4202560 93 0 0 0 22 0 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948893149864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12831] ppid=12823 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/12825/task/12831/stat : 12831 (java) S 12823 12825 10055 0 -1 4202560 204 0 0 0 19 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948763687720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12832] ppid=12823 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/12825/task/12832/stat : 12832 (java) S 12823 12825 10055 0 -1 4202560 29 0 0 0 18 0 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948762634664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12833] ppid=12823 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/12825/task/12833/stat : 12833 (java) S 12823 12825 10055 0 -1 4202560 115 0 0 0 15 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948761582120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12834] ppid=12823 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/12825/task/12834/stat : 12834 (java) S 12823 12825 10055 0 -1 4202560 35 0 0 0 17 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948760529064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12835] ppid=12823 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/12825/task/12835/stat : 12835 (java) S 12823 12825 10055 0 -1 4202560 123 0 0 0 20 1 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948759476520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12836] ppid=12823 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/12825/task/12836/stat : 12836 (java) S 12823 12825 10055 0 -1 4202560 135 0 0 0 290 1 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948276964200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12837] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12837/stat : 12837 (java) S 12823 12825 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948275910520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12838] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12838/stat : 12838 (java) S 12823 12825 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948274857352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12839] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12839/stat : 12839 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948273806096 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12840] ppid=12823 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/12825/task/12840/stat : 12840 (java) S 12823 12825 10055 0 -1 4202560 2133 0 0 0 51 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948272752952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12841] ppid=12823 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/12825/task/12841/stat : 12841 (java) S 12823 12825 10055 0 -1 4202560 2843 0 0 0 49 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948271700408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12842] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12842/stat : 12842 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948270647544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12843] ppid=12823 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/12825/task/12843/stat : 12843 (java) S 12823 12825 10055 0 -1 4202560 21 0 0 0 2 7 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948269595208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12844] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12844/stat : 12844 (java) S 12823 12825 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255148204 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948268541480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 367.02
Current children cumulated vsize (KiB) 9624976

[startup+365.001 s]
/proc/loadavg: 2.24 2.05 2.02 3/213 12846
/proc/meminfo: memFree=27720504/32873648 swapFree=7100/7100
[pid=12825] ppid=12823 vsize=9624976 CPUtime=367.12 cores=1,3,5,7
/proc/12825/stat : 12825 (java) S 12823 12825 10055 0 -1 4202496 9579 0 1 0 36690 22 0 0 20 0 19 0 255148067 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 140737115811152 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12825/statm: 2406244 65349 2281 9 0 2396937 0
[pid=12825/tid=12826] ppid=12823 vsize=9624976 CPUtime=360.49 cores=1,3,5,7
/proc/12825/task/12826/stat : 12826 (java) R 12823 12825 10055 0 -1 4202560 2568 0 1 0 36040 9 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948922802464 139948775288460 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12828] ppid=12823 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/12825/task/12828/stat : 12828 (java) S 12823 12825 10055 0 -1 4202560 44 0 0 0 18 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948895255464 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12829] ppid=12823 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/12825/task/12829/stat : 12829 (java) S 12823 12825 10055 0 -1 4202560 51 0 0 0 17 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948894202920 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12830] ppid=12823 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/12825/task/12830/stat : 12830 (java) S 12823 12825 10055 0 -1 4202560 93 0 0 0 22 0 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948893149864 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12831] ppid=12823 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/12825/task/12831/stat : 12831 (java) S 12823 12825 10055 0 -1 4202560 204 0 0 0 19 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948763687720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12832] ppid=12823 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/12825/task/12832/stat : 12832 (java) S 12823 12825 10055 0 -1 4202560 29 0 0 0 18 0 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948762634664 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12833] ppid=12823 vsize=9624976 CPUtime=0.17 cores=1,3,5,7
/proc/12825/task/12833/stat : 12833 (java) S 12823 12825 10055 0 -1 4202560 115 0 0 0 15 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948761582120 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12834] ppid=12823 vsize=9624976 CPUtime=0.19 cores=1,3,5,7
/proc/12825/task/12834/stat : 12834 (java) S 12823 12825 10055 0 -1 4202560 35 0 0 0 17 2 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948760529064 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12835] ppid=12823 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/12825/task/12835/stat : 12835 (java) S 12823 12825 10055 0 -1 4202560 123 0 0 0 20 1 0 0 20 0 19 0 255148068 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948759476520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12836] ppid=12823 vsize=9624976 CPUtime=2.91 cores=1,3,5,7
/proc/12825/task/12836/stat : 12836 (java) S 12823 12825 10055 0 -1 4202560 135 0 0 0 290 1 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948276964200 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12837] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12837/stat : 12837 (java) S 12823 12825 10055 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948275910520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12838] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12838/stat : 12838 (java) S 12823 12825 10055 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255148069 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948274857352 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12839] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12839/stat : 12839 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948273806096 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12840] ppid=12823 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/12825/task/12840/stat : 12840 (java) S 12823 12825 10055 0 -1 4202560 2133 0 0 0 51 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948272752952 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12825/tid=12841] ppid=12823 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/12825/task/12841/stat : 12841 (java) S 12823 12825 10055 0 -1 4202560 2843 0 0 0 49 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948271700408 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12825/tid=12842] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12842/stat : 12842 (java) S 12823 12825 10055 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948270647544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12825/tid=12843] ppid=12823 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/12825/task/12843/stat : 12843 (java) S 12823 12825 10055 0 -1 4202560 21 0 0 0 2 7 0 0 20 0 19 0 255148072 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948269595208 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12825/tid=12844] ppid=12823 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/12825/task/12844/stat : 12844 (java) S 12823 12825 10055 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255148204 9855975424 65349 33554432000 1073741824 1073778376 140737115820016 139948268541480 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 367.12
Current children cumulated vsize (KiB) 9624976

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12825 and gives
#  childrusage.ru_utime.tv_sec=365
#  childrusage.ru_utime.tv_usec=984361
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=433934
# CPU time returned by wait4() is 366.418
# while last known CPU time is 367.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 365.09
CPU time (s): 367.12
CPU user time (s): 366.9
CPU system time (s): 0.22
CPU usage (%): 100.556
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 365.984
system time used= 0.433934
maximum resident set size= 261440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9592
page faults= 1
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9345
involuntary context switches= 10861

runsolver used 1.41078 second user time and 3.24751 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-24 22:10:26
IDJOB=3689429
IDBENCH=89738
IDSOLVER=2269
FILE ID=node123/3689429-1337890226
RUNJOBID= node123-1337871881-10072
PBS_JOBID= 14620081
Free space on /tmp= 71492 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-99.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689429-1337890226/watcher-3689429-1337890226 -o /tmp/evaluation-result-3689429-1337890226/solver-3689429-1337890226 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689429-1337890226.opb

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

MD5SUM BENCH= a0ef64dc4a665e7cf00a752d7a124006
RANDOM SEED=386900185

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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.91
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.217
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:        28976584 kB
Buffers:          229120 kB
Cached:          2568696 kB
SwapCached:            0 kB
Active:          1036388 kB
Inactive:        2060188 kB
Active(anon):     300860 kB
Inactive(anon):        0 kB
Active(file):     735528 kB
Inactive(file):  2060188 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             57988 kB
Writeback:             0 kB
AnonPages:        174096 kB
Mapped:            21488 kB
Shmem:               200 kB
Slab:             633848 kB
SReclaimable:      75064 kB
SUnreclaim:       558784 kB
KernelStack:        1592 kB
PageTables:         4100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1081952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    139264 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= 71492 MiB
End job on node123 at 2012-05-24 22:16:31