Trace number 4097689

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
Sat4j PB 2.3.6 Res+CP PB16UNSAT 1357.11 674.603

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_25.opb
MD5SUM3c0a4d33e9f667bc5f51b969f035144b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.72913
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1056
Total number of constraints4997
Number of constraints which are clauses4992
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint32
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 57
Number of bits of the biggest sum of numbers6
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4097689-1466114109.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.48/0.36	c ... done. Wall clock time 0.247s.
0.48/0.36	c declared #vars     1056
0.48/0.36	c #constraints  5001
0.48/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.48/0.37	c constraints type 
0.48/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2976
0.48/0.37	c org.sat4j.specs.Constr$1 => 4
0.48/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.48/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.48/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
0.48/0.37	c 5001 constraints processed.
0.48/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.48/0.37	c constraints type 
0.48/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2015
0.48/0.37	c org.sat4j.specs.Constr$1 => 4
0.48/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2976
0.48/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.48/0.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.48/0.37	c 5001 constraints processed.
3.47/1.14	c cleaning 2497 clauses out of 5000 with flag 19463/5000
4.95/1.70	c cleaning 4246 clauses out of 8503 with flag 51671/11000
6.43/2.43	c cleaning 5620 clauses out of 11258 with flag 90190/18001
8.27/3.32	c cleaning 6817 clauses out of 13639 with flag 136970/26002
10.09/4.29	c cleaning 7898 clauses out of 15820 with flag 190863/35000
12.54/5.46	c cleaning 8953 clauses out of 17922 with flag 246955/45000
15.33/6.85	c cleaning 9982 clauses out of 19969 with flag 299496/56000
18.36/8.38	c cleaning 10988 clauses out of 21989 with flag 359795/68002
22.35/10.38	c cleaning 11996 clauses out of 23999 with flag 444130/81000
27.58/12.91	c cleaning 12995 clauses out of 26003 with flag 548734/95000
32.40/15.39	c cleaning 14001 clauses out of 28009 with flag 627180/110001
37.60/17.90	c cleaning 14998 clauses out of 30007 with flag 696320/126000
39.61/19.00	c cleaning 0 clauses out of 5002 with flag 0/5002
43.47/20.79	c cleaning 16001 clauses out of 32011 with flag 772393/143002
50.23/24.02	c cleaning 16998 clauses out of 34008 with flag 846306/161000
56.63/27.23	c cleaning 18001 clauses out of 36011 with flag 917013/180001
63.65/30.76	c cleaning 18999 clauses out of 38009 with flag 996803/200000
71.47/34.68	c cleaning 20002 clauses out of 40011 with flag 1084600/221001
79.91/38.89	c cleaning 20998 clauses out of 42008 with flag 1180860/243000
89.97/43.87	c cleaning 22000 clauses out of 44010 with flag 1291544/266000
100.82/49.26	c cleaning 23003 clauses out of 46010 with flag 1409696/290000
113.28/55.43	c cleaning 24001 clauses out of 48007 with flag 1539609/315000
125.74/61.62	c cleaning 25000 clauses out of 50006 with flag 1671113/341000
139.77/68.65	c cleaning 26002 clauses out of 52007 with flag 1809407/368001
154.06/75.79	c cleaning 26994 clauses out of 54005 with flag 1946831/396001
171.36/84.32	c cleaning 28000 clauses out of 56012 with flag 2087317/425002
186.42/91.89	c cleaning 29003 clauses out of 58010 with flag 2235822/455000
204.14/100.68	c cleaning 29996 clauses out of 60008 with flag 2391677/486001
223.45/110.30	c cleaning 30999 clauses out of 62012 with flag 2554731/518001
240.53/118.77	c cleaning 0 clauses out of 11001 with flag 0/11001
243.73/120.36	c cleaning 31999 clauses out of 64013 with flag 2717672/551001
267.23/132.03	c cleaning 33005 clauses out of 66013 with flag 2890178/585000
293.33/145.02	c cleaning 34002 clauses out of 68011 with flag 3082864/620003
320.63/158.61	c cleaning 35000 clauses out of 70007 with flag 3274771/656001
350.15/173.35	c cleaning 36001 clauses out of 72007 with flag 3472744/693001
381.53/188.99	c cleaning 37000 clauses out of 74006 with flag 3685726/731001
412.50/204.38	c cleaning 37996 clauses out of 76005 with flag 3886053/770000
446.27/221.16	c cleaning 39001 clauses out of 78011 with flag 4096988/810002
481.42/238.68	c cleaning 40002 clauses out of 80008 with flag 4327339/851000
518.02/256.86	c cleaning 40998 clauses out of 82006 with flag 4556866/893000
555.15/275.35	c cleaning 41998 clauses out of 84008 with flag 4795088/936000
593.56/294.43	c cleaning 42999 clauses out of 86010 with flag 5047045/980000
634.45/314.71	c cleaning 43999 clauses out of 88013 with flag 5289561/1025002
682.77/338.70	c cleaning 45005 clauses out of 90013 with flag 5536354/1071001
733.87/364.18	c cleaning 45999 clauses out of 92008 with flag 5811444/1118001
789.53/391.81	c cleaning 46999 clauses out of 94010 with flag 6088217/1166002
817.10/405.55	c cleaning 0 clauses out of 18000 with flag 0/18000
852.71/423.29	c cleaning 48003 clauses out of 96010 with flag 6385446/1215001
911.65/452.57	c cleaning 49003 clauses out of 98006 with flag 6688270/1265001
968.51/480.82	c cleaning 49996 clauses out of 100002 with flag 6974938/1316000
1035.21/514.04	c cleaning 50997 clauses out of 102005 with flag 7285490/1368000
1100.76/546.64	c cleaning 52001 clauses out of 104011 with flag 7598474/1421003
1175.09/583.63	c cleaning 53000 clauses out of 106007 with flag 7923730/1475001
1252.32/622.08	c cleaning 53999 clauses out of 108006 with flag 8252077/1530000
1335.12/663.25	c cleaning 55001 clauses out of 110006 with flag 8606141/1586001
1356.81/674.08	c And the winner is solver0
1356.81/674.54	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1356.81/674.54	c starts		: 410
1356.81/674.54	c conflicts		: 1606409
1356.81/674.54	c decisions		: 1786020
1356.81/674.54	c propagations		: 147953548
1356.81/674.54	c inspects		: 8886697927
1356.81/674.54	c shortcuts		: 0
1356.81/674.54	c learnt literals	: 15
1356.81/674.54	c learnt binary clauses	: 150
1356.81/674.54	c learnt ternary clauses	: 911
1356.81/674.54	c learnt constraints	: 1606393
1356.81/674.54	c ignored constraints	: 0
1356.81/674.54	c root simplifications	: 0
1356.81/674.54	c removed literals (reason simplification)	: 15390569
1356.81/674.54	c reason swapping (by a shorter reason)	: 0
1356.81/674.54	c Calls to reduceDB	: 52
1356.81/674.54	c Number of update (reduction) of LBD	: 298685
1356.81/674.54	c Imported unit clauses	: 0
1356.81/674.54	c number of reductions to clauses (during analyze)	: 0
1356.81/674.54	c number of learned constraints concerned by reduction	: 0
1356.81/674.54	c number of learning phase by resolution	: 0
1356.81/674.54	c number of learning phase by cutting planes	: 0
1356.81/674.54	c speed (assignments/second)	: 219460.94741963426
1356.81/674.54	c non guided choices	125
1356.81/674.57	c learnt constraints type 
1356.81/674.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 150
1356.81/674.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75252
1356.81/674.57	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1356.81/674.57	c starts		: 51
1356.81/674.57	c conflicts		: 22277
1356.81/674.57	c decisions		: 25473
1356.81/674.57	c propagations		: 2695895
1356.81/674.57	c inspects		: 1033268581
1356.81/674.57	c shortcuts		: 0
1356.81/674.57	c learnt literals	: 0
1356.81/674.57	c learnt binary clauses	: 0
1356.81/674.57	c learnt ternary clauses	: 0
1356.81/674.57	c learnt constraints	: 22276
1356.81/674.57	c ignored constraints	: 0
1356.81/674.57	c root simplifications	: 0
1356.81/674.57	c removed literals (reason simplification)	: 0
1356.81/674.57	c reason swapping (by a shorter reason)	: 0
1356.81/674.57	c Calls to reduceDB	: 3
1356.81/674.57	c Number of update (reduction) of LBD	: 0
1356.81/674.57	c Imported unit clauses	: 0
1356.81/674.57	c number of reductions to clauses (during analyze)	: 0
1356.81/674.57	c number of learned constraints concerned by reduction	: 0
1356.81/674.57	c number of learning phase by resolution	: 0
1356.81/674.57	c number of learning phase by cutting planes	: 0
1356.81/674.57	c speed (assignments/second)	: 3998.663599323049
1356.81/674.57	c non guided choices	125
1356.81/674.58	c learnt constraints type 
1356.81/674.58	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2650
1356.81/674.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 353
1356.81/674.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 19273
1356.81/674.58	s UNSATISFIABLE
1356.81/674.58	c Total wall clock time (in seconds): 674.462

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4097689-1466114109/watcher-4097689-1466114109 -o /tmp/evaluation-result-4097689-1466114109/solver-4097689-1466114109 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16811 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097689-1466114109.opb 

pid=18206
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.36 4.35 4.02 4/195 18209
/proc/meminfo: memFree=29362376/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18209/stat : 18209 (java) D 18206 18209 14504 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 13457875 9515008 185 33554432000 1073741824 1073778376 140736121890512 140736121879576 227503336743 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2323 185 143 9 0 71 0

[startup+0.100113 s]
/proc/loadavg: 4.36 4.35 4.02 4/195 18209
/proc/meminfo: memFree=29362376/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18209/stat : 18209 (java) S 18206 18209 14504 0 -1 4202496 4474 0 1 0 8 1 0 0 20 0 18 0 13457875 9787879424 5589 33554432000 1073741824 1073778376 140736121890512 140736121881648 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2389619 5589 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200281 s]
/proc/loadavg: 4.36 4.35 4.02 4/195 18209
/proc/meminfo: memFree=29362376/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/18209/stat : 18209 (java) S 18206 18209 14504 0 -1 4202496 4767 0 1 0 24 1 0 0 20 0 18 0 13457875 9787879424 6345 33554432000 1073741824 1073778376 140736121890512 140736121881648 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2389619 6345 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300296 s]
/proc/loadavg: 4.36 4.35 4.02 4/195 18209
/proc/meminfo: memFree=29362376/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/18209/stat : 18209 (java) S 18206 18209 14504 0 -1 4202496 5698 0 1 0 47 1 0 0 20 0 18 0 13457875 9787879424 8377 33554432000 1073741824 1073778376 140736121890512 140736121881648 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2389619 8377 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 4.36 4.35 4.02 4/195 18209
/proc/meminfo: memFree=29362376/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/18209/stat : 18209 (java) S 18206 18209 14504 0 -1 4202496 12972 0 1 0 195 2 0 0 20 0 22 0 13457875 10060525568 17663 33554432000 1073741824 1073778376 140736121890512 140736121881648 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2456183 17665 2267 9 0 2446860 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9824732

[startup+1.50084 s]
/proc/loadavg: 4.36 4.35 4.02 6/217 18231
/proc/meminfo: memFree=29211824/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9824732 CPUtime=4.47 cores=1,3,5,7
/proc/18209/stat : 18209 (java) S 18206 18209 14504 0 -1 4202496 18122 0 1 0 442 5 0 0 20 0 22 0 13457875 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140736121881648 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2456183 45510 2289 9 0 2446860 0
[pid=18209/tid=18211] ppid=18206 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/18209/task/18211/stat : 18211 (java) S 18206 18209 14504 0 -1 4202560 2505 0 1 0 34 0 0 0 20 0 22 0 13457876 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424365392760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18212] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18212/stat : 18212 (java) S 18206 18209 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424209320872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18213] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18213/stat : 18213 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424208268328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18214] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18214/stat : 18214 (java) S 18206 18209 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424207215272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18215] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18215/stat : 18215 (java) S 18206 18209 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424206162728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18216] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18216/stat : 18216 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424205109672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18217] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18217/stat : 18217 (java) S 18206 18209 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424204057128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18218] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18218/stat : 18218 (java) S 18206 18209 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424203004072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18219] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18219/stat : 18219 (java) S 18206 18209 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424201951528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18220] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18220/stat : 18220 (java) S 18206 18209 14504 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424189541224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18221] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18221/stat : 18221 (java) S 18206 18209 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424188487544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18222] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18222/stat : 18222 (java) S 18206 18209 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424187434376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18223] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18223/stat : 18223 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424186383120 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18224] ppid=18206 vsize=9824732 CPUtime=1.02 cores=1,3,5,7
/proc/18209/task/18224/stat : 18224 (java) S 18206 18209 14504 0 -1 4202560 7475 0 0 0 100 2 0 0 20 0 22 0 13457881 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424185329976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18225] ppid=18206 vsize=9824732 CPUtime=0.82 cores=1,3,5,7
/proc/18209/task/18225/stat : 18225 (java) S 18206 18209 14504 0 -1 4202560 6654 0 0 0 82 0 0 0 20 0 22 0 13457881 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424184277432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18226] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18226/stat : 18226 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424183224568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18227] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18227/stat : 18227 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424182172232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18228] ppid=18206 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/18209/task/18228/stat : 18228 (java) R 18206 18209 14504 0 -1 4202560 18 0 0 0 109 0 0 0 20 0 22 0 13457913 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424180749480 140424238316929 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18229] ppid=18206 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/18209/task/18229/stat : 18229 (java) R 18206 18209 14504 0 -1 4202560 90 0 0 0 109 1 0 0 20 0 22 0 13457913 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424179695632 140424238522753 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18230] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18230/stat : 18230 (java) S 18206 18209 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13457913 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424177661224 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18231] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18231/stat : 18231 (java) S 18206 18209 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13457913 10060525568 45510 33554432000 1073741824 1073778376 140736121890512 140424176608680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 4.36 4.35 4.02 5/217 18231
/proc/meminfo: memFree=29144240/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9824732 CPUtime=7.86 cores=1,3,5,7
/proc/18209/stat : 18209 (java) S 18206 18209 14504 0 -1 4202496 18565 0 1 0 776 10 0 0 20 0 22 0 13457875 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140736121881648 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2456183 80161 2290 9 0 2446860 0
[pid=18209/tid=18211] ppid=18206 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/18209/task/18211/stat : 18211 (java) S 18206 18209 14504 0 -1 4202560 2506 0 1 0 34 0 0 0 20 0 22 0 13457876 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424365392760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18212] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18212/stat : 18212 (java) S 18206 18209 14504 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424209320872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18213] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18213/stat : 18213 (java) S 18206 18209 14504 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424208268328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18214] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18214/stat : 18214 (java) S 18206 18209 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424207215272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18215] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18215/stat : 18215 (java) S 18206 18209 14504 0 -1 4202560 69 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424206162728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18216] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18216/stat : 18216 (java) S 18206 18209 14504 0 -1 4202560 57 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424205109672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18217] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18217/stat : 18217 (java) S 18206 18209 14504 0 -1 4202560 58 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424204057128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18218] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18218/stat : 18218 (java) S 18206 18209 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424203004072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18219] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18219/stat : 18219 (java) S 18206 18209 14504 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424201951528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18220] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18220/stat : 18220 (java) S 18206 18209 14504 0 -1 4202560 183 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424189541224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18221] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18221/stat : 18221 (java) S 18206 18209 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424188487544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18222] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18222/stat : 18222 (java) S 18206 18209 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424187434376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18223] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18223/stat : 18223 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424186383120 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18224] ppid=18206 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/18209/task/18224/stat : 18224 (java) S 18206 18209 14504 0 -1 4202560 7483 0 0 0 108 2 0 0 20 0 22 0 13457881 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424185329976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18225] ppid=18206 vsize=9824732 CPUtime=0.93 cores=1,3,5,7
/proc/18209/task/18225/stat : 18225 (java) S 18206 18209 14504 0 -1 4202560 6669 0 0 0 93 0 0 0 20 0 22 0 13457881 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424184277432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18226] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18226/stat : 18226 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424183224568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18227] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18227/stat : 18227 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424182172232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18228] ppid=18206 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/18209/task/18228/stat : 18228 (java) R 18206 18209 14504 0 -1 4202560 19 0 0 0 265 0 0 0 20 0 22 0 13457913 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424180747408 140424238316891 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18229] ppid=18206 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/18209/task/18229/stat : 18229 (java) R 18206 18209 14504 0 -1 4202560 149 0 0 0 262 3 0 0 20 0 22 0 13457913 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424179695472 140424238456581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18230] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18230/stat : 18230 (java) S 18206 18209 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13457913 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424177661224 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18231] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18231/stat : 18231 (java) S 18206 18209 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13457913 10060525568 80161 33554432000 1073741824 1073778376 140736121890512 140424176608680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 9824732

[startup+6.30088 s]
/proc/loadavg: 4.17 4.32 4.01 8/217 18365
/proc/meminfo: memFree=29860620/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9824732 CPUtime=14.33 cores=1,3,5,7
/proc/18209/stat : 18209 (java) S 18206 18209 14504 0 -1 4202496 19634 0 1 0 1414 19 0 0 20 0 22 0 13457875 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140736121881648 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2456183 204389 2290 9 0 2446860 0
[pid=18209/tid=18211] ppid=18206 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/18209/task/18211/stat : 18211 (java) S 18206 18209 14504 0 -1 4202560 2506 0 1 0 34 0 0 0 20 0 22 0 13457876 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424365392760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18212] ppid=18206 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18209/task/18212/stat : 18212 (java) S 18206 18209 14504 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 22 0 13457877 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424209320872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18213] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18213/stat : 18213 (java) S 18206 18209 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424208268328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18214] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18214/stat : 18214 (java) S 18206 18209 14504 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424207215272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18215] ppid=18206 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18209/task/18215/stat : 18215 (java) S 18206 18209 14504 0 -1 4202560 73 0 0 0 1 0 0 0 20 0 22 0 13457877 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424206162728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18216] ppid=18206 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18209/task/18216/stat : 18216 (java) S 18206 18209 14504 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 22 0 13457877 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424205109672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18217] ppid=18206 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18209/task/18217/stat : 18217 (java) S 18206 18209 14504 0 -1 4202560 63 0 0 0 1 0 0 0 20 0 22 0 13457877 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424204057128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18218] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18218/stat : 18218 (java) S 18206 18209 14504 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13457877 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424203004072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18219] ppid=18206 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18209/task/18219/stat : 18219 (java) S 18206 18209 14504 0 -1 4202560 77 0 0 0 1 0 0 0 20 0 22 0 13457877 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424201951528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18220] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18220/stat : 18220 (java) S 18206 18209 14504 0 -1 4202560 433 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424189541224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18221] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18221/stat : 18221 (java) S 18206 18209 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424188487544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18222] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18222/stat : 18222 (java) S 18206 18209 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424187434376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18223] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18223/stat : 18223 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 204389 33554432000 1073741824 1073778376 140736121890512 140424186383120 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18224] ppid=18206 vsize=9824732 CPUtime=1.15 cores=1,3,5,7

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


[startup+672.001 s]
/proc/loadavg: 4.03 4.20 4.09 5/217 18405
/proc/meminfo: memFree=27617840/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9824732 CPUtime=1352.8 cores=1,3,5,7
/proc/18209/stat : 18209 (java) S 18206 18209 14504 0 -1 4202496 27182 0 1 0 135166 114 0 0 20 0 22 0 13457875 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140736121881648 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2456183 336153 2294 9 0 2446860 0
[pid=18209/tid=18211] ppid=18206 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/18209/task/18211/stat : 18211 (java) S 18206 18209 14504 0 -1 4202560 2511 0 1 0 35 3 0 0 20 0 22 0 13457876 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424365392760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18212] ppid=18206 vsize=9824732 CPUtime=2.24 cores=1,3,5,7
/proc/18209/task/18212/stat : 18212 (java) S 18206 18209 14504 0 -1 4202560 409 0 0 0 220 4 0 0 20 0 22 0 13457877 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424209320872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18213] ppid=18206 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/18209/task/18213/stat : 18213 (java) S 18206 18209 14504 0 -1 4202560 385 0 0 0 228 6 0 0 20 0 22 0 13457877 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424208268328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18214] ppid=18206 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/18209/task/18214/stat : 18214 (java) S 18206 18209 14504 0 -1 4202560 364 0 0 0 222 5 0 0 20 0 22 0 13457877 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424207215272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18215] ppid=18206 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/18209/task/18215/stat : 18215 (java) S 18206 18209 14504 0 -1 4202560 387 0 0 0 230 5 0 0 20 0 22 0 13457877 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424206162728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18216] ppid=18206 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/18209/task/18216/stat : 18216 (java) S 18206 18209 14504 0 -1 4202560 421 0 0 0 223 6 0 0 20 0 22 0 13457877 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424205109672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18217] ppid=18206 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/18209/task/18217/stat : 18217 (java) S 18206 18209 14504 0 -1 4202560 410 0 0 0 216 6 0 0 20 0 22 0 13457877 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424204057128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18218] ppid=18206 vsize=9824732 CPUtime=2.38 cores=1,3,5,7
/proc/18209/task/18218/stat : 18218 (java) S 18206 18209 14504 0 -1 4202560 406 0 0 0 233 5 0 0 20 0 22 0 13457877 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424203004072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18219] ppid=18206 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/18209/task/18219/stat : 18219 (java) S 18206 18209 14504 0 -1 4202560 470 0 0 0 220 5 0 0 20 0 22 0 13457877 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424201951528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18220] ppid=18206 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/18209/task/18220/stat : 18220 (java) S 18206 18209 14504 0 -1 4202560 773 0 0 0 10 27 0 0 20 0 22 0 13457879 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424189541224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18221] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18221/stat : 18221 (java) S 18206 18209 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424188487544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18222] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18222/stat : 18222 (java) S 18206 18209 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424187434376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18223] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18223/stat : 18223 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424186383120 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18224] ppid=18206 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/18209/task/18224/stat : 18224 (java) S 18206 18209 14504 0 -1 4202560 11350 0 0 0 164 2 0 0 20 0 22 0 13457881 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424185329976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18225] ppid=18206 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/18209/task/18225/stat : 18225 (java) S 18206 18209 14504 0 -1 4202560 6676 0 0 0 99 0 0 0 20 0 22 0 13457881 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424184277432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18226] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18226/stat : 18226 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424183224568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18227] ppid=18206 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/18209/task/18227/stat : 18227 (java) S 18206 18209 14504 0 -1 4202560 39 0 0 0 10 16 0 0 20 0 22 0 13457881 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424182172232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18228] ppid=18206 vsize=9824732 CPUtime=663.6 cores=1,3,5,7
/proc/18209/task/18228/stat : 18228 (java) R 18206 18209 14504 0 -1 4202560 266 0 0 0 66347 13 0 0 20 0 22 0 13457913 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424180748176 140424238473624 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18229] ppid=18206 vsize=9824732 CPUtime=663.7 cores=1,3,5,7
/proc/18209/task/18229/stat : 18229 (java) R 18206 18209 14504 0 -1 4202560 1049 0 0 0 66343 27 0 0 20 0 22 0 13457913 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424179694864 140424238456486 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18230] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18230/stat : 18230 (java) S 18206 18209 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13457913 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424177661224 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18231] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18231/stat : 18231 (java) S 18206 18209 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13457913 10060525568 336153 33554432000 1073741824 1073778376 140736121890512 140424176608680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1352.8
Current children cumulated vsize (KiB) 9824732

[startup+673.601 s]
/proc/loadavg: 4.03 4.20 4.09 6/217 18405
/proc/meminfo: memFree=27618024/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9824732 CPUtime=1356.01 cores=1,3,5,7
/proc/18209/stat : 18209 (java) S 18206 18209 14504 0 -1 4202496 27185 0 1 0 135487 114 0 0 20 0 22 0 13457875 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140736121881648 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2456183 336409 2294 9 0 2446860 0
[pid=18209/tid=18211] ppid=18206 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/18209/task/18211/stat : 18211 (java) S 18206 18209 14504 0 -1 4202560 2511 0 1 0 35 3 0 0 20 0 22 0 13457876 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424365392760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18212] ppid=18206 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/18209/task/18212/stat : 18212 (java) S 18206 18209 14504 0 -1 4202560 410 0 0 0 221 4 0 0 20 0 22 0 13457877 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424209320872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18213] ppid=18206 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/18209/task/18213/stat : 18213 (java) S 18206 18209 14504 0 -1 4202560 385 0 0 0 228 6 0 0 20 0 22 0 13457877 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424208268328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18214] ppid=18206 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/18209/task/18214/stat : 18214 (java) S 18206 18209 14504 0 -1 4202560 364 0 0 0 222 5 0 0 20 0 22 0 13457877 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424207215272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18215] ppid=18206 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/18209/task/18215/stat : 18215 (java) S 18206 18209 14504 0 -1 4202560 387 0 0 0 230 5 0 0 20 0 22 0 13457877 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424206162728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18216] ppid=18206 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/18209/task/18216/stat : 18216 (java) S 18206 18209 14504 0 -1 4202560 421 0 0 0 223 6 0 0 20 0 22 0 13457877 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424205109672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18217] ppid=18206 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/18209/task/18217/stat : 18217 (java) S 18206 18209 14504 0 -1 4202560 410 0 0 0 216 6 0 0 20 0 22 0 13457877 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424204057128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18218] ppid=18206 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/18209/task/18218/stat : 18218 (java) S 18206 18209 14504 0 -1 4202560 407 0 0 0 234 5 0 0 20 0 22 0 13457877 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424203004072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18219] ppid=18206 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/18209/task/18219/stat : 18219 (java) S 18206 18209 14504 0 -1 4202560 470 0 0 0 221 5 0 0 20 0 22 0 13457877 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424201951528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18220] ppid=18206 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/18209/task/18220/stat : 18220 (java) S 18206 18209 14504 0 -1 4202560 773 0 0 0 10 27 0 0 20 0 22 0 13457879 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424189541224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18221] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18221/stat : 18221 (java) S 18206 18209 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424188487544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18222] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18222/stat : 18222 (java) S 18206 18209 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13457879 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424187434376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18223] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18223/stat : 18223 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424186383120 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18224] ppid=18206 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/18209/task/18224/stat : 18224 (java) S 18206 18209 14504 0 -1 4202560 11350 0 0 0 164 2 0 0 20 0 22 0 13457881 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424185329976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18225] ppid=18206 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/18209/task/18225/stat : 18225 (java) S 18206 18209 14504 0 -1 4202560 6676 0 0 0 99 0 0 0 20 0 22 0 13457881 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424184277432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18226] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18226/stat : 18226 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13457881 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424183224568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18227] ppid=18206 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/18209/task/18227/stat : 18227 (java) S 18206 18209 14504 0 -1 4202560 39 0 0 0 10 16 0 0 20 0 22 0 13457881 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424182172232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18228] ppid=18206 vsize=9824732 CPUtime=665.18 cores=1,3,5,7
/proc/18209/task/18228/stat : 18228 (java) R 18206 18209 14504 0 -1 4202560 266 0 0 0 66505 13 0 0 20 0 22 0 13457913 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424180747408 140424238316799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18229] ppid=18206 vsize=9824732 CPUtime=665.28 cores=1,3,5,7
/proc/18209/task/18229/stat : 18229 (java) R 18206 18209 14504 0 -1 4202560 1050 0 0 0 66501 27 0 0 20 0 22 0 13457913 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424179695632 140424238456620 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18230] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18230/stat : 18230 (java) S 18206 18209 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13457913 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424177661224 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18231] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18231/stat : 18231 (java) S 18206 18209 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13457913 10060525568 336409 33554432000 1073741824 1073778376 140736121890512 140424176608680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1356.01
Current children cumulated vsize (KiB) 9824732

[startup+674.408 s]
/proc/loadavg: 4.03 4.20 4.09 4/214 18405
/proc/meminfo: memFree=27616596/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=9824732 CPUtime=1353.61 cores=1,3,5,7
/proc/18209/stat : 18209 (java) S 18206 18209 14504 0 -1 4202496 27186 0 1 0 135226 135 0 0 20 0 19 0 13457875 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140736121881648 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 2456183 336397 2295 9 0 2446860 0
[pid=18209/tid=18211] ppid=18206 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/18209/task/18211/stat : 18211 (java) S 18206 18209 14504 0 -1 4202560 2511 0 1 0 35 3 0 0 20 0 19 0 13457876 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424365392760 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18212] ppid=18206 vsize=9824732 CPUtime=2.25 cores=1,3,5,7
/proc/18209/task/18212/stat : 18212 (java) S 18206 18209 14504 0 -1 4202560 410 0 0 0 221 4 0 0 20 0 19 0 13457877 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424209320872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18213] ppid=18206 vsize=9824732 CPUtime=2.34 cores=1,3,5,7
/proc/18209/task/18213/stat : 18213 (java) S 18206 18209 14504 0 -1 4202560 385 0 0 0 228 6 0 0 20 0 19 0 13457877 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424208268328 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18214] ppid=18206 vsize=9824732 CPUtime=2.27 cores=1,3,5,7
/proc/18209/task/18214/stat : 18214 (java) S 18206 18209 14504 0 -1 4202560 364 0 0 0 222 5 0 0 20 0 19 0 13457877 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424207215272 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18215] ppid=18206 vsize=9824732 CPUtime=2.35 cores=1,3,5,7
/proc/18209/task/18215/stat : 18215 (java) S 18206 18209 14504 0 -1 4202560 387 0 0 0 230 5 0 0 20 0 19 0 13457877 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424206162728 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18216] ppid=18206 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/18209/task/18216/stat : 18216 (java) S 18206 18209 14504 0 -1 4202560 421 0 0 0 223 6 0 0 20 0 19 0 13457877 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424205109672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18217] ppid=18206 vsize=9824732 CPUtime=2.22 cores=1,3,5,7
/proc/18209/task/18217/stat : 18217 (java) S 18206 18209 14504 0 -1 4202560 410 0 0 0 216 6 0 0 20 0 19 0 13457877 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424204057128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18218] ppid=18206 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/18209/task/18218/stat : 18218 (java) S 18206 18209 14504 0 -1 4202560 407 0 0 0 234 5 0 0 20 0 19 0 13457877 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424203004072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18219] ppid=18206 vsize=9824732 CPUtime=2.26 cores=1,3,5,7
/proc/18209/task/18219/stat : 18219 (java) S 18206 18209 14504 0 -1 4202560 470 0 0 0 221 5 0 0 20 0 19 0 13457877 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424201951528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18209/tid=18220] ppid=18206 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/18209/task/18220/stat : 18220 (java) S 18206 18209 14504 0 -1 4202560 773 0 0 0 10 27 0 0 20 0 19 0 13457879 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424189541224 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18221] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18221/stat : 18221 (java) S 18206 18209 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13457879 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424188487544 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18222] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18222/stat : 18222 (java) S 18206 18209 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13457879 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424187434376 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18223] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18223/stat : 18223 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13457881 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424186383120 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18224] ppid=18206 vsize=9824732 CPUtime=1.66 cores=1,3,5,7
/proc/18209/task/18224/stat : 18224 (java) S 18206 18209 14504 0 -1 4202560 11350 0 0 0 164 2 0 0 20 0 19 0 13457881 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424185329976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18209/tid=18225] ppid=18206 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/18209/task/18225/stat : 18225 (java) S 18206 18209 14504 0 -1 4202560 6676 0 0 0 99 0 0 0 20 0 19 0 13457881 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424184277432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18226] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18226/stat : 18226 (java) S 18206 18209 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13457881 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424183224568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18209/tid=18227] ppid=18206 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/18209/task/18227/stat : 18227 (java) S 18206 18209 14504 0 -1 4202560 39 0 0 0 10 16 0 0 20 0 19 0 13457881 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424182172232 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18209/tid=18231] ppid=18206 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18209/task/18231/stat : 18231 (java) S 18206 18209 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13457913 10060525568 336397 33554432000 1073741824 1073778376 140736121890512 140424176608680 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1353.61
Current children cumulated vsize (KiB) 9824732

[startup+674.601 s]
/proc/loadavg: 4.03 4.20 4.09 4/214 18405
/proc/meminfo: memFree=27616596/32872528 swapFree=1315980/1463148
[pid=18209] ppid=18206 vsize=0 CPUtime=1353.89 cores=1,3,5,7
/proc/18209/stat : 18209 (java) Z 18206 18209 14504 0 -1 4203532 27191 0 1 0 135243 146 0 0 20 0 2 0 13457875 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18209/statm: 0 0 0 0 0 0 0
[pid=18209/tid=18225] ppid=18206 vsize=0 CPUtime=1 cores=1,3,5,7
/proc/18209/task/18225/stat : 18225 (java) R 18206 18209 14504 0 -1 4203588 6677 0 0 0 99 1 0 0 20 0 2 0 13457881 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1353.89
Current children cumulated vsize (KiB) 0

Child status: 20

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.20007
#  lost CPU user time (s): 3.41003
#  lost CPU system time (s): -0.21

Real time (s): 674.603
CPU time (s): 1357.11
CPU user time (s): 1355.85
CPU system time (s): 1.26178
CPU usage (%): 201.171
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1352.44
system time used= 1.47178
maximum resident set size= 1346660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27191
page faults= 1
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29964
involuntary context switches= 39355

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.78527 second user time and 4.86426 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-16 23:55:09
IDJOB=4097689
IDBENCH=107793
IDSOLVER=2543
FILE ID=node121/4097689-1466114109
RUNJOBID= node121-1466112173-16811
PBS_JOBID= 19904064
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-7_6_25.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097689-1466114109/watcher-4097689-1466114109 -o /tmp/evaluation-result-4097689-1466114109/solver-4097689-1466114109 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1466112173-16811 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097689-1466114109.opb

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

MD5SUM BENCH= 3c0a4d33e9f667bc5f51b969f035144b
RANDOM SEED=269182805

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29362756 kB
Buffers:           46292 kB
Cached:           121600 kB
SwapCached:         2496 kB
Active:          1238208 kB
Inactive:          96136 kB
Active(anon):    1167052 kB
Inactive(anon):     1756 kB
Active(file):      71156 kB
Inactive(file):    94380 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099740 kB
Dirty:               860 kB
Writeback:             0 kB
AnonPages:       2634376 kB
Mapped:            15248 kB
Shmem:                 0 kB
Slab:             568848 kB
SReclaimable:      12644 kB
SUnreclaim:       556204 kB
KernelStack:        1576 kB
PageTables:         9576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3489312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1269760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node121 at 2016-06-17 00:06:24