Trace number 3741043

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 1153.44 575.863

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.01/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.01/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.08	c See www.sat4j.org for details.
0.01/0.09	c version 2.2.0.v20100531
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		1349517296
0.01/0.09	c Max memory 		1356595200
0.01/0.09	c Total memory 		1356595200
0.01/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3741043-1338761661.opb
0.07/0.12	c reading problem ... 
2.25/1.57	c ... done. Wall clock time 1.448s.
2.25/1.57	c #vars     7903
2.42/1.67	c #constraints  174293
2.42/1.67	c constraints type 
2.42/1.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118580
2.42/1.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 563
2.42/1.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37632
2.42/1.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
2.42/1.67	c constraints type 
2.42/1.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37632
2.42/1.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 118580
2.42/1.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 563
2.42/1.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
9.23/4.33	c cleaning 2479 clauses out of 4972 with flag 5000/5000
11.51/5.29	c cleaning 0 clauses out of 5000 with flag 0/5000
15.02/6.98	c cleaning 4240 clauses out of 8489 with flag 11001/11001
20.13/9.42	c cleaning 5607 clauses out of 11241 with flag 18000/18000
26.69/12.71	c cleaning 6801 clauses out of 13626 with flag 26000/26000
31.46/15.16	c cleaning 0 clauses out of 11000 with flag 0/11000
33.11/16.06	c cleaning 7905 clauses out of 15822 with flag 35001/35001
40.07/19.58	c cleaning 8952 clauses out of 17916 with flag 45001/45001
47.70/23.42	c cleaning 9974 clauses out of 19961 with flag 56001/56001
56.82/28.02	c cleaning 10924 clauses out of 21985 with flag 68000/68000
67.04/33.14	c cleaning 11980 clauses out of 24060 with flag 81000/81000
78.59/38.96	c cleaning 13027 clauses out of 26078 with flag 95000/95000
91.04/45.20	c cleaning 13969 clauses out of 28050 with flag 110001/110001
108.01/53.78	c cleaning 0 clauses out of 18000 with flag 0/18000
109.22/54.46	c cleaning 14952 clauses out of 30078 with flag 126001/126001
129.21/64.40	c cleaning 15956 clauses out of 32124 with flag 143000/143000
145.46/72.66	c cleaning 17067 clauses out of 34168 with flag 161000/161000
166.00/82.95	c cleaning 17980 clauses out of 36098 with flag 180001/180001
186.43/93.12	c cleaning 19015 clauses out of 38115 with flag 200000/200000
207.84/103.86	c cleaning 20036 clauses out of 40091 with flag 221000/221000
229.37/114.62	c cleaning 20989 clauses out of 42048 with flag 243000/243000
248.76/124.35	c cleaning 21942 clauses out of 44055 with flag 266000/266000
280.20/140.06	c cleaning 23037 clauses out of 46104 with flag 290000/290000
307.44/153.67	c cleaning 23964 clauses out of 48045 with flag 315000/315000
337.23/168.58	c cleaning 24952 clauses out of 50081 with flag 341001/341001
364.70/182.20	c cleaning 26034 clauses out of 52119 with flag 368001/368001
391.61/195.61	c cleaning 26938 clauses out of 54077 with flag 396000/396000
418.50/209.02	c cleaning 0 clauses out of 26001 with flag 0/26001
425.83/212.85	c cleaning 28022 clauses out of 56136 with flag 425000/425000
463.41/231.56	c cleaning 28802 clauses out of 58112 with flag 455000/455000
500.36/249.90	c cleaning 30059 clauses out of 60309 with flag 486000/486000
538.33/268.83	c cleaning 31043 clauses out of 62250 with flag 518001/518001
579.03/289.17	c cleaning 31983 clauses out of 64205 with flag 551000/551000
626.68/312.88	c cleaning 33048 clauses out of 66223 with flag 585002/585002
679.32/339.00	c cleaning 34076 clauses out of 68172 with flag 620003/620003
738.09/368.29	c cleaning 34981 clauses out of 70092 with flag 656000/656000
800.99/399.54	c cleaning 36012 clauses out of 72111 with flag 693001/693001
868.19/432.93	c cleaning 36969 clauses out of 74097 with flag 731000/731000
944.94/471.04	c cleaning 37986 clauses out of 76129 with flag 770002/770002
1028.13/512.32	c cleaning 39043 clauses out of 78141 with flag 810000/810000
1119.94/558.01	c cleaning 40002 clauses out of 80098 with flag 851000/851000
1152.97/574.58	c And the winner is Resolution
1150.86/575.82	c starts		: 152
1150.86/575.82	c conflicts		: 869591
1150.86/575.82	c decisions		: 3924465
1150.86/575.82	c propagations		: 198094437
1150.86/575.82	c inspects		: 2688413605
1150.86/575.82	c learnt literals	: 168
1150.86/575.82	c learnt binary clauses	: 742
1150.86/575.82	c learnt ternary clauses	: 2966
1150.86/575.82	c learnt clauses	: 869422
1150.86/575.82	c ignored clauses	: 0
1150.86/575.82	c root simplifications	: 0
1150.86/575.82	c removed literals (reason simplification)	: 32118051
1150.86/575.82	c reason swapping (by a shorter reason)	: 0
1150.86/575.82	c Calls to reduceDB	: 37
1150.86/575.82	c number of reductions to clauses (during analyze)	: 0
1150.86/575.82	c number of learned constraints concerned by reduction	: 0
1150.86/575.82	c number of learning phase by resolution	: 0
1150.86/575.82	c number of learning phase by cutting planes	: 0
1150.86/575.82	c speed (assignments/second)	: 344959.01124065096
1150.86/575.82	c non guided choices	202820
1150.86/575.85	c learnt constraints type 
1150.86/575.85	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 57934
1150.86/575.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 742
1150.86/575.85	c constraints type 
1150.86/575.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 118580
1150.86/575.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 563
1150.86/575.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37632
1150.86/575.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
1150.86/575.85	c constraints type 
1150.86/575.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 37632
1150.86/575.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 118580
1150.86/575.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 563
1150.86/575.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 17346
1150.86/575.85	s UNSATISFIABLE
1150.86/575.85	c Total wall clock time (in seconds): 575.731

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-3741043-1338761661/watcher-3741043-1338761661 -o /tmp/evaluation-result-3741043-1338761661/solver-3741043-1338761661 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741043-1338761661.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: 4.09 3.64 3.43 4/199 25869
/proc/meminfo: memFree=27758764/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25869/stat : 25869 (java6) D 25867 25869 19811 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 342290942 9515008 183 33554432000 1073741824 1073778376 140734294716480 140734294707512 215124623029 0 0 4096 0 18446744072100748580 0 0 17 5 0 0 0 0 0
/proc/25869/statm: 2323 183 140 9 0 71 0

[startup+0.038423 s]
/proc/loadavg: 4.09 3.64 3.43 4/199 25869
/proc/meminfo: memFree=27758764/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=2233952 CPUtime=0.01 cores=1,3,5,7
/proc/25869/stat : 25869 (java) S 25867 25869 19811 0 -1 4202496 3599 0 1 0 1 0 0 0 20 0 11 0 342290942 2287566848 4809 33554432000 1073741824 1073778376 140737097011904 140737097003040 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25869/statm: 558488 4809 1624 9 0 549189 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 2233952

[startup+0.100299 s]
/proc/loadavg: 4.09 3.64 3.43 4/199 25869
/proc/meminfo: memFree=27758764/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/25869/stat : 25869 (java) S 25867 25869 19811 0 -1 4202496 4286 0 1 0 7 0 0 0 20 0 18 0 342290942 2764726272 5995 33554432000 1073741824 1073778376 140737097011904 140737097003040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25869/statm: 674982 6012 2000 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300226 s]
/proc/loadavg: 4.09 3.64 3.43 4/199 25869
/proc/meminfo: memFree=27758764/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/25869/stat : 25869 (java) S 25867 25869 19811 0 -1 4202496 5783 0 1 0 46 1 0 0 20 0 18 0 342290942 2764726272 9065 33554432000 1073741824 1073778376 140737097011904 140737097003040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25869/statm: 674982 9065 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700255 s]
/proc/loadavg: 4.09 3.64 3.43 4/199 25869
/proc/meminfo: memFree=27758764/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=2699928 CPUtime=1.25 cores=1,3,5,7
/proc/25869/stat : 25869 (java) S 25867 25869 19811 0 -1 4202496 11240 0 1 0 119 6 0 0 20 0 18 0 342290942 2764726272 49004 33554432000 1073741824 1073778376 140737097011904 140737097003040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25869/statm: 674982 49004 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 2699928

[startup+1.50073 s]
/proc/loadavg: 4.00 3.63 3.43 4/217 25887
/proc/meminfo: memFree=27409080/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=2699928 CPUtime=2.25 cores=1,3,5,7
/proc/25869/stat : 25869 (java) S 25867 25869 19811 0 -1 4202496 11430 0 1 0 211 14 0 0 20 0 18 0 342290942 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140737097003040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25869/statm: 674982 102803 2248 9 0 665676 0
[pid=25869/tid=25871] ppid=25867 vsize=2699928 CPUtime=1.41 cores=1,3,5,7
/proc/25869/task/25871/stat : 25871 (java) R 25867 25869 19811 0 -1 4202560 2965 0 1 0 133 8 0 0 20 0 18 0 342290943 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288503136336 140288345912798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25872] ppid=25867 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25872/stat : 25872 (java) S 25867 25869 19811 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 342290944 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288487426472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25873] ppid=25867 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/25869/task/25873/stat : 25873 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 342290944 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288486373928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25874] ppid=25867 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/25869/task/25874/stat : 25874 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 342290944 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288485320872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25875] ppid=25867 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/25869/task/25875/stat : 25875 (java) S 25867 25869 19811 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 342290944 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288484268328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25876] ppid=25867 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/25869/task/25876/stat : 25876 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 342290944 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288483216296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25877] ppid=25867 vsize=2699928 CPUtime=0.01 cores=1,3,5,7
/proc/25869/task/25877/stat : 25877 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 342290944 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288482163752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25878] ppid=25867 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/25869/task/25878/stat : 25878 (java) S 25867 25869 19811 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 18 0 342290944 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288481110696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25879] ppid=25867 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25879/stat : 25879 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342290944 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288480058152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25880] ppid=25867 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25880/stat : 25880 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342290945 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288467646824 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25881] ppid=25867 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25881/stat : 25881 (java) S 25867 25869 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342290946 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288466593144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25882] ppid=25867 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25882/stat : 25882 (java) S 25867 25869 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 342290946 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288465539976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25883] ppid=25867 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25883/stat : 25883 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342290949 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288464488720 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25884] ppid=25867 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/25869/task/25884/stat : 25884 (java) S 25867 25869 19811 0 -1 4202560 3115 0 0 0 28 1 0 0 20 0 18 0 342290949 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288345500472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25885] ppid=25867 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/25869/task/25885/stat : 25885 (java) S 25867 25869 19811 0 -1 4202560 4097 0 0 0 30 0 0 0 20 0 18 0 342290949 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288344447928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25886] ppid=25867 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25886/stat : 25886 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342290949 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288343395064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25887] ppid=25867 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25887/stat : 25887 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342290949 2764726272 102803 33554432000 1073741824 1073778376 140737097011904 140288342342728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 2699928

[startup+3.1008 s]
/proc/loadavg: 4.00 3.63 3.43 7/221 25891
/proc/meminfo: memFree=27307200/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=2966184 CPUtime=6.61 cores=1,3,5,7
/proc/25869/stat : 25869 (java) S 25867 25869 19811 0 -1 4202496 15059 0 1 0 634 27 0 0 20 0 22 0 342290942 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140737097003040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25869/statm: 741546 120460 2270 9 0 732240 0
[pid=25869/tid=25871] ppid=25867 vsize=2966184 CPUtime=1.48 cores=1,3,5,7
/proc/25869/task/25871/stat : 25871 (java) S 25867 25869 19811 0 -1 4202560 2977 0 1 0 140 8 0 0 20 0 22 0 342290943 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288503145624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25872] ppid=25867 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/25869/task/25872/stat : 25872 (java) R 25867 25869 19811 0 -1 4202560 22 0 0 0 5 1 0 0 20 0 22 0 342290944 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288487426648 140288510043680 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25873] ppid=25867 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/25869/task/25873/stat : 25873 (java) R 25867 25869 19811 0 -1 4202560 19 0 0 0 5 2 0 0 20 0 22 0 342290944 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288486374104 140288506901644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25874] ppid=25867 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/25869/task/25874/stat : 25874 (java) R 25867 25869 19811 0 -1 4202560 24 0 0 0 6 2 0 0 20 0 22 0 342290944 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288485321048 140288510040817 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25875] ppid=25867 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/25869/task/25875/stat : 25875 (java) R 25867 25869 19811 0 -1 4202560 28 0 0 0 6 1 0 0 20 0 22 0 342290944 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288484268328 140288506901644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25876] ppid=25867 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/25869/task/25876/stat : 25876 (java) R 25867 25869 19811 0 -1 4202560 23 0 0 0 6 2 0 0 20 0 22 0 342290944 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288483216176 140288507320495 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25877] ppid=25867 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/25869/task/25877/stat : 25877 (java) R 25867 25869 19811 0 -1 4202560 20 0 0 0 6 2 0 0 20 0 22 0 342290944 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288482163928 140288510043389 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25878] ppid=25867 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/25869/task/25878/stat : 25878 (java) R 25867 25869 19811 0 -1 4202560 42 0 0 0 9 3 0 0 20 0 22 0 342290944 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288481110872 140288506423202 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25879] ppid=25867 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/25869/task/25879/stat : 25879 (java) R 25867 25869 19811 0 -1 4202560 27 0 0 0 6 2 0 0 20 0 22 0 342290944 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288480058152 140288506901644 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25880] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25880/stat : 25880 (java) S 25867 25869 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342290945 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288467645704 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25881] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25881/stat : 25881 (java) S 25867 25869 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342290946 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288466593144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25882] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25882/stat : 25882 (java) S 25867 25869 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342290946 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288465539976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25883] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25883/stat : 25883 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342290949 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288464488720 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25884] ppid=25867 vsize=2966184 CPUtime=0.87 cores=1,3,5,7
/proc/25869/task/25884/stat : 25884 (java) S 25867 25869 19811 0 -1 4202560 6421 0 0 0 84 3 0 0 20 0 22 0 342290949 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288345500472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25885] ppid=25867 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/25869/task/25885/stat : 25885 (java) S 25867 25869 19811 0 -1 4202560 4165 0 0 0 73 0 0 0 20 0 22 0 342290949 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288344447928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25886] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25886/stat : 25886 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342290949 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288343395064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25887] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25887/stat : 25887 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342290949 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288342342728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25888] ppid=25867 vsize=2966184 CPUtime=1.33 cores=1,3,5,7
/proc/25869/task/25888/stat : 25888 (java) S 25867 25869 19811 0 -1 4202560 30 0 0 0 133 0 0 0 20 0 22 0 342291099 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288341285560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25889] ppid=25867 vsize=2966184 CPUtime=1.35 cores=1,3,5,7
/proc/25869/task/25889/stat : 25889 (java) S 25867 25869 19811 0 -1 4202560 62 0 0 0 135 0 0 0 20 0 22 0 342291099 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288340233896 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25890] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25890/stat : 25890 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342291101 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288339182376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25891] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25891/stat : 25891 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342291101 3037372416 120460 33554432000 1073741824 1073778376 140737097011904 140288338129832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 4.00 3.64 3.43 4/221 25891
/proc/meminfo: memFree=27213500/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=2966184 CPUtime=13.79 cores=1,3,5,7
/proc/25869/stat : 25869 (java) S 25867 25869 19811 0 -1 4202496 20186 0 1 0 1341 38 0 0 20 0 22 0 342290942 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140737097003040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25869/statm: 741546 138662 2282 9 0 732240 0
[pid=25869/tid=25871] ppid=25867 vsize=2966184 CPUtime=1.48 cores=1,3,5,7
/proc/25869/task/25871/stat : 25871 (java) S 25867 25869 19811 0 -1 4202560 2977 0 1 0 140 8 0 0 20 0 22 0 342290943 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288503145624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25872] ppid=25867 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/25869/task/25872/stat : 25872 (java) S 25867 25869 19811 0 -1 4202560 39 0 0 0 14 3 0 0 20 0 22 0 342290944 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288487426472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25873] ppid=25867 vsize=2966184 CPUtime=0.19 cores=1,3,5,7
/proc/25869/task/25873/stat : 25873 (java) S 25867 25869 19811 0 -1 4202560 36 0 0 0 16 3 0 0 20 0 22 0 342290944 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288486373928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25874] ppid=25867 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/25869/task/25874/stat : 25874 (java) S 25867 25869 19811 0 -1 4202560 33 0 0 0 11 3 0 0 20 0 22 0 342290944 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288485320872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25875] ppid=25867 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/25869/task/25875/stat : 25875 (java) S 25867 25869 19811 0 -1 4202560 53 0 0 0 16 4 0 0 20 0 22 0 342290944 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288484268328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25876] ppid=25867 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/25869/task/25876/stat : 25876 (java) S 25867 25869 19811 0 -1 4202560 37 0 0 0 13 3 0 0 20 0 22 0 342290944 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288483216296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25877] ppid=25867 vsize=2966184 CPUtime=0.18 cores=1,3,5,7
/proc/25869/task/25877/stat : 25877 (java) S 25867 25869 19811 0 -1 4202560 34 0 0 0 15 3 0 0 20 0 22 0 342290944 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288482163752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25878] ppid=25867 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/25869/task/25878/stat : 25878 (java) S 25867 25869 19811 0 -1 4202560 51 0 0 0 16 4 0 0 20 0 22 0 342290944 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288481110696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25879] ppid=25867 vsize=2966184 CPUtime=0.17 cores=1,3,5,7
/proc/25869/task/25879/stat : 25879 (java) S 25867 25869 19811 0 -1 4202560 45 0 0 0 14 3 0 0 20 0 22 0 342290944 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288480058152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25880] ppid=25867 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/25869/task/25880/stat : 25880 (java) S 25867 25869 19811 0 -1 4202560 35 0 0 0 32 0 0 0 20 0 22 0 342290945 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288467646824 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25881] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25881/stat : 25881 (java) S 25867 25869 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342290946 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288466593144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25882] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25882/stat : 25882 (java) S 25867 25869 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 342290946 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288465539976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25883] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25883/stat : 25883 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342290949 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288464488720 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25884] ppid=25867 vsize=2966184 CPUtime=1.55 cores=1,3,5,7
/proc/25869/task/25884/stat : 25884 (java) S 25867 25869 19811 0 -1 4202560 11388 0 0 0 151 4 0 0 20 0 22 0 342290949 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288345500472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25885] ppid=25867 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/25869/task/25885/stat : 25885 (java) S 25867 25869 19811 0 -1 4202560 4167 0 0 0 82 0 0 0 20 0 22 0 342290949 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288344447928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25886] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25886/stat : 25886 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342290949 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288343395064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25887] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25887/stat : 25887 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342290949 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288342342728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25888] ppid=25867 vsize=2966184 CPUtime=3.98 cores=1,3,5,7
/proc/25869/task/25888/stat : 25888 (java) R 25867 25869 19811 0 -1 4202560 35 0 0 0 398 0 0 0 20 0 22 0 342291099 3037372416 138662 33554432000 1073741824 1073778376 140737097011904 140288341286520 140288346241712 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0

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

[pid=25869/tid=25881] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25881/stat : 25881 (java) S 25867 25869 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342290946 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288466593144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25882] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25882/stat : 25882 (java) S 25867 25869 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 342290946 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288465539976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25883] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25883/stat : 25883 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288464488720 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25884] ppid=25867 vsize=2966184 CPUtime=1.84 cores=1,3,5,7
/proc/25869/task/25884/stat : 25884 (java) S 25867 25869 19811 0 -1 4202560 12438 0 0 0 180 4 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288345500472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25885] ppid=25867 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/25869/task/25885/stat : 25885 (java) S 25867 25869 19811 0 -1 4202560 5216 0 0 0 114 2 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288344447928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25886] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25886/stat : 25886 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288343395064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25887] ppid=25867 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/25869/task/25887/stat : 25887 (java) S 25867 25869 19811 0 -1 4202560 32 0 0 0 15 15 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288342342728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25890] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25890/stat : 25890 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342291101 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288339182376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25891] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25891/stat : 25891 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342291101 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288338129832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1150.86
Current children cumulated vsize (KiB) 2966184

[startup+575.501 s]
/proc/loadavg: 3.85 3.88 3.65 3/219 25896
/proc/meminfo: memFree=27078444/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=2966184 CPUtime=1150.86 cores=1,3,5,7
/proc/25869/stat : 25869 (java) S 25867 25869 19811 0 -1 4202496 74123 0 1 0 114942 144 0 0 20 0 20 0 342290942 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140737097003040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25869/statm: 741546 166784 2284 9 0 732240 0
[pid=25869/tid=25871] ppid=25867 vsize=2966184 CPUtime=1.5 cores=1,3,5,7
/proc/25869/task/25871/stat : 25871 (java) S 25867 25869 19811 0 -1 4202560 2992 0 1 0 142 8 0 0 20 0 20 0 342290943 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288503145624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25872] ppid=25867 vsize=2966184 CPUtime=3.58 cores=1,3,5,7
/proc/25869/task/25872/stat : 25872 (java) S 25867 25869 19811 0 -1 4202560 305 0 0 0 352 6 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288487426472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25873] ppid=25867 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/25869/task/25873/stat : 25873 (java) S 25867 25869 19811 0 -1 4202560 310 0 0 0 361 7 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288486373928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25874] ppid=25867 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/25869/task/25874/stat : 25874 (java) S 25867 25869 19811 0 -1 4202560 308 0 0 0 369 6 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288485320872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25875] ppid=25867 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/25869/task/25875/stat : 25875 (java) S 25867 25869 19811 0 -1 4202560 334 0 0 0 381 8 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288484268328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25876] ppid=25867 vsize=2966184 CPUtime=3.78 cores=1,3,5,7
/proc/25869/task/25876/stat : 25876 (java) S 25867 25869 19811 0 -1 4202560 312 0 0 0 371 7 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288483216296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25877] ppid=25867 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/25869/task/25877/stat : 25877 (java) S 25867 25869 19811 0 -1 4202560 301 0 0 0 367 7 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288482163752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25878] ppid=25867 vsize=2966184 CPUtime=4.07 cores=1,3,5,7
/proc/25869/task/25878/stat : 25878 (java) S 25867 25869 19811 0 -1 4202560 324 0 0 0 399 8 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288481110696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25879] ppid=25867 vsize=2966184 CPUtime=3.85 cores=1,3,5,7
/proc/25869/task/25879/stat : 25879 (java) S 25867 25869 19811 0 -1 4202560 313 0 0 0 379 6 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288480058152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25880] ppid=25867 vsize=2966184 CPUtime=9.94 cores=1,3,5,7
/proc/25869/task/25880/stat : 25880 (java) S 25867 25869 19811 0 -1 4202560 49071 0 0 0 951 43 0 0 20 0 20 0 342290945 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288467646824 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25881] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25881/stat : 25881 (java) S 25867 25869 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342290946 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288466593144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25882] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25882/stat : 25882 (java) S 25867 25869 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 342290946 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288465539976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25883] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25883/stat : 25883 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288464488720 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25884] ppid=25867 vsize=2966184 CPUtime=1.84 cores=1,3,5,7
/proc/25869/task/25884/stat : 25884 (java) S 25867 25869 19811 0 -1 4202560 12438 0 0 0 180 4 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288345500472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25885] ppid=25867 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/25869/task/25885/stat : 25885 (java) S 25867 25869 19811 0 -1 4202560 5216 0 0 0 114 2 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288344447928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25886] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25886/stat : 25886 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288343395064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25887] ppid=25867 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/25869/task/25887/stat : 25887 (java) S 25867 25869 19811 0 -1 4202560 32 0 0 0 15 15 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288342342728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25890] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25890/stat : 25890 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342291101 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288339182376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25891] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25891/stat : 25891 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342291101 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288338129832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1150.86
Current children cumulated vsize (KiB) 2966184

[startup+575.701 s]
/proc/loadavg: 3.85 3.88 3.65 3/219 25896
/proc/meminfo: memFree=27078444/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=2966184 CPUtime=1150.86 cores=1,3,5,7
/proc/25869/stat : 25869 (java) S 25867 25869 19811 0 -1 4202496 74123 0 1 0 114942 144 0 0 20 0 20 0 342290942 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140737097003040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25869/statm: 741546 166784 2284 9 0 732240 0
[pid=25869/tid=25871] ppid=25867 vsize=2966184 CPUtime=1.5 cores=1,3,5,7
/proc/25869/task/25871/stat : 25871 (java) S 25867 25869 19811 0 -1 4202560 2992 0 1 0 142 8 0 0 20 0 20 0 342290943 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288503145624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25872] ppid=25867 vsize=2966184 CPUtime=3.58 cores=1,3,5,7
/proc/25869/task/25872/stat : 25872 (java) S 25867 25869 19811 0 -1 4202560 305 0 0 0 352 6 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288487426472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25873] ppid=25867 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/25869/task/25873/stat : 25873 (java) S 25867 25869 19811 0 -1 4202560 310 0 0 0 361 7 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288486373928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25874] ppid=25867 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/25869/task/25874/stat : 25874 (java) S 25867 25869 19811 0 -1 4202560 308 0 0 0 369 6 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288485320872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25875] ppid=25867 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/25869/task/25875/stat : 25875 (java) S 25867 25869 19811 0 -1 4202560 334 0 0 0 381 8 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288484268328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25876] ppid=25867 vsize=2966184 CPUtime=3.78 cores=1,3,5,7
/proc/25869/task/25876/stat : 25876 (java) S 25867 25869 19811 0 -1 4202560 312 0 0 0 371 7 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288483216296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25877] ppid=25867 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/25869/task/25877/stat : 25877 (java) S 25867 25869 19811 0 -1 4202560 301 0 0 0 367 7 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288482163752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25878] ppid=25867 vsize=2966184 CPUtime=4.07 cores=1,3,5,7
/proc/25869/task/25878/stat : 25878 (java) S 25867 25869 19811 0 -1 4202560 324 0 0 0 399 8 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288481110696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25879] ppid=25867 vsize=2966184 CPUtime=3.85 cores=1,3,5,7
/proc/25869/task/25879/stat : 25879 (java) S 25867 25869 19811 0 -1 4202560 313 0 0 0 379 6 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288480058152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25880] ppid=25867 vsize=2966184 CPUtime=9.94 cores=1,3,5,7
/proc/25869/task/25880/stat : 25880 (java) S 25867 25869 19811 0 -1 4202560 49071 0 0 0 951 43 0 0 20 0 20 0 342290945 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288467646824 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25881] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25881/stat : 25881 (java) S 25867 25869 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342290946 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288466593144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25882] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25882/stat : 25882 (java) S 25867 25869 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 342290946 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288465539976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25883] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25883/stat : 25883 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288464488720 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25884] ppid=25867 vsize=2966184 CPUtime=1.84 cores=1,3,5,7
/proc/25869/task/25884/stat : 25884 (java) S 25867 25869 19811 0 -1 4202560 12438 0 0 0 180 4 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288345500472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25885] ppid=25867 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/25869/task/25885/stat : 25885 (java) S 25867 25869 19811 0 -1 4202560 5216 0 0 0 114 2 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288344447928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25886] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25886/stat : 25886 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288343395064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25887] ppid=25867 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/25869/task/25887/stat : 25887 (java) S 25867 25869 19811 0 -1 4202560 32 0 0 0 15 15 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288342342728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25890] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25890/stat : 25890 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342291101 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288339182376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25891] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25891/stat : 25891 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342291101 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288338129832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1150.86
Current children cumulated vsize (KiB) 2966184

[startup+575.801 s]
/proc/loadavg: 3.85 3.88 3.65 3/219 25896
/proc/meminfo: memFree=27078444/32873844 swapFree=7620/7620
[pid=25869] ppid=25867 vsize=2966184 CPUtime=1150.86 cores=1,3,5,7
/proc/25869/stat : 25869 (java) S 25867 25869 19811 0 -1 4202496 74123 0 1 0 114942 144 0 0 20 0 20 0 342290942 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140737097003040 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25869/statm: 741546 166784 2284 9 0 732240 0
[pid=25869/tid=25871] ppid=25867 vsize=2966184 CPUtime=1.5 cores=1,3,5,7
/proc/25869/task/25871/stat : 25871 (java) S 25867 25869 19811 0 -1 4202560 2992 0 1 0 142 8 0 0 20 0 20 0 342290943 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288503145624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25872] ppid=25867 vsize=2966184 CPUtime=3.58 cores=1,3,5,7
/proc/25869/task/25872/stat : 25872 (java) S 25867 25869 19811 0 -1 4202560 305 0 0 0 352 6 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288487426472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25873] ppid=25867 vsize=2966184 CPUtime=3.68 cores=1,3,5,7
/proc/25869/task/25873/stat : 25873 (java) S 25867 25869 19811 0 -1 4202560 310 0 0 0 361 7 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288486373928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25874] ppid=25867 vsize=2966184 CPUtime=3.75 cores=1,3,5,7
/proc/25869/task/25874/stat : 25874 (java) S 25867 25869 19811 0 -1 4202560 308 0 0 0 369 6 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288485320872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25875] ppid=25867 vsize=2966184 CPUtime=3.89 cores=1,3,5,7
/proc/25869/task/25875/stat : 25875 (java) S 25867 25869 19811 0 -1 4202560 334 0 0 0 381 8 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288484268328 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25876] ppid=25867 vsize=2966184 CPUtime=3.78 cores=1,3,5,7
/proc/25869/task/25876/stat : 25876 (java) S 25867 25869 19811 0 -1 4202560 312 0 0 0 371 7 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288483216296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25877] ppid=25867 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/25869/task/25877/stat : 25877 (java) S 25867 25869 19811 0 -1 4202560 301 0 0 0 367 7 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288482163752 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25878] ppid=25867 vsize=2966184 CPUtime=4.07 cores=1,3,5,7
/proc/25869/task/25878/stat : 25878 (java) S 25867 25869 19811 0 -1 4202560 324 0 0 0 399 8 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288481110696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25879] ppid=25867 vsize=2966184 CPUtime=3.85 cores=1,3,5,7
/proc/25869/task/25879/stat : 25879 (java) S 25867 25869 19811 0 -1 4202560 313 0 0 0 379 6 0 0 20 0 20 0 342290944 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288480058152 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25880] ppid=25867 vsize=2966184 CPUtime=9.94 cores=1,3,5,7
/proc/25869/task/25880/stat : 25880 (java) S 25867 25869 19811 0 -1 4202560 49071 0 0 0 951 43 0 0 20 0 20 0 342290945 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288467646824 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25881] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25881/stat : 25881 (java) S 25867 25869 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 342290946 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288466593144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25882] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25882/stat : 25882 (java) S 25867 25869 19811 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 342290946 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288465539976 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25883] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25883/stat : 25883 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288464488720 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25884] ppid=25867 vsize=2966184 CPUtime=1.84 cores=1,3,5,7
/proc/25869/task/25884/stat : 25884 (java) S 25867 25869 19811 0 -1 4202560 12438 0 0 0 180 4 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288345500472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25869/tid=25885] ppid=25867 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/25869/task/25885/stat : 25885 (java) S 25867 25869 19811 0 -1 4202560 5216 0 0 0 114 2 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288344447928 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25886] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25886/stat : 25886 (java) S 25867 25869 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288343395064 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25869/tid=25887] ppid=25867 vsize=2966184 CPUtime=0.3 cores=1,3,5,7
/proc/25869/task/25887/stat : 25887 (java) S 25867 25869 19811 0 -1 4202560 32 0 0 0 15 15 0 0 20 0 20 0 342290949 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288342342728 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25869/tid=25890] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25890/stat : 25890 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342291101 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288339182376 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25869/tid=25891] ppid=25867 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/25869/task/25891/stat : 25891 (java) S 25867 25869 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 342291101 3037372416 166784 33554432000 1073741824 1073778376 140737097011904 140288338129832 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1150.86
Current children cumulated vsize (KiB) 2966184

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 2.30994
#  lost CPU user time (s): 2.48987
#  lost CPU system time (s): -0.18

Real time (s): 575.863
CPU time (s): 1153.44
CPU user time (s): 1152
CPU system time (s): 1.44275
CPU usage (%): 200.298
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1149.51
system time used= 1.62275
maximum resident set size= 674384
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74128
page faults= 1
swaps= 0
block input operations= 0
block output operations= 616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30747
involuntary context switches= 51007

runsolver used 2.27065 second user time and 5.78812 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 00:14:22
IDJOB=3741043
IDBENCH=89738
IDSOLVER=2324
FILE ID=node135/3741043-1338761661
RUNJOBID= node135-1338747255-19828
PBS_JOBID= 14636778
Free space on /tmp= 70864 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-99.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741043-1338761661/watcher-3741043-1338761661 -o /tmp/evaluation-result-3741043-1338761661/solver-3741043-1338761661 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741043-1338761661.opb

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

MD5SUM BENCH= a0ef64dc4a665e7cf00a752d7a124006
RANDOM SEED=204157114

node135.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.820
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.64
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.820
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	: 5332.57
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.820
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	: 5332.55
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.820
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	: 5332.55
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.820
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	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27759036 kB
Buffers:          383780 kB
Cached:          2680396 kB
SwapCached:         1672 kB
Active:          2499988 kB
Inactive:        1761988 kB
Active(anon):    1187832 kB
Inactive(anon):    12036 kB
Active(file):    1312156 kB
Inactive(file):  1749952 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:              7432 kB
Writeback:             0 kB
AnonPages:       1203284 kB
Mapped:            18688 kB
Shmem:               132 kB
Slab:             709484 kB
SReclaimable:     151200 kB
SUnreclaim:       558284 kB
KernelStack:        1648 kB
PageTables:         6620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1146880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70864 MiB
End job on node135 at 2012-06-04 00:23:58