Trace number 4098270

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 1155.98 574.786

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/
d-equals-n_k/normalized-compression32_9.opb
MD5SUMfc75568757442c2d7a8019d642ae1221
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 benchmark4.96924
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1722
Total number of constraints8204
Number of constraints which are clauses8200
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint41
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 50
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-4098270-1466115677.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.70/0.48	c ... done. Wall clock time 0.366s.
0.70/0.48	c declared #vars     1722
0.70/0.48	c #constraints  8208
0.70/0.49	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.70/0.49	c constraints type 
0.70/0.49	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4920
0.70/0.49	c org.sat4j.specs.Constr$1 => 3
0.70/0.49	c org.sat4j.minisat.constraints.card.MinWatchCard => 2
0.70/0.49	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.70/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3280
0.70/0.49	c 8208 constraints processed.
0.70/0.49	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.70/0.49	c constraints type 
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3280
0.70/0.49	c org.sat4j.specs.Constr$1 => 3
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4920
0.70/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.70/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.70/0.49	c 8208 constraints processed.
5.21/1.64	c cleaning 2499 clauses out of 5000 with flag 22714/5000
7.24/2.53	c cleaning 4247 clauses out of 8502 with flag 47763/11001
9.37/3.51	c cleaning 5625 clauses out of 11255 with flag 75845/18001
12.12/4.85	c cleaning 6814 clauses out of 13629 with flag 106000/26000
14.82/6.10	c cleaning 7900 clauses out of 15817 with flag 142148/35002
17.22/7.33	c cleaning 8951 clauses out of 17915 with flag 184884/45000
19.82/8.67	c cleaning 9982 clauses out of 19965 with flag 230299/56001
22.92/10.15	c cleaning 10988 clauses out of 21982 with flag 277176/68000
26.41/11.88	c cleaning 11995 clauses out of 23994 with flag 334100/81000
30.41/13.87	c cleaning 12999 clauses out of 25999 with flag 395143/95000
35.00/15.91	c cleaning 13992 clauses out of 28001 with flag 459646/110001
39.85/18.17	c cleaning 15000 clauses out of 30009 with flag 528751/126001
44.85/20.64	c cleaning 16000 clauses out of 32010 with flag 604553/143002
50.35/23.40	c cleaning 17005 clauses out of 34009 with flag 685575/161001
56.27/26.27	c cleaning 18001 clauses out of 36007 with flag 774725/180004
62.26/29.28	c cleaning 18999 clauses out of 38002 with flag 864823/200000
68.96/32.58	c cleaning 19997 clauses out of 40005 with flag 964332/221002
76.16/36.13	c cleaning 21004 clauses out of 42007 with flag 1073468/243001
83.56/39.89	c cleaning 21999 clauses out of 44003 with flag 1186075/266001
91.63/43.83	c cleaning 22998 clauses out of 46005 with flag 1302941/290002
100.23/48.11	c cleaning 24001 clauses out of 48006 with flag 1423562/315001
109.12/52.53	c cleaning 25004 clauses out of 50008 with flag 1547760/341004
118.53/57.21	c cleaning 25997 clauses out of 52000 with flag 1679167/368000
128.38/62.19	c cleaning 26996 clauses out of 54004 with flag 1811377/396001
138.59/67.21	c cleaning 28001 clauses out of 56007 with flag 1941762/425000
141.23/68.53	c cleaning 0 clauses out of 5001 with flag 0/5001
149.80/72.65	c cleaning 29003 clauses out of 58007 with flag 2082877/455001
161.06/78.24	c cleaning 30001 clauses out of 60003 with flag 2228281/486000
173.24/84.34	c cleaning 30997 clauses out of 62004 with flag 2385577/518002
185.91/90.69	c cleaning 32002 clauses out of 64005 with flag 2550992/551000
200.32/97.89	c cleaning 32997 clauses out of 66004 with flag 2727708/585002
216.37/105.80	c cleaning 33999 clauses out of 68005 with flag 2885637/620000
231.81/113.56	c cleaning 35001 clauses out of 70007 with flag 3048689/656001
248.26/121.70	c cleaning 36000 clauses out of 72007 with flag 3220930/693002
265.96/130.56	c cleaning 37001 clauses out of 74005 with flag 3393469/731001
283.59/139.31	c cleaning 38002 clauses out of 76005 with flag 3570314/770002
302.70/148.89	c cleaning 38997 clauses out of 78003 with flag 3762277/810002
322.32/158.62	c cleaning 39997 clauses out of 80004 with flag 3968901/851000
343.41/169.14	c cleaning 41002 clauses out of 82007 with flag 4187508/893000
364.78/179.73	c cleaning 42003 clauses out of 84005 with flag 4418195/936000
386.50/190.56	c cleaning 42996 clauses out of 86002 with flag 4641107/980000
410.23/202.34	c cleaning 43998 clauses out of 88007 with flag 4877780/1025001
435.99/215.60	c cleaning 44997 clauses out of 90008 with flag 5128408/1071000
462.08/228.54	c cleaning 46004 clauses out of 92011 with flag 5390811/1118001
489.43/242.13	c cleaning 47001 clauses out of 94007 with flag 5607238/1166002
517.77/256.21	c cleaning 47993 clauses out of 96005 with flag 5831384/1215001
546.30/270.45	c cleaning 49005 clauses out of 98014 with flag 6073437/1265003
576.61/285.56	c cleaning 49999 clauses out of 100006 with flag 6325600/1316000
607.56/300.95	c cleaning 51003 clauses out of 102010 with flag 6575128/1368003
640.29/317.28	c cleaning 52000 clauses out of 104004 with flag 6850873/1421000
674.87/334.45	c cleaning 52996 clauses out of 106003 with flag 7106053/1475000
711.01/352.42	c cleaning 54000 clauses out of 108009 with flag 7364054/1530002
747.38/370.58	c cleaning 54999 clauses out of 110007 with flag 7650301/1586000
784.70/389.15	c cleaning 56002 clauses out of 112009 with flag 7936198/1643001
823.84/408.62	c cleaning 56995 clauses out of 114005 with flag 8221584/1701000
863.82/428.56	c cleaning 58005 clauses out of 116011 with flag 8517553/1760001
907.23/450.14	c cleaning 59001 clauses out of 118006 with flag 8823375/1820002
952.50/472.64	c cleaning 60001 clauses out of 120003 with flag 9146077/1881000
966.15/479.44	c cleaning 0 clauses out of 11000 with flag 0/11000
998.30/495.43	c cleaning 60998 clauses out of 122003 with flag 9455953/1943002
1048.38/520.39	c cleaning 62000 clauses out of 124007 with flag 9779071/2006005
1100.48/546.80	c cleaning 62999 clauses out of 126001 with flag 10115160/2070001
1155.13/573.93	c And the winner is solver0
1155.73/574.73	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1155.73/574.73	c starts		: 2126
1155.73/574.73	c conflicts		: 2133732
1155.73/574.73	c decisions		: 3766071
1155.73/574.73	c propagations		: 165357054
1155.73/574.73	c inspects		: 8502758574
1155.73/574.73	c shortcuts		: 0
1155.73/574.73	c learnt literals	: 27
1155.73/574.73	c learnt binary clauses	: 360
1155.73/574.73	c learnt ternary clauses	: 2070
1155.73/574.73	c learnt constraints	: 2133704
1155.73/574.73	c ignored constraints	: 0
1155.73/574.73	c root simplifications	: 0
1155.73/574.73	c removed literals (reason simplification)	: 27917299
1155.73/574.73	c reason swapping (by a shorter reason)	: 0
1155.73/574.73	c Calls to reduceDB	: 60
1155.73/574.73	c Number of update (reduction) of LBD	: 537385
1155.73/574.73	c Imported unit clauses	: 0
1155.73/574.73	c number of reductions to clauses (during analyze)	: 0
1155.73/574.73	c number of learned constraints concerned by reduction	: 0
1155.73/574.73	c number of learning phase by resolution	: 0
1155.73/574.73	c number of learning phase by cutting planes	: 0
1155.73/574.73	c speed (assignments/second)	: 287962.1024255005
1155.73/574.73	c non guided choices	1201
1155.73/574.77	c learnt constraints type 
1155.73/574.77	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 360
1155.73/574.77	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 126356
1155.73/574.77	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1155.73/574.77	c starts		: 36
1155.73/574.77	c conflicts		: 11647
1155.73/574.77	c decisions		: 14362
1155.73/574.77	c propagations		: 1036225
1155.73/574.77	c inspects		: 680342073
1155.73/574.77	c shortcuts		: 0
1155.73/574.77	c learnt literals	: 0
1155.73/574.77	c learnt binary clauses	: 0
1155.73/574.77	c learnt ternary clauses	: 0
1155.73/574.77	c learnt constraints	: 11647
1155.73/574.77	c ignored constraints	: 0
1155.73/574.77	c root simplifications	: 0
1155.73/574.77	c removed literals (reason simplification)	: 0
1155.73/574.77	c reason swapping (by a shorter reason)	: 0
1155.73/574.77	c Calls to reduceDB	: 2
1155.73/574.77	c Number of update (reduction) of LBD	: 0
1155.73/574.77	c Imported unit clauses	: 0
1155.73/574.77	c number of reductions to clauses (during analyze)	: 0
1155.73/574.77	c number of learned constraints concerned by reduction	: 0
1155.73/574.77	c number of learning phase by resolution	: 0
1155.73/574.77	c number of learning phase by cutting planes	: 0
1155.73/574.77	c speed (assignments/second)	: 1804.4055548300032
1155.73/574.77	c non guided choices	1201
1155.73/574.77	c learnt constraints type 
1155.73/574.77	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 112
1155.73/574.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 35
1155.73/574.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11500
1155.73/574.77	s UNSATISFIABLE
1155.73/574.77	c Total wall clock time (in seconds): 574.652

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

pid=18677
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.82 4.45 4.26 4/195 18680
/proc/meminfo: memFree=26866340/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/18680/stat : 18680 (java) R 18677 18680 14504 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 13614660 9445376 97 33554432000 1073741824 1073778376 140734464508560 140734464505688 227503337303 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2290 94 70 9 0 38 0

[startup+0.100113 s]
/proc/loadavg: 4.82 4.45 4.26 4/195 18680
/proc/meminfo: memFree=26866340/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18680/stat : 18680 (java) S 18677 18680 14504 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 13614660 9787879424 6043 33554432000 1073741824 1073778376 140734464508560 140734464499696 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2389619 6043 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 4.82 4.45 4.26 4/195 18680
/proc/meminfo: memFree=26866340/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/18680/stat : 18680 (java) S 18677 18680 14504 0 -1 4202496 4922 0 1 0 25 1 0 0 20 0 18 0 13614660 9787879424 6963 33554432000 1073741824 1073778376 140734464508560 140734464499696 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2389619 6963 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300304 s]
/proc/loadavg: 4.82 4.45 4.26 4/195 18680
/proc/meminfo: memFree=26866340/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9558476 CPUtime=0.56 cores=1,3,5,7
/proc/18680/stat : 18680 (java) S 18677 18680 14504 0 -1 4202496 7204 0 1 0 54 2 0 0 20 0 18 0 13614660 9787879424 9852 33554432000 1073741824 1073778376 140734464508560 140734464499696 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2389619 9852 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700208 s]
/proc/loadavg: 4.82 4.45 4.26 4/195 18680
/proc/meminfo: memFree=26866340/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/18680/stat : 18680 (java) S 18677 18680 14504 0 -1 4202496 18570 0 1 0 174 4 0 0 20 0 22 0 13614660 10060525568 28234 33554432000 1073741824 1073778376 140734464508560 140734464499696 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2456183 28234 2256 9 0 2446860 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 5.00 4.49 4.27 7/217 18702
/proc/meminfo: memFree=26744032/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9824732 CPUtime=4.89 cores=1,3,5,7
/proc/18680/stat : 18680 (java) S 18677 18680 14504 0 -1 4202496 23841 0 1 0 484 5 0 0 20 0 22 0 13614660 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140734464499696 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2456183 39953 2276 9 0 2446860 0
[pid=18680/tid=18682] ppid=18677 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/18680/task/18682/stat : 18682 (java) S 18677 18680 14504 0 -1 4202560 2442 0 1 0 44 2 0 0 20 0 22 0 13614661 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140525065491320 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18683] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18683/stat : 18683 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614662 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140525026982952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18684] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18684/stat : 18684 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614662 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140525025930152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18685] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18685/stat : 18685 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614662 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140525024877352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18686] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614662 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140525023824552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18687] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18687/stat : 18687 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614662 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140525022771752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18688] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18688/stat : 18688 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614662 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524904245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18689] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18689/stat : 18689 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614662 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524903192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18690] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18690/stat : 18690 (java) S 18677 18680 14504 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13614662 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524902140072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18691] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18691/stat : 18691 (java) S 18677 18680 14504 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13614663 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524889730024 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18692] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18692/stat : 18692 (java) S 18677 18680 14504 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 13614664 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524888676088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18693] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18693/stat : 18693 (java) S 18677 18680 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13614664 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524283487752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18694] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18694/stat : 18694 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614666 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524282436240 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18695] ppid=18677 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/18680/task/18695/stat : 18695 (java) R 18677 18680 14504 0 -1 4202560 8657 0 0 0 117 1 0 0 20 0 22 0 13614666 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524281383232 140525068079499 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18696] ppid=18677 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/18680/task/18696/stat : 18696 (java) R 18677 18680 14504 0 -1 4202560 11392 0 0 0 120 2 0 0 20 0 22 0 13614666 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524280330552 140525072306808 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18697] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18697/stat : 18697 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614666 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524279277944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18698] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18698/stat : 18698 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614666 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524278225352 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18699] ppid=18677 vsize=9824732 CPUtime=0.98 cores=1,3,5,7
/proc/18680/task/18699/stat : 18699 (java) R 18677 18680 14504 0 -1 4202560 18 0 0 0 98 0 0 0 20 0 22 0 13614709 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524277171592 140524904843968 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18700] ppid=18677 vsize=9824732 CPUtime=0.99 cores=1,3,5,7
/proc/18680/task/18700/stat : 18700 (java) R 18677 18680 14504 0 -1 4202560 54 0 0 0 99 0 0 0 20 0 22 0 13614709 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524276117944 140524905176569 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18701] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18701/stat : 18701 (java) S 18677 18680 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13614710 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524275066280 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18702] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18702/stat : 18702 (java) S 18677 18680 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13614710 10060525568 39953 33554432000 1073741824 1073778376 140734464508560 140524274013480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 5.00 4.49 4.27 5/217 18702
/proc/meminfo: memFree=26652184/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9824732 CPUtime=8.5 cores=1,3,5,7
/proc/18680/stat : 18680 (java) S 18677 18680 14504 0 -1 4202496 24209 0 1 0 839 11 0 0 20 0 22 0 13614660 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140734464499696 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2456183 89320 2293 9 0 2446860 0
[pid=18680/tid=18682] ppid=18677 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/18680/task/18682/stat : 18682 (java) S 18677 18680 14504 0 -1 4202560 2442 0 1 0 44 2 0 0 20 0 22 0 13614661 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140525065491320 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18683] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18683/stat : 18683 (java) S 18677 18680 14504 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13614662 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140525026982952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18684] ppid=18677 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18680/task/18684/stat : 18684 (java) S 18677 18680 14504 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 13614662 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140525025930152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18685] ppid=18677 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18680/task/18685/stat : 18685 (java) S 18677 18680 14504 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 13614662 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140525024877352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18686] ppid=18677 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (java) S 18677 18680 14504 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 13614662 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140525023824552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18687] ppid=18677 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18680/task/18687/stat : 18687 (java) S 18677 18680 14504 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 13614662 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140525022771752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18688] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18688/stat : 18688 (java) S 18677 18680 14504 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13614662 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524904245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18689] ppid=18677 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18680/task/18689/stat : 18689 (java) S 18677 18680 14504 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 13614662 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524903192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18690] ppid=18677 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18680/task/18690/stat : 18690 (java) S 18677 18680 14504 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 13614662 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524902140072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18691] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18691/stat : 18691 (java) S 18677 18680 14504 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 13614663 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524889730024 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18692] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18692/stat : 18692 (java) S 18677 18680 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13614664 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524888676088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18693] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18693/stat : 18693 (java) S 18677 18680 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13614664 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524283487752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18694] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18694/stat : 18694 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614666 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524282436240 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18695] ppid=18677 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/18680/task/18695/stat : 18695 (java) S 18677 18680 14504 0 -1 4202560 8659 0 0 0 132 1 0 0 20 0 22 0 13614666 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524281383352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18696] ppid=18677 vsize=9824732 CPUtime=1.39 cores=1,3,5,7
/proc/18680/task/18696/stat : 18696 (java) S 18677 18680 14504 0 -1 4202560 11397 0 0 0 137 2 0 0 20 0 22 0 13614666 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524280330552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18697] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18697/stat : 18697 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614666 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524279277944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18698] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18698/stat : 18698 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614666 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524278225352 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18699] ppid=18677 vsize=9824732 CPUtime=2.5 cores=1,3,5,7
/proc/18680/task/18699/stat : 18699 (java) R 18677 18680 14504 0 -1 4202560 18 0 0 0 250 0 0 0 20 0 22 0 13614709 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524277169392 140524904973041 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18700] ppid=18677 vsize=9824732 CPUtime=2.51 cores=1,3,5,7
/proc/18680/task/18700/stat : 18700 (java) R 18677 18680 14504 0 -1 4202560 134 0 0 0 249 2 0 0 20 0 22 0 13614709 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524276118344 140524905128189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18701] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18701/stat : 18701 (java) S 18677 18680 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13614710 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524275066280 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18702] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18702/stat : 18702 (java) S 18677 18680 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13614710 10060525568 89320 33554432000 1073741824 1073778376 140734464508560 140524274013480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.5
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 5.00 4.49 4.27 5/217 18702
/proc/meminfo: memFree=26231084/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9824732 CPUtime=15.22 cores=1,3,5,7
/proc/18680/stat : 18680 (java) S 18677 18680 14504 0 -1 4202496 24816 0 1 0 1499 23 0 0 20 0 22 0 13614660 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140734464499696 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2456183 167759 2293 9 0 2446860 0
[pid=18680/tid=18682] ppid=18677 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/18680/task/18682/stat : 18682 (java) S 18677 18680 14504 0 -1 4202560 2442 0 1 0 44 2 0 0 20 0 22 0 13614661 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140525065491320 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18683] ppid=18677 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18680/task/18683/stat : 18683 (java) S 18677 18680 14504 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 22 0 13614662 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140525026982952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18684] ppid=18677 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18680/task/18684/stat : 18684 (java) S 18677 18680 14504 0 -1 4202560 44 0 0 0 6 2 0 0 20 0 22 0 13614662 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140525025930152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18685] ppid=18677 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/18680/task/18685/stat : 18685 (java) S 18677 18680 14504 0 -1 4202560 53 0 0 0 8 2 0 0 20 0 22 0 13614662 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140525024877352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18686] ppid=18677 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (java) S 18677 18680 14504 0 -1 4202560 41 0 0 0 5 0 0 0 20 0 22 0 13614662 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140525023824552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18687] ppid=18677 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18680/task/18687/stat : 18687 (java) S 18677 18680 14504 0 -1 4202560 49 0 0 0 7 2 0 0 20 0 22 0 13614662 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140525022771752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18688] ppid=18677 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18680/task/18688/stat : 18688 (java) S 18677 18680 14504 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 13614662 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140524904245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18689] ppid=18677 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18680/task/18689/stat : 18689 (java) S 18677 18680 14504 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 22 0 13614662 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140524903192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18690] ppid=18677 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18680/task/18690/stat : 18690 (java) S 18677 18680 14504 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 13614662 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140524902140072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18691] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18691/stat : 18691 (java) S 18677 18680 14504 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 13614663 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140524889730024 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18692] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18692/stat : 18692 (java) S 18677 18680 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13614664 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140524888676088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18693] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18693/stat : 18693 (java) S 18677 18680 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13614664 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140524283487752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18694] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18694/stat : 18694 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614666 10060525568 167759 33554432000 1073741824 1073778376 140734464508560 140524282436240 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18695] ppid=18677 vsize=9824732 CPUtime=1.4 cores=1,3,5,7

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

/proc/18680/task/18694/stat : 18694 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614666 10060525568 594956 33554432000 1073741824 1073778376 140734464508560 140524282436240 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18695] ppid=18677 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/18680/task/18695/stat : 18695 (java) S 18677 18680 14504 0 -1 4202560 8670 0 0 0 147 1 0 0 20 0 22 0 13614666 10060525568 594956 33554432000 1073741824 1073778376 140734464508560 140524281383352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18696] ppid=18677 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/18680/task/18696/stat : 18696 (java) S 18677 18680 14504 0 -1 4202560 12232 0 0 0 264 2 0 0 20 0 22 0 13614666 10060525568 594956 33554432000 1073741824 1073778376 140734464508560 140524280330552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18697] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18697/stat : 18697 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13614666 10060525568 594956 33554432000 1073741824 1073778376 140734464508560 140524279277944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18698] ppid=18677 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/18680/task/18698/stat : 18698 (java) S 18677 18680 14504 0 -1 4202560 32 0 0 0 10 11 0 0 20 0 22 0 13614666 10060525568 594956 33554432000 1073741824 1073778376 140734464508560 140524278225352 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18699] ppid=18677 vsize=9824732 CPUtime=566.15 cores=1,3,5,7
/proc/18680/task/18699/stat : 18699 (java) R 18677 18680 14504 0 -1 4202560 94 0 0 0 56604 11 0 0 20 0 22 0 13614709 10060525568 594956 33554432000 1073741824 1073778376 140734464508560 140524277170208 140524904973036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18700] ppid=18677 vsize=9824732 CPUtime=566.19 cores=1,3,5,7
/proc/18680/task/18700/stat : 18700 (java) R 18677 18680 14504 0 -1 4202560 1714 0 0 0 56574 45 0 0 20 0 22 0 13614709 10060525568 594956 33554432000 1073741824 1073778376 140734464508560 140524276116128 140524904973008 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18701] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18701/stat : 18701 (java) S 18677 18680 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13614710 10060525568 594956 33554432000 1073741824 1073778376 140734464508560 140524275066280 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18702] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18702/stat : 18702 (java) S 18677 18680 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13614710 10060525568 594956 33554432000 1073741824 1073778376 140734464508560 140524274013480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1154.53
Current children cumulated vsize (KiB) 9824732

[startup+574.401 s]
/proc/loadavg: 2.00 2.81 3.59 2/188 18748
/proc/meminfo: memFree=28153560/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9824732 CPUtime=1154.31 cores=1,3,5,7
/proc/18680/stat : 18680 (java) S 18677 18680 14504 0 -1 4202496 31267 0 1 0 115286 145 0 0 20 0 20 0 13614660 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140734464499696 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2456183 594950 2303 9 0 2446860 0
[pid=18680/tid=18682] ppid=18677 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18680/task/18682/stat : 18682 (java) S 18677 18680 14504 0 -1 4202560 2448 0 1 0 46 3 0 0 20 0 20 0 13614661 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525065491320 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18683] ppid=18677 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/18680/task/18683/stat : 18683 (java) S 18677 18680 14504 0 -1 4202560 357 0 0 0 155 9 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525026982952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18684] ppid=18677 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/18680/task/18684/stat : 18684 (java) S 18677 18680 14504 0 -1 4202560 271 0 0 0 149 8 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525025930152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18685] ppid=18677 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/18680/task/18685/stat : 18685 (java) S 18677 18680 14504 0 -1 4202560 339 0 0 0 161 10 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525024877352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18686] ppid=18677 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (java) S 18677 18680 14504 0 -1 4202560 251 0 0 0 134 7 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525023824552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18687] ppid=18677 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/18680/task/18687/stat : 18687 (java) S 18677 18680 14504 0 -1 4202560 332 0 0 0 160 8 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525022771752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18688] ppid=18677 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/18680/task/18688/stat : 18688 (java) S 18677 18680 14504 0 -1 4202560 242 0 0 0 144 8 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524904245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18689] ppid=18677 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/18680/task/18689/stat : 18689 (java) S 18677 18680 14504 0 -1 4202560 274 0 0 0 145 8 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524903192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18690] ppid=18677 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/18680/task/18690/stat : 18690 (java) S 18677 18680 14504 0 -1 4202560 289 0 0 0 151 6 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524902140072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18691] ppid=18677 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/18680/task/18691/stat : 18691 (java) S 18677 18680 14504 0 -1 4202560 2456 0 0 0 173 12 0 0 20 0 20 0 13614663 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524889730024 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18692] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18692/stat : 18692 (java) S 18677 18680 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13614664 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524888676088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18693] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18693/stat : 18693 (java) S 18677 18680 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 13614664 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524283487752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18694] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18694/stat : 18694 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13614666 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524282436240 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18695] ppid=18677 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/18680/task/18695/stat : 18695 (java) S 18677 18680 14504 0 -1 4202560 8670 0 0 0 147 1 0 0 20 0 20 0 13614666 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524281383352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18696] ppid=18677 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/18680/task/18696/stat : 18696 (java) S 18677 18680 14504 0 -1 4202560 12232 0 0 0 264 2 0 0 20 0 20 0 13614666 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524280330552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18697] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18697/stat : 18697 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13614666 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524279277944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18698] ppid=18677 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/18680/task/18698/stat : 18698 (java) S 18677 18680 14504 0 -1 4202560 32 0 0 0 10 11 0 0 20 0 20 0 13614666 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524278225352 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18700] ppid=18677 vsize=9824732 CPUtime=566.99 cores=1,3,5,7
/proc/18680/task/18700/stat : 18700 (java) R 18677 18680 14504 0 -1 4202560 1714 0 0 0 56654 45 0 0 20 0 20 0 13614709 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524276116128 140524905027396 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18702] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18702/stat : 18702 (java) S 18677 18680 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13614710 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524274013480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1154.31
Current children cumulated vsize (KiB) 9824732

[startup+574.601 s]
/proc/loadavg: 2.00 2.81 3.59 2/188 18748
/proc/meminfo: memFree=28153560/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9824732 CPUtime=1154.51 cores=1,3,5,7
/proc/18680/stat : 18680 (java) S 18677 18680 14504 0 -1 4202496 31267 0 1 0 115306 145 0 0 20 0 20 0 13614660 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140734464499696 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2456183 594950 2303 9 0 2446860 0
[pid=18680/tid=18682] ppid=18677 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18680/task/18682/stat : 18682 (java) S 18677 18680 14504 0 -1 4202560 2448 0 1 0 46 3 0 0 20 0 20 0 13614661 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525065491320 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18683] ppid=18677 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/18680/task/18683/stat : 18683 (java) S 18677 18680 14504 0 -1 4202560 357 0 0 0 155 9 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525026982952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18684] ppid=18677 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/18680/task/18684/stat : 18684 (java) S 18677 18680 14504 0 -1 4202560 271 0 0 0 149 8 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525025930152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18685] ppid=18677 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/18680/task/18685/stat : 18685 (java) S 18677 18680 14504 0 -1 4202560 339 0 0 0 161 10 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525024877352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18686] ppid=18677 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (java) S 18677 18680 14504 0 -1 4202560 251 0 0 0 134 7 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525023824552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18687] ppid=18677 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/18680/task/18687/stat : 18687 (java) S 18677 18680 14504 0 -1 4202560 332 0 0 0 160 8 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140525022771752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18688] ppid=18677 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/18680/task/18688/stat : 18688 (java) S 18677 18680 14504 0 -1 4202560 242 0 0 0 144 8 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524904245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18689] ppid=18677 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/18680/task/18689/stat : 18689 (java) S 18677 18680 14504 0 -1 4202560 274 0 0 0 145 8 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524903192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18690] ppid=18677 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/18680/task/18690/stat : 18690 (java) S 18677 18680 14504 0 -1 4202560 289 0 0 0 151 6 0 0 20 0 20 0 13614662 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524902140072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18691] ppid=18677 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/18680/task/18691/stat : 18691 (java) S 18677 18680 14504 0 -1 4202560 2456 0 0 0 173 12 0 0 20 0 20 0 13614663 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524889730024 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18692] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18692/stat : 18692 (java) S 18677 18680 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13614664 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524888676088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18693] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18693/stat : 18693 (java) S 18677 18680 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 13614664 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524283487752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18694] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18694/stat : 18694 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13614666 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524282436240 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18695] ppid=18677 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/18680/task/18695/stat : 18695 (java) S 18677 18680 14504 0 -1 4202560 8670 0 0 0 147 1 0 0 20 0 20 0 13614666 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524281383352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18696] ppid=18677 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/18680/task/18696/stat : 18696 (java) S 18677 18680 14504 0 -1 4202560 12232 0 0 0 264 2 0 0 20 0 20 0 13614666 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524280330552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18697] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18697/stat : 18697 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13614666 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524279277944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18698] ppid=18677 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/18680/task/18698/stat : 18698 (java) S 18677 18680 14504 0 -1 4202560 32 0 0 0 10 11 0 0 20 0 20 0 13614666 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524278225352 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18700] ppid=18677 vsize=9824732 CPUtime=567.19 cores=1,3,5,7
/proc/18680/task/18700/stat : 18700 (java) R 18677 18680 14504 0 -1 4202560 1714 0 0 0 56674 45 0 0 20 0 20 0 13614709 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524276116128 140524905483449 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18702] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18702/stat : 18702 (java) S 18677 18680 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13614710 10060525568 594950 33554432000 1073741824 1073778376 140734464508560 140524274013480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1154.51
Current children cumulated vsize (KiB) 9824732

[startup+574.701 s]
/proc/loadavg: 2.00 2.81 3.59 2/188 18748
/proc/meminfo: memFree=28153560/32872528 swapFree=1315980/1463148
[pid=18680] ppid=18677 vsize=9824732 CPUtime=1153.25 cores=1,3,5,7
/proc/18680/stat : 18680 (java) S 18677 18680 14504 0 -1 4202496 31267 0 1 0 115172 153 0 0 20 0 19 0 13614660 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140734464499696 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/18680/statm: 2456183 594944 2303 9 0 2446860 0
[pid=18680/tid=18682] ppid=18677 vsize=9824732 CPUtime=0.49 cores=1,3,5,7
/proc/18680/task/18682/stat : 18682 (java) S 18677 18680 14504 0 -1 4202560 2448 0 1 0 46 3 0 0 20 0 19 0 13614661 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140525065491320 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18683] ppid=18677 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/18680/task/18683/stat : 18683 (java) S 18677 18680 14504 0 -1 4202560 357 0 0 0 155 9 0 0 20 0 19 0 13614662 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140525026982952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18684] ppid=18677 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/18680/task/18684/stat : 18684 (java) S 18677 18680 14504 0 -1 4202560 271 0 0 0 149 8 0 0 20 0 19 0 13614662 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140525025930152 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18685] ppid=18677 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/18680/task/18685/stat : 18685 (java) S 18677 18680 14504 0 -1 4202560 339 0 0 0 161 10 0 0 20 0 19 0 13614662 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140525024877352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18686] ppid=18677 vsize=9824732 CPUtime=1.41 cores=1,3,5,7
/proc/18680/task/18686/stat : 18686 (java) S 18677 18680 14504 0 -1 4202560 251 0 0 0 134 7 0 0 20 0 19 0 13614662 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140525023824552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18687] ppid=18677 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/18680/task/18687/stat : 18687 (java) S 18677 18680 14504 0 -1 4202560 332 0 0 0 160 8 0 0 20 0 19 0 13614662 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140525022771752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18688] ppid=18677 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/18680/task/18688/stat : 18688 (java) S 18677 18680 14504 0 -1 4202560 242 0 0 0 144 8 0 0 20 0 19 0 13614662 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524904245672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18689] ppid=18677 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/18680/task/18689/stat : 18689 (java) S 18677 18680 14504 0 -1 4202560 274 0 0 0 145 8 0 0 20 0 19 0 13614662 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524903192872 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18690] ppid=18677 vsize=9824732 CPUtime=1.57 cores=1,3,5,7
/proc/18680/task/18690/stat : 18690 (java) S 18677 18680 14504 0 -1 4202560 289 0 0 0 151 6 0 0 20 0 19 0 13614662 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524902140072 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18691] ppid=18677 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/18680/task/18691/stat : 18691 (java) S 18677 18680 14504 0 -1 4202560 2456 0 0 0 173 12 0 0 20 0 19 0 13614663 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524889730024 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18692] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18692/stat : 18692 (java) S 18677 18680 14504 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13614664 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524888676088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18693] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18693/stat : 18693 (java) S 18677 18680 14504 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13614664 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524283487752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18694] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18694/stat : 18694 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13614666 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524282436240 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18680/tid=18695] ppid=18677 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/18680/task/18695/stat : 18695 (java) S 18677 18680 14504 0 -1 4202560 8670 0 0 0 147 1 0 0 20 0 19 0 13614666 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524281383352 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18680/tid=18696] ppid=18677 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/18680/task/18696/stat : 18696 (java) S 18677 18680 14504 0 -1 4202560 12232 0 0 0 264 2 0 0 20 0 19 0 13614666 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524280330552 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18697] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18697/stat : 18697 (java) S 18677 18680 14504 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13614666 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524279277944 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18680/tid=18698] ppid=18677 vsize=9824732 CPUtime=0.21 cores=1,3,5,7
/proc/18680/task/18698/stat : 18698 (java) S 18677 18680 14504 0 -1 4202560 32 0 0 0 10 11 0 0 20 0 19 0 13614666 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524278225352 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18680/tid=18702] ppid=18677 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18680/task/18702/stat : 18702 (java) S 18677 18680 14504 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13614710 10060525568 594944 33554432000 1073741824 1073778376 140734464508560 140524274013480 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1153.25
Current children cumulated vsize (KiB) 9824732

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): 2.4801
#  lost CPU user time (s): 2.64014
#  lost CPU system time (s): -0.16

Real time (s): 574.786
CPU time (s): 1155.98
CPU user time (s): 1154.48
CPU system time (s): 1.50175
CPU usage (%): 201.115
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1151.84
system time used= 1.66175
maximum resident set size= 2928212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31282
page faults= 1
swaps= 0
block input operations= 0
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17666
involuntary context switches= 26759

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.70344 second user time and 4.47732 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-17 00:21:17
IDJOB=4098270
IDBENCH=107876
IDSOLVER=2543
FILE ID=node121/4098270-1466115677
RUNJOBID= node121-1466112173-16811
PBS_JOBID= 19904064
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= fc75568757442c2d7a8019d642ae1221
RANDOM SEED=1329813409

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:        26866496 kB
Buffers:           48404 kB
Cached:           128172 kB
SwapCached:         2484 kB
Active:          3732300 kB
Inactive:          99464 kB
Active(anon):    3655408 kB
Inactive(anon):     1896 kB
Active(file):      76892 kB
Inactive(file):    97568 kB
Unevictable:     1463148 kB
Mlocked:         1315980 kB
SwapTotal:      67108856 kB
SwapFree:       67099892 kB
Dirty:              1256 kB
Writeback:             0 kB
AnonPages:       5110456 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             568436 kB
SReclaimable:      12740 kB
SUnreclaim:       555696 kB
KernelStack:        1792 kB
PageTables:        14088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5554772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3706880 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:30:52