Trace number 3688609

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotOPT6 20.1 19.2242

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_50_10_5.opb
MD5SUM381026b11996e1fba08582de081db326
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.412936
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6
Optimality of the best value was proved YES
Number of variables50
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints50
Minimum length of a constraint11
Maximum length of a constraint18
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)606
Sum of products size (including duplicates)1212
Number of different products606
Sum of products size1212

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.2.v20120418
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		501472288
0.07/0.11	c Max memory 		7480803328
0.07/0.11	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3688609-1337885409.opb
0.07/0.13	c reading problem ... 
0.19/0.22	c ... done. Wall clock time 0.092s.
0.19/0.22	c declared #vars     50
0.19/0.22	c internal #vars     656
0.19/0.22	c #constraints  1262
0.19/0.22	c constraints type 
0.19/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
0.19/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
0.19/0.22	c 1262 constraints processed.
0.19/0.22	c objective function length is 50 literals
0.19/0.23	c SATISFIABLE
0.19/0.23	c OPTIMIZING...
0.19/0.23	c Got one! Elapsed wall clock time (in seconds):0.102
0.19/0.23	o 7
0.73/0.59	c Got one! Elapsed wall clock time (in seconds):0.457
0.73/0.59	o 6
1.18/0.91	c cleaning 2774 clauses out of 5547 with flag 3000/5547
1.84/1.50	c cleaning 4385 clauses out of 8774 with flag 9001/11548
2.45/2.17	c cleaning 5698 clauses out of 11395 with flag 16007/18554
3.25/2.95	c cleaning 6844 clauses out of 13692 with flag 24002/26549
4.17/3.86	c cleaning 7924 clauses out of 15847 with flag 33001/35548
5.64/4.83	c cleaning 8956 clauses out of 17922 with flag 43000/45547
6.75/5.90	c cleaning 9983 clauses out of 19969 with flag 54003/56550
7.85/7.03	c cleaning 10991 clauses out of 21983 with flag 66001/68548
9.16/8.32	c cleaning 11997 clauses out of 23993 with flag 79002/81549
10.56/9.70	c cleaning 12994 clauses out of 25994 with flag 93001/95548
11.97/11.16	c cleaning 14000 clauses out of 27999 with flag 108000/110547
13.59/12.75	c cleaning 14998 clauses out of 29997 with flag 124000/126547
15.20/14.39	c cleaning 15993 clauses out of 31997 with flag 141000/143547
16.89/16.08	c cleaning 16996 clauses out of 34002 with flag 159000/161547
18.70/17.82	c cleaning 17996 clauses out of 36004 with flag 178002/180549
20.10/19.21	c starts		: 93
20.10/19.21	c conflicts		: 196669
20.10/19.21	c decisions		: 300284
20.10/19.21	c propagations		: 17857292
20.10/19.21	c inspects		: 174696167
20.10/19.21	c shortcuts		: 0
20.10/19.21	c learnt literals	: 30
20.10/19.21	c learnt binary clauses	: 29
20.10/19.21	c learnt ternary clauses	: 33
20.10/19.21	c learnt constraints	: 196638
20.10/19.21	c ignored constraints	: 0
20.10/19.21	c root simplifications	: 0
20.10/19.21	c removed literals (reason simplification)	: 0
20.10/19.21	c reason swapping (by a shorter reason)	: 0
20.10/19.21	c Calls to reduceDB	: 15
20.10/19.21	c number of reductions to clauses (during analyze)	: 0
20.10/19.21	c number of learned constraints concerned by reduction	: 0
20.10/19.21	c number of learning phase by resolution	: 0
20.10/19.21	c number of learning phase by cutting planes	: 0
20.10/19.21	c speed (assignments/second)	: 940897.4129300807
20.10/19.21	c non guided choices	0
20.10/19.21	c learnt constraints type 
20.10/19.21	c constraints type 
20.10/19.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 656
20.10/19.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 0
20.10/19.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 606
20.10/19.21	c 1262 constraints processed.
20.10/19.21	s OPTIMUM FOUND
20.10/19.21	v -x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 
20.10/19.21	c objective function=6
20.10/19.21	c Total wall clock time (in seconds): 19.076

Verifier Data

OK	6

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-3688609-1337885409/watcher-3688609-1337885409 -o /tmp/evaluation-result-3688609-1337885409/solver-3688609-1337885409 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688609-1337885409.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: 2.00 2.00 2.00 3/197 25075
/proc/meminfo: memFree=28415792/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/25075/stat : 25075 (runsolver) D 25073 25075 23031 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 254665736 12095488 51 33554432000 4194304 5436572 140736034098800 140736034095096 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/25075/statm: 2953 51 31 304 0 2645 0

[startup+0.0801239 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25075
/proc/meminfo: memFree=28415792/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/25075/stat : 25075 (java) S 25073 25075 23031 0 -1 4202496 3184 0 1 0 4 1 0 0 20 0 18 0 254665736 9787813888 4393 33554432000 1073741824 1073778376 140733356765232 140733356756368 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25075/statm: 2389603 4393 1757 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100248 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25075
/proc/meminfo: memFree=28415792/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/25075/stat : 25075 (java) S 25073 25075 23031 0 -1 4202496 3375 0 1 0 6 1 0 0 20 0 18 0 254665736 9787813888 4584 33554432000 1073741824 1073778376 140733356765232 140733356756368 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25075/statm: 2389603 4584 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300219 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25075
/proc/meminfo: memFree=28415792/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/25075/stat : 25075 (java) S 25073 25075 23031 0 -1 4202496 7353 0 1 0 40 2 0 0 20 0 19 0 254665736 9855975424 8484 33554432000 1073741824 1073778376 140733356765232 140733356756368 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25075/statm: 2406244 8484 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9624976

[startup+0.700184 s]
/proc/loadavg: 2.00 2.00 2.00 3/197 25075
/proc/meminfo: memFree=28415792/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/25075/stat : 25075 (java) S 25073 25075 23031 0 -1 4202496 7600 0 1 0 92 2 0 0 20 0 19 0 254665736 9855975424 8351 33554432000 1073741824 1073778376 140733356765232 140733356756368 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25075/statm: 2406244 8351 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9624976

[startup+1.50064 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25094
/proc/meminfo: memFree=28383236/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=9624976 CPUtime=1.84 cores=0,2,4,6
/proc/25075/stat : 25075 (java) S 25073 25075 23031 0 -1 4202496 8087 0 1 0 182 2 0 0 20 0 19 0 254665736 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140733356756368 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25075/statm: 2406244 9995 2262 9 0 2396937 0
[pid=25075/tid=25077] ppid=25073 vsize=9624976 CPUtime=1.43 cores=0,2,4,6
/proc/25075/task/25077/stat : 25077 (java) R 25073 25075 23031 0 -1 4202560 2462 0 1 0 143 0 0 0 20 0 19 0 254665738 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140579035967640 140578860376852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25078] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25078/stat : 25078 (java) S 25073 25075 23031 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578997459624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25079] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25079/stat : 25079 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578996407080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25080] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25080/stat : 25080 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578995354536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25081] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25081/stat : 25081 (java) S 25073 25075 23031 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578994301992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25082] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25082/stat : 25082 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578993248424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25083] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25083/stat : 25083 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578992195880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25084] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25084/stat : 25084 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578991143336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25085] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25085/stat : 25085 (java) S 25073 25075 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578990090792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25086] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25086/stat : 25086 (java) S 25073 25075 23031 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 254665740 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578859772520 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25087] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25087/stat : 25087 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578858718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25088] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25088/stat : 25088 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578857666184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25089] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25089/stat : 25089 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665743 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578856614928 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25090] ppid=25073 vsize=9624976 CPUtime=0.15 cores=0,2,4,6
/proc/25075/task/25090/stat : 25090 (java) S 25073 25075 23031 0 -1 4202560 2515 0 0 0 15 0 0 0 20 0 19 0 254665743 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578855561272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25091] ppid=25073 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/25075/task/25091/stat : 25091 (java) S 25073 25075 23031 0 -1 4202560 1872 0 0 0 20 0 0 0 20 0 19 0 254665744 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578854508728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25092] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25092/stat : 25092 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578853456376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25093] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25093/stat : 25093 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578852404040 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25094] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25094/stat : 25094 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665759 9855975424 9995 33554432000 1073741824 1073778376 140733356765232 140578851349800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25094
/proc/meminfo: memFree=28381064/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=9624976 CPUtime=3.47 cores=0,2,4,6
/proc/25075/stat : 25075 (java) S 25073 25075 23031 0 -1 4202496 8155 0 1 0 344 3 0 0 20 0 19 0 254665736 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140733356756368 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25075/statm: 2406244 11029 2263 9 0 2396937 0
[pid=25075/tid=25077] ppid=25073 vsize=9624976 CPUtime=2.99 cores=0,2,4,6
/proc/25075/task/25077/stat : 25077 (java) R 25073 25075 23031 0 -1 4202560 2464 0 1 0 299 0 0 0 20 0 19 0 254665738 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140579035967776 140578860264514 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25078] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25078/stat : 25078 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578997459624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25079] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25079/stat : 25079 (java) S 25073 25075 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578996407080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25080] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25080/stat : 25080 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578995354536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25081] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25081/stat : 25081 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578994301992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25082] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25082/stat : 25082 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578993248424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25083] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25083/stat : 25083 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578992195880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25084] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25084/stat : 25084 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578991143336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25085] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25085/stat : 25085 (java) S 25073 25075 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578990090792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25086] ppid=25073 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/25075/task/25086/stat : 25086 (java) S 25073 25075 23031 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 19 0 254665740 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578859772520 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25087] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25087/stat : 25087 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578858718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25088] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25088/stat : 25088 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578857666184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25089] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25089/stat : 25089 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665743 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578856614928 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25090] ppid=25073 vsize=9624976 CPUtime=0.16 cores=0,2,4,6
/proc/25075/task/25090/stat : 25090 (java) S 25073 25075 23031 0 -1 4202560 2515 0 0 0 16 0 0 0 20 0 19 0 254665743 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578855561272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25091] ppid=25073 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/25075/task/25091/stat : 25091 (java) S 25073 25075 23031 0 -1 4202560 1927 0 0 0 22 0 0 0 20 0 19 0 254665744 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578854508728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25092] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25092/stat : 25092 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578853456376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25093] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25093/stat : 25093 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578852404040 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25094] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25094/stat : 25094 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665759 9855975424 11029 33554432000 1073741824 1073778376 140733356765232 140578851349800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9624976

[startup+6.30065 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25094
/proc/meminfo: memFree=28366740/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=9624976 CPUtime=7.15 cores=0,2,4,6
/proc/25075/stat : 25075 (java) S 25073 25075 23031 0 -1 4202496 15703 0 1 0 711 4 0 0 20 0 19 0 254665736 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140733356756368 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25075/statm: 2406244 13987 2268 9 0 2396937 0
[pid=25075/tid=25077] ppid=25073 vsize=9624976 CPUtime=6.14 cores=0,2,4,6
/proc/25075/task/25077/stat : 25077 (java) R 25073 25075 23031 0 -1 4202560 2471 0 1 0 614 0 0 0 20 0 19 0 254665738 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140579035967896 140578860198852 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25078] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25078/stat : 25078 (java) S 25073 25075 23031 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578997459624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25079] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25079/stat : 25079 (java) S 25073 25075 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578996407080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25080] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25080/stat : 25080 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578995354536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25081] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25081/stat : 25081 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578994301992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25082] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25082/stat : 25082 (java) S 25073 25075 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578993248424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25083] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25083/stat : 25083 (java) S 25073 25075 23031 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578992195880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25084] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25084/stat : 25084 (java) S 25073 25075 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578991143336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25085] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25085/stat : 25085 (java) S 25073 25075 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578990090792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25086] ppid=25073 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/25075/task/25086/stat : 25086 (java) S 25073 25075 23031 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 254665740 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578859772520 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25087] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25087/stat : 25087 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578858718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25088] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25088/stat : 25088 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578857666184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25089] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25089/stat : 25089 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665743 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578856614928 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25090] ppid=25073 vsize=9624976 CPUtime=0.59 cores=0,2,4,6
/proc/25075/task/25090/stat : 25090 (java) S 25073 25075 23031 0 -1 4202560 9438 0 0 0 57 2 0 0 20 0 19 0 254665743 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578855561272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25091] ppid=25073 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25075/task/25091/stat : 25091 (java) S 25073 25075 23031 0 -1 4202560 2539 0 0 0 27 0 0 0 20 0 19 0 254665744 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578854508728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25092] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25092/stat : 25092 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578853456376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25093] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25093/stat : 25093 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578852404040 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25094] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25094/stat : 25094 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665759 9855975424 13987 33554432000 1073741824 1073778376 140733356765232 140578851349800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

/proc/25075/task/25085/stat : 25085 (java) S 25073 25075 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578990090792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25086] ppid=25073 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/25075/task/25086/stat : 25086 (java) S 25073 25075 23031 0 -1 4202560 33 0 0 0 17 0 0 0 20 0 19 0 254665740 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578859772520 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25087] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25087/stat : 25087 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578858718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25088] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25088/stat : 25088 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578857666184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25089] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25089/stat : 25089 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665743 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578856614928 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25090] ppid=25073 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25075/task/25090/stat : 25090 (java) S 25073 25075 23031 0 -1 4202560 9438 0 0 0 60 2 0 0 20 0 19 0 254665743 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578855561272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25091] ppid=25073 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25075/task/25091/stat : 25091 (java) S 25073 25075 23031 0 -1 4202560 2539 0 0 0 27 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578854508728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25092] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25092/stat : 25092 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578853456376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25093] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25093/stat : 25093 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578852404040 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25094] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25094/stat : 25094 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665759 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578851349800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.2
Current children cumulated vsize (KiB) 9624976

[startup+18.7068 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25094
/proc/meminfo: memFree=28365344/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=9624976 CPUtime=19.6 cores=0,2,4,6
/proc/25075/stat : 25075 (java) S 25073 25075 23031 0 -1 4202496 15752 0 1 0 1956 4 0 0 20 0 19 0 254665736 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140733356756368 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25075/statm: 2406244 14332 2268 9 0 2396937 0
[pid=25075/tid=25077] ppid=25073 vsize=9624976 CPUtime=18.39 cores=0,2,4,6
/proc/25075/task/25077/stat : 25077 (java) R 25073 25075 23031 0 -1 4202560 2481 0 1 0 1839 0 0 0 20 0 19 0 254665738 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140579035967776 140578860236814 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25078] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25078/stat : 25078 (java) S 25073 25075 23031 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578997459624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25079] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25079/stat : 25079 (java) S 25073 25075 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578996407080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25080] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25080/stat : 25080 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578995354536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25081] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25081/stat : 25081 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578994301992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25082] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25082/stat : 25082 (java) S 25073 25075 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578993248424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25083] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25083/stat : 25083 (java) S 25073 25075 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578992195880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25084] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25084/stat : 25084 (java) S 25073 25075 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578991143336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25085] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25085/stat : 25085 (java) S 25073 25075 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578990090792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25086] ppid=25073 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/25075/task/25086/stat : 25086 (java) S 25073 25075 23031 0 -1 4202560 33 0 0 0 17 0 0 0 20 0 19 0 254665740 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578859772520 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25087] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25087/stat : 25087 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578858718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25088] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25088/stat : 25088 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578857666184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25089] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25089/stat : 25089 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665743 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578856614928 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25090] ppid=25073 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25075/task/25090/stat : 25090 (java) S 25073 25075 23031 0 -1 4202560 9438 0 0 0 60 2 0 0 20 0 19 0 254665743 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578855561272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25091] ppid=25073 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25075/task/25091/stat : 25091 (java) S 25073 25075 23031 0 -1 4202560 2539 0 0 0 27 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578854508728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25092] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25092/stat : 25092 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578853456376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25093] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25093/stat : 25093 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578852404040 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25094] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25094/stat : 25094 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665759 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578851349800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.6
Current children cumulated vsize (KiB) 9624976

[startup+19.1007 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25094
/proc/meminfo: memFree=28365344/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=9624976 CPUtime=20 cores=0,2,4,6
/proc/25075/stat : 25075 (java) S 25073 25075 23031 0 -1 4202496 15752 0 1 0 1996 4 0 0 20 0 19 0 254665736 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140733356756368 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25075/statm: 2406244 14332 2268 9 0 2396937 0
[pid=25075/tid=25077] ppid=25073 vsize=9624976 CPUtime=18.78 cores=0,2,4,6
/proc/25075/task/25077/stat : 25077 (java) R 25073 25075 23031 0 -1 4202560 2481 0 1 0 1878 0 0 0 20 0 19 0 254665738 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140579035967776 140578860236423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25078] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25078/stat : 25078 (java) S 25073 25075 23031 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578997459624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25079] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25079/stat : 25079 (java) S 25073 25075 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578996407080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25080] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25080/stat : 25080 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578995354536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25081] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25081/stat : 25081 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578994301992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25082] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25082/stat : 25082 (java) S 25073 25075 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578993248424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25083] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25083/stat : 25083 (java) S 25073 25075 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578992195880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25084] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25084/stat : 25084 (java) S 25073 25075 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578991143336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25085] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25085/stat : 25085 (java) S 25073 25075 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578990090792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25086] ppid=25073 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/25075/task/25086/stat : 25086 (java) S 25073 25075 23031 0 -1 4202560 33 0 0 0 17 0 0 0 20 0 19 0 254665740 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578859772520 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25087] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25087/stat : 25087 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578858718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25088] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25088/stat : 25088 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578857666184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25089] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25089/stat : 25089 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665743 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578856614928 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25090] ppid=25073 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25075/task/25090/stat : 25090 (java) S 25073 25075 23031 0 -1 4202560 9438 0 0 0 60 2 0 0 20 0 19 0 254665743 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578855561272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25091] ppid=25073 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25075/task/25091/stat : 25091 (java) S 25073 25075 23031 0 -1 4202560 2539 0 0 0 27 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578854508728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25092] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25092/stat : 25092 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578853456376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25093] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25093/stat : 25093 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578852404040 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25094] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25094/stat : 25094 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665759 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578851349800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (KiB) 9624976

[startup+19.2006 s]
/proc/loadavg: 2.00 2.00 2.00 3/216 25094
/proc/meminfo: memFree=28365344/32873844 swapFree=7608/7608
[pid=25075] ppid=25073 vsize=9624976 CPUtime=20.1 cores=0,2,4,6
/proc/25075/stat : 25075 (java) S 25073 25075 23031 0 -1 4202496 15752 0 1 0 2006 4 0 0 20 0 19 0 254665736 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140733356756368 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25075/statm: 2406244 14332 2268 9 0 2396937 0
[pid=25075/tid=25077] ppid=25073 vsize=9624976 CPUtime=18.88 cores=0,2,4,6
/proc/25075/task/25077/stat : 25077 (java) R 25073 25075 23031 0 -1 4202560 2481 0 1 0 1888 0 0 0 20 0 19 0 254665738 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140579035967776 140578860404388 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25078] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25078/stat : 25078 (java) S 25073 25075 23031 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578997459624 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25079] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25079/stat : 25079 (java) S 25073 25075 23031 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578996407080 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25080] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25080/stat : 25080 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578995354536 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25081] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25081/stat : 25081 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578994301992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25082] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25082/stat : 25082 (java) S 25073 25075 23031 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578993248424 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25075/tid=25083] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25083/stat : 25083 (java) S 25073 25075 23031 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578992195880 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25084] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25084/stat : 25084 (java) S 25073 25075 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578991143336 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25085] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25085/stat : 25085 (java) S 25073 25075 23031 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254665739 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578990090792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25086] ppid=25073 vsize=9624976 CPUtime=0.17 cores=0,2,4,6
/proc/25075/task/25086/stat : 25086 (java) S 25073 25075 23031 0 -1 4202560 33 0 0 0 17 0 0 0 20 0 19 0 254665740 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578859772520 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25087] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25087/stat : 25087 (java) S 25073 25075 23031 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578858718840 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25088] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25088/stat : 25088 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665741 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578857666184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25089] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25089/stat : 25089 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665743 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578856614928 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25090] ppid=25073 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/25075/task/25090/stat : 25090 (java) S 25073 25075 23031 0 -1 4202560 9438 0 0 0 60 2 0 0 20 0 19 0 254665743 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578855561272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25075/tid=25091] ppid=25073 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/25075/task/25091/stat : 25091 (java) S 25073 25075 23031 0 -1 4202560 2539 0 0 0 27 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578854508728 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25092] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25092/stat : 25092 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578853456376 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25075/tid=25093] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25093/stat : 25093 (java) S 25073 25075 23031 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254665744 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578852404040 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25075/tid=25094] ppid=25073 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/25075/task/25094/stat : 25094 (java) S 25073 25075 23031 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254665759 9855975424 14332 33554432000 1073741824 1073778376 140733356765232 140578851349800 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.1
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25075 and gives
#  childrusage.ru_utime.tv_sec=19
#  childrusage.ru_utime.tv_usec=989961
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=73988
# CPU time returned by wait4() is 20.0639
# while last known CPU time is 20.1
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 19.2242
CPU time (s): 20.1
CPU user time (s): 20.06
CPU system time (s): 0.04
CPU usage (%): 104.556
Max. virtual memory (cumulated for all children) (KiB): 9626596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.99
system time used= 0.073988
maximum resident set size= 61276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15770
page faults= 1
swaps= 0
block input operations= 240
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1052
involuntary context switches= 167

runsolver used 0.042993 second user time and 0.164974 second system time

The end

Launcher Data

Begin job on node135 at 2012-05-24 20:50:10
IDJOB=3688609
IDBENCH=48114
IDSOLVER=2269
FILE ID=node135/3688609-1337885409
RUNJOBID= node135-1337871881-23048
PBS_JOBID= 14620069
Free space on /tmp= 71608 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_50_10_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688609-1337885409/watcher-3688609-1337885409 -o /tmp/evaluation-result-3688609-1337885409/solver-3688609-1337885409 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688609-1337885409.opb

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

MD5SUM BENCH= 381026b11996e1fba08582de081db326
RANDOM SEED=414228331

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:        28416056 kB
Buffers:          217628 kB
Cached:          3344304 kB
SwapCached:            0 kB
Active:           901788 kB
Inactive:        2782740 kB
Active(anon):     125072 kB
Inactive(anon):        0 kB
Active(file):     776716 kB
Inactive(file):  2782740 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               496 kB
Writeback:             0 kB
AnonPages:        258800 kB
Mapped:            22640 kB
Shmem:               212 kB
Slab:             632468 kB
SReclaimable:      74704 kB
SUnreclaim:       557764 kB
KernelStack:        1784 kB
PageTables:         4172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    229376 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= 71608 MiB
End job on node135 at 2012-05-24 20:50:29