Trace number 3733566

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-31SAT 109.237 55.1843

General information on the benchmark

Namenormalized-PB06/SATUNSAT-MEDINT/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUM2318a0c7fc475c873b2fa45e5e7fe96e
Bench CategoryDEC-MEDINT (no optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.044992
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables93
Total number of constraints2
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 constraints2
Minimum length of a constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3733566-1338743677.opb
0.06/0.13	c reading problem ... 
0.06/0.14	c ... done. Wall clock time 0.015s.
0.06/0.14	c #vars     93
0.06/0.14	c #constraints  2
0.06/0.14	c constraints type 
0.06/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
0.06/0.14	c constraints type 
0.06/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
2.31/0.73	c cleaning 2501 clauses out of 5001 with flag 5001/5001
3.85/1.37	c cleaning 4249 clauses out of 8499 with flag 11000/11000
5.92/2.30	c cleaning 5621 clauses out of 11250 with flag 18000/18000
8.11/3.45	c cleaning 6813 clauses out of 13630 with flag 26001/26001
12.36/5.52	c cleaning 7908 clauses out of 15817 with flag 35001/35001
17.35/8.01	c cleaning 8954 clauses out of 17908 with flag 45000/45000
21.51/10.20	c cleaning 9475 clauses out of 18954 with flag 55000/55000
25.87/12.30	c cleaning 9736 clauses out of 19479 with flag 65000/65000
30.63/14.70	c cleaning 9871 clauses out of 19743 with flag 75000/75000
34.79/16.80	c cleaning 9936 clauses out of 19872 with flag 85000/85000
39.96/19.43	c cleaning 9967 clauses out of 19936 with flag 95000/95000
43.32/21.19	c cleaning 9984 clauses out of 19970 with flag 105001/105001
47.65/23.37	c cleaning 9992 clauses out of 19985 with flag 115000/115000
52.00/25.58	c cleaning 9997 clauses out of 19993 with flag 125000/125000
57.76/28.45	c cleaning 9994 clauses out of 19996 with flag 135000/135000
61.69/30.41	c cleaning 10000 clauses out of 20003 with flag 145001/145001
66.60/32.80	c cleaning 0 clauses out of 5001 with flag 0/5001
66.78/32.97	c cleaning 10001 clauses out of 20002 with flag 155000/155000
71.99/35.47	c cleaning 10001 clauses out of 20003 with flag 165002/165002
77.65/38.21	c cleaning 9998 clauses out of 20000 with flag 175000/175000
82.77/40.85	c cleaning 10000 clauses out of 20003 with flag 185001/185001
85.89/42.49	c cleaning 9998 clauses out of 20003 with flag 195001/195001
88.63/43.86	c cleaning 10002 clauses out of 20005 with flag 205001/205001
91.77/45.47	c cleaning 9998 clauses out of 20003 with flag 215001/215001
94.26/46.70	c cleaning 10001 clauses out of 20005 with flag 225001/225001
97.78/48.50	c cleaning 10002 clauses out of 20005 with flag 235002/235002
101.72/50.52	c cleaning 10001 clauses out of 20001 with flag 245000/245000
105.63/52.55	c cleaning 9996 clauses out of 20000 with flag 255000/255000
109.10/54.30	c And the winner is Resolution
108.91/55.15	c starts		: 129
108.91/55.15	c conflicts		: 264268
108.91/55.15	c decisions		: 273866
108.91/55.15	c propagations		: 1996898
108.91/55.15	c inspects		: 302143323
108.91/55.15	c learnt literals	: 0
108.91/55.15	c learnt binary clauses	: 0
108.91/55.15	c learnt ternary clauses	: 0
108.91/55.15	c learnt clauses	: 264268
108.91/55.15	c ignored clauses	: 0
108.91/55.15	c root simplifications	: 0
108.91/55.15	c removed literals (reason simplification)	: 3423020
108.91/55.15	c reason swapping (by a shorter reason)	: 0
108.91/55.15	c Calls to reduceDB	: 27
108.91/55.15	c number of reductions to clauses (during analyze)	: 0
108.91/55.15	c number of learned constraints concerned by reduction	: 0
108.91/55.15	c number of learning phase by resolution	: 0
108.91/55.15	c number of learning phase by cutting planes	: 0
108.91/55.15	c speed (assignments/second)	: 36302.61603068701
108.91/55.15	c non guided choices	82
108.91/55.16	c learnt constraints type 
108.91/55.16	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 19272
108.91/55.16	c constraints type 
108.91/55.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
108.91/55.16	c constraints type 
108.91/55.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
108.91/55.16	s SATISFIABLE
108.91/55.16	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 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 x69 x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 
108.91/55.16	c Total wall clock time (in seconds): 55.038

Verifier Data

OK	0

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-3733566-1338743677/watcher-3733566-1338743677 -o /tmp/evaluation-result-3733566-1338743677/solver-3733566-1338743677 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733566-1338743677.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.89 3.92 3.85 4/197 1865
/proc/meminfo: memFree=27982404/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/1865/stat : 1865 (runsolver) D 1863 1865 22930 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 340492560 12095488 51 33554432000 4194304 5436572 140736252489088 140736252485384 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/1865/statm: 2953 51 31 304 0 2645 0

[startup+0.030296 s]
/proc/loadavg: 3.89 3.92 3.85 4/197 1865
/proc/meminfo: memFree=27982404/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=1623784 CPUtime=0 cores=0,2,4,6
/proc/1865/stat : 1865 (java) S 1863 1865 22930 0 -1 4202496 2685 0 1 0 0 0 0 0 20 0 2 0 340492560 1662754816 2875 33554432000 1073741824 1073778376 140735609001216 140735608992352 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 405946 2878 949 9 0 397055 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1623784

[startup+0.100302 s]
/proc/loadavg: 3.89 3.92 3.85 4/197 1865
/proc/meminfo: memFree=27982404/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/1865/stat : 1865 (java) S 1863 1865 22930 0 -1 4202496 3901 0 1 0 6 0 0 0 20 0 18 0 340492560 2764726272 5619 33554432000 1073741824 1073778376 140735609001216 140735608992352 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 674982 5619 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300167 s]
/proc/loadavg: 3.89 3.92 3.85 4/197 1865
/proc/meminfo: memFree=27982404/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/1865/stat : 1865 (java) S 1863 1865 22930 0 -1 4202496 9152 0 1 0 70 2 0 0 20 0 22 0 340492560 3037372416 10807 33554432000 1073741824 1073778376 140735609001216 140735608992352 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 741546 10807 2208 9 0 732240 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 2966184

[startup+0.700186 s]
/proc/loadavg: 3.89 3.92 3.85 4/197 1865
/proc/meminfo: memFree=27982404/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=2966184 CPUtime=2.31 cores=0,2,4,6
/proc/1865/stat : 1865 (java) S 1863 1865 22930 0 -1 4202496 16429 0 1 0 226 5 0 0 20 0 22 0 340492560 3037372416 42166 33554432000 1073741824 1073778376 140735609001216 140735608992352 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 741546 42166 2239 9 0 732240 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 2966184

[startup+1.50077 s]
/proc/loadavg: 4.06 3.95 3.86 6/219 1887
/proc/meminfo: memFree=27791792/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=2966184 CPUtime=4.26 cores=0,2,4,6
/proc/1865/stat : 1865 (java) S 1863 1865 22930 0 -1 4202496 21003 0 1 0 418 8 0 0 20 0 22 0 340492560 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140735608992352 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 741546 81177 2266 9 0 732240 0
[pid=1865/tid=1867] ppid=1863 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/1865/task/1867/stat : 1867 (java) S 1863 1865 22930 0 -1 4202560 2786 0 1 0 10 0 0 0 20 0 22 0 340492562 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284395447448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1868] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1868/stat : 1868 (java) S 1863 1865 22930 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284379728808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1869] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1869/stat : 1869 (java) S 1863 1865 22930 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284378676264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1870] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1870/stat : 1870 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284377623208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1871] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1871/stat : 1871 (java) S 1863 1865 22930 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284376570664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1872] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1872/stat : 1872 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284375517608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1873] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1873/stat : 1873 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284374465064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1874] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1874/stat : 1874 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284373412008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1875] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1875/stat : 1875 (java) S 1863 1865 22930 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284372359464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1876] ppid=1863 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/1865/task/1876/stat : 1876 (java) S 1863 1865 22930 0 -1 4202560 32 0 0 0 2 0 0 0 20 0 22 0 340492564 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284242385768 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1877] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1877/stat : 1877 (java) S 1863 1865 22930 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340492565 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284241332088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1878] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1878/stat : 1878 (java) S 1863 1865 22930 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340492565 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284240278920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1879] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1879/stat : 1879 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492567 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284239227664 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1880] ppid=1863 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/1865/task/1880/stat : 1880 (java) S 1863 1865 22930 0 -1 4202560 4830 0 0 0 64 0 0 0 20 0 22 0 340492567 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284238174520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1881] ppid=1863 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/1865/task/1881/stat : 1881 (java) S 1863 1865 22930 0 -1 4202560 11864 0 0 0 78 2 0 0 20 0 22 0 340492568 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140284237121976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1882] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1882/stat : 1882 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492568 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140283362666744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1883] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1883/stat : 1883 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492568 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140283361614408 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1884] ppid=1863 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/1865/task/1884/stat : 1884 (java) R 1863 1865 22930 0 -1 4202560 52 0 0 0 129 0 0 0 20 0 22 0 340492575 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140283360560072 140284252282063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1885] ppid=1863 vsize=2966184 CPUtime=1.29 cores=0,2,4,6
/proc/1865/task/1885/stat : 1885 (java) R 1863 1865 22930 0 -1 4202560 190 0 0 0 126 3 0 0 20 0 22 0 340492575 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140283359505456 140284252283085 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1886] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1886/stat : 1886 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492575 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140283358455080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1887] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1887/stat : 1887 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492575 3037372416 81177 33554432000 1073741824 1073778376 140735609001216 140283357402536 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 2966184

[startup+3.10079 s]
/proc/loadavg: 4.06 3.95 3.86 5/219 1887
/proc/meminfo: memFree=27647564/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=2966184 CPUtime=7.49 cores=0,2,4,6
/proc/1865/stat : 1865 (java) S 1863 1865 22930 0 -1 4202496 21058 0 1 0 740 9 0 0 20 0 22 0 340492560 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140735608992352 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 741546 103200 2266 9 0 732240 0
[pid=1865/tid=1867] ppid=1863 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/1865/task/1867/stat : 1867 (java) S 1863 1865 22930 0 -1 4202560 2786 0 1 0 10 0 0 0 20 0 22 0 340492562 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284395447448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1868] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1868/stat : 1868 (java) S 1863 1865 22930 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284379728808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1869] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1869/stat : 1869 (java) S 1863 1865 22930 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284378676264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1870] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1870/stat : 1870 (java) S 1863 1865 22930 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284377623208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1871] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1871/stat : 1871 (java) S 1863 1865 22930 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284376570664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1872] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1872/stat : 1872 (java) S 1863 1865 22930 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284375517608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1873] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1873/stat : 1873 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284374465064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1874] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1874/stat : 1874 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284373412008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1875] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1875/stat : 1875 (java) S 1863 1865 22930 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284372359464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1876] ppid=1863 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/1865/task/1876/stat : 1876 (java) S 1863 1865 22930 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 22 0 340492564 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284242385768 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1877] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1877/stat : 1877 (java) S 1863 1865 22930 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340492565 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284241332088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1878] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1878/stat : 1878 (java) S 1863 1865 22930 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340492565 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284240278920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1879] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1879/stat : 1879 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492567 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284239227664 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1880] ppid=1863 vsize=2966184 CPUtime=0.65 cores=0,2,4,6
/proc/1865/task/1880/stat : 1880 (java) S 1863 1865 22930 0 -1 4202560 4830 0 0 0 65 0 0 0 20 0 22 0 340492567 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284238174520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1881] ppid=1863 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/1865/task/1881/stat : 1881 (java) S 1863 1865 22930 0 -1 4202560 11864 0 0 0 85 2 0 0 20 0 22 0 340492568 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140284237121976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1882] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1882/stat : 1882 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492568 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140283362666744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1883] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1883/stat : 1883 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492568 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140283361614408 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1884] ppid=1863 vsize=2966184 CPUtime=2.85 cores=0,2,4,6
/proc/1865/task/1884/stat : 1884 (java) R 1863 1865 22930 0 -1 4202560 54 0 0 0 285 0 0 0 20 0 22 0 340492575 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140283360559952 140284252944142 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1885] ppid=1863 vsize=2966184 CPUtime=2.85 cores=0,2,4,6
/proc/1865/task/1885/stat : 1885 (java) R 1863 1865 22930 0 -1 4202560 230 0 0 0 281 4 0 0 20 0 22 0 340492575 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140283359505616 140284252332486 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1886] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1886/stat : 1886 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492575 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140283358455080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1887] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1887/stat : 1887 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492575 3037372416 103200 33554432000 1073741824 1073778376 140735609001216 140283357402536 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.49
Current children cumulated vsize (KiB) 2966184

[startup+6.30086 s]
/proc/loadavg: 4.05 3.95 3.86 5/219 1887
/proc/meminfo: memFree=27573588/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=2966184 CPUtime=13.93 cores=0,2,4,6
/proc/1865/stat : 1865 (java) S 1863 1865 22930 0 -1 4202496 21099 0 1 0 1382 11 0 0 20 0 22 0 340492560 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140735608992352 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 741546 106042 2273 9 0 732240 0
[pid=1865/tid=1867] ppid=1863 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/1865/task/1867/stat : 1867 (java) S 1863 1865 22930 0 -1 4202560 2786 0 1 0 10 0 0 0 20 0 22 0 340492562 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284395447448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1868] ppid=1863 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/1865/task/1868/stat : 1868 (java) S 1863 1865 22930 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 340492563 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284379728808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1869] ppid=1863 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/1865/task/1869/stat : 1869 (java) S 1863 1865 22930 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 340492563 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284378676264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1870] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1870/stat : 1870 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284377623208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1871] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1871/stat : 1871 (java) S 1863 1865 22930 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284376570664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1872] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1872/stat : 1872 (java) S 1863 1865 22930 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284375517608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1873] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1873/stat : 1873 (java) S 1863 1865 22930 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284374465064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1874] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1874/stat : 1874 (java) S 1863 1865 22930 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284373412008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1875] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1875/stat : 1875 (java) S 1863 1865 22930 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 340492563 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284372359464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1876] ppid=1863 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/1865/task/1876/stat : 1876 (java) S 1863 1865 22930 0 -1 4202560 38 0 0 0 12 0 0 0 20 0 22 0 340492564 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284242385768 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1877] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1877/stat : 1877 (java) S 1863 1865 22930 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340492565 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284241332088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1878] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1878/stat : 1878 (java) S 1863 1865 22930 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340492565 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284240278920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1879] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1879/stat : 1879 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492567 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284239227664 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1880] ppid=1863 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/1865/task/1880/stat : 1880 (java) S 1863 1865 22930 0 -1 4202560 4839 0 0 0 73 0 0 0 20 0 22 0 340492567 3037372416 106042 33554432000 1073741824 1073778376 140735609001216 140284238174520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=1865/tid=1881] ppid=1863 vsize=2966184 CPUtime=1.47 cores=0,2,4,6
/proc/1865/task/1881/stat : 1881 (java) S 1863 1865 22930 0 -1 4202560 17621 0 0 0 143 4 0 0 20 0 22 0 340492568 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284237121976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1882] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1882/stat : 1882 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492568 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283362666744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1883] ppid=1863 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/1865/task/1883/stat : 1883 (java) S 1863 1865 22930 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 340492568 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283361614408 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1884] ppid=1863 vsize=2966184 CPUtime=50.16 cores=0,2,4,6
/proc/1865/task/1884/stat : 1884 (java) R 1863 1865 22930 0 -1 4202560 82 0 0 0 5015 1 0 0 20 0 22 0 340492575 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283360560072 140284252954096 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1885] ppid=1863 vsize=2966184 CPUtime=50.19 cores=0,2,4,6
/proc/1865/task/1885/stat : 1885 (java) R 1863 1865 22930 0 -1 4202560 277 0 0 0 5014 5 0 0 20 0 22 0 340492575 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283359505736 140284252954001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1886] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1886/stat : 1886 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492575 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283358455080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1887] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1887/stat : 1887 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492575 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283357402536 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 105.91
Current children cumulated vsize (KiB) 2966184

[startup+54.3008 s]
/proc/loadavg: 3.68 3.88 3.84 4/218 1887
/proc/meminfo: memFree=27425436/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=2966184 CPUtime=109.1 cores=0,2,4,6
/proc/1865/stat : 1865 (java) S 1863 1865 22930 0 -1 4202496 27100 0 1 0 10890 20 0 0 20 0 22 0 340492560 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140735608992352 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 741546 140881 2273 9 0 732240 0
[pid=1865/tid=1867] ppid=1863 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/1865/task/1867/stat : 1867 (java) S 1863 1865 22930 0 -1 4202560 2786 0 1 0 10 0 0 0 20 0 22 0 340492562 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284395447448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1868] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1868/stat : 1868 (java) S 1863 1865 22930 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 22 0 340492563 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284379728808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1869] ppid=1863 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/1865/task/1869/stat : 1869 (java) S 1863 1865 22930 0 -1 4202560 35 0 0 0 13 0 0 0 20 0 22 0 340492563 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284378676264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1870] ppid=1863 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/1865/task/1870/stat : 1870 (java) S 1863 1865 22930 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 22 0 340492563 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284377623208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1871] ppid=1863 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/1865/task/1871/stat : 1871 (java) S 1863 1865 22930 0 -1 4202560 39 0 0 0 12 0 0 0 20 0 22 0 340492563 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284376570664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1872] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1872/stat : 1872 (java) S 1863 1865 22930 0 -1 4202560 30 0 0 0 10 1 0 0 20 0 22 0 340492563 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284375517608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1873] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1873/stat : 1873 (java) S 1863 1865 22930 0 -1 4202560 20 0 0 0 11 0 0 0 20 0 22 0 340492563 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284374465064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1874] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1874/stat : 1874 (java) S 1863 1865 22930 0 -1 4202560 13 0 0 0 11 0 0 0 20 0 22 0 340492563 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284373412008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1875] ppid=1863 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/1865/task/1875/stat : 1875 (java) S 1863 1865 22930 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 22 0 340492563 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284372359464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1876] ppid=1863 vsize=2966184 CPUtime=1.89 cores=0,2,4,6
/proc/1865/task/1876/stat : 1876 (java) S 1863 1865 22930 0 -1 4202560 61 0 0 0 186 3 0 0 20 0 22 0 340492564 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284242385768 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1877] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1877/stat : 1877 (java) S 1863 1865 22930 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340492565 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284241332088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1878] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1878/stat : 1878 (java) S 1863 1865 22930 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340492565 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284240278920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1879] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1879/stat : 1879 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492567 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284239227664 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1880] ppid=1863 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/1865/task/1880/stat : 1880 (java) S 1863 1865 22930 0 -1 4202560 4862 0 0 0 78 1 0 0 20 0 22 0 340492567 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284238174520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1881] ppid=1863 vsize=2966184 CPUtime=1.47 cores=0,2,4,6
/proc/1865/task/1881/stat : 1881 (java) S 1863 1865 22930 0 -1 4202560 17621 0 0 0 143 4 0 0 20 0 22 0 340492568 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140284237121976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1882] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1882/stat : 1882 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340492568 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283362666744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1883] ppid=1863 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/1865/task/1883/stat : 1883 (java) S 1863 1865 22930 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 22 0 340492568 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283361614408 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1884] ppid=1863 vsize=2966184 CPUtime=51.75 cores=0,2,4,6
/proc/1865/task/1884/stat : 1884 (java) R 1863 1865 22930 0 -1 4202560 82 0 0 0 5174 1 0 0 20 0 22 0 340492575 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283360559952 140284252954001 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1885] ppid=1863 vsize=2966184 CPUtime=51.78 cores=0,2,4,6
/proc/1865/task/1885/stat : 1885 (java) R 1863 1865 22930 0 -1 4202560 277 0 0 0 5173 5 0 0 20 0 22 0 340492575 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283359505616 140284252342450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1886] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1886/stat : 1886 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492575 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283358455080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1887] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1887/stat : 1887 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340492575 3037372416 140881 33554432000 1073741824 1073778376 140735609001216 140283357402536 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 109.1
Current children cumulated vsize (KiB) 2966184

[startup+54.7007 s]
/proc/loadavg: 3.68 3.88 3.84 4/218 1887
/proc/meminfo: memFree=27425436/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=2966184 CPUtime=108.91 cores=0,2,4,6
/proc/1865/stat : 1865 (java) S 1863 1865 22930 0 -1 4202496 27101 0 1 0 10870 21 0 0 20 0 20 0 340492560 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140735608992352 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 741546 140870 2274 9 0 732240 0
[pid=1865/tid=1867] ppid=1863 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/1865/task/1867/stat : 1867 (java) S 1863 1865 22930 0 -1 4202560 2786 0 1 0 10 0 0 0 20 0 20 0 340492562 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284395447448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1868] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1868/stat : 1868 (java) S 1863 1865 22930 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284379728808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1869] ppid=1863 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/1865/task/1869/stat : 1869 (java) S 1863 1865 22930 0 -1 4202560 35 0 0 0 13 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284378676264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1870] ppid=1863 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/1865/task/1870/stat : 1870 (java) S 1863 1865 22930 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284377623208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1871] ppid=1863 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/1865/task/1871/stat : 1871 (java) S 1863 1865 22930 0 -1 4202560 39 0 0 0 12 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284376570664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1872] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1872/stat : 1872 (java) S 1863 1865 22930 0 -1 4202560 30 0 0 0 10 1 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284375517608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1873] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1873/stat : 1873 (java) S 1863 1865 22930 0 -1 4202560 20 0 0 0 11 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284374465064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1874] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1874/stat : 1874 (java) S 1863 1865 22930 0 -1 4202560 13 0 0 0 11 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284373412008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1875] ppid=1863 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/1865/task/1875/stat : 1875 (java) S 1863 1865 22930 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284372359464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1876] ppid=1863 vsize=2966184 CPUtime=1.89 cores=0,2,4,6
/proc/1865/task/1876/stat : 1876 (java) S 1863 1865 22930 0 -1 4202560 61 0 0 0 186 3 0 0 20 0 20 0 340492564 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284242385768 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1877] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1877/stat : 1877 (java) S 1863 1865 22930 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340492565 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284241332088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1878] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1878/stat : 1878 (java) S 1863 1865 22930 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340492565 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284240278920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1879] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1879/stat : 1879 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340492567 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284239227664 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1880] ppid=1863 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/1865/task/1880/stat : 1880 (java) S 1863 1865 22930 0 -1 4202560 4862 0 0 0 78 1 0 0 20 0 20 0 340492567 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284238174520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1881] ppid=1863 vsize=2966184 CPUtime=1.47 cores=0,2,4,6
/proc/1865/task/1881/stat : 1881 (java) S 1863 1865 22930 0 -1 4202560 17621 0 0 0 143 4 0 0 20 0 20 0 340492568 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284237121976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1882] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1882/stat : 1882 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340492568 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140283362666744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1883] ppid=1863 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/1865/task/1883/stat : 1883 (java) S 1863 1865 22930 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 20 0 340492568 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140283361614408 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1886] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1886/stat : 1886 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340492575 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140283358455080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1887] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1887/stat : 1887 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340492575 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140283357402536 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 108.91
Current children cumulated vsize (KiB) 2966184

[startup+55.1007 s]
/proc/loadavg: 3.68 3.88 3.84 2/216 1887
/proc/meminfo: memFree=27425560/32873844 swapFree=7120/7120
[pid=1865] ppid=1863 vsize=2966184 CPUtime=108.91 cores=0,2,4,6
/proc/1865/stat : 1865 (java) S 1863 1865 22930 0 -1 4202496 27101 0 1 0 10870 21 0 0 20 0 20 0 340492560 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140735608992352 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/1865/statm: 741546 140870 2274 9 0 732240 0
[pid=1865/tid=1867] ppid=1863 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/1865/task/1867/stat : 1867 (java) S 1863 1865 22930 0 -1 4202560 2786 0 1 0 10 0 0 0 20 0 20 0 340492562 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284395447448 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1868] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1868/stat : 1868 (java) S 1863 1865 22930 0 -1 4202560 30 0 0 0 11 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284379728808 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1869] ppid=1863 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/1865/task/1869/stat : 1869 (java) S 1863 1865 22930 0 -1 4202560 35 0 0 0 13 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284378676264 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1870] ppid=1863 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/1865/task/1870/stat : 1870 (java) S 1863 1865 22930 0 -1 4202560 18 0 0 0 9 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284377623208 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1871] ppid=1863 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/1865/task/1871/stat : 1871 (java) S 1863 1865 22930 0 -1 4202560 39 0 0 0 12 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284376570664 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1872] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1872/stat : 1872 (java) S 1863 1865 22930 0 -1 4202560 30 0 0 0 10 1 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284375517608 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1873] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1873/stat : 1873 (java) S 1863 1865 22930 0 -1 4202560 20 0 0 0 11 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284374465064 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1874] ppid=1863 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/1865/task/1874/stat : 1874 (java) S 1863 1865 22930 0 -1 4202560 13 0 0 0 11 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284373412008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1875] ppid=1863 vsize=2966184 CPUtime=0.09 cores=0,2,4,6
/proc/1865/task/1875/stat : 1875 (java) S 1863 1865 22930 0 -1 4202560 34 0 0 0 9 0 0 0 20 0 20 0 340492563 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284372359464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1876] ppid=1863 vsize=2966184 CPUtime=1.89 cores=0,2,4,6
/proc/1865/task/1876/stat : 1876 (java) S 1863 1865 22930 0 -1 4202560 61 0 0 0 186 3 0 0 20 0 20 0 340492564 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284242385768 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1877] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1877/stat : 1877 (java) S 1863 1865 22930 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 340492565 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284241332088 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1878] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1878/stat : 1878 (java) S 1863 1865 22930 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 340492565 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284240278920 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1879] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1879/stat : 1879 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340492567 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284239227664 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1880] ppid=1863 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/1865/task/1880/stat : 1880 (java) S 1863 1865 22930 0 -1 4202560 4862 0 0 0 78 1 0 0 20 0 20 0 340492567 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284238174520 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1881] ppid=1863 vsize=2966184 CPUtime=1.47 cores=0,2,4,6
/proc/1865/task/1881/stat : 1881 (java) S 1863 1865 22930 0 -1 4202560 17621 0 0 0 143 4 0 0 20 0 20 0 340492568 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140284237121976 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1865/tid=1882] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1882/stat : 1882 (java) S 1863 1865 22930 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 340492568 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140283362666744 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1865/tid=1883] ppid=1863 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/1865/task/1883/stat : 1883 (java) S 1863 1865 22930 0 -1 4202560 3 0 0 0 1 0 0 0 20 0 20 0 340492568 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140283361614408 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1865/tid=1886] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1886/stat : 1886 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340492575 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140283358455080 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1865/tid=1887] ppid=1863 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/1865/task/1887/stat : 1887 (java) S 1863 1865 22930 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 340492575 3037372416 140870 33554432000 1073741824 1073778376 140735609001216 140283357402536 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 108.91
Current children cumulated vsize (KiB) 2966184

Child status: 10

# 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.190002
#  lost CPU user time (s): 0.200005
#  lost CPU system time (s): -0.00999999

Real time (s): 55.1843
CPU time (s): 109.237
CPU user time (s): 108.934
CPU system time (s): 0.302952
CPU usage (%): 197.95
Max. virtual memory (cumulated for all children) (KiB): 2966600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.734
system time used= 0.312952
maximum resident set size= 564544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27119
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= 2683
involuntary context switches= 3431

runsolver used 0.221966 second user time and 0.576912 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-03 19:14:37
IDJOB=3733566
IDBENCH=2565
IDSOLVER=2324
FILE ID=node142/3733566-1338743677
RUNJOBID= node142-1338736712-303
PBS_JOBID= 14636740
Free space on /tmp= 71192 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-MEDINT/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733566-1338743677/watcher-3733566-1338743677 -o /tmp/evaluation-result-3733566-1338743677/solver-3733566-1338743677 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733566-1338743677.opb

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

MD5SUM BENCH= 2318a0c7fc475c873b2fa45e5e7fe96e
RANDOM SEED=1007037727

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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	: 5391.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		: 2666.776
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.92
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.776
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.90
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.776
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		: 2666.776
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		: 2666.776
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:       32873844 kB
MemFree:        27983296 kB
Buffers:          367692 kB
Cached:          2824884 kB
SwapCached:            0 kB
Active:          2139416 kB
Inactive:        1930136 kB
Active(anon):     867924 kB
Inactive(anon):    11220 kB
Active(file):    1271492 kB
Inactive(file):  1918916 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               156 kB
Writeback:             0 kB
AnonPages:        883372 kB
Mapped:            18544 kB
Shmem:               200 kB
Slab:             681348 kB
SReclaimable:     123076 kB
SUnreclaim:       558272 kB
KernelStack:        1624 kB
PageTables:         5912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 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= 71188 MiB
End job on node142 at 2012-06-03 19:15:32