Trace number 4097367

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 436.468 216.446

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_23.opb
MD5SUM50e0aba79f79529399c1494304bcf442
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.01239
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables992
Total number of constraints4686
Number of constraints which are clauses4681
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 constraint31
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 23
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 54
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	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.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4097367-1466113606.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.51/0.35	c ... done. Wall clock time 0.242s.
0.51/0.35	c declared #vars     992
0.51/0.35	c #constraints  4690
0.51/0.36	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.51/0.36	c constraints type 
0.51/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2790
0.51/0.36	c org.sat4j.specs.Constr$1 => 4
0.51/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1890
0.51/0.36	c 4690 constraints processed.
0.51/0.36	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.51/0.36	c constraints type 
0.51/0.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1890
0.51/0.36	c org.sat4j.specs.Constr$1 => 4
0.51/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2790
0.51/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.51/0.36	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.51/0.36	c 4690 constraints processed.
3.22/1.09	c cleaning 2499 clauses out of 5000 with flag 20961/5000
4.97/1.63	c cleaning 4251 clauses out of 8501 with flag 44964/11000
6.27/2.29	c cleaning 5624 clauses out of 11250 with flag 67937/18000
7.91/3.06	c cleaning 6807 clauses out of 13626 with flag 101485/26000
9.91/4.00	c cleaning 7904 clauses out of 15821 with flag 146176/35002
12.24/5.16	c cleaning 8949 clauses out of 17916 with flag 200225/45001
15.25/6.69	c cleaning 9974 clauses out of 19966 with flag 266977/56000
18.66/8.35	c cleaning 10985 clauses out of 21994 with flag 345690/68002
22.47/10.22	c cleaning 11999 clauses out of 24007 with flag 421012/81000
26.29/12.14	c cleaning 13000 clauses out of 26008 with flag 486808/95000
30.47/14.23	c cleaning 13999 clauses out of 28008 with flag 557175/110000
35.49/16.70	c cleaning 15002 clauses out of 30009 with flag 631426/126000
40.50/19.27	c cleaning 15995 clauses out of 32008 with flag 710798/143001
41.10/19.60	c cleaning 0 clauses out of 5000 with flag 0/5000
46.69/22.13	c cleaning 17005 clauses out of 34012 with flag 796683/161000
53.10/25.24	c cleaning 18002 clauses out of 36007 with flag 881332/180000
59.71/28.60	c cleaning 18998 clauses out of 38006 with flag 970939/200001
67.30/32.39	c cleaning 20000 clauses out of 40007 with flag 1067496/221000
75.91/36.65	c cleaning 21000 clauses out of 42008 with flag 1168871/243001
85.33/41.33	c cleaning 22000 clauses out of 44008 with flag 1276720/266001
95.58/46.47	c cleaning 23004 clauses out of 46008 with flag 1386356/290001
106.80/52.05	c cleaning 24001 clauses out of 48003 with flag 1496942/315000
119.21/58.20	c cleaning 24994 clauses out of 50002 with flag 1617060/341000
133.27/65.22	c cleaning 26000 clauses out of 52008 with flag 1744507/368000
146.52/71.87	c cleaning 26998 clauses out of 54007 with flag 1866468/396000
161.21/79.11	c cleaning 28004 clauses out of 56010 with flag 1990574/425001
176.70/86.88	c cleaning 29002 clauses out of 58006 with flag 2120475/455001
193.38/95.12	c cleaning 29996 clauses out of 60003 with flag 2252749/486000
211.85/104.33	c cleaning 30996 clauses out of 62007 with flag 2397708/518000
231.54/114.18	c cleaning 31998 clauses out of 64011 with flag 2547151/551000
253.81/125.26	c cleaning 32999 clauses out of 66013 with flag 2707567/585000
272.30/134.48	c cleaning 0 clauses out of 11001 with flag 0/11001
275.51/136.05	c cleaning 34005 clauses out of 68015 with flag 2864565/620001
299.40/147.93	c cleaning 35002 clauses out of 70010 with flag 3028769/656001
326.88/161.62	c cleaning 35998 clauses out of 72007 with flag 3210699/693000
359.20/177.70	c cleaning 37003 clauses out of 74011 with flag 3411822/731003
391.13/193.61	c cleaning 38002 clauses out of 76005 with flag 3623607/770000
426.27/211.17	c cleaning 38996 clauses out of 78000 with flag 3847927/810000
435.90/215.96	c And the winner is solver0
436.21/216.41	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
436.21/216.41	c starts		: 512
436.21/216.41	c conflicts		: 823820
436.21/216.41	c decisions		: 933026
436.21/216.41	c propagations		: 72547100
436.21/216.41	c inspects		: 3095065380
436.21/216.41	c shortcuts		: 0
436.21/216.41	c learnt literals	: 17
436.21/216.41	c learnt binary clauses	: 149
436.21/216.41	c learnt ternary clauses	: 903
436.21/216.41	c learnt constraints	: 823802
436.21/216.41	c ignored constraints	: 0
436.21/216.41	c root simplifications	: 0
436.21/216.41	c removed literals (reason simplification)	: 7128567
436.21/216.41	c reason swapping (by a shorter reason)	: 0
436.21/216.41	c Calls to reduceDB	: 36
436.21/216.41	c Number of update (reduction) of LBD	: 177738
436.21/216.41	c Imported unit clauses	: 0
436.21/216.41	c number of reductions to clauses (during analyze)	: 0
436.21/216.41	c number of learned constraints concerned by reduction	: 0
436.21/216.41	c number of learning phase by resolution	: 0
436.21/216.41	c number of learning phase by cutting planes	: 0
436.21/216.41	c speed (assignments/second)	: 335793.13760431757
436.21/216.41	c non guided choices	121
436.21/216.43	c learnt constraints type 
436.21/216.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 149
436.21/216.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52662
436.21/216.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
436.21/216.43	c starts		: 37
436.21/216.43	c conflicts		: 13280
436.21/216.43	c decisions		: 15126
436.21/216.43	c propagations		: 1580559
436.21/216.43	c inspects		: 391222263
436.21/216.43	c shortcuts		: 0
436.21/216.43	c learnt literals	: 0
436.21/216.43	c learnt binary clauses	: 0
436.21/216.43	c learnt ternary clauses	: 0
436.21/216.43	c learnt constraints	: 13279
436.21/216.43	c ignored constraints	: 0
436.21/216.43	c root simplifications	: 0
436.21/216.43	c removed literals (reason simplification)	: 0
436.21/216.43	c reason swapping (by a shorter reason)	: 0
436.21/216.43	c Calls to reduceDB	: 2
436.21/216.43	c Number of update (reduction) of LBD	: 0
436.21/216.43	c Imported unit clauses	: 0
436.21/216.43	c number of reductions to clauses (during analyze)	: 0
436.21/216.43	c number of learned constraints concerned by reduction	: 0
436.21/216.43	c number of learning phase by resolution	: 0
436.21/216.43	c number of learning phase by cutting planes	: 0
436.21/216.43	c speed (assignments/second)	: 7315.235300651659
436.21/216.43	c non guided choices	121
436.21/216.43	c learnt constraints type 
436.21/216.43	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1316
436.21/216.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 252
436.21/216.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11711
436.21/216.43	s UNSATISFIABLE
436.21/216.43	c Total wall clock time (in seconds): 216.322

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-4097367-1466113606/watcher-4097367-1466113606 -o /tmp/evaluation-result-4097367-1466113606/solver-4097367-1466113606 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466112677-30851 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4097367-1466113606.opb 

pid=461
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.33 4.07 3.37 4/197 464
/proc/meminfo: memFree=29880064/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/464/stat : 464 (java) D 461 464 28709 0 -1 4202496 375 0 0 0 0 0 0 0 20 0 1 0 13406060 2560000 46 33554432000 1073741824 1073778376 140734243521136 140734243518264 211449638183 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/464/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 4.33 4.07 3.37 4/197 464
/proc/meminfo: memFree=29880064/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/464/stat : 464 (java) S 461 464 28709 0 -1 4202496 4430 0 1 0 8 1 0 0 20 0 18 0 13406060 9787879424 6048 33554432000 1073741824 1073778376 140734243521136 140734243512272 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/464/statm: 2389619 6051 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 4.33 4.07 3.37 4/197 464
/proc/meminfo: memFree=29880064/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/464/stat : 464 (java) S 461 464 28709 0 -1 4202496 4915 0 1 0 24 2 0 0 20 0 18 0 13406060 9787879424 6949 33554432000 1073741824 1073778376 140734243521136 140734243512272 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/464/statm: 2389619 6949 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 4.33 4.07 3.37 4/197 464
/proc/meminfo: memFree=29880064/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/464/stat : 464 (java) S 461 464 28709 0 -1 4202496 5973 0 1 0 49 2 0 0 20 0 18 0 13406060 9787879424 9029 33554432000 1073741824 1073778376 140734243521136 140734243512272 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/464/statm: 2389619 9029 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700209 s]
/proc/loadavg: 4.33 4.07 3.37 4/197 464
/proc/meminfo: memFree=29880064/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/464/stat : 464 (java) S 461 464 28709 0 -1 4202496 16334 0 1 0 197 4 0 0 20 0 22 0 13406060 10060525568 19295 33554432000 1073741824 1073778376 140734243521136 140734243512272 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/464/statm: 2456183 19295 2267 9 0 2446860 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 4.33 4.07 3.37 6/219 486
/proc/meminfo: memFree=29711872/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=9824732 CPUtime=4.76 cores=1,3,5,7
/proc/464/stat : 464 (java) S 461 464 28709 0 -1 4202496 23913 0 1 0 469 7 0 0 20 0 22 0 13406060 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140734243512272 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/464/statm: 2456183 48314 2290 9 0 2446860 0
[pid=464/tid=466] ppid=461 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/464/task/466/stat : 466 (java) S 461 464 28709 0 -1 4202560 2472 0 1 0 31 2 0 0 20 0 22 0 13406060 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446738064248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=467] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/467/stat : 467 (java) S 461 464 28709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446710516776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=468] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/468/stat : 468 (java) S 461 464 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446709463976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=469] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/469/stat : 469 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446708411176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=470] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/470/stat : 470 (java) S 461 464 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446707358376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=471] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/471/stat : 471 (java) S 461 464 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446577240616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=472] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/472/stat : 472 (java) S 461 464 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446576187816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=473] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/473/stat : 473 (java) S 461 464 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446575135016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=474] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/474/stat : 474 (java) S 461 464 28709 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446574082216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=475] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/475/stat : 475 (java) S 461 464 28709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13406062 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446091570152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=476] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/476/stat : 476 (java) S 461 464 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13406063 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446090516216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=477] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/477/stat : 477 (java) S 461 464 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13406063 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446089463304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=478] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/478/stat : 478 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446088411792 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=479] ppid=461 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/464/task/479/stat : 479 (java) S 461 464 28709 0 -1 4202560 11027 0 0 0 105 2 0 0 20 0 22 0 13406065 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446087358904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=480] ppid=461 vsize=9824732 CPUtime=1.06 cores=1,3,5,7
/proc/464/task/480/stat : 480 (java) R 461 464 28709 0 -1 4202560 8925 0 0 0 104 2 0 0 20 0 22 0 13406065 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446086306104 140446740670637 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=464/tid=481] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/481/stat : 481 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446085253496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=482] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/482/stat : 482 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446084200904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=483] ppid=461 vsize=9824732 CPUtime=1.11 cores=1,3,5,7
/proc/464/task/483/stat : 483 (java) R 461 464 28709 0 -1 4202560 27 0 0 0 111 0 0 0 20 0 22 0 13406096 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446083146872 140446588946576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=464/tid=484] ppid=461 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/464/task/484/stat : 484 (java) R 461 464 28709 0 -1 4202560 89 0 0 0 108 2 0 0 20 0 22 0 13406096 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446082093640 140446588902988 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=464/tid=485] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/485/stat : 485 (java) S 461 464 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13406096 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446081041832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=486] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/486/stat : 486 (java) S 461 464 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13406096 10060525568 48314 33554432000 1073741824 1073778376 140734243521136 140446079989032 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.76
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.46 4.11 3.39 5/219 486
/proc/meminfo: memFree=29622160/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=9824732 CPUtime=8.12 cores=1,3,5,7
/proc/464/stat : 464 (java) S 461 464 28709 0 -1 4202496 24549 0 1 0 799 13 0 0 20 0 22 0 13406060 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140734243512272 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/464/statm: 2456183 83157 2290 9 0 2446860 0
[pid=464/tid=466] ppid=461 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/464/task/466/stat : 466 (java) S 461 464 28709 0 -1 4202560 2472 0 1 0 31 2 0 0 20 0 22 0 13406060 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446738064248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=467] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/467/stat : 467 (java) S 461 464 28709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446710516776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=468] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/468/stat : 468 (java) S 461 464 28709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446709463976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=469] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/469/stat : 469 (java) S 461 464 28709 0 -1 4202560 136 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446708411176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=470] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/470/stat : 470 (java) S 461 464 28709 0 -1 4202560 96 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446707358376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=471] ppid=461 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/464/task/471/stat : 471 (java) S 461 464 28709 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 13406061 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446577240616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=472] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/472/stat : 472 (java) S 461 464 28709 0 -1 4202560 113 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446576187816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=473] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/473/stat : 473 (java) S 461 464 28709 0 -1 4202560 113 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446575135016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=474] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/474/stat : 474 (java) S 461 464 28709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446574082216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=475] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/475/stat : 475 (java) S 461 464 28709 0 -1 4202560 182 0 0 0 0 0 0 0 20 0 22 0 13406062 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446091570152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=476] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/476/stat : 476 (java) S 461 464 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13406063 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446090516216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=477] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/477/stat : 477 (java) S 461 464 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13406063 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446089463304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=478] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/478/stat : 478 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446088411792 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=479] ppid=461 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/464/task/479/stat : 479 (java) S 461 464 28709 0 -1 4202560 11027 0 0 0 115 2 0 0 20 0 22 0 13406065 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446087358904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=480] ppid=461 vsize=9824732 CPUtime=1.1 cores=1,3,5,7
/proc/464/task/480/stat : 480 (java) S 461 464 28709 0 -1 4202560 8925 0 0 0 108 2 0 0 20 0 22 0 13406065 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446086306104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=481] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/481/stat : 481 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446085253496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=482] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/482/stat : 482 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446084200904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=483] ppid=461 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/464/task/483/stat : 483 (java) R 461 464 28709 0 -1 4202560 27 0 0 0 266 0 0 0 20 0 22 0 13406096 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446083146704 140446588819687 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=464/tid=484] ppid=461 vsize=9824732 CPUtime=2.64 cores=1,3,5,7
/proc/464/task/484/stat : 484 (java) R 461 464 28709 0 -1 4202560 150 0 0 0 260 4 0 0 20 0 22 0 13406096 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446082092944 140446589009736 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=464/tid=485] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/485/stat : 485 (java) S 461 464 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13406096 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446081041832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=486] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/486/stat : 486 (java) S 461 464 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13406096 10060525568 83157 33554432000 1073741824 1073778376 140734243521136 140446079989032 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.12
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 4.46 4.11 3.39 5/219 486
/proc/meminfo: memFree=29303276/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=9824732 CPUtime=14.63 cores=1,3,5,7
/proc/464/stat : 464 (java) S 461 464 28709 0 -1 4202496 25408 0 1 0 1439 24 0 0 20 0 22 0 13406060 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140734243512272 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/464/statm: 2456183 226774 2290 9 0 2446860 0
[pid=464/tid=466] ppid=461 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/464/task/466/stat : 466 (java) S 461 464 28709 0 -1 4202560 2472 0 1 0 31 2 0 0 20 0 22 0 13406060 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446738064248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=467] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/467/stat : 467 (java) S 461 464 28709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446710516776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=468] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/468/stat : 468 (java) S 461 464 28709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446709463976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=469] ppid=461 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/464/task/469/stat : 469 (java) S 461 464 28709 0 -1 4202560 197 0 0 0 1 0 0 0 20 0 22 0 13406061 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446708411176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=470] ppid=461 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/464/task/470/stat : 470 (java) S 461 464 28709 0 -1 4202560 148 0 0 0 1 0 0 0 20 0 22 0 13406061 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446707358376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=471] ppid=461 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/464/task/471/stat : 471 (java) S 461 464 28709 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 22 0 13406061 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446577240616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=472] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/472/stat : 472 (java) S 461 464 28709 0 -1 4202560 113 0 0 0 0 0 0 0 20 0 22 0 13406061 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446576187816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=473] ppid=461 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/464/task/473/stat : 473 (java) S 461 464 28709 0 -1 4202560 171 0 0 0 2 0 0 0 20 0 22 0 13406061 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446575135016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=474] ppid=461 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/464/task/474/stat : 474 (java) S 461 464 28709 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 13406061 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446574082216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=475] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/475/stat : 475 (java) S 461 464 28709 0 -1 4202560 433 0 0 0 0 0 0 0 20 0 22 0 13406062 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446091570152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=476] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/476/stat : 476 (java) S 461 464 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13406063 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446090516216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=477] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/477/stat : 477 (java) S 461 464 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13406063 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446089463304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=478] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/478/stat : 478 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 226774 33554432000 1073741824 1073778376 140734243521136 140446088411792 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=479] ppid=461 vsize=9824732 CPUtime=1.24 cores=1,3,5,7

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

[pid=464/tid=476] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/476/stat : 476 (java) S 461 464 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13406063 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446090516216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=477] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/477/stat : 477 (java) S 461 464 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13406063 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446089463304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=478] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/478/stat : 478 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446088411792 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=479] ppid=461 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/464/task/479/stat : 479 (java) S 461 464 28709 0 -1 4202560 14514 0 0 0 177 3 0 0 20 0 22 0 13406065 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446087358904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=480] ppid=461 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/464/task/480/stat : 480 (java) S 461 464 28709 0 -1 4202560 8933 0 0 0 126 2 0 0 20 0 22 0 13406065 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446086306104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=481] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/481/stat : 481 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446085253496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=482] ppid=461 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/464/task/482/stat : 482 (java) S 461 464 28709 0 -1 4202560 13 0 0 0 3 6 0 0 20 0 22 0 13406065 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446084200904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=483] ppid=461 vsize=9824732 CPUtime=212.16 cores=1,3,5,7
/proc/464/task/483/stat : 483 (java) R 461 464 28709 0 -1 4202560 114 0 0 0 21211 5 0 0 20 0 22 0 13406096 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446083145880 140446588819687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=464/tid=484] ppid=461 vsize=9824732 CPUtime=212.11 cores=1,3,5,7
/proc/464/task/484/stat : 484 (java) R 461 464 28709 0 -1 4202560 1290 0 0 0 21179 32 0 0 20 0 22 0 13406096 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446082091968 140446589010728 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=464/tid=485] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/485/stat : 485 (java) S 461 464 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13406096 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446081041832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=486] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/486/stat : 486 (java) S 461 464 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13406096 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446079989032 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 432.89
Current children cumulated vsize (KiB) 9824732

[startup+215.201 s]
/proc/loadavg: 4.14 4.09 3.52 5/220 1035
/proc/meminfo: memFree=28707664/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=9824732 CPUtime=434.49 cores=1,3,5,7
/proc/464/stat : 464 (java) S 461 464 28709 0 -1 4202496 30787 0 1 0 43380 69 0 0 20 0 22 0 13406060 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140734243512272 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/464/statm: 2456183 406619 2293 9 0 2446860 0
[pid=464/tid=466] ppid=461 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/464/task/466/stat : 466 (java) S 461 464 28709 0 -1 4202560 2472 0 1 0 32 2 0 0 20 0 22 0 13406060 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446738064248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=467] ppid=461 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/464/task/467/stat : 467 (java) S 461 464 28709 0 -1 4202560 95 0 0 0 58 2 0 0 20 0 22 0 13406061 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446710516776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=468] ppid=461 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/464/task/468/stat : 468 (java) S 461 464 28709 0 -1 4202560 76 0 0 0 55 2 0 0 20 0 22 0 13406061 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446709463976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=469] ppid=461 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/464/task/469/stat : 469 (java) S 461 464 28709 0 -1 4202560 281 0 0 0 62 3 0 0 20 0 22 0 13406061 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446708411176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=470] ppid=461 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/464/task/470/stat : 470 (java) S 461 464 28709 0 -1 4202560 235 0 0 0 57 2 0 0 20 0 22 0 13406061 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446707358376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=471] ppid=461 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/464/task/471/stat : 471 (java) S 461 464 28709 0 -1 4202560 162 0 0 0 63 3 0 0 20 0 22 0 13406061 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446577240616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=472] ppid=461 vsize=9824732 CPUtime=0.71 cores=1,3,5,7
/proc/464/task/472/stat : 472 (java) S 461 464 28709 0 -1 4202560 243 0 0 0 68 3 0 0 20 0 22 0 13406061 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446576187816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=473] ppid=461 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/464/task/473/stat : 473 (java) S 461 464 28709 0 -1 4202560 259 0 0 0 62 3 0 0 20 0 22 0 13406061 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446575135016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=474] ppid=461 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/464/task/474/stat : 474 (java) S 461 464 28709 0 -1 4202560 90 0 0 0 54 3 0 0 20 0 22 0 13406061 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446574082216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=475] ppid=461 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/464/task/475/stat : 475 (java) S 461 464 28709 0 -1 4202560 746 0 0 0 3 12 0 0 20 0 22 0 13406062 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446091570152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=476] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/476/stat : 476 (java) S 461 464 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13406063 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446090516216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=477] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/477/stat : 477 (java) S 461 464 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13406063 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446089463304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=478] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/478/stat : 478 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446088411792 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=479] ppid=461 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/464/task/479/stat : 479 (java) S 461 464 28709 0 -1 4202560 14514 0 0 0 177 3 0 0 20 0 22 0 13406065 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446087358904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=480] ppid=461 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/464/task/480/stat : 480 (java) S 461 464 28709 0 -1 4202560 8933 0 0 0 126 2 0 0 20 0 22 0 13406065 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446086306104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=481] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/481/stat : 481 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13406065 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446085253496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=482] ppid=461 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/464/task/482/stat : 482 (java) S 461 464 28709 0 -1 4202560 13 0 0 0 3 6 0 0 20 0 22 0 13406065 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446084200904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=483] ppid=461 vsize=9824732 CPUtime=212.96 cores=1,3,5,7
/proc/464/task/483/stat : 483 (java) R 461 464 28709 0 -1 4202560 114 0 0 0 21291 5 0 0 20 0 22 0 13406096 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446083146968 140446588819687 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=464/tid=484] ppid=461 vsize=9824732 CPUtime=212.91 cores=1,3,5,7
/proc/464/task/484/stat : 484 (java) R 461 464 28709 0 -1 4202560 1290 0 0 0 21259 32 0 0 20 0 22 0 13406096 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446082091968 140446589009930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=464/tid=485] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/485/stat : 485 (java) S 461 464 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13406096 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446081041832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=486] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/486/stat : 486 (java) S 461 464 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13406096 10060525568 406619 33554432000 1073741824 1073778376 140734243521136 140446079989032 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 434.49
Current children cumulated vsize (KiB) 9824732

[startup+216.001 s]
/proc/loadavg: 4.14 4.09 3.52 5/220 1035
/proc/meminfo: memFree=28605292/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=9824732 CPUtime=436.12 cores=1,3,5,7
/proc/464/stat : 464 (java) S 461 464 28709 0 -1 4202496 30790 0 1 0 43538 74 0 0 20 0 20 0 13406060 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140734243512272 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/464/statm: 2456183 406613 2294 9 0 2446860 0
[pid=464/tid=466] ppid=461 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/464/task/466/stat : 466 (java) S 461 464 28709 0 -1 4202560 2472 0 1 0 32 2 0 0 20 0 20 0 13406060 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446738064248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=467] ppid=461 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/464/task/467/stat : 467 (java) S 461 464 28709 0 -1 4202560 95 0 0 0 58 2 0 0 20 0 20 0 13406061 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446710516776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=468] ppid=461 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/464/task/468/stat : 468 (java) S 461 464 28709 0 -1 4202560 76 0 0 0 55 2 0 0 20 0 20 0 13406061 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446709463976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=469] ppid=461 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/464/task/469/stat : 469 (java) S 461 464 28709 0 -1 4202560 281 0 0 0 62 3 0 0 20 0 20 0 13406061 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446708411176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=470] ppid=461 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/464/task/470/stat : 470 (java) S 461 464 28709 0 -1 4202560 235 0 0 0 57 2 0 0 20 0 20 0 13406061 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446707358376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=471] ppid=461 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/464/task/471/stat : 471 (java) S 461 464 28709 0 -1 4202560 162 0 0 0 63 3 0 0 20 0 20 0 13406061 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446577240616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=472] ppid=461 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/464/task/472/stat : 472 (java) S 461 464 28709 0 -1 4202560 243 0 0 0 69 3 0 0 20 0 20 0 13406061 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446576187816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=473] ppid=461 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/464/task/473/stat : 473 (java) S 461 464 28709 0 -1 4202560 259 0 0 0 63 3 0 0 20 0 20 0 13406061 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446575135016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=474] ppid=461 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/464/task/474/stat : 474 (java) S 461 464 28709 0 -1 4202560 90 0 0 0 54 3 0 0 20 0 20 0 13406061 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446574082216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=475] ppid=461 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/464/task/475/stat : 475 (java) S 461 464 28709 0 -1 4202560 746 0 0 0 3 12 0 0 20 0 20 0 13406062 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446091570152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=476] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/476/stat : 476 (java) S 461 464 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 13406063 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446090516216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=477] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/477/stat : 477 (java) S 461 464 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 13406063 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446089463304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=478] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/478/stat : 478 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13406065 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446088411792 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=479] ppid=461 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/464/task/479/stat : 479 (java) S 461 464 28709 0 -1 4202560 14514 0 0 0 177 3 0 0 20 0 20 0 13406065 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446087358904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=480] ppid=461 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/464/task/480/stat : 480 (java) S 461 464 28709 0 -1 4202560 8933 0 0 0 126 2 0 0 20 0 20 0 13406065 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446086306104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=481] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/481/stat : 481 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 13406065 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446085253496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=482] ppid=461 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/464/task/482/stat : 482 (java) S 461 464 28709 0 -1 4202560 13 0 0 0 3 6 0 0 20 0 20 0 13406065 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446084200904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=484] ppid=461 vsize=9824732 CPUtime=213.69 cores=1,3,5,7
/proc/464/task/484/stat : 484 (java) R 461 464 28709 0 -1 4202560 1290 0 0 0 21337 32 0 0 20 0 20 0 13406096 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446082092064 140446588903271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=464/tid=485] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/485/stat : 485 (java) S 461 464 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 13406096 10060525568 406613 33554432000 1073741824 1073778376 140734243521136 140446081041832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 436.12
Current children cumulated vsize (KiB) 9824732

[startup+216.401 s]
/proc/loadavg: 4.14 4.09 3.52 5/220 1035
/proc/meminfo: memFree=28605292/32872528 swapFree=496356/529060
[pid=464] ppid=461 vsize=9824732 CPUtime=436.21 cores=1,3,5,7
/proc/464/stat : 464 (java) S 461 464 28709 0 -1 4202496 30790 0 1 0 43542 79 0 0 20 0 19 0 13406060 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140734243512272 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/464/statm: 2456183 406607 2294 9 0 2446860 0
[pid=464/tid=466] ppid=461 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/464/task/466/stat : 466 (java) S 461 464 28709 0 -1 4202560 2472 0 1 0 32 2 0 0 20 0 19 0 13406060 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446738064248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=467] ppid=461 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/464/task/467/stat : 467 (java) S 461 464 28709 0 -1 4202560 95 0 0 0 58 2 0 0 20 0 19 0 13406061 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446710516776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=468] ppid=461 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/464/task/468/stat : 468 (java) S 461 464 28709 0 -1 4202560 76 0 0 0 55 2 0 0 20 0 19 0 13406061 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446709463976 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=469] ppid=461 vsize=9824732 CPUtime=0.65 cores=1,3,5,7
/proc/464/task/469/stat : 469 (java) S 461 464 28709 0 -1 4202560 281 0 0 0 62 3 0 0 20 0 19 0 13406061 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446708411176 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=470] ppid=461 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/464/task/470/stat : 470 (java) S 461 464 28709 0 -1 4202560 235 0 0 0 57 2 0 0 20 0 19 0 13406061 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446707358376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=471] ppid=461 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/464/task/471/stat : 471 (java) S 461 464 28709 0 -1 4202560 162 0 0 0 63 3 0 0 20 0 19 0 13406061 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446577240616 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=464/tid=472] ppid=461 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/464/task/472/stat : 472 (java) S 461 464 28709 0 -1 4202560 243 0 0 0 69 3 0 0 20 0 19 0 13406061 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446576187816 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=473] ppid=461 vsize=9824732 CPUtime=0.66 cores=1,3,5,7
/proc/464/task/473/stat : 473 (java) S 461 464 28709 0 -1 4202560 259 0 0 0 63 3 0 0 20 0 19 0 13406061 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446575135016 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=474] ppid=461 vsize=9824732 CPUtime=0.57 cores=1,3,5,7
/proc/464/task/474/stat : 474 (java) S 461 464 28709 0 -1 4202560 90 0 0 0 54 3 0 0 20 0 19 0 13406061 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446574082216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=475] ppid=461 vsize=9824732 CPUtime=0.15 cores=1,3,5,7
/proc/464/task/475/stat : 475 (java) S 461 464 28709 0 -1 4202560 746 0 0 0 3 12 0 0 20 0 19 0 13406062 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446091570152 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=476] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/476/stat : 476 (java) S 461 464 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13406063 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446090516216 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=477] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/477/stat : 477 (java) S 461 464 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13406063 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446089463304 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=478] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/478/stat : 478 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13406065 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446088411792 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=479] ppid=461 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/464/task/479/stat : 479 (java) S 461 464 28709 0 -1 4202560 14514 0 0 0 177 3 0 0 20 0 19 0 13406065 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446087358904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=464/tid=480] ppid=461 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/464/task/480/stat : 480 (java) S 461 464 28709 0 -1 4202560 8933 0 0 0 126 2 0 0 20 0 19 0 13406065 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446086306104 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=481] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/481/stat : 481 (java) S 461 464 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13406065 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446085253496 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=464/tid=482] ppid=461 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/464/task/482/stat : 482 (java) S 461 464 28709 0 -1 4202560 13 0 0 0 3 6 0 0 20 0 19 0 13406065 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446084200904 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=464/tid=485] ppid=461 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/464/task/485/stat : 485 (java) S 461 464 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13406096 10060525568 406607 33554432000 1073741824 1073778376 140734243521136 140446081041832 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 436.21
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 216.446
CPU time (s): 436.468
CPU user time (s): 435.476
CPU system time (s): 0.991849
CPU usage (%): 201.652
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 435.476
system time used= 0.991849
maximum resident set size= 1726284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30801
page faults= 1
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10371
involuntary context switches= 11966

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.35379 second user time and 2.02869 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 23:46:46
IDJOB=4097367
IDBENCH=107747
IDSOLVER=2543
FILE ID=node141/4097367-1466113606
RUNJOBID= node141-1466112677-30851
PBS_JOBID= 19904052
Free space on /tmp= 71728 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-8_6_23.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097367-1466113606/watcher-4097367-1466113606 -o /tmp/evaluation-result-4097367-1466113606/solver-4097367-1466113606 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466112677-30851 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097367-1466113606.opb

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

MD5SUM BENCH= 50e0aba79f79529399c1494304bcf442
RANDOM SEED=1537162602

node141.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.547
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.09
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.547
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.547
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.54
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.547
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.547
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.56
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.547
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.547
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.55
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29880592 kB
Buffers:           63332 kB
Cached:           137808 kB
SwapCached:         2876 kB
Active:          1645712 kB
Inactive:         107384 kB
Active(anon):    1550156 kB
Inactive(anon):     4140 kB
Active(file):      95556 kB
Inactive(file):   103244 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67099004 kB
Dirty:               460 kB
Writeback:             0 kB
AnonPages:       2083304 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             571772 kB
SReclaimable:      14856 kB
SUnreclaim:       556916 kB
KernelStack:        1712 kB
PageTables:         9148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2215988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1517568 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= 71728 MiB
End job on node141 at 2016-06-16 23:50:23