Trace number 3730868

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 1021.58 510.928

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.8.accl.ucl.opb
MD5SUMb2fe1642a1ae97e0b20cfe37f07bcc49
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark60.24
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables21380
Total number of constraints60984
Number of constraints which are clauses58828
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2156
Minimum length of a constraint1
Maximum length of a constraint13
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 73
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 262
Number of bits of the biggest sum of numbers9
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3730868-1338731706.opb
0.11/0.10	c reading problem ... 
1.40/0.77	c ... done. Wall clock time 0.671s.
1.40/0.77	c #vars     21380
1.40/0.77	c #constraints  60984
1.40/0.77	c constraints type 
1.40/0.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
1.40/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
1.40/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
1.40/0.77	c constraints type 
1.40/0.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
1.40/0.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
1.40/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
8.02/3.29	c cleaning 2486 clauses out of 4998 with flag 5000/5000
13.93/6.11	c cleaning 4249 clauses out of 8512 with flag 11000/11000
17.92/8.13	c cleaning 0 clauses out of 4996 with flag 0/5000
19.48/8.81	c cleaning 5612 clauses out of 11263 with flag 18000/18000
25.44/11.81	c cleaning 6824 clauses out of 13651 with flag 26000/26000
32.72/15.46	c cleaning 7894 clauses out of 15828 with flag 35002/35002
40.47/19.37	c cleaning 8938 clauses out of 17933 with flag 45001/45001
49.44/23.81	c cleaning 9976 clauses out of 19994 with flag 56000/56000
59.18/28.76	c cleaning 11004 clauses out of 22018 with flag 68000/68000
67.57/32.96	c cleaning 11970 clauses out of 24014 with flag 81001/81001
79.16/38.75	c cleaning 13010 clauses out of 26045 with flag 95002/95002
91.16/44.72	c cleaning 14005 clauses out of 28035 with flag 110002/110002
103.34/50.83	c cleaning 15014 clauses out of 30028 with flag 126000/126000
106.03/52.22	c cleaning 0 clauses out of 10996 with flag 0/11000
116.20/57.36	c cleaning 16000 clauses out of 32015 with flag 143001/143001
129.63/64.01	c cleaning 16975 clauses out of 34013 with flag 161000/161000
145.18/71.89	c cleaning 17992 clauses out of 36038 with flag 180000/180000
160.73/79.62	c cleaning 18998 clauses out of 38046 with flag 200000/200000
174.90/86.75	c cleaning 20014 clauses out of 40049 with flag 221001/221001
187.66/93.11	c cleaning 20995 clauses out of 42036 with flag 243002/243002
207.62/103.11	c cleaning 22002 clauses out of 44039 with flag 266000/266000
222.22/110.46	c cleaning 23004 clauses out of 46037 with flag 290000/290000
242.11/120.36	c cleaning 24004 clauses out of 48035 with flag 315002/315002
262.51/130.57	c cleaning 25001 clauses out of 50029 with flag 341000/341000
288.69/143.68	c cleaning 25989 clauses out of 52029 with flag 368001/368001
298.00/148.37	c cleaning 0 clauses out of 17998 with flag 0/18002
316.16/157.47	c cleaning 27002 clauses out of 54039 with flag 396000/396000
336.40/167.50	c cleaning 28010 clauses out of 56037 with flag 425000/425000
363.96/181.35	c cleaning 28998 clauses out of 58028 with flag 455001/455001
385.82/192.27	c cleaning 29999 clauses out of 60030 with flag 486001/486001
420.55/209.57	c cleaning 31002 clauses out of 62031 with flag 518001/518001
449.79/224.12	c cleaning 32002 clauses out of 64028 with flag 551000/551000
474.70/236.68	c cleaning 32982 clauses out of 66027 with flag 585001/585001
508.45/253.41	c cleaning 34011 clauses out of 68045 with flag 620001/620001
542.30/270.30	c cleaning 34981 clauses out of 70034 with flag 656001/656001
572.72/285.59	c cleaning 36016 clauses out of 72052 with flag 693000/693000
601.63/300.00	c cleaning 37012 clauses out of 74037 with flag 731001/731001
644.23/321.22	c cleaning 38007 clauses out of 76025 with flag 770001/770001
683.52/340.88	c cleaning 38995 clauses out of 78017 with flag 810000/810000
717.34/357.79	c cleaning 0 clauses out of 25996 with flag 0/26000
723.24/360.83	c cleaning 39991 clauses out of 80022 with flag 851000/851000
763.34/380.84	c cleaning 41017 clauses out of 82033 with flag 893002/893002
796.25/397.26	c cleaning 42002 clauses out of 84014 with flag 936000/936000
837.86/417.94	c cleaning 43000 clauses out of 86013 with flag 980001/980001
882.49/440.26	c cleaning 43995 clauses out of 88014 with flag 1025002/1025002
928.65/463.25	c cleaning 44965 clauses out of 90017 with flag 1071001/1071001
964.64/481.19	c cleaning 46012 clauses out of 92051 with flag 1118000/1118000
1015.52/506.42	c cleaning 47013 clauses out of 94039 with flag 1166002/1166002
1019.95/508.82	c And the winner is Resolution
1021.32/510.89	c starts		: 189
1021.32/510.89	c conflicts		: 1169765
1021.32/510.89	c decisions		: 2775834
1021.32/510.89	c propagations		: 518884116
1021.32/510.89	c inspects		: 2736831150
1021.32/510.89	c learnt literals	: 11
1021.32/510.89	c learnt binary clauses	: 103
1021.32/510.89	c learnt ternary clauses	: 470
1021.32/510.89	c learnt clauses	: 1169753
1021.32/510.89	c ignored clauses	: 0
1021.32/510.89	c root simplifications	: 0
1021.32/510.89	c removed literals (reason simplification)	: 35558328
1021.32/510.89	c reason swapping (by a shorter reason)	: 0
1021.32/510.89	c Calls to reduceDB	: 44
1021.32/510.89	c number of reductions to clauses (during analyze)	: 0
1021.32/510.89	c number of learned constraints concerned by reduction	: 0
1021.32/510.89	c number of learning phase by resolution	: 0
1021.32/510.89	c number of learning phase by cutting planes	: 0
1021.32/510.89	c speed (assignments/second)	: 1017188.4747782857
1021.32/510.89	c non guided choices	4533
1021.35/510.91	c learnt constraints type 
1021.35/510.91	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 50682
1021.35/510.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 103
1021.35/510.91	c constraints type 
1021.35/510.91	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19039
1021.35/510.91	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39788
1021.35/510.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
1021.35/510.91	c constraints type 
1021.35/510.91	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39788
1021.35/510.91	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19039
1021.35/510.91	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2156
1021.35/510.91	s UNSATISFIABLE
1021.35/510.91	c Total wall clock time (in seconds): 510.81

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3730868-1338731706/watcher-3730868-1338731706 -o /tmp/evaluation-result-3730868-1338731706/solver-3730868-1338731706 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730868-1338731706.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.18 4.07 3.94 3/197 15407
/proc/meminfo: memFree=30853776/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/15407/stat : 15407 (java) R 15405 15407 3958 0 -1 4202496 980 0 0 0 0 0 0 0 20 0 1 0 339296617 23793664 706 33554432000 1073741824 1073778376 140736806673328 140736806662392 217401308520 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 5809 706 521 9 0 128 0

[startup+0.0175 s]
/proc/loadavg: 4.18 4.07 3.94 3/197 15407
/proc/meminfo: memFree=30853776/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=2158136 CPUtime=0 cores=1,3,5,7
/proc/15407/stat : 15407 (java) S 15405 15407 3958 0 -1 4202496 3007 0 1 0 0 0 0 0 20 0 10 0 339296617 2209931264 3705 33554432000 1073741824 1073778376 140736806673328 140736806664464 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 539534 3714 1142 9 0 530235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100199 s]
/proc/loadavg: 4.18 4.07 3.94 3/197 15407
/proc/meminfo: memFree=30853776/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/15407/stat : 15407 (java) S 15405 15407 3958 0 -1 4202496 4844 0 1 0 10 1 0 0 20 0 18 0 339296617 2764726272 6526 33554432000 1073741824 1073778376 140736806673328 140736806664464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 674982 6526 2142 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300185 s]
/proc/loadavg: 4.18 4.07 3.94 3/197 15407
/proc/meminfo: memFree=30853776/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=2699928 CPUtime=0.51 cores=1,3,5,7
/proc/15407/stat : 15407 (java) S 15405 15407 3958 0 -1 4202496 6207 0 1 0 50 1 0 0 20 0 18 0 339296617 2764726272 9729 33554432000 1073741824 1073778376 140736806673328 140736806664464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 674982 9729 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700235 s]
/proc/loadavg: 4.18 4.07 3.94 3/197 15407
/proc/meminfo: memFree=30853776/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=2699928 CPUtime=1.4 cores=1,3,5,7
/proc/15407/stat : 15407 (java) S 15405 15407 3958 0 -1 4202496 14314 0 1 0 136 4 0 0 20 0 18 0 339296617 2764726272 46733 33554432000 1073741824 1073778376 140736806673328 140736806664464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 674982 47245 2241 9 0 665676 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 2699928

[startup+1.50079 s]
/proc/loadavg: 4.18 4.07 3.94 6/219 15429
/proc/meminfo: memFree=30631440/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=2966184 CPUtime=4.05 cores=1,3,5,7
/proc/15407/stat : 15407 (java) S 15405 15407 3958 0 -1 4202496 17248 0 1 0 395 10 0 0 20 0 22 0 339296617 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140736806664464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 741546 103830 2268 9 0 732240 0
[pid=15407/tid=15409] ppid=15405 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/15407/task/15409/stat : 15409 (java) S 15405 15407 3958 0 -1 4202560 2871 0 1 0 72 3 0 0 20 0 22 0 339296618 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140576125613208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15410] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339296618 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140576109893800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15411] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339296618 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140576108841256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15412] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339296618 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140576107788712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15413] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 3958 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 339296618 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140576106736168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15414] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339296618 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140576105683624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15415] ppid=15405 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 3958 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 339296618 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140576104631080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15416] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339296618 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140576103578536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15417] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339296618 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140576102525992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15418] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339296619 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575971985512 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15419] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339296620 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575970931832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15420] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339296620 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575969879176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15421] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15421/stat : 15421 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339296622 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575968827920 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15422] ppid=15405 vsize=2966184 CPUtime=0.85 cores=1,3,5,7
/proc/15407/task/15422/stat : 15422 (java) S 15405 15407 3958 0 -1 4202560 6156 0 0 0 85 0 0 0 20 0 22 0 339296622 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575967775288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15423] ppid=15405 vsize=2966184 CPUtime=0.91 cores=1,3,5,7
/proc/15407/task/15423/stat : 15423 (java) R 15405 15407 3958 0 -1 4202560 6765 0 0 0 90 1 0 0 20 0 22 0 339296622 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575966710496 140576131459327 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15424] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15424/stat : 15424 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339296622 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575965670392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15425] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15425/stat : 15425 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339296622 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575964618056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15426] ppid=15405 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/15407/task/15426/stat : 15426 (java) R 15405 15407 3958 0 -1 4202560 52 0 0 0 67 0 0 0 20 0 22 0 339296694 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575963560376 140575975062263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15427] ppid=15405 vsize=2966184 CPUtime=0.68 cores=1,3,5,7
/proc/15407/task/15427/stat : 15427 (java) R 15405 15407 3958 0 -1 4202560 124 0 0 0 65 3 0 0 20 0 22 0 339296694 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575962508760 140575974964857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15428] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15428/stat : 15428 (java) S 15405 15407 3958 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339296697 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575961457704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15429] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15429/stat : 15429 (java) S 15405 15407 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339296697 3037372416 103830 33554432000 1073741824 1073778376 140736806673328 140575960405160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 2966184

[startup+3.10076 s]
/proc/loadavg: 4.18 4.07 3.94 7/219 15429
/proc/meminfo: memFree=30417396/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=2966184 CPUtime=7.81 cores=1,3,5,7
/proc/15407/stat : 15407 (java) S 15405 15407 3958 0 -1 4202496 19524 0 1 0 766 15 0 0 20 0 22 0 339296617 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140736806664464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 741546 111507 2271 9 0 732240 0
[pid=15407/tid=15409] ppid=15405 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/15407/task/15409/stat : 15409 (java) S 15405 15407 3958 0 -1 4202560 2871 0 1 0 72 3 0 0 20 0 22 0 339296618 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140576125613208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15410] ppid=15405 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 3958 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 339296618 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140576109893800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15411] ppid=15405 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 3958 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 339296618 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140576108841256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15412] ppid=15405 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 3958 0 -1 4202560 20 0 0 0 4 1 0 0 20 0 22 0 339296618 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140576107788712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15413] ppid=15405 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 3958 0 -1 4202560 15 0 0 0 6 0 0 0 20 0 22 0 339296618 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140576106736168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15414] ppid=15405 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 3958 0 -1 4202560 19 0 0 0 6 0 0 0 20 0 22 0 339296618 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140576105683624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15415] ppid=15405 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 3958 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 339296618 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140576104631080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15416] ppid=15405 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 3958 0 -1 4202560 20 0 0 0 5 2 0 0 20 0 22 0 339296618 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140576103578536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15417] ppid=15405 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 3958 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 339296618 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140576102525992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15418] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339296619 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575971985512 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15419] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339296620 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575970931832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15420] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339296620 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575969879176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15421] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15421/stat : 15421 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339296622 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575968827920 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15422] ppid=15405 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/15407/task/15422/stat : 15422 (java) S 15405 15407 3958 0 -1 4202560 7756 0 0 0 106 2 0 0 20 0 22 0 339296622 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575967775288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15423] ppid=15405 vsize=2966184 CPUtime=1.1 cores=1,3,5,7
/proc/15407/task/15423/stat : 15423 (java) S 15405 15407 3958 0 -1 4202560 7367 0 0 0 109 1 0 0 20 0 22 0 339296622 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575966722744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15424] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15424/stat : 15424 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339296622 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575965670392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15425] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15425/stat : 15425 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339296622 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575964618056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15426] ppid=15405 vsize=2966184 CPUtime=2.18 cores=1,3,5,7
/proc/15407/task/15426/stat : 15426 (java) R 15405 15407 3958 0 -1 4202560 55 0 0 0 216 2 0 0 20 0 22 0 339296694 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575963560008 140575974868425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15427] ppid=15405 vsize=2966184 CPUtime=2.18 cores=1,3,5,7
/proc/15407/task/15427/stat : 15427 (java) R 15405 15407 3958 0 -1 4202560 128 0 0 0 215 3 0 0 20 0 22 0 339296694 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575962509400 140575975178076 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15428] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15428/stat : 15428 (java) S 15405 15407 3958 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339296697 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575961457704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15429] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15429/stat : 15429 (java) S 15405 15407 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339296697 3037372416 111507 33554432000 1073741824 1073778376 140736806673328 140575960405160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.81
Current children cumulated vsize (KiB) 2966184

[startup+6.30077 s]
/proc/loadavg: 4.16 4.06 3.94 5/219 15429
/proc/meminfo: memFree=30381776/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=2966184 CPUtime=14.27 cores=1,3,5,7
/proc/15407/stat : 15407 (java) S 15405 15407 3958 0 -1 4202496 19620 0 1 0 1410 17 0 0 20 0 22 0 339296617 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140736806664464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 741546 126089 2283 9 0 732240 0
[pid=15407/tid=15409] ppid=15405 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/15407/task/15409/stat : 15409 (java) S 15405 15407 3958 0 -1 4202560 2871 0 1 0 72 3 0 0 20 0 22 0 339296618 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140576125613208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15410] ppid=15405 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 3958 0 -1 4202560 21 0 0 0 6 0 0 0 20 0 22 0 339296618 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140576109893800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15411] ppid=15405 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 3958 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 22 0 339296618 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140576108841256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15412] ppid=15405 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 3958 0 -1 4202560 22 0 0 0 6 1 0 0 20 0 22 0 339296618 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140576107788712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15413] ppid=15405 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 3958 0 -1 4202560 18 0 0 0 8 0 0 0 20 0 22 0 339296618 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140576106736168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15414] ppid=15405 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 3958 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 22 0 339296618 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140576105683624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15415] ppid=15405 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 3958 0 -1 4202560 29 0 0 0 8 1 0 0 20 0 22 0 339296618 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140576104631080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15416] ppid=15405 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 3958 0 -1 4202560 26 0 0 0 9 2 0 0 20 0 22 0 339296618 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140576103578536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15417] ppid=15405 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 3958 0 -1 4202560 23 0 0 0 7 2 0 0 20 0 22 0 339296618 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140576102525992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15418] ppid=15405 vsize=2966184 CPUtime=0.16 cores=1,3,5,7
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 3958 0 -1 4202560 43 0 0 0 16 0 0 0 20 0 22 0 339296619 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140575971985512 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15419] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339296620 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140575970931832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15420] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339296620 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140575969879176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15421] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15421/stat : 15421 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339296622 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140575968827920 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15422] ppid=15405 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/15407/task/15422/stat : 15422 (java) S 15405 15407 3958 0 -1 4202560 7762 0 0 0 112 2 0 0 20 0 22 0 339296622 3037372416 126089 33554432000 1073741824 1073778376 140736806673328 140575967775288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 3958 0 -1 4202560 312 0 0 0 294 6 0 0 20 0 22 0 339296618 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140576103578536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15417] ppid=15405 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 3958 0 -1 4202560 279 0 0 0 295 4 0 0 20 0 22 0 339296618 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140576102525992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15418] ppid=15405 vsize=2966184 CPUtime=9.82 cores=1,3,5,7
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 3958 0 -1 4202560 21847 0 0 0 952 30 0 0 20 0 22 0 339296619 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575971985512 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15419] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339296620 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575970931832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15420] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339296620 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575969879176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15421] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15421/stat : 15421 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339296622 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575968827920 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15422] ppid=15405 vsize=2966184 CPUtime=1.21 cores=1,3,5,7
/proc/15407/task/15422/stat : 15422 (java) S 15405 15407 3958 0 -1 4202560 7775 0 0 0 119 2 0 0 20 0 22 0 339296622 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575967775288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15423] ppid=15405 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/15407/task/15423/stat : 15423 (java) S 15405 15407 3958 0 -1 4202560 10226 0 0 0 154 2 0 0 20 0 22 0 339296622 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575966722744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15424] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15424/stat : 15424 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339296622 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575965670392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15425] ppid=15405 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/15407/task/15425/stat : 15425 (java) S 15405 15407 3958 0 -1 4202560 29 0 0 0 6 14 0 0 20 0 22 0 339296622 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575964618056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15426] ppid=15405 vsize=2966184 CPUtime=491.15 cores=1,3,5,7
/proc/15407/task/15426/stat : 15426 (java) R 15405 15407 3958 0 -1 4202560 241 0 0 0 49105 10 0 0 20 0 22 0 339296694 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575963561072 140575974964853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15427] ppid=15405 vsize=2966184 CPUtime=491.13 cores=1,3,5,7
/proc/15407/task/15427/stat : 15427 (java) R 15405 15407 3958 0 -1 4202560 380 0 0 0 49101 12 0 0 20 0 22 0 339296694 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575962507712 140575975149218 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15428] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15428/stat : 15428 (java) S 15405 15407 3958 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339296697 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575961457704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15429] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15429/stat : 15429 (java) S 15405 15407 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339296697 3037372416 180822 33554432000 1073741824 1073778376 140736806673328 140575960405160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1019.75
Current children cumulated vsize (KiB) 2966184

[startup+510.301 s]
/proc/loadavg: 3.95 3.91 3.90 2/217 15638
/proc/meminfo: memFree=29991648/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=2966184 CPUtime=1021.32 cores=1,3,5,7
/proc/15407/stat : 15407 (java) S 15405 15407 3958 0 -1 4202496 46933 0 1 0 102028 104 0 0 20 0 20 0 339296617 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140736806664464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 741546 180811 2284 9 0 732240 0
[pid=15407/tid=15409] ppid=15405 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/15407/task/15409/stat : 15409 (java) S 15405 15407 3958 0 -1 4202560 2882 0 1 0 73 3 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576125613208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15410] ppid=15405 vsize=2966184 CPUtime=3.02 cores=1,3,5,7
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 3958 0 -1 4202560 300 0 0 0 297 5 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576109893800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15411] ppid=15405 vsize=2966184 CPUtime=2.94 cores=1,3,5,7
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 3958 0 -1 4202560 290 0 0 0 290 4 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576108841256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15412] ppid=15405 vsize=2966184 CPUtime=2.93 cores=1,3,5,7
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 3958 0 -1 4202560 293 0 0 0 288 5 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576107788712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15413] ppid=15405 vsize=2966184 CPUtime=2.85 cores=1,3,5,7
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 3958 0 -1 4202560 302 0 0 0 280 5 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576106736168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15414] ppid=15405 vsize=2966184 CPUtime=3.12 cores=1,3,5,7
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 3958 0 -1 4202560 289 0 0 0 308 4 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576105683624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15415] ppid=15405 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 3958 0 -1 4202560 291 0 0 0 310 5 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576104631080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15416] ppid=15405 vsize=2966184 CPUtime=3 cores=1,3,5,7
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 3958 0 -1 4202560 312 0 0 0 294 6 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576103578536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15417] ppid=15405 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 3958 0 -1 4202560 279 0 0 0 295 4 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576102525992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15418] ppid=15405 vsize=2966184 CPUtime=9.82 cores=1,3,5,7
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 3958 0 -1 4202560 21847 0 0 0 952 30 0 0 20 0 20 0 339296619 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575971985512 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15419] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339296620 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575970931832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15420] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 339296620 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575969879176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15421] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15421/stat : 15421 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339296622 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575968827920 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15422] ppid=15405 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/15407/task/15422/stat : 15422 (java) S 15405 15407 3958 0 -1 4202560 7776 0 0 0 120 2 0 0 20 0 20 0 339296622 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575967775288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15423] ppid=15405 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/15407/task/15423/stat : 15423 (java) S 15405 15407 3958 0 -1 4202560 10226 0 0 0 154 2 0 0 20 0 20 0 339296622 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575966722744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15424] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15424/stat : 15424 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339296622 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575965670392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15425] ppid=15405 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/15407/task/15425/stat : 15425 (java) S 15405 15407 3958 0 -1 4202560 29 0 0 0 6 14 0 0 20 0 20 0 339296622 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575964618056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15428] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15428/stat : 15428 (java) S 15405 15407 3958 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 339296697 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575961457704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15429] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15429/stat : 15429 (java) S 15405 15407 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339296697 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575960405160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1021.32
Current children cumulated vsize (KiB) 2966184

[startup+510.701 s]
/proc/loadavg: 3.95 3.91 3.90 2/217 15638
/proc/meminfo: memFree=29991648/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=2966184 CPUtime=1021.32 cores=1,3,5,7
/proc/15407/stat : 15407 (java) S 15405 15407 3958 0 -1 4202496 46933 0 1 0 102028 104 0 0 20 0 20 0 339296617 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140736806664464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 741546 180811 2284 9 0 732240 0
[pid=15407/tid=15409] ppid=15405 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/15407/task/15409/stat : 15409 (java) S 15405 15407 3958 0 -1 4202560 2882 0 1 0 73 3 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576125613208 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15410] ppid=15405 vsize=2966184 CPUtime=3.02 cores=1,3,5,7
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 3958 0 -1 4202560 300 0 0 0 297 5 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576109893800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15411] ppid=15405 vsize=2966184 CPUtime=2.94 cores=1,3,5,7
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 3958 0 -1 4202560 290 0 0 0 290 4 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576108841256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15412] ppid=15405 vsize=2966184 CPUtime=2.93 cores=1,3,5,7
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 3958 0 -1 4202560 293 0 0 0 288 5 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576107788712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15413] ppid=15405 vsize=2966184 CPUtime=2.85 cores=1,3,5,7
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 3958 0 -1 4202560 302 0 0 0 280 5 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576106736168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15414] ppid=15405 vsize=2966184 CPUtime=3.12 cores=1,3,5,7
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 3958 0 -1 4202560 289 0 0 0 308 4 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576105683624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15415] ppid=15405 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 3958 0 -1 4202560 291 0 0 0 310 5 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576104631080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15416] ppid=15405 vsize=2966184 CPUtime=3 cores=1,3,5,7
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 3958 0 -1 4202560 312 0 0 0 294 6 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576103578536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15417] ppid=15405 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 3958 0 -1 4202560 279 0 0 0 295 4 0 0 20 0 20 0 339296618 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140576102525992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15418] ppid=15405 vsize=2966184 CPUtime=9.82 cores=1,3,5,7
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 3958 0 -1 4202560 21847 0 0 0 952 30 0 0 20 0 20 0 339296619 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575971985512 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15419] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339296620 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575970931832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15420] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 339296620 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575969879176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15421] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15421/stat : 15421 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339296622 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575968827920 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15422] ppid=15405 vsize=2966184 CPUtime=1.22 cores=1,3,5,7
/proc/15407/task/15422/stat : 15422 (java) S 15405 15407 3958 0 -1 4202560 7776 0 0 0 120 2 0 0 20 0 20 0 339296622 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575967775288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15423] ppid=15405 vsize=2966184 CPUtime=1.56 cores=1,3,5,7
/proc/15407/task/15423/stat : 15423 (java) S 15405 15407 3958 0 -1 4202560 10226 0 0 0 154 2 0 0 20 0 20 0 339296622 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575966722744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15424] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15424/stat : 15424 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339296622 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575965670392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15425] ppid=15405 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/15407/task/15425/stat : 15425 (java) S 15405 15407 3958 0 -1 4202560 29 0 0 0 6 14 0 0 20 0 20 0 339296622 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575964618056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15428] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15428/stat : 15428 (java) S 15405 15407 3958 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 20 0 339296697 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575961457704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15429] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15429/stat : 15429 (java) S 15405 15407 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339296697 3037372416 180811 33554432000 1073741824 1073778376 140736806673328 140575960405160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1021.32
Current children cumulated vsize (KiB) 2966184

[startup+510.907 s]
/proc/loadavg: 3.95 3.91 3.90 2/217 15638
/proc/meminfo: memFree=29991648/32873648 swapFree=7628/7628
[pid=15407] ppid=15405 vsize=2966184 CPUtime=1021.35 cores=1,3,5,7
/proc/15407/stat : 15407 (java) S 15405 15407 3958 0 -1 4202496 46936 0 1 0 102031 104 0 0 20 0 21 0 339296617 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140736806664464 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/15407/statm: 741546 180814 2285 9 0 732240 0
[pid=15407/tid=15409] ppid=15405 vsize=2966184 CPUtime=0.76 cores=1,3,5,7
/proc/15407/task/15409/stat : 15409 (java) S 15405 15407 3958 0 -1 4202560 2882 0 1 0 73 3 0 0 20 0 21 0 339296618 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140576125612760 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15410] ppid=15405 vsize=2966184 CPUtime=3.02 cores=1,3,5,7
/proc/15407/task/15410/stat : 15410 (java) S 15405 15407 3958 0 -1 4202560 300 0 0 0 297 5 0 0 20 0 21 0 339296618 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140576109893800 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15411] ppid=15405 vsize=2966184 CPUtime=2.94 cores=1,3,5,7
/proc/15407/task/15411/stat : 15411 (java) S 15405 15407 3958 0 -1 4202560 290 0 0 0 290 4 0 0 20 0 21 0 339296618 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140576108841256 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=15407/tid=15412] ppid=15405 vsize=2966184 CPUtime=2.93 cores=1,3,5,7
/proc/15407/task/15412/stat : 15412 (java) S 15405 15407 3958 0 -1 4202560 293 0 0 0 288 5 0 0 20 0 21 0 339296618 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140576107788712 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15413] ppid=15405 vsize=2966184 CPUtime=2.85 cores=1,3,5,7
/proc/15407/task/15413/stat : 15413 (java) S 15405 15407 3958 0 -1 4202560 302 0 0 0 280 5 0 0 20 0 21 0 339296618 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140576106736168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15414] ppid=15405 vsize=2966184 CPUtime=3.12 cores=1,3,5,7
/proc/15407/task/15414/stat : 15414 (java) S 15405 15407 3958 0 -1 4202560 289 0 0 0 308 4 0 0 20 0 21 0 339296618 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140576105683624 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15415] ppid=15405 vsize=2966184 CPUtime=3.15 cores=1,3,5,7
/proc/15407/task/15415/stat : 15415 (java) S 15405 15407 3958 0 -1 4202560 291 0 0 0 310 5 0 0 20 0 21 0 339296618 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140576104631080 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15416] ppid=15405 vsize=2966184 CPUtime=3 cores=1,3,5,7
/proc/15407/task/15416/stat : 15416 (java) S 15405 15407 3958 0 -1 4202560 312 0 0 0 294 6 0 0 20 0 21 0 339296618 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140576103578536 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15417] ppid=15405 vsize=2966184 CPUtime=2.99 cores=1,3,5,7
/proc/15407/task/15417/stat : 15417 (java) S 15405 15407 3958 0 -1 4202560 279 0 0 0 295 4 0 0 20 0 21 0 339296618 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140576102525992 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15418] ppid=15405 vsize=2966184 CPUtime=9.82 cores=1,3,5,7
/proc/15407/task/15418/stat : 15418 (java) S 15405 15407 3958 0 -1 4202560 21847 0 0 0 952 30 0 0 20 0 21 0 339296619 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140575971985512 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15419] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15419/stat : 15419 (java) S 15405 15407 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 339296620 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140575970931832 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15420] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15420/stat : 15420 (java) S 15405 15407 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 21 0 339296620 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140575969879176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15421] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15421/stat : 15421 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 339296622 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140575968827920 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15422] ppid=15405 vsize=2966184 CPUtime=1.23 cores=1,3,5,7
/proc/15407/task/15422/stat : 15422 (java) S 15405 15407 3958 0 -1 4202560 7777 0 0 0 121 2 0 0 20 0 21 0 339296622 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140575967775288 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15423] ppid=15405 vsize=2966184 CPUtime=1.57 cores=1,3,5,7
/proc/15407/task/15423/stat : 15423 (java) R 15405 15407 3958 0 -1 4202560 10226 0 0 0 155 2 0 0 20 0 21 0 339296622 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140575966716440 140576132401824 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=15407/tid=15424] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15424/stat : 15424 (java) S 15405 15407 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 339296622 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140575965670392 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15425] ppid=15405 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/15407/task/15425/stat : 15425 (java) S 15405 15407 3958 0 -1 4202560 29 0 0 0 6 14 0 0 20 0 21 0 339296622 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140575964618056 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=15407/tid=15428] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15428/stat : 15428 (java) S 15405 15407 3958 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 21 0 339296697 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140575961457704 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=15407/tid=15429] ppid=15405 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/15407/task/15429/stat : 15429 (java) S 15405 15407 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 339296697 3037372416 180814 33554432000 1073741824 1073778376 140736806673328 140575960405160 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1021.35
Current children cumulated vsize (KiB) 2966184

Child status: 20
Real time (s): 510.928
CPU time (s): 1021.58
CPU user time (s): 1020.31
CPU system time (s): 1.27381
CPU usage (%): 199.946
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1020.31
system time used= 1.27381
maximum resident set size= 726032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46943
page faults= 1
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24442
involuntary context switches= 42487

runsolver used 1.9917 second user time and 5.44517 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 15:55:06
IDJOB=3730868
IDBENCH=1488
IDSOLVER=2324
FILE ID=node122/3730868-1338731706
RUNJOBID= node122-1338726600-10239
PBS_JOBID= 14636732
Free space on /tmp= 71176 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.8.accl.ucl.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730868-1338731706/watcher-3730868-1338731706 -o /tmp/evaluation-result-3730868-1338731706/solver-3730868-1338731706 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730868-1338731706.opb

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

MD5SUM BENCH= b2fe1642a1ae97e0b20cfe37f07bcc49
RANDOM SEED=2089764893

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30854412 kB
Buffers:          227076 kB
Cached:           233548 kB
SwapCached:         1832 kB
Active:          1093908 kB
Inactive:          98876 kB
Active(anon):     729328 kB
Inactive(anon):     5432 kB
Active(file):     364580 kB
Inactive(file):    93444 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:              2324 kB
Writeback:             0 kB
AnonPages:        764604 kB
Mapped:            17152 kB
Shmem:                 0 kB
Slab:             685220 kB
SReclaimable:     128400 kB
SUnreclaim:       556820 kB
KernelStack:        1792 kB
PageTables:         5628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node122 at 2012-06-03 16:03:37