Trace number 3737949

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 88.1716 44.4365

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
MD5SUM8bda8bcfdd3d0bef04b7cb75764a0af7
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 benchmark0.834872
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints152
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c version 2.2.0.v20100531
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		1349517296
0.02/0.08	c Max memory 		1356595200
0.02/0.08	c Total memory 		1356595200
0.02/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3737949-1338755323.opb
0.09/0.11	c reading problem ... 
0.45/0.40	c ... done. Wall clock time 0.292s.
0.45/0.40	c #vars     1576
0.45/0.40	c #constraints  3105
0.45/0.40	c constraints type 
0.45/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
0.45/0.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
0.45/0.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.45/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
0.45/0.40	c constraints type 
0.45/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.45/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
0.45/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
0.45/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
3.83/1.48	c cleaning 2500 clauses out of 5000 with flag 5000/5000
5.51/2.13	c cleaning 4250 clauses out of 8500 with flag 11000/11000
6.72/2.75	c cleaning 5616 clauses out of 11251 with flag 18001/18001
8.12/3.45	c cleaning 6809 clauses out of 13634 with flag 26000/26000
9.94/4.35	c cleaning 7909 clauses out of 15825 with flag 35000/35000
12.15/5.48	c cleaning 8942 clauses out of 17916 with flag 45000/45000
14.34/6.52	c cleaning 9478 clauses out of 18974 with flag 55000/55000
16.33/7.59	c cleaning 9740 clauses out of 19496 with flag 65000/65000
18.92/8.84	c cleaning 9877 clauses out of 19757 with flag 75001/75001
21.10/9.91	c cleaning 9927 clauses out of 19879 with flag 85000/85000
23.07/10.96	c cleaning 9962 clauses out of 19952 with flag 95000/95000
25.26/12.02	c cleaning 9980 clauses out of 19990 with flag 105000/105000
27.20/13.06	c cleaning 9992 clauses out of 20010 with flag 115000/115000
29.38/14.18	c cleaning 9994 clauses out of 20018 with flag 125000/125000
31.54/15.23	c cleaning 9997 clauses out of 20024 with flag 135000/135000
33.71/16.34	c cleaning 10000 clauses out of 20027 with flag 145000/145000
35.86/17.44	c cleaning 10008 clauses out of 20027 with flag 155000/155000
38.01/18.54	c cleaning 10000 clauses out of 20019 with flag 165000/165000
40.16/19.65	c cleaning 9998 clauses out of 20019 with flag 175000/175000
42.34/20.75	c cleaning 10002 clauses out of 20021 with flag 185000/185000
44.47/21.80	c cleaning 9998 clauses out of 20019 with flag 195000/195000
46.43/22.86	c cleaning 10001 clauses out of 20022 with flag 205001/205001
48.38/23.88	c cleaning 9998 clauses out of 20020 with flag 215000/215000
50.36/24.85	c cleaning 9998 clauses out of 20023 with flag 225001/225001
52.49/25.95	c cleaning 9997 clauses out of 20025 with flag 235001/235001
54.44/26.96	c cleaning 10001 clauses out of 20028 with flag 245001/245001
56.40/27.93	c cleaning 10002 clauses out of 20026 with flag 255000/255000
58.35/28.94	c cleaning 10005 clauses out of 20024 with flag 265000/265000
60.48/30.05	c cleaning 9999 clauses out of 20019 with flag 275000/275000
62.63/31.10	c cleaning 9995 clauses out of 20020 with flag 285000/285000
64.58/32.11	c cleaning 10000 clauses out of 20025 with flag 295000/295000
66.56/33.10	c cleaning 10000 clauses out of 20025 with flag 305000/305000
68.29/34.08	c cleaning 10000 clauses out of 20025 with flag 315000/315000
70.23/35.01	c cleaning 10004 clauses out of 20025 with flag 325000/325000
71.78/35.86	c cleaning 9998 clauses out of 20021 with flag 335000/335000
73.72/36.89	c cleaning 10004 clauses out of 20023 with flag 345000/345000
75.84/37.92	c cleaning 9997 clauses out of 20019 with flag 355000/355000
77.79/38.90	c cleaning 9999 clauses out of 20024 with flag 365002/365002
79.33/39.76	c cleaning 10004 clauses out of 20023 with flag 375000/375000
81.10/40.65	c cleaning 10000 clauses out of 20021 with flag 385002/385002
83.02/41.61	c cleaning 10000 clauses out of 20021 with flag 395002/395002
84.79/42.59	c cleaning 9999 clauses out of 20019 with flag 405000/405000
86.96/43.68	c cleaning 10001 clauses out of 20020 with flag 415000/415000
88.11/44.25	c And the winner is CuttingPlanes
88.04/44.42	c starts		: 13
88.04/44.42	c conflicts		: 2215
88.04/44.42	c decisions		: 5621
88.04/44.42	c propagations		: 419866
88.04/44.42	c inspects		: 16618135
88.04/44.42	c learnt literals	: 0
88.04/44.42	c learnt binary clauses	: 0
88.04/44.42	c learnt ternary clauses	: 0
88.04/44.42	c learnt clauses	: 2214
88.04/44.42	c ignored clauses	: 0
88.04/44.42	c root simplifications	: 0
88.04/44.42	c removed literals (reason simplification)	: 0
88.04/44.42	c reason swapping (by a shorter reason)	: 0
88.04/44.42	c Calls to reduceDB	: 0
88.04/44.42	c number of reductions to clauses (during analyze)	: 0
88.04/44.42	c number of learned constraints concerned by reduction	: 0
88.04/44.42	c number of learning phase by resolution	: 0
88.04/44.42	c number of learning phase by cutting planes	: 0
88.04/44.43	c speed (assignments/second)	: 9537.856931918857
88.04/44.43	c non guided choices	1493
88.04/44.43	c learnt constraints type 
88.04/44.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
88.04/44.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2213
88.04/44.43	c constraints type 
88.04/44.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1476
88.04/44.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 103
88.04/44.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
88.04/44.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
88.04/44.43	c constraints type 
88.04/44.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
88.04/44.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
88.04/44.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 103
88.04/44.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1476
88.04/44.43	s UNSATISFIABLE
88.04/44.43	c Total wall clock time (in seconds): 44.317

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-3737949-1338755323/watcher-3737949-1338755323 -o /tmp/evaluation-result-3737949-1338755323/solver-3737949-1338755323 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737949-1338755323.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.49 3.60 3.63 4/197 30663
/proc/meminfo: memFree=26547424/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30663/stat : 30663 (java6) D 30661 30663 25443 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 341658038 9515008 183 33554432000 1073741824 1073778376 140735396312336 140735396303368 270330052277 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/30663/statm: 2323 183 140 9 0 71 0

[startup+0.044201 s]
/proc/loadavg: 3.49 3.60 3.63 4/197 30663
/proc/meminfo: memFree=26547424/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=2367080 CPUtime=0.02 cores=0,2,4,6
/proc/30663/stat : 30663 (java) S 30661 30663 25443 0 -1 4202496 3715 0 1 0 2 0 0 0 20 0 13 0 341658038 2423889920 4922 33554432000 1073741824 1073778376 140735207392000 140735207383136 270333411389 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30663/statm: 591770 4922 1693 9 0 582471 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2367080

[startup+0.100263 s]
/proc/loadavg: 3.49 3.60 3.63 4/197 30663
/proc/meminfo: memFree=26547424/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/30663/stat : 30663 (java) S 30661 30663 25443 0 -1 4202496 4720 0 1 0 8 1 0 0 20 0 18 0 341658038 2764726272 6424 33554432000 1073741824 1073778376 140735207392000 140735207383136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30663/statm: 674982 6424 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300167 s]
/proc/loadavg: 3.49 3.60 3.63 4/197 30663
/proc/meminfo: memFree=26547424/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/30663/stat : 30663 (java) S 30661 30663 25443 0 -1 4202496 6300 0 1 0 44 1 0 0 20 0 18 0 341658038 2764726272 8640 33554432000 1073741824 1073778376 140735207392000 140735207383136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30663/statm: 674982 8640 2223 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700186 s]
/proc/loadavg: 3.49 3.60 3.63 4/197 30663
/proc/meminfo: memFree=26547424/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/30663/stat : 30663 (java) S 30661 30663 25443 0 -1 4202496 13591 0 1 0 170 3 0 0 20 0 22 0 341658038 3037372416 23868 33554432000 1073741824 1073778376 140735207392000 140735207383136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30663/statm: 741546 23868 2245 9 0 732240 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 2966184

[startup+1.5008 s]
/proc/loadavg: 3.49 3.60 3.63 5/219 30685
/proc/meminfo: memFree=26396248/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=2966184 CPUtime=4.09 cores=0,2,4,6
/proc/30663/stat : 30663 (java) S 30661 30663 25443 0 -1 4202496 16480 0 1 0 400 9 0 0 20 0 22 0 341658038 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140735207383136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30663/statm: 741546 97851 2273 9 0 732240 0
[pid=30663/tid=30665] ppid=30661 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/30663/task/30665/stat : 30665 (java) S 30661 30663 25443 0 -1 4202560 2820 0 1 0 36 1 0 0 20 0 22 0 341658039 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097227211928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30666] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30666/stat : 30666 (java) S 30661 30663 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097211492520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30667] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30667/stat : 30667 (java) S 30661 30663 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097210439976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30668] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30668/stat : 30668 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097209387432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30669] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30669/stat : 30669 (java) S 30661 30663 25443 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097208334888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30670] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30670/stat : 30670 (java) S 30661 30663 25443 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097207282344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30671] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30671/stat : 30671 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097206229800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30672] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30672/stat : 30672 (java) S 30661 30663 25443 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097205177256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30673] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30673/stat : 30673 (java) S 30661 30663 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097204124712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30674] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30674/stat : 30674 (java) R 30661 30663 25443 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 22 0 341658041 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097073878120 270329721636 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30675] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30675/stat : 30675 (java) S 30661 30663 25443 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341658042 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097072825464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30676] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30676/stat : 30676 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341658042 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097071772808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30677] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30677/stat : 30677 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097070721552 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30678] ppid=30661 vsize=2966184 CPUtime=0.81 cores=0,2,4,6
/proc/30663/task/30678/stat : 30678 (java) S 30661 30663 25443 0 -1 4202560 5898 0 0 0 80 1 0 0 20 0 22 0 341658044 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140097069645256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30679] ppid=30661 vsize=2966184 CPUtime=0.7 cores=0,2,4,6
/proc/30663/task/30679/stat : 30679 (java) S 30661 30663 25443 0 -1 4202560 6257 0 0 0 69 1 0 0 20 0 22 0 341658044 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140096196045496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30680] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30680/stat : 30680 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140096194993144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30681] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30681/stat : 30681 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140096193940808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30682] ppid=30661 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/30663/task/30682/stat : 30682 (java) S 30661 30663 25443 0 -1 4202560 120 0 0 0 103 3 0 0 20 0 22 0 341658079 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140096192884936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30683] ppid=30661 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/30663/task/30683/stat : 30683 (java) S 30661 30663 25443 0 -1 4202560 129 0 0 0 103 2 0 0 20 0 22 0 341658079 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140096191830456 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30684] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30684/stat : 30684 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341658079 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140096190780456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30685] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30685/stat : 30685 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341658079 3037372416 97851 33554432000 1073741824 1073778376 140735207392000 140096189727912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.09
Current children cumulated vsize (KiB) 2966184

[startup+3.10072 s]
/proc/loadavg: 3.49 3.60 3.63 6/219 30685
/proc/meminfo: memFree=26139132/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=2966184 CPUtime=7.51 cores=0,2,4,6
/proc/30663/stat : 30663 (java) S 30661 30663 25443 0 -1 4202496 16528 0 1 0 741 10 0 0 20 0 22 0 341658038 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140735207383136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30663/statm: 741546 105044 2280 9 0 732240 0
[pid=30663/tid=30665] ppid=30661 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/30663/task/30665/stat : 30665 (java) S 30661 30663 25443 0 -1 4202560 2820 0 1 0 36 1 0 0 20 0 22 0 341658039 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097227211928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30666] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30666/stat : 30666 (java) S 30661 30663 25443 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097211492520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30667] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30667/stat : 30667 (java) S 30661 30663 25443 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097210439976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30668] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30668/stat : 30668 (java) S 30661 30663 25443 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097209387432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30669] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30669/stat : 30669 (java) S 30661 30663 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097208334888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30670] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30670/stat : 30670 (java) S 30661 30663 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097207282344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30671] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30671/stat : 30671 (java) S 30661 30663 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097206229800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30672] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30672/stat : 30672 (java) S 30661 30663 25443 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097205177256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30673] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30673/stat : 30673 (java) S 30661 30663 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341658040 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097204124712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30674] ppid=30661 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/30663/task/30674/stat : 30674 (java) S 30661 30663 25443 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 22 0 341658041 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097073879144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30675] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30675/stat : 30675 (java) S 30661 30663 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341658042 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097072825464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30676] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30676/stat : 30676 (java) S 30661 30663 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341658042 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097071772808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30677] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30677/stat : 30677 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097070721552 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30678] ppid=30661 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/30663/task/30678/stat : 30678 (java) S 30661 30663 25443 0 -1 4202560 5899 0 0 0 99 1 0 0 20 0 22 0 341658044 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140097069668920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30679] ppid=30661 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/30663/task/30679/stat : 30679 (java) S 30661 30663 25443 0 -1 4202560 6259 0 0 0 76 1 0 0 20 0 22 0 341658044 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140096196045496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30680] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30680/stat : 30680 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140096194993144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30681] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30681/stat : 30681 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140096193940808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30682] ppid=30661 vsize=2966184 CPUtime=2.57 cores=0,2,4,6
/proc/30663/task/30682/stat : 30682 (java) R 30661 30663 25443 0 -1 4202560 125 0 0 0 254 3 0 0 20 0 22 0 341658079 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140096192884816 140097085961349 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30683] ppid=30661 vsize=2966184 CPUtime=2.57 cores=0,2,4,6
/proc/30663/task/30683/stat : 30683 (java) R 30661 30663 25443 0 -1 4202560 134 0 0 0 254 3 0 0 20 0 22 0 341658079 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140096191830392 140097085994415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30684] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30684/stat : 30684 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341658079 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140096190780456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30685] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30685/stat : 30685 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341658079 3037372416 105044 33554432000 1073741824 1073778376 140735207392000 140096189727912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 3.53 3.61 3.63 5/219 30685
/proc/meminfo: memFree=26085400/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=2966184 CPUtime=13.93 cores=0,2,4,6
/proc/30663/stat : 30663 (java) S 30661 30663 25443 0 -1 4202496 16620 0 1 0 1380 13 0 0 20 0 22 0 341658038 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140735207383136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30663/statm: 741546 131102 2280 9 0 732240 0
[pid=30663/tid=30665] ppid=30661 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/30663/task/30665/stat : 30665 (java) S 30661 30663 25443 0 -1 4202560 2820 0 1 0 36 1 0 0 20 0 22 0 341658039 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097227211928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30666] ppid=30661 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/30663/task/30666/stat : 30666 (java) S 30661 30663 25443 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 341658040 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097211492520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30667] ppid=30661 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/30663/task/30667/stat : 30667 (java) S 30661 30663 25443 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 341658040 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097210439976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30668] ppid=30661 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/30663/task/30668/stat : 30668 (java) S 30661 30663 25443 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341658040 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097209387432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30669] ppid=30661 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/30663/task/30669/stat : 30669 (java) S 30661 30663 25443 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 341658040 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097208334888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30670] ppid=30661 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/30663/task/30670/stat : 30670 (java) S 30661 30663 25443 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341658040 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097207282344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30671] ppid=30661 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/30663/task/30671/stat : 30671 (java) S 30661 30663 25443 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341658040 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097206229800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30672] ppid=30661 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/30663/task/30672/stat : 30672 (java) S 30661 30663 25443 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341658040 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097205177256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30673] ppid=30661 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/30663/task/30673/stat : 30673 (java) S 30661 30663 25443 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 341658040 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097204124712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30674] ppid=30661 vsize=2966184 CPUtime=0.14 cores=0,2,4,6
/proc/30663/task/30674/stat : 30674 (java) S 30661 30663 25443 0 -1 4202560 37 0 0 0 14 0 0 0 20 0 22 0 341658041 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097073879144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30675] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30675/stat : 30675 (java) S 30661 30663 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341658042 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097072825464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30676] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30676/stat : 30676 (java) S 30661 30663 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341658042 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097071772808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30677] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30677/stat : 30677 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097070721552 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30678] ppid=30661 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/30663/task/30678/stat : 30678 (java) S 30661 30663 25443 0 -1 4202560 5906 0 0 0 105 1 0 0 20 0 22 0 341658044 3037372416 131102 33554432000 1073741824 1073778376 140735207392000 140097069668920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=30663/tid=30679] ppid=30661 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/30663/task/30679/stat : 30679 (java) S 30661 30663 25443 0 -1 4202560 6260 0 0 0 77 1 0 0 20 0 22 0 341658044 3037372416 140447 33554432000 1073741824 1073778376 140735207392000 140096196045496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30680] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30680/stat : 30680 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 140447 33554432000 1073741824 1073778376 140735207392000 140096194993144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30681] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30681/stat : 30681 (java) S 30661 30663 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 140447 33554432000 1073741824 1073778376 140735207392000 140096193940808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30682] ppid=30661 vsize=2966184 CPUtime=39.74 cores=0,2,4,6
/proc/30663/task/30682/stat : 30682 (java) R 30661 30663 25443 0 -1 4202560 196 0 0 0 3971 3 0 0 20 0 22 0 341658079 3037372416 140447 33554432000 1073741824 1073778376 140735207392000 140096192884936 140097085511038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30683] ppid=30661 vsize=2966184 CPUtime=39.74 cores=0,2,4,6
/proc/30663/task/30683/stat : 30683 (java) R 30661 30663 25443 0 -1 4202560 191 0 0 0 3971 3 0 0 20 0 22 0 341658079 3037372416 140447 33554432000 1073741824 1073778376 140735207392000 140096191830072 140097085950733 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30684] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30684/stat : 30684 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341658079 3037372416 140447 33554432000 1073741824 1073778376 140735207392000 140096190780456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30685] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30685/stat : 30685 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341658079 3037372416 140447 33554432000 1073741824 1073778376 140735207392000 140096189727912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 85.94
Current children cumulated vsize (KiB) 2966184

[startup+43.9008 s]
/proc/loadavg: 3.76 3.65 3.64 5/219 30685
/proc/meminfo: memFree=25989752/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=2966184 CPUtime=87.52 cores=0,2,4,6
/proc/30663/stat : 30663 (java) S 30661 30663 25443 0 -1 4202496 16875 0 1 0 8732 20 0 0 20 0 22 0 341658038 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140735207383136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30663/statm: 741546 140959 2280 9 0 732240 0
[pid=30663/tid=30665] ppid=30661 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/30663/task/30665/stat : 30665 (java) S 30661 30663 25443 0 -1 4202560 2821 0 1 0 36 1 0 0 20 0 22 0 341658039 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097227211928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30666] ppid=30661 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30663/task/30666/stat : 30666 (java) S 30661 30663 25443 0 -1 4202560 41 0 0 0 21 0 0 0 20 0 22 0 341658040 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097211492520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30667] ppid=30661 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30663/task/30667/stat : 30667 (java) S 30661 30663 25443 0 -1 4202560 31 0 0 0 21 0 0 0 20 0 22 0 341658040 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097210439976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30668] ppid=30661 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/30663/task/30668/stat : 30668 (java) S 30661 30663 25443 0 -1 4202560 24 0 0 0 18 0 0 0 20 0 22 0 341658040 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097209387432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30669] ppid=30661 vsize=2966184 CPUtime=0.2 cores=0,2,4,6
/proc/30663/task/30669/stat : 30669 (java) S 30661 30663 25443 0 -1 4202560 32 0 0 0 20 0 0 0 20 0 22 0 341658040 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097208334888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30670] ppid=30661 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/30663/task/30670/stat : 30670 (java) S 30661 30663 25443 0 -1 4202560 28 0 0 0 20 2 0 0 20 0 22 0 341658040 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097207282344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30671] ppid=30661 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30663/task/30671/stat : 30671 (java) S 30661 30663 25443 0 -1 4202560 40 0 0 0 21 0 0 0 20 0 22 0 341658040 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097206229800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30672] ppid=30661 vsize=2966184 CPUtime=0.23 cores=0,2,4,6
/proc/30663/task/30672/stat : 30672 (java) S 30661 30663 25443 0 -1 4202560 27 0 0 0 23 0 0 0 20 0 22 0 341658040 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097205177256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30673] ppid=30661 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/30663/task/30673/stat : 30673 (java) S 30661 30663 25443 0 -1 4202560 35 0 0 0 22 0 0 0 20 0 22 0 341658040 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097204124712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30674] ppid=30661 vsize=2966184 CPUtime=2.31 cores=0,2,4,6
/proc/30663/task/30674/stat : 30674 (java) S 30661 30663 25443 0 -1 4202560 49 0 0 0 228 3 0 0 20 0 22 0 341658041 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097073879144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30675] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30675/stat : 30675 (java) S 30661 30663 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341658042 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097072825464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30676] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30676/stat : 30676 (java) S 30661 30663 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341658042 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097071772808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30677] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30677/stat : 30677 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097070721552 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30678] ppid=30661 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/30663/task/30678/stat : 30678 (java) S 30661 30663 25443 0 -1 4202560 5906 0 0 0 105 1 0 0 20 0 22 0 341658044 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140097069668920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30679] ppid=30661 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/30663/task/30679/stat : 30679 (java) S 30661 30663 25443 0 -1 4202560 6260 0 0 0 77 1 0 0 20 0 22 0 341658044 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140096196045496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30680] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30680/stat : 30680 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140096194993144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30681] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30681/stat : 30681 (java) S 30661 30663 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341658044 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140096193940808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30682] ppid=30661 vsize=2966184 CPUtime=40.45 cores=0,2,4,6
/proc/30663/task/30682/stat : 30682 (java) R 30661 30663 25443 0 -1 4202560 198 0 0 0 4042 3 0 0 20 0 22 0 341658079 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140096192884816 140097085840581 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30683] ppid=30661 vsize=2966184 CPUtime=40.46 cores=0,2,4,6
/proc/30663/task/30683/stat : 30683 (java) R 30661 30663 25443 0 -1 4202560 191 0 0 0 4043 3 0 0 20 0 22 0 341658079 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140096191830200 140097085994062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30684] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30684/stat : 30684 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341658079 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140096190780456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30685] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30685/stat : 30685 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341658079 3037372416 140959 33554432000 1073741824 1073778376 140735207392000 140096189727912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 87.52
Current children cumulated vsize (KiB) 2966184

[startup+44.3007 s]
/proc/loadavg: 3.76 3.65 3.64 5/219 30685
/proc/meminfo: memFree=25989752/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=2966184 CPUtime=88.04 cores=0,2,4,6
/proc/30663/stat : 30663 (java) S 30661 30663 25443 0 -1 4202496 16876 0 1 0 8783 21 0 0 20 0 20 0 341658038 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140735207383136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30663/statm: 741546 140948 2281 9 0 732240 0
[pid=30663/tid=30665] ppid=30661 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/30663/task/30665/stat : 30665 (java) S 30661 30663 25443 0 -1 4202560 2821 0 1 0 36 1 0 0 20 0 20 0 341658039 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097227211928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30666] ppid=30661 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30663/task/30666/stat : 30666 (java) S 30661 30663 25443 0 -1 4202560 41 0 0 0 21 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097211492520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30667] ppid=30661 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30663/task/30667/stat : 30667 (java) S 30661 30663 25443 0 -1 4202560 31 0 0 0 21 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097210439976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30668] ppid=30661 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/30663/task/30668/stat : 30668 (java) S 30661 30663 25443 0 -1 4202560 24 0 0 0 18 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097209387432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30669] ppid=30661 vsize=2966184 CPUtime=0.2 cores=0,2,4,6
/proc/30663/task/30669/stat : 30669 (java) S 30661 30663 25443 0 -1 4202560 32 0 0 0 20 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097208334888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30670] ppid=30661 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/30663/task/30670/stat : 30670 (java) S 30661 30663 25443 0 -1 4202560 28 0 0 0 20 2 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097207282344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30671] ppid=30661 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30663/task/30671/stat : 30671 (java) S 30661 30663 25443 0 -1 4202560 40 0 0 0 21 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097206229800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30672] ppid=30661 vsize=2966184 CPUtime=0.23 cores=0,2,4,6
/proc/30663/task/30672/stat : 30672 (java) S 30661 30663 25443 0 -1 4202560 27 0 0 0 23 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097205177256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30673] ppid=30661 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/30663/task/30673/stat : 30673 (java) S 30661 30663 25443 0 -1 4202560 35 0 0 0 22 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097204124712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30674] ppid=30661 vsize=2966184 CPUtime=2.31 cores=0,2,4,6
/proc/30663/task/30674/stat : 30674 (java) S 30661 30663 25443 0 -1 4202560 49 0 0 0 228 3 0 0 20 0 20 0 341658041 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097073879144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30675] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30675/stat : 30675 (java) S 30661 30663 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341658042 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097072825464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30676] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30676/stat : 30676 (java) S 30661 30663 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341658042 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097071772808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30677] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30677/stat : 30677 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341658044 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097070721552 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30678] ppid=30661 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/30663/task/30678/stat : 30678 (java) S 30661 30663 25443 0 -1 4202560 5906 0 0 0 105 1 0 0 20 0 20 0 341658044 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097069668920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30679] ppid=30661 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/30663/task/30679/stat : 30679 (java) S 30661 30663 25443 0 -1 4202560 6260 0 0 0 77 1 0 0 20 0 20 0 341658044 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140096196045496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30680] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30680/stat : 30680 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341658044 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140096194993144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30681] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30681/stat : 30681 (java) S 30661 30663 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341658044 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140096193940808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30684] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30684/stat : 30684 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341658079 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140096190780456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30685] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30685/stat : 30685 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341658079 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140096189727912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 88.04
Current children cumulated vsize (KiB) 2966184

[startup+44.4011 s]
/proc/loadavg: 3.76 3.65 3.64 5/219 30685
/proc/meminfo: memFree=25989752/32873660 swapFree=7120/7120
[pid=30663] ppid=30661 vsize=2966184 CPUtime=88.04 cores=0,2,4,6
/proc/30663/stat : 30663 (java) S 30661 30663 25443 0 -1 4202496 16876 0 1 0 8783 21 0 0 20 0 20 0 341658038 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140735207383136 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/30663/statm: 741546 140948 2281 9 0 732240 0
[pid=30663/tid=30665] ppid=30661 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/30663/task/30665/stat : 30665 (java) S 30661 30663 25443 0 -1 4202560 2821 0 1 0 36 1 0 0 20 0 20 0 341658039 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097227211928 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30666] ppid=30661 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30663/task/30666/stat : 30666 (java) S 30661 30663 25443 0 -1 4202560 41 0 0 0 21 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097211492520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30667] ppid=30661 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30663/task/30667/stat : 30667 (java) S 30661 30663 25443 0 -1 4202560 31 0 0 0 21 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097210439976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30668] ppid=30661 vsize=2966184 CPUtime=0.18 cores=0,2,4,6
/proc/30663/task/30668/stat : 30668 (java) S 30661 30663 25443 0 -1 4202560 24 0 0 0 18 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097209387432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30669] ppid=30661 vsize=2966184 CPUtime=0.2 cores=0,2,4,6
/proc/30663/task/30669/stat : 30669 (java) S 30661 30663 25443 0 -1 4202560 32 0 0 0 20 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097208334888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30670] ppid=30661 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/30663/task/30670/stat : 30670 (java) S 30661 30663 25443 0 -1 4202560 28 0 0 0 20 2 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097207282344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30671] ppid=30661 vsize=2966184 CPUtime=0.21 cores=0,2,4,6
/proc/30663/task/30671/stat : 30671 (java) S 30661 30663 25443 0 -1 4202560 40 0 0 0 21 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097206229800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30672] ppid=30661 vsize=2966184 CPUtime=0.23 cores=0,2,4,6
/proc/30663/task/30672/stat : 30672 (java) S 30661 30663 25443 0 -1 4202560 27 0 0 0 23 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097205177256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30673] ppid=30661 vsize=2966184 CPUtime=0.22 cores=0,2,4,6
/proc/30663/task/30673/stat : 30673 (java) S 30661 30663 25443 0 -1 4202560 35 0 0 0 22 0 0 0 20 0 20 0 341658040 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097204124712 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30674] ppid=30661 vsize=2966184 CPUtime=2.31 cores=0,2,4,6
/proc/30663/task/30674/stat : 30674 (java) S 30661 30663 25443 0 -1 4202560 49 0 0 0 228 3 0 0 20 0 20 0 341658041 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097073879144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30675] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30675/stat : 30675 (java) S 30661 30663 25443 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 341658042 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097072825464 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30676] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30676/stat : 30676 (java) S 30661 30663 25443 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 341658042 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097071772808 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30677] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30677/stat : 30677 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341658044 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097070721552 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30678] ppid=30661 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/30663/task/30678/stat : 30678 (java) S 30661 30663 25443 0 -1 4202560 5906 0 0 0 105 1 0 0 20 0 20 0 341658044 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140097069668920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30679] ppid=30661 vsize=2966184 CPUtime=0.78 cores=0,2,4,6
/proc/30663/task/30679/stat : 30679 (java) S 30661 30663 25443 0 -1 4202560 6260 0 0 0 77 1 0 0 20 0 20 0 341658044 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140096196045496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30663/tid=30680] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30680/stat : 30680 (java) S 30661 30663 25443 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 341658044 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140096194993144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30663/tid=30681] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30681/stat : 30681 (java) S 30661 30663 25443 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 341658044 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140096193940808 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30663/tid=30684] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30684/stat : 30684 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341658079 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140096190780456 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30663/tid=30685] ppid=30661 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/30663/task/30685/stat : 30685 (java) S 30661 30663 25443 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 341658079 3037372416 140948 33554432000 1073741824 1073778376 140735207392000 140096189727912 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 88.04
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): 0.0699997
#  lost CPU user time (s): 0.0800018
#  lost CPU system time (s): -0.00999999

Real time (s): 44.4365
CPU time (s): 88.1716
CPU user time (s): 87.8886
CPU system time (s): 0.282955
CPU usage (%): 198.422
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.8087
system time used= 0.292955
maximum resident set size= 563840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16887
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3956
involuntary context switches= 4995

runsolver used 0.19597 second user time and 0.491925 second system time

The end

Launcher Data

Begin job on node117 at 2012-06-03 22:28:43
IDJOB=3737949
IDBENCH=48363
IDSOLVER=2324
FILE ID=node117/3737949-1338755323
RUNJOBID= node117-1338737787-25459
PBS_JOBID= 14636766
Free space on /tmp= 69124 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_50_25_3_15.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737949-1338755323/watcher-3737949-1338755323 -o /tmp/evaluation-result-3737949-1338755323/solver-3737949-1338755323 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737949-1338755323.opb

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

MD5SUM BENCH= 8bda8bcfdd3d0bef04b7cb75764a0af7
RANDOM SEED=1005211175

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        26547416 kB
Buffers:          630188 kB
Cached:          4149936 kB
SwapCached:          776 kB
Active:          2943308 kB
Inactive:        2468628 kB
Active(anon):     617612 kB
Inactive(anon):     9972 kB
Active(file):    2325696 kB
Inactive(file):  2458656 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67107012 kB
Dirty:                68 kB
Writeback:             0 kB
AnonPages:        631216 kB
Mapped:            20452 kB
Shmem:                80 kB
Slab:             778248 kB
SReclaimable:     222360 kB
SUnreclaim:       555888 kB
KernelStack:        1624 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1572620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 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= 69120 MiB
End job on node117 at 2012-06-03 22:29:27