Trace number 3729672

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 68.8935 35.4575

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900670675.opb
MD5SUMc118a5f7f4e95d7123e302378befd6ff
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 benchmark0.708892
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.0.v20100531
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		1349517296
0.04/0.07	c Max memory 		1356595200
0.04/0.07	c Total memory 		1356595200
0.04/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@ae94e92
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-3729672-1338728866.opb
0.11/0.10	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.195s.
0.26/0.29	c #vars     231
0.26/0.29	c #constraints  2707
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.26/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.26/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.49/0.84	c cleaning 2498 clauses out of 5002 with flag 5002/5002
3.66/1.16	c cleaning 4248 clauses out of 8502 with flag 11000/11000
4.55/1.54	c cleaning 5625 clauses out of 11255 with flag 18001/18001
5.35/1.98	c cleaning 6806 clauses out of 13629 with flag 26000/26000
6.56/2.57	c cleaning 7907 clauses out of 15825 with flag 35002/35002
7.96/3.27	c cleaning 8951 clauses out of 17916 with flag 45000/45000
9.15/3.86	c cleaning 9479 clauses out of 18965 with flag 55000/55000
10.33/4.47	c cleaning 9739 clauses out of 19487 with flag 65001/65001
11.48/5.05	c cleaning 9872 clauses out of 19747 with flag 75000/75000
12.65/5.66	c cleaning 9926 clauses out of 19875 with flag 85000/85000
13.82/6.28	c cleaning 9971 clauses out of 19949 with flag 95000/95000
15.00/6.85	c cleaning 9986 clauses out of 19981 with flag 105003/105003
16.16/7.44	c cleaning 9993 clauses out of 19993 with flag 115001/115001
17.32/8.02	c cleaning 10000 clauses out of 19999 with flag 125000/125000
18.49/8.64	c cleaning 9997 clauses out of 19999 with flag 135000/135000
19.65/9.29	c cleaning 9992 clauses out of 20004 with flag 145002/145002
21.01/9.94	c cleaning 9996 clauses out of 20010 with flag 155000/155000
22.16/10.54	c cleaning 10003 clauses out of 20015 with flag 165001/165001
23.53/11.24	c cleaning 10000 clauses out of 20011 with flag 175000/175000
24.69/11.85	c cleaning 9996 clauses out of 20013 with flag 185002/185002
25.83/12.49	c cleaning 10005 clauses out of 20016 with flag 195001/195001
26.99/13.05	c cleaning 10001 clauses out of 20010 with flag 205000/205000
28.15/13.64	c cleaning 9998 clauses out of 20012 with flag 215003/215003
29.32/14.29	c cleaning 10001 clauses out of 20012 with flag 225001/225001
30.65/14.97	c cleaning 10002 clauses out of 20011 with flag 235001/235001
31.80/15.57	c cleaning 9999 clauses out of 20009 with flag 245001/245001
33.15/16.20	c cleaning 9993 clauses out of 20009 with flag 255000/255000
34.31/16.82	c cleaning 9998 clauses out of 20016 with flag 265000/265000
35.45/17.48	c cleaning 10007 clauses out of 20022 with flag 275004/275004
36.60/18.08	c cleaning 10000 clauses out of 20011 with flag 285000/285000
37.77/18.67	c cleaning 10002 clauses out of 20012 with flag 295001/295001
39.13/19.30	c cleaning 9998 clauses out of 20010 with flag 305001/305001
40.07/19.88	c cleaning 10000 clauses out of 20013 with flag 315002/315002
41.21/20.47	c cleaning 10001 clauses out of 20011 with flag 325000/325000
42.36/21.08	c cleaning 9998 clauses out of 20010 with flag 335000/335000
43.52/21.65	c cleaning 9998 clauses out of 20013 with flag 345001/345001
44.64/22.29	c cleaning 9992 clauses out of 20014 with flag 355000/355000
46.00/22.92	c cleaning 10005 clauses out of 20023 with flag 365001/365001
47.14/23.60	c cleaning 10004 clauses out of 20017 with flag 375000/375000
48.51/24.23	c cleaning 9997 clauses out of 20014 with flag 385001/385001
49.62/24.85	c cleaning 10003 clauses out of 20017 with flag 395001/395001
50.84/25.41	c cleaning 10005 clauses out of 20013 with flag 405000/405000
52.29/26.01	c cleaning 9993 clauses out of 20009 with flag 415001/415001
53.92/26.72	c cleaning 10005 clauses out of 20019 with flag 425004/425004
55.03/27.36	c cleaning 10004 clauses out of 20011 with flag 435001/435001
56.18/27.96	c cleaning 9997 clauses out of 20006 with flag 445000/445000
57.33/28.52	c cleaning 10000 clauses out of 20010 with flag 455001/455001
58.27/29.09	c cleaning 10003 clauses out of 20013 with flag 465004/465004
59.59/29.72	c cleaning 9993 clauses out of 20006 with flag 475000/475000
60.75/30.36	c cleaning 10003 clauses out of 20013 with flag 485000/485000
61.89/30.92	c cleaning 9999 clauses out of 20010 with flag 495000/495000
62.83/31.49	c cleaning 9996 clauses out of 20012 with flag 505001/505001
63.95/32.08	c cleaning 10004 clauses out of 20017 with flag 515002/515002
65.09/32.65	c cleaning 10000 clauses out of 20012 with flag 525001/525001
66.43/33.30	c cleaning 9998 clauses out of 20012 with flag 535001/535001
67.58/33.94	c cleaning 10005 clauses out of 20018 with flag 545005/545005
68.69/34.54	c And the winner is Resolution
68.79/35.42	c starts		: 153
68.79/35.42	c conflicts		: 553756
68.79/35.42	c decisions		: 927087
68.79/35.42	c propagations		: 24774665
68.79/35.42	c inspects		: 286260009
68.79/35.42	c learnt literals	: 3
68.79/35.42	c learnt binary clauses	: 15
68.79/35.42	c learnt ternary clauses	: 406
68.79/35.42	c learnt clauses	: 553752
68.79/35.42	c ignored clauses	: 0
68.79/35.42	c root simplifications	: 0
68.79/35.42	c removed literals (reason simplification)	: 2422425
68.79/35.42	c reason swapping (by a shorter reason)	: 0
68.79/35.42	c Calls to reduceDB	: 56
68.79/35.42	c number of reductions to clauses (during analyze)	: 0
68.79/35.42	c number of learned constraints concerned by reduction	: 0
68.79/35.42	c number of learning phase by resolution	: 0
68.79/35.42	c number of learning phase by cutting planes	: 0
68.79/35.42	c speed (assignments/second)	: 705228.1525761457
68.79/35.42	c non guided choices	162
68.79/35.44	c learnt constraints type 
68.79/35.44	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 18745
68.79/35.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
68.79/35.44	c constraints type 
68.79/35.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
68.79/35.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
68.79/35.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
68.79/35.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
68.79/35.44	c constraints type 
68.79/35.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
68.79/35.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
68.79/35.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
68.79/35.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
68.79/35.44	s UNSATISFIABLE
68.79/35.44	c Total wall clock time (in seconds): 35.34

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-3729672-1338728866/watcher-3729672-1338728866 -o /tmp/evaluation-result-3729672-1338728866/solver-3729672-1338728866 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729672-1338728866.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: 2.89 3.48 3.51 4/197 11656
/proc/meminfo: memFree=31174436/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/11656/stat : 11656 (java) R 11654 11656 3958 0 -1 4202496 773 0 0 0 0 0 0 0 20 0 1 0 339012641 23793664 501 33554432000 1073741824 1073778376 140735602851008 140735602840072 217401309761 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 5809 513 388 9 0 128 0

[startup+0.062857 s]
/proc/loadavg: 2.89 3.48 3.51 4/197 11656
/proc/meminfo: memFree=31174436/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/11656/stat : 11656 (java) S 11654 11656 3958 0 -1 4202496 3887 0 1 0 4 0 0 0 20 0 18 0 339012641 2764726272 5606 33554432000 1073741824 1073778376 140735602851008 140735602842144 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 674982 5606 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100216 s]
/proc/loadavg: 2.89 3.48 3.51 4/197 11656
/proc/meminfo: memFree=31174436/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/11656/stat : 11656 (java) S 11654 11656 3958 0 -1 4202496 4843 0 1 0 10 1 0 0 20 0 18 0 339012641 2764726272 6533 33554432000 1073741824 1073778376 140735602851008 140735602842144 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 674982 6533 2139 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300171 s]
/proc/loadavg: 2.89 3.48 3.51 4/197 11656
/proc/meminfo: memFree=31174436/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=2833056 CPUtime=0.5 cores=1,3,5,7
/proc/11656/stat : 11656 (java) S 11654 11656 3958 0 -1 4202496 6202 0 1 0 49 1 0 0 20 0 20 0 339012641 2901049344 10278 33554432000 1073741824 1073778376 140735602851008 140735602842144 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 708264 10278 2228 9 0 698958 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 2833056

[startup+0.700193 s]
/proc/loadavg: 2.89 3.48 3.51 4/197 11656
/proc/meminfo: memFree=31174436/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=2966184 CPUtime=2.08 cores=1,3,5,7
/proc/11656/stat : 11656 (java) S 11654 11656 3958 0 -1 4202496 15966 0 1 0 204 4 0 0 20 0 22 0 339012641 3037372416 28892 33554432000 1073741824 1073778376 140735602851008 140735602842144 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 741546 28892 2243 9 0 732240 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 2966184

[startup+1.50073 s]
/proc/loadavg: 2.89 3.48 3.51 7/219 11678
/proc/meminfo: memFree=30996052/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=2966184 CPUtime=4.55 cores=1,3,5,7
/proc/11656/stat : 11656 (java) S 11654 11656 3958 0 -1 4202496 19218 0 1 0 447 8 0 0 20 0 22 0 339012641 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140735602842144 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 741546 58811 2273 9 0 732240 0
[pid=11656/tid=11658] ppid=11654 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 3958 0 -1 4202560 2807 0 1 0 27 0 0 0 20 0 22 0 339012642 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252263072920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252247354408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252246301608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252245248808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252244196008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 3958 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252243143208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252242090408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252241037608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252239984808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 3958 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 22 0 339012644 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252227574760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339012644 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252226520824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11669/stat : 11669 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339012644 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252225467912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11670/stat : 11670 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012646 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252106713744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 3958 0 -1 4202560 9293 0 0 0 95 2 0 0 20 0 22 0 339012646 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252105660856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=2966184 CPUtime=0.9 cores=1,3,5,7
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 3958 0 -1 4202560 5684 0 0 0 88 2 0 0 20 0 22 0 339012646 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252104608056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11673] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11673/stat : 11673 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012647 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252103555448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11674] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11674/stat : 11674 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012647 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252102502856 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11675] ppid=11654 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/11656/task/11675/stat : 11675 (java) R 11654 11656 3958 0 -1 4202560 29 0 0 0 115 0 0 0 20 0 22 0 339012671 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252101448616 140252107254201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11676] ppid=11654 vsize=2966184 CPUtime=1.14 cores=1,3,5,7
/proc/11656/task/11676/stat : 11676 (java) R 11654 11656 3958 0 -1 4202560 139 0 0 0 111 3 0 0 20 0 22 0 339012671 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252100395624 140252107360075 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11677] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11677/stat : 11677 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339012672 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252099343784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11678] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11678/stat : 11678 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339012672 3037372416 58811 33554432000 1073741824 1073778376 140735602851008 140252098290984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.55
Current children cumulated vsize (KiB) 2966184

[startup+3.10074 s]
/proc/loadavg: 2.90 3.47 3.51 5/219 11678
/proc/meminfo: memFree=30879312/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=2966184 CPUtime=7.75 cores=1,3,5,7
/proc/11656/stat : 11656 (java) S 11654 11656 3958 0 -1 4202496 19304 0 1 0 765 10 0 0 20 0 22 0 339012641 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140735602842144 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 741546 93128 2273 9 0 732240 0
[pid=11656/tid=11658] ppid=11654 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 3958 0 -1 4202560 2807 0 1 0 27 0 0 0 20 0 22 0 339012642 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252263072920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252247354408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 3958 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252246301608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252245248808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252244196008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252243143208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 3958 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252242090408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252241037608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252239984808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 3958 0 -1 4202560 34 0 0 0 8 0 0 0 20 0 22 0 339012644 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252227574760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339012644 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252226520824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11669/stat : 11669 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339012644 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252225467912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11670/stat : 11670 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012646 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252106713744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 3958 0 -1 4202560 9293 0 0 0 95 2 0 0 20 0 22 0 339012646 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252105660856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 3958 0 -1 4202560 5686 0 0 0 94 2 0 0 20 0 22 0 339012646 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252104608056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11673] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11673/stat : 11673 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012647 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252103555448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11674] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11674/stat : 11674 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012647 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252102502856 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11675] ppid=11654 vsize=2966184 CPUtime=2.67 cores=1,3,5,7
/proc/11656/task/11675/stat : 11675 (java) R 11654 11656 3958 0 -1 4202560 30 0 0 0 267 0 0 0 20 0 22 0 339012671 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252101448776 140252107303785 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11676] ppid=11654 vsize=2966184 CPUtime=2.65 cores=1,3,5,7
/proc/11656/task/11676/stat : 11676 (java) R 11654 11656 3958 0 -1 4202560 203 0 0 0 260 5 0 0 20 0 22 0 339012671 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252100393944 140252107323978 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11677] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11677/stat : 11677 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339012672 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252099343784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11678] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11678/stat : 11678 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339012672 3037372416 93128 33554432000 1073741824 1073778376 140735602851008 140252098290984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 2966184

[startup+6.30548 s]
/proc/loadavg: 2.90 3.47 3.51 5/219 11678
/proc/meminfo: memFree=30769160/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=2966184 CPUtime=14.04 cores=1,3,5,7
/proc/11656/stat : 11656 (java) S 11654 11656 3958 0 -1 4202496 19351 0 1 0 1393 11 0 0 20 0 22 0 339012641 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140735602842144 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 741546 103074 2273 9 0 732240 0
[pid=11656/tid=11658] ppid=11654 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 3958 0 -1 4202560 2808 0 1 0 27 0 0 0 20 0 22 0 339012642 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252263072920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 3958 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 339012643 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252247354408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252246301608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339012643 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252245248808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 3958 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 339012643 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252244196008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 3958 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 339012643 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252243143208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 3958 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 339012643 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252242090408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 3958 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 339012643 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252241037608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 339012643 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252239984808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=2966184 CPUtime=0.25 cores=1,3,5,7
/proc/11656/task/11667/stat : 11667 (java) R 11654 11656 3958 0 -1 4202560 37 0 0 0 25 0 0 0 20 0 22 0 339012644 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252227573616 140252269195673 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339012644 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252226520824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11669/stat : 11669 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339012644 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252225467912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11670/stat : 11670 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012646 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252106713744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=2966184 CPUtime=0.97 cores=1,3,5,7
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 3958 0 -1 4202560 9293 0 0 0 95 2 0 0 20 0 22 0 339012646 3037372416 103074 33554432000 1073741824 1073778376 140735602851008 140252105660856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 3958 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 22 0 339012643 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252241037608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 3958 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 22 0 339012643 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252239984808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=2966184 CPUtime=2.83 cores=1,3,5,7
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 3958 0 -1 4202560 70 0 0 0 281 2 0 0 20 0 22 0 339012644 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252227574760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339012644 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252226520824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11669/stat : 11669 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 339012644 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252225467912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11670/stat : 11670 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012646 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252106713744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 3958 0 -1 4202560 9296 0 0 0 98 2 0 0 20 0 22 0 339012646 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252105660856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=2966184 CPUtime=1.63 cores=1,3,5,7
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 3958 0 -1 4202560 12554 0 0 0 160 3 0 0 20 0 22 0 339012646 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252104608056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11673] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11673/stat : 11673 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339012647 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252103555448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11674] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11674/stat : 11674 (java) S 11654 11656 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339012647 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252102502856 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11675] ppid=11654 vsize=2966184 CPUtime=30.87 cores=1,3,5,7
/proc/11656/task/11675/stat : 11675 (java) R 11654 11656 3958 0 -1 4202560 72 0 0 0 3087 0 0 0 20 0 22 0 339012671 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252101448656 140252107262053 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11676] ppid=11654 vsize=2966184 CPUtime=30.83 cores=1,3,5,7
/proc/11656/task/11676/stat : 11676 (java) R 11654 11656 3958 0 -1 4202560 244 0 0 0 3078 5 0 0 20 0 22 0 339012671 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252100394032 140252107143856 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11677] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11677/stat : 11677 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339012672 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252099343784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11678] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11678/stat : 11678 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339012672 3037372416 110326 33554432000 1073741824 1073778376 140735602851008 140252098290984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 68.29
Current children cumulated vsize (KiB) 2966184

[startup+35.1006 s]
/proc/loadavg: 3.26 3.51 3.52 3/217 11678
/proc/meminfo: memFree=30737528/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=2966184 CPUtime=68.79 cores=1,3,5,7
/proc/11656/stat : 11656 (java) S 11654 11656 3958 0 -1 4202496 26382 0 1 0 6863 16 0 0 20 0 20 0 339012641 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140735602842144 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 741546 110316 2276 9 0 732240 0
[pid=11656/tid=11658] ppid=11654 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 3958 0 -1 4202560 2814 0 1 0 27 0 0 0 20 0 20 0 339012642 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252263072920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252247354408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 3958 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252246301608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252245248808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 3958 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252244196008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 3958 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252243143208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 3958 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252242090408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 3958 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252241037608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 3958 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252239984808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=2966184 CPUtime=2.83 cores=1,3,5,7
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 3958 0 -1 4202560 70 0 0 0 281 2 0 0 20 0 20 0 339012644 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252227574760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339012644 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252226520824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11669/stat : 11669 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 339012644 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252225467912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11670/stat : 11670 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339012646 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252106713744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 3958 0 -1 4202560 9296 0 0 0 98 2 0 0 20 0 20 0 339012646 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252105660856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=2966184 CPUtime=1.63 cores=1,3,5,7
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 3958 0 -1 4202560 12554 0 0 0 160 3 0 0 20 0 20 0 339012646 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252104608056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11673] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11673/stat : 11673 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339012647 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252103555448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11674] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11674/stat : 11674 (java) S 11654 11656 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 339012647 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252102502856 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11677] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11677/stat : 11677 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339012672 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252099343784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11678] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11678/stat : 11678 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339012672 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252098290984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 68.79
Current children cumulated vsize (KiB) 2966184

[startup+35.3006 s]
/proc/loadavg: 3.26 3.51 3.52 3/217 11678
/proc/meminfo: memFree=30737528/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=2966184 CPUtime=68.79 cores=1,3,5,7
/proc/11656/stat : 11656 (java) S 11654 11656 3958 0 -1 4202496 26382 0 1 0 6863 16 0 0 20 0 20 0 339012641 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140735602842144 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 741546 110316 2276 9 0 732240 0
[pid=11656/tid=11658] ppid=11654 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 3958 0 -1 4202560 2814 0 1 0 27 0 0 0 20 0 20 0 339012642 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252263072920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252247354408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 3958 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252246301608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252245248808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 3958 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252244196008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 3958 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252243143208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 3958 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252242090408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 3958 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252241037608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 3958 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252239984808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=2966184 CPUtime=2.83 cores=1,3,5,7
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 3958 0 -1 4202560 70 0 0 0 281 2 0 0 20 0 20 0 339012644 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252227574760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339012644 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252226520824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11669/stat : 11669 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 339012644 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252225467912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11670/stat : 11670 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339012646 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252106713744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 3958 0 -1 4202560 9296 0 0 0 98 2 0 0 20 0 20 0 339012646 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252105660856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=2966184 CPUtime=1.63 cores=1,3,5,7
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 3958 0 -1 4202560 12554 0 0 0 160 3 0 0 20 0 20 0 339012646 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252104608056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11673] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11673/stat : 11673 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339012647 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252103555448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11674] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11674/stat : 11674 (java) S 11654 11656 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 339012647 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252102502856 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11677] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11677/stat : 11677 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339012672 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252099343784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11678] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11678/stat : 11678 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339012672 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252098290984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 68.79
Current children cumulated vsize (KiB) 2966184

[startup+35.4006 s]
/proc/loadavg: 3.26 3.51 3.52 3/217 11678
/proc/meminfo: memFree=30737528/32873648 swapFree=7628/7628
[pid=11656] ppid=11654 vsize=2966184 CPUtime=68.79 cores=1,3,5,7
/proc/11656/stat : 11656 (java) S 11654 11656 3958 0 -1 4202496 26382 0 1 0 6863 16 0 0 20 0 20 0 339012641 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140735602842144 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/11656/statm: 741546 110316 2276 9 0 732240 0
[pid=11656/tid=11658] ppid=11654 vsize=2966184 CPUtime=0.27 cores=1,3,5,7
/proc/11656/task/11658/stat : 11658 (java) S 11654 11656 3958 0 -1 4202560 2814 0 1 0 27 0 0 0 20 0 20 0 339012642 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252263072920 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11659] ppid=11654 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11656/task/11659/stat : 11659 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252247354408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11660] ppid=11654 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/11656/task/11660/stat : 11660 (java) S 11654 11656 3958 0 -1 4202560 19 0 0 0 8 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252246301608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11661] ppid=11654 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11656/task/11661/stat : 11661 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252245248808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11662] ppid=11654 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/11656/task/11662/stat : 11662 (java) S 11654 11656 3958 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252244196008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11663] ppid=11654 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/11656/task/11663/stat : 11663 (java) S 11654 11656 3958 0 -1 4202560 16 0 0 0 8 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252243143208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11664] ppid=11654 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/11656/task/11664/stat : 11664 (java) S 11654 11656 3958 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252242090408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11665] ppid=11654 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/11656/task/11665/stat : 11665 (java) S 11654 11656 3958 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252241037608 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11656/tid=11666] ppid=11654 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/11656/task/11666/stat : 11666 (java) S 11654 11656 3958 0 -1 4202560 10 0 0 0 7 0 0 0 20 0 20 0 339012643 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252239984808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11656/tid=11667] ppid=11654 vsize=2966184 CPUtime=2.83 cores=1,3,5,7
/proc/11656/task/11667/stat : 11667 (java) S 11654 11656 3958 0 -1 4202560 70 0 0 0 281 2 0 0 20 0 20 0 339012644 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252227574760 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11668] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11668/stat : 11668 (java) S 11654 11656 3958 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 339012644 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252226520824 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11669] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11669/stat : 11669 (java) S 11654 11656 3958 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 339012644 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252225467912 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11670] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11670/stat : 11670 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339012646 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252106713744 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11671] ppid=11654 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/11656/task/11671/stat : 11671 (java) S 11654 11656 3958 0 -1 4202560 9296 0 0 0 98 2 0 0 20 0 20 0 339012646 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252105660856 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11672] ppid=11654 vsize=2966184 CPUtime=1.63 cores=1,3,5,7
/proc/11656/task/11672/stat : 11672 (java) S 11654 11656 3958 0 -1 4202560 12554 0 0 0 160 3 0 0 20 0 20 0 339012646 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252104608056 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11673] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11673/stat : 11673 (java) S 11654 11656 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 339012647 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252103555448 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11656/tid=11674] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11674/stat : 11674 (java) S 11654 11656 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 339012647 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252102502856 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11677] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11677/stat : 11677 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339012672 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252099343784 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11656/tid=11678] ppid=11654 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/11656/task/11678/stat : 11678 (java) S 11654 11656 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 339012672 3037372416 110316 33554432000 1073741824 1073778376 140735602851008 140252098290984 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 68.79
Current children cumulated vsize (KiB) 2966184

Child status: 20
Real time (s): 35.4575
CPU time (s): 68.8935
CPU user time (s): 68.6216
CPU system time (s): 0.271958
CPU usage (%): 194.299
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.6216
system time used= 0.271958
maximum resident set size= 442724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26403
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= 2671
involuntary context switches= 2082

runsolver used 0.070989 second user time and 0.206968 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 15:07:47
IDJOB=3729672
IDBENCH=1308
IDSOLVER=2324
FILE ID=node122/3729672-1338728866
RUNJOBID= node122-1338726600-10239
PBS_JOBID= 14636732
Free space on /tmp= 71188 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670675.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729672-1338728866/watcher-3729672-1338728866 -o /tmp/evaluation-result-3729672-1338728866/solver-3729672-1338728866 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729672-1338728866.opb

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

MD5SUM BENCH= c118a5f7f4e95d7123e302378befd6ff
RANDOM SEED=570666929

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:        31174964 kB
Buffers:          221640 kB
Cached:           173932 kB
SwapCached:         1832 kB
Active:           827692 kB
Inactive:          45336 kB
Active(anon):     474040 kB
Inactive(anon):     5432 kB
Active(file):     353652 kB
Inactive(file):    39904 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:               132 kB
Writeback:             0 kB
AnonPages:        487196 kB
Mapped:            17116 kB
Shmem:                 0 kB
Slab:             684580 kB
SReclaimable:     128072 kB
SUnreclaim:       556508 kB
KernelStack:        1792 kB
PageTables:         5152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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= 71188 MiB
End job on node122 at 2012-06-03 15:08:22