Trace number 4097465

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 1378.96 684.629

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_25.opb
MD5SUMb92551cd84e0703f1beccbbe36749b8d
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.26835
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1122
Total number of constraints5318
Number of constraints which are clauses5313
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 constraint33
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 58
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-4097465-1466113825.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.51/0.36	c ... done. Wall clock time 0.252s.
0.51/0.36	c declared #vars     1122
0.51/0.36	c #constraints  5322
0.51/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.51/0.37	c constraints type 
0.51/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3168
0.51/0.37	c org.sat4j.specs.Constr$1 => 4
0.51/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.37	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2144
0.51/0.37	c 5322 constraints processed.
0.51/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.51/0.37	c constraints type 
0.51/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2144
0.51/0.37	c org.sat4j.specs.Constr$1 => 4
0.51/0.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3168
0.51/0.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.51/0.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.51/0.37	c 5322 constraints processed.
3.72/1.25	c cleaning 2497 clauses out of 5000 with flag 18401/5000
5.72/1.90	c cleaning 4252 clauses out of 8504 with flag 41538/11001
7.15/2.66	c cleaning 5626 clauses out of 11251 with flag 75368/18000
9.16/3.63	c cleaning 6809 clauses out of 13625 with flag 113986/26000
11.23/4.67	c cleaning 7909 clauses out of 15818 with flag 154538/35002
13.74/5.81	c cleaning 8954 clauses out of 17907 with flag 193647/45000
16.56/7.25	c cleaning 9977 clauses out of 19953 with flag 235037/56000
19.79/8.86	c cleaning 10986 clauses out of 21976 with flag 286629/68000
23.17/10.58	c cleaning 11992 clauses out of 23991 with flag 344375/81001
27.18/12.53	c cleaning 12996 clauses out of 25998 with flag 409755/95000
31.41/14.62	c cleaning 13998 clauses out of 28002 with flag 479858/110000
36.21/17.07	c cleaning 14999 clauses out of 30004 with flag 557510/126000
42.04/19.93	c cleaning 16003 clauses out of 32008 with flag 633508/143003
44.31/21.02	c cleaning 0 clauses out of 5001 with flag 0/5001
48.71/23.19	c cleaning 16999 clauses out of 34002 with flag 718562/161000
55.49/26.49	c cleaning 17994 clauses out of 36003 with flag 804128/180000
62.90/30.17	c cleaning 18999 clauses out of 38009 with flag 889624/200000
71.72/34.52	c cleaning 20001 clauses out of 40011 with flag 979326/221001
80.94/39.17	c cleaning 21003 clauses out of 42010 with flag 1077809/243001
91.55/44.45	c cleaning 22002 clauses out of 44006 with flag 1185913/266000
102.98/50.17	c cleaning 23001 clauses out of 46005 with flag 1298117/290001
114.79/56.05	c cleaning 23999 clauses out of 48003 with flag 1417806/315000
127.03/62.17	c cleaning 25001 clauses out of 50005 with flag 1535719/341001
141.08/69.12	c cleaning 26001 clauses out of 52004 with flag 1670026/368001
156.33/76.79	c cleaning 27000 clauses out of 54003 with flag 1808232/396001
172.60/84.85	c cleaning 27996 clauses out of 56002 with flag 1955855/425000
190.82/93.92	c cleaning 29003 clauses out of 58008 with flag 2105810/455002
210.50/103.75	c cleaning 29998 clauses out of 60003 with flag 2266061/486000
231.19/114.08	c cleaning 30999 clauses out of 62006 with flag 2438312/518001
252.13/124.45	c cleaning 31995 clauses out of 64006 with flag 2598355/551000
256.94/126.81	c cleaning 0 clauses out of 11000 with flag 0/11000
275.24/135.95	c cleaning 33006 clauses out of 66012 with flag 2782036/585001
302.58/149.53	c cleaning 33996 clauses out of 68006 with flag 2998954/620001
330.69/163.52	c cleaning 35005 clauses out of 70012 with flag 3216712/656003
359.68/177.92	c cleaning 35997 clauses out of 72004 with flag 3424401/693000
389.06/192.58	c cleaning 36999 clauses out of 74008 with flag 3644115/731001
423.28/209.52	c cleaning 38001 clauses out of 76008 with flag 3883843/770000
456.86/226.29	c cleaning 38999 clauses out of 78006 with flag 4120562/810000
489.59/242.51	c cleaning 40000 clauses out of 80007 with flag 4324289/851000
525.96/260.62	c cleaning 41004 clauses out of 82008 with flag 4536099/893001
561.12/278.17	c cleaning 41999 clauses out of 84003 with flag 4734289/936000
601.12/298.05	c cleaning 43003 clauses out of 86005 with flag 4961537/980001
639.96/317.30	c cleaning 43999 clauses out of 88001 with flag 5185350/1025000
683.46/338.94	c cleaning 44997 clauses out of 90002 with flag 5426691/1071000
727.56/360.87	c cleaning 45997 clauses out of 92007 with flag 5652994/1118002
772.58/383.27	c cleaning 47002 clauses out of 94008 with flag 5899785/1166000
805.75/399.77	c cleaning 0 clauses out of 18000 with flag 0/18000
821.03/407.31	c cleaning 48000 clauses out of 96008 with flag 6157281/1215002
874.12/433.73	c cleaning 49000 clauses out of 98006 with flag 6421225/1265000
929.21/461.10	c cleaning 50001 clauses out of 100007 with flag 6691540/1316001
989.16/490.97	c cleaning 50997 clauses out of 102006 with flag 6960678/1368001
1048.92/520.67	c cleaning 52000 clauses out of 104009 with flag 7249876/1421001
1116.13/554.08	c cleaning 52998 clauses out of 106008 with flag 7565559/1475000
1184.57/588.08	c cleaning 53999 clauses out of 108010 with flag 7874625/1530001
1259.19/625.18	c cleaning 55004 clauses out of 110010 with flag 8187310/1586000
1345.69/668.13	c cleaning 55999 clauses out of 112005 with flag 8533009/1643001
1377.92/684.16	c And the winner is solver0
1378.37/684.57	c >>>>>>>>>> Solver number 0 (1 answers) <<<<<<<<<<<<<<<<<<
1378.37/684.57	c starts		: 65
1378.37/684.57	c conflicts		: 1669388
1378.37/684.57	c decisions		: 1848506
1378.37/684.57	c propagations		: 147651949
1378.37/684.57	c inspects		: 9383325145
1378.37/684.57	c shortcuts		: 0
1378.37/684.57	c learnt literals	: 17
1378.37/684.57	c learnt binary clauses	: 153
1378.37/684.57	c learnt ternary clauses	: 910
1378.37/684.57	c learnt constraints	: 1669370
1378.37/684.57	c ignored constraints	: 0
1378.37/684.57	c root simplifications	: 0
1378.37/684.57	c removed literals (reason simplification)	: 14779960
1378.37/684.57	c reason swapping (by a shorter reason)	: 0
1378.37/684.57	c Calls to reduceDB	: 53
1378.37/684.57	c Number of update (reduction) of LBD	: 285875
1378.37/684.57	c Imported unit clauses	: 0
1378.37/684.57	c number of reductions to clauses (during analyze)	: 0
1378.37/684.57	c number of learned constraints concerned by reduction	: 0
1378.37/684.57	c number of learning phase by resolution	: 0
1378.37/684.57	c number of learning phase by cutting planes	: 0
1378.37/684.57	c speed (assignments/second)	: 215804.2148864211
1378.37/684.57	c non guided choices	129
1378.37/684.59	c learnt constraints type 
1378.37/684.59	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 153
1378.37/684.59	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 82226
1378.37/684.60	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1378.37/684.60	c starts		: 51
1378.37/684.60	c conflicts		: 22710
1378.37/684.60	c decisions		: 25473
1378.37/684.60	c propagations		: 2905781
1378.37/684.60	c inspects		: 1052999255
1378.37/684.60	c shortcuts		: 0
1378.37/684.60	c learnt literals	: 0
1378.37/684.60	c learnt binary clauses	: 0
1378.37/684.60	c learnt ternary clauses	: 0
1378.37/684.60	c learnt constraints	: 22710
1378.37/684.60	c ignored constraints	: 0
1378.37/684.60	c root simplifications	: 0
1378.37/684.60	c removed literals (reason simplification)	: 0
1378.37/684.60	c reason swapping (by a shorter reason)	: 0
1378.37/684.60	c Calls to reduceDB	: 3
1378.37/684.60	c Number of update (reduction) of LBD	: 0
1378.37/684.60	c Imported unit clauses	: 0
1378.37/684.60	c number of reductions to clauses (during analyze)	: 0
1378.37/684.60	c number of learned constraints concerned by reduction	: 0
1378.37/684.60	c number of learning phase by resolution	: 0
1378.37/684.60	c number of learning phase by cutting planes	: 0
1378.37/684.60	c speed (assignments/second)	: 4246.833269270399
1378.37/684.60	c non guided choices	129
1378.42/684.60	c learnt constraints type 
1378.42/684.60	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2067
1378.42/684.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 337
1378.42/684.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20306
1378.42/684.60	s UNSATISFIABLE
1378.42/684.60	c Total wall clock time (in seconds): 684.491

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

pid=1276
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: 3.97 4.05 3.51 4/198 1279
/proc/meminfo: memFree=29713276/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/1279/stat : 1279 (runsolver) D 1276 1279 28709 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 1 0 13427892 24911872 159 33554432000 4194304 4338465 140734149551008 140734149548200 211458616759 0 0 4096 24578 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/1279/statm: 6082 159 113 36 0 2655 0

[startup+0.100115 s]
/proc/loadavg: 3.97 4.05 3.51 4/198 1279
/proc/meminfo: memFree=29713276/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1279/stat : 1279 (java) S 1276 1279 28709 0 -1 4202496 4403 0 1 0 9 0 0 0 20 0 18 0 13427892 9787879424 6029 33554432000 1073741824 1073778376 140736747288576 140736747279712 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1279/statm: 2389619 6032 2129 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200227 s]
/proc/loadavg: 3.97 4.05 3.51 4/198 1279
/proc/meminfo: memFree=29713276/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/1279/stat : 1279 (java) S 1276 1279 28709 0 -1 4202496 4929 0 1 0 25 1 0 0 20 0 18 0 13427892 9787879424 6984 33554432000 1073741824 1073778376 140736747288576 140736747279712 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1279/statm: 2389619 6984 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 3.97 4.05 3.51 4/198 1279
/proc/meminfo: memFree=29713276/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/1279/stat : 1279 (java) S 1276 1279 28709 0 -1 4202496 5824 0 1 0 50 1 0 0 20 0 18 0 13427892 9787879424 9034 33554432000 1073741824 1073778376 140736747288576 140736747279712 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1279/statm: 2389619 9034 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700204 s]
/proc/loadavg: 3.97 4.05 3.51 4/198 1279
/proc/meminfo: memFree=29713276/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=9824732 CPUtime=2 cores=1,3,5,7
/proc/1279/stat : 1279 (java) S 1276 1279 28709 0 -1 4202496 12715 0 1 0 198 2 0 0 20 0 22 0 13427892 10060525568 17879 33554432000 1073741824 1073778376 140736747288576 140736747279712 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1279/statm: 2456183 17879 2266 9 0 2446860 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 9824732

[startup+1.50093 s]
/proc/loadavg: 3.97 4.05 3.51 6/220 1301
/proc/meminfo: memFree=29544100/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=9824732 CPUtime=4.82 cores=1,3,5,7
/proc/1279/stat : 1279 (java) S 1276 1279 28709 0 -1 4202496 23594 0 1 0 476 6 0 0 20 0 22 0 13427892 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140736747279712 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1279/statm: 2456183 50432 2290 9 0 2446860 0
[pid=1279/tid=1281] ppid=1276 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/1279/task/1281/stat : 1281 (java) S 1276 1279 28709 0 -1 4202560 2423 0 1 0 34 0 0 0 20 0 22 0 13427893 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436656198520 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1282] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1282/stat : 1282 (java) S 1276 1279 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436645259432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1283] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1283/stat : 1283 (java) S 1276 1279 28709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436644206888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1284] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1284/stat : 1284 (java) S 1276 1279 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436643154344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1285] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1285/stat : 1285 (java) S 1276 1279 28709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436642101800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1286] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1286/stat : 1286 (java) S 1276 1279 28709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436641049256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1287] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1287/stat : 1287 (java) S 1276 1279 28709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436494301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1288] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1288/stat : 1288 (java) S 1276 1279 28709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436493249448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1289] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1289/stat : 1289 (java) S 1276 1279 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436492196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1290] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1290/stat : 1290 (java) S 1276 1279 28709 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 13427895 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436479998056 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1291] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1291/stat : 1291 (java) S 1276 1279 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13427896 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436478944376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1292] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1292/stat : 1292 (java) S 1276 1279 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13427896 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436477891720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1293] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1293/stat : 1293 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436476840464 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1294] ppid=1276 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/1279/task/1294/stat : 1294 (java) R 1276 1279 28709 0 -1 4202560 8835 0 0 0 113 2 0 0 20 0 22 0 13427898 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436475775360 140436662155459 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1295] ppid=1276 vsize=9824732 CPUtime=1.05 cores=1,3,5,7
/proc/1279/task/1295/stat : 1295 (java) S 1276 1279 28709 0 -1 4202560 10811 0 0 0 103 2 0 0 20 0 22 0 13427898 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436474735288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1296] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1296/stat : 1296 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436473682936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1297] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1297/stat : 1297 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436472630600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1298] ppid=1276 vsize=9824732 CPUtime=1.07 cores=1,3,5,7
/proc/1279/task/1298/stat : 1298 (java) R 1276 1279 28709 0 -1 4202560 21 0 0 0 107 0 0 0 20 0 22 0 13427930 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436471574344 140436522700280 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1299] ppid=1276 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/1279/task/1299/stat : 1299 (java) R 1276 1279 28709 0 -1 4202560 126 0 0 0 107 2 0 0 20 0 22 0 13427930 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436470520976 140436522655451 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1300] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1300/stat : 1300 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13427930 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436469470248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1301] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1301/stat : 1301 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13427930 10060525568 50432 33554432000 1073741824 1073778376 140736747288576 140436468417704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9824732

[startup+3.10095 s]
/proc/loadavg: 3.97 4.05 3.51 5/220 1301
/proc/meminfo: memFree=29388816/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=9824732 CPUtime=8.15 cores=1,3,5,7
/proc/1279/stat : 1279 (java) S 1276 1279 28709 0 -1 4202496 23864 0 1 0 803 12 0 0 20 0 22 0 13427892 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140736747279712 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1279/statm: 2456183 116609 2290 9 0 2446860 0
[pid=1279/tid=1281] ppid=1276 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/1279/task/1281/stat : 1281 (java) S 1276 1279 28709 0 -1 4202560 2423 0 1 0 34 0 0 0 20 0 22 0 13427893 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436656198520 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1282] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1282/stat : 1282 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436645259432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1283] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1283/stat : 1283 (java) S 1276 1279 28709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436644206888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1284] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1284/stat : 1284 (java) S 1276 1279 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436643154344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1285] ppid=1276 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1279/task/1285/stat : 1285 (java) S 1276 1279 28709 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 13427894 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436642101800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1286] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1286/stat : 1286 (java) S 1276 1279 28709 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436641049256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1287] ppid=1276 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1279/task/1287/stat : 1287 (java) S 1276 1279 28709 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 13427894 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436494301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1288] ppid=1276 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1279/task/1288/stat : 1288 (java) S 1276 1279 28709 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 13427894 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436493249448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1289] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1289/stat : 1289 (java) S 1276 1279 28709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 13427894 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436492196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1290] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1290/stat : 1290 (java) S 1276 1279 28709 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 13427895 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436479998056 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1291] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1291/stat : 1291 (java) S 1276 1279 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13427896 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436478944376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1292] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1292/stat : 1292 (java) S 1276 1279 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13427896 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436477891720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1293] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1293/stat : 1293 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436476840464 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1294] ppid=1276 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/1279/task/1294/stat : 1294 (java) S 1276 1279 28709 0 -1 4202560 8836 0 0 0 122 2 0 0 20 0 22 0 13427898 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436475787832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1295] ppid=1276 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/1279/task/1295/stat : 1295 (java) S 1276 1279 28709 0 -1 4202560 10811 0 0 0 107 2 0 0 20 0 22 0 13427898 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436474735288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1296] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1296/stat : 1296 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436473682936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1297] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1297/stat : 1297 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436472630600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1298] ppid=1276 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/1279/task/1298/stat : 1298 (java) R 1276 1279 28709 0 -1 4202560 21 0 0 0 263 0 0 0 20 0 22 0 13427930 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436471565968 140436522599904 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1299] ppid=1276 vsize=9824732 CPUtime=2.65 cores=1,3,5,7
/proc/1279/task/1299/stat : 1299 (java) R 1276 1279 28709 0 -1 4202560 250 0 0 0 258 7 0 0 20 0 22 0 13427930 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436470522168 140436522719284 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1300] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1300/stat : 1300 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13427930 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436469470248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1301] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1301/stat : 1301 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13427930 10060525568 116609 33554432000 1073741824 1073778376 140736747288576 140436468417704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.15
Current children cumulated vsize (KiB) 9824732

[startup+6.30098 s]
/proc/loadavg: 3.97 4.05 3.51 5/220 1301
/proc/meminfo: memFree=28999924/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=9824732 CPUtime=14.74 cores=1,3,5,7
/proc/1279/stat : 1279 (java) S 1276 1279 28709 0 -1 4202496 24710 0 1 0 1449 25 0 0 20 0 22 0 13427892 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140736747279712 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1279/statm: 2456183 272786 2290 9 0 2446860 0
[pid=1279/tid=1281] ppid=1276 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/1279/task/1281/stat : 1281 (java) S 1276 1279 28709 0 -1 4202560 2423 0 1 0 34 0 0 0 20 0 22 0 13427893 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436656198520 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1282] ppid=1276 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1279/task/1282/stat : 1282 (java) S 1276 1279 28709 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 22 0 13427894 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436645259432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1283] ppid=1276 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1279/task/1283/stat : 1283 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 13427894 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436644206888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1284] ppid=1276 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1279/task/1284/stat : 1284 (java) S 1276 1279 28709 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 13427894 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436643154344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1285] ppid=1276 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1279/task/1285/stat : 1285 (java) S 1276 1279 28709 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 13427894 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436642101800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1286] ppid=1276 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1279/task/1286/stat : 1286 (java) S 1276 1279 28709 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 22 0 13427894 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436641049256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1287] ppid=1276 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1279/task/1287/stat : 1287 (java) S 1276 1279 28709 0 -1 4202560 66 0 0 0 1 0 0 0 20 0 22 0 13427894 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436494301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1288] ppid=1276 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/1279/task/1288/stat : 1288 (java) S 1276 1279 28709 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 13427894 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436493249448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1289] ppid=1276 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/1279/task/1289/stat : 1289 (java) S 1276 1279 28709 0 -1 4202560 75 0 0 0 1 0 0 0 20 0 22 0 13427894 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436492196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1290] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1290/stat : 1290 (java) S 1276 1279 28709 0 -1 4202560 436 0 0 0 0 0 0 0 20 0 22 0 13427895 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436479998056 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1291] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1291/stat : 1291 (java) S 1276 1279 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13427896 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436478944376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1292] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1292/stat : 1292 (java) S 1276 1279 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13427896 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436477891720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1293] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1293/stat : 1293 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 272786 33554432000 1073741824 1073778376 140736747288576 140436476840464 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1294] ppid=1276 vsize=9824732 CPUtime=1.32 cores=1,3,5,7

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

[pid=1279/tid=1289] ppid=1276 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/1279/task/1289/stat : 1289 (java) S 1276 1279 28709 0 -1 4202560 437 0 0 0 237 6 0 0 20 0 22 0 13427894 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436492196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1290] ppid=1276 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/1279/task/1290/stat : 1290 (java) S 1276 1279 28709 0 -1 4202560 1300 0 0 0 9 25 0 0 20 0 22 0 13427895 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436479998056 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1291] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1291/stat : 1291 (java) S 1276 1279 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13427896 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436478944376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1292] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1292/stat : 1292 (java) S 1276 1279 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13427896 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436477891720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1293] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1293/stat : 1293 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436476840464 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1294] ppid=1276 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/1279/task/1294/stat : 1294 (java) S 1276 1279 28709 0 -1 4202560 8855 0 0 0 154 2 0 0 20 0 22 0 13427898 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436475787832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1295] ppid=1276 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/1279/task/1295/stat : 1295 (java) S 1276 1279 28709 0 -1 4202560 13085 0 0 0 150 2 0 0 20 0 22 0 13427898 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436474735288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1296] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1296/stat : 1296 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436473682936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1297] ppid=1276 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/1279/task/1297/stat : 1297 (java) S 1276 1279 28709 0 -1 4202560 39 0 0 0 12 17 0 0 20 0 22 0 13427898 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436472630600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1298] ppid=1276 vsize=9824732 CPUtime=676.52 cores=1,3,5,7
/proc/1279/task/1298/stat : 1298 (java) R 1276 1279 28709 0 -1 4202560 258 0 0 0 67639 13 0 0 20 0 22 0 13427930 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436471573616 140436522545471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1299] ppid=1276 vsize=9824732 CPUtime=676.69 cores=1,3,5,7
/proc/1279/task/1299/stat : 1299 (java) R 1276 1279 28709 0 -1 4202560 1474 0 0 0 67625 44 0 0 20 0 22 0 13427930 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436470520096 140436522719396 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1300] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1300/stat : 1300 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13427930 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436469470248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1301] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1301/stat : 1301 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13427930 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436468417704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1376.11
Current children cumulated vsize (KiB) 9824732

[startup+684.001 s]
/proc/loadavg: 4.01 4.10 3.80 5/220 1353
/proc/meminfo: memFree=27033276/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=9824732 CPUtime=1377.69 cores=1,3,5,7
/proc/1279/stat : 1279 (java) S 1276 1279 28709 0 -1 4202496 31882 0 1 0 137648 121 0 0 20 0 22 0 13427892 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140736747279712 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1279/statm: 2456183 593943 2294 9 0 2446860 0
[pid=1279/tid=1281] ppid=1276 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/1279/task/1281/stat : 1281 (java) S 1276 1279 28709 0 -1 4202560 2433 0 1 0 37 1 0 0 20 0 22 0 13427893 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436656198520 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1282] ppid=1276 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/1279/task/1282/stat : 1282 (java) S 1276 1279 28709 0 -1 4202560 441 0 0 0 233 6 0 0 20 0 22 0 13427894 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436645259432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1283] ppid=1276 vsize=9824732 CPUtime=2.52 cores=1,3,5,7
/proc/1279/task/1283/stat : 1283 (java) S 1276 1279 28709 0 -1 4202560 379 0 0 0 246 6 0 0 20 0 22 0 13427894 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436644206888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1284] ppid=1276 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/1279/task/1284/stat : 1284 (java) S 1276 1279 28709 0 -1 4202560 346 0 0 0 226 5 0 0 20 0 22 0 13427894 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436643154344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1285] ppid=1276 vsize=9824732 CPUtime=2.37 cores=1,3,5,7
/proc/1279/task/1285/stat : 1285 (java) S 1276 1279 28709 0 -1 4202560 367 0 0 0 231 6 0 0 20 0 22 0 13427894 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436642101800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1286] ppid=1276 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/1279/task/1286/stat : 1286 (java) S 1276 1279 28709 0 -1 4202560 429 0 0 0 232 7 0 0 20 0 22 0 13427894 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436641049256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1287] ppid=1276 vsize=9824732 CPUtime=2.31 cores=1,3,5,7
/proc/1279/task/1287/stat : 1287 (java) S 1276 1279 28709 0 -1 4202560 409 0 0 0 225 6 0 0 20 0 22 0 13427894 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436494301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1288] ppid=1276 vsize=9824732 CPUtime=2.44 cores=1,3,5,7
/proc/1279/task/1288/stat : 1288 (java) S 1276 1279 28709 0 -1 4202560 365 0 0 0 238 6 0 0 20 0 22 0 13427894 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436493249448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1289] ppid=1276 vsize=9824732 CPUtime=2.43 cores=1,3,5,7
/proc/1279/task/1289/stat : 1289 (java) S 1276 1279 28709 0 -1 4202560 437 0 0 0 237 6 0 0 20 0 22 0 13427894 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436492196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1290] ppid=1276 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/1279/task/1290/stat : 1290 (java) S 1276 1279 28709 0 -1 4202560 1300 0 0 0 9 25 0 0 20 0 22 0 13427895 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436479998056 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1291] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1291/stat : 1291 (java) S 1276 1279 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 13427896 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436478944376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1292] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1292/stat : 1292 (java) S 1276 1279 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 13427896 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436477891720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1293] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1293/stat : 1293 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436476840464 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1294] ppid=1276 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/1279/task/1294/stat : 1294 (java) S 1276 1279 28709 0 -1 4202560 8855 0 0 0 154 2 0 0 20 0 22 0 13427898 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436475787832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1295] ppid=1276 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/1279/task/1295/stat : 1295 (java) S 1276 1279 28709 0 -1 4202560 13085 0 0 0 150 2 0 0 20 0 22 0 13427898 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436474735288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1296] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1296/stat : 1296 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 13427898 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436473682936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1297] ppid=1276 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/1279/task/1297/stat : 1297 (java) S 1276 1279 28709 0 -1 4202560 39 0 0 0 12 17 0 0 20 0 22 0 13427898 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436472630600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1298] ppid=1276 vsize=9824732 CPUtime=677.32 cores=1,3,5,7
/proc/1279/task/1298/stat : 1298 (java) R 1276 1279 28709 0 -1 4202560 258 0 0 0 67719 13 0 0 20 0 22 0 13427930 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436471573616 140436522545471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1299] ppid=1276 vsize=9824732 CPUtime=677.48 cores=1,3,5,7
/proc/1279/task/1299/stat : 1299 (java) R 1276 1279 28709 0 -1 4202560 1474 0 0 0 67704 44 0 0 20 0 22 0 13427930 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436470520096 140436522717232 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1300] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1300/stat : 1300 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13427930 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436469470248 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1301] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1301/stat : 1301 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 13427930 10060525568 593943 33554432000 1073741824 1073778376 140736747288576 140436468417704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1377.69
Current children cumulated vsize (KiB) 9824732

[startup+684.401 s]
/proc/loadavg: 4.01 4.10 3.80 4/218 1353
/proc/meminfo: memFree=27031288/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=9824732 CPUtime=1378.37 cores=1,3,5,7
/proc/1279/stat : 1279 (java) S 1276 1279 28709 0 -1 4202496 31888 0 1 0 137694 143 0 0 20 0 19 0 13427892 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140736747279712 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1279/statm: 2456183 594106 2295 9 0 2446860 0
[pid=1279/tid=1281] ppid=1276 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/1279/task/1281/stat : 1281 (java) S 1276 1279 28709 0 -1 4202560 2434 0 1 0 37 1 0 0 20 0 19 0 13427893 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436656198520 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1282] ppid=1276 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/1279/task/1282/stat : 1282 (java) S 1276 1279 28709 0 -1 4202560 441 0 0 0 234 6 0 0 20 0 19 0 13427894 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436645259432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1283] ppid=1276 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/1279/task/1283/stat : 1283 (java) S 1276 1279 28709 0 -1 4202560 379 0 0 0 247 6 0 0 20 0 19 0 13427894 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436644206888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1284] ppid=1276 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/1279/task/1284/stat : 1284 (java) S 1276 1279 28709 0 -1 4202560 348 0 0 0 227 5 0 0 20 0 19 0 13427894 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436643154344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1285] ppid=1276 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/1279/task/1285/stat : 1285 (java) S 1276 1279 28709 0 -1 4202560 367 0 0 0 233 6 0 0 20 0 19 0 13427894 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436642101800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1286] ppid=1276 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/1279/task/1286/stat : 1286 (java) S 1276 1279 28709 0 -1 4202560 429 0 0 0 233 7 0 0 20 0 19 0 13427894 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436641049256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1287] ppid=1276 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/1279/task/1287/stat : 1287 (java) S 1276 1279 28709 0 -1 4202560 410 0 0 0 226 6 0 0 20 0 19 0 13427894 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436494301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1288] ppid=1276 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/1279/task/1288/stat : 1288 (java) S 1276 1279 28709 0 -1 4202560 365 0 0 0 239 6 0 0 20 0 19 0 13427894 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436493249448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1289] ppid=1276 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/1279/task/1289/stat : 1289 (java) S 1276 1279 28709 0 -1 4202560 438 0 0 0 239 6 0 0 20 0 19 0 13427894 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436492196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1290] ppid=1276 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/1279/task/1290/stat : 1290 (java) S 1276 1279 28709 0 -1 4202560 1300 0 0 0 9 25 0 0 20 0 19 0 13427895 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436479998056 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1291] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1291/stat : 1291 (java) S 1276 1279 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13427896 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436478944376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1292] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1292/stat : 1292 (java) S 1276 1279 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13427896 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436477891720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1293] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1293/stat : 1293 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13427898 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436476840464 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1294] ppid=1276 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/1279/task/1294/stat : 1294 (java) S 1276 1279 28709 0 -1 4202560 8855 0 0 0 154 2 0 0 20 0 19 0 13427898 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436475787832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1295] ppid=1276 vsize=9824732 CPUtime=1.52 cores=1,3,5,7
/proc/1279/task/1295/stat : 1295 (java) S 1276 1279 28709 0 -1 4202560 13085 0 0 0 150 2 0 0 20 0 19 0 13427898 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436474735288 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1296] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1296/stat : 1296 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13427898 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436473682936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1297] ppid=1276 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/1279/task/1297/stat : 1297 (java) S 1276 1279 28709 0 -1 4202560 39 0 0 0 12 17 0 0 20 0 19 0 13427898 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436472630600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1301] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1301/stat : 1301 (java) S 1276 1279 28709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13427930 10060525568 594106 33554432000 1073741824 1073778376 140736747288576 140436468417704 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1378.37
Current children cumulated vsize (KiB) 9824732

[startup+684.601 s]
/proc/loadavg: 4.01 4.10 3.80 4/218 1353
/proc/meminfo: memFree=27031288/32872528 swapFree=496356/529060
[pid=1279] ppid=1276 vsize=9824732 CPUtime=1378.42 cores=1,3,5,7
/proc/1279/stat : 1279 (java) S 1276 1279 28709 0 -1 4202496 31891 0 1 0 137699 143 0 0 20 0 19 0 13427892 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140736747279712 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1279/statm: 2456183 594107 2295 9 0 2446860 0
[pid=1279/tid=1281] ppid=1276 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/1279/task/1281/stat : 1281 (java) S 1276 1279 28709 0 -1 4202560 2434 0 1 0 37 1 0 0 20 0 19 0 13427893 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436656198360 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1282] ppid=1276 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/1279/task/1282/stat : 1282 (java) S 1276 1279 28709 0 -1 4202560 441 0 0 0 234 6 0 0 20 0 19 0 13427894 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436645259432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1283] ppid=1276 vsize=9824732 CPUtime=2.53 cores=1,3,5,7
/proc/1279/task/1283/stat : 1283 (java) S 1276 1279 28709 0 -1 4202560 379 0 0 0 247 6 0 0 20 0 19 0 13427894 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436644206888 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1284] ppid=1276 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/1279/task/1284/stat : 1284 (java) S 1276 1279 28709 0 -1 4202560 348 0 0 0 227 5 0 0 20 0 19 0 13427894 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436643154344 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1285] ppid=1276 vsize=9824732 CPUtime=2.39 cores=1,3,5,7
/proc/1279/task/1285/stat : 1285 (java) S 1276 1279 28709 0 -1 4202560 367 0 0 0 233 6 0 0 20 0 19 0 13427894 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436642101800 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1286] ppid=1276 vsize=9824732 CPUtime=2.4 cores=1,3,5,7
/proc/1279/task/1286/stat : 1286 (java) S 1276 1279 28709 0 -1 4202560 429 0 0 0 233 7 0 0 20 0 19 0 13427894 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436641049256 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1287] ppid=1276 vsize=9824732 CPUtime=2.32 cores=1,3,5,7
/proc/1279/task/1287/stat : 1287 (java) S 1276 1279 28709 0 -1 4202560 410 0 0 0 226 6 0 0 20 0 19 0 13427894 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436494301992 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1279/tid=1288] ppid=1276 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/1279/task/1288/stat : 1288 (java) S 1276 1279 28709 0 -1 4202560 365 0 0 0 239 6 0 0 20 0 19 0 13427894 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436493249448 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1289] ppid=1276 vsize=9824732 CPUtime=2.45 cores=1,3,5,7
/proc/1279/task/1289/stat : 1289 (java) S 1276 1279 28709 0 -1 4202560 438 0 0 0 239 6 0 0 20 0 19 0 13427894 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436492196904 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1290] ppid=1276 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/1279/task/1290/stat : 1290 (java) S 1276 1279 28709 0 -1 4202560 1300 0 0 0 9 25 0 0 20 0 19 0 13427895 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436479998056 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1279/tid=1291] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1291/stat : 1291 (java) S 1276 1279 28709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13427896 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436478944376 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1292] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1292/stat : 1292 (java) S 1276 1279 28709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13427896 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436477891720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1293] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1293/stat : 1293 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13427898 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436476840464 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1294] ppid=1276 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/1279/task/1294/stat : 1294 (java) S 1276 1279 28709 0 -1 4202560 8855 0 0 0 154 2 0 0 20 0 19 0 13427898 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436475787832 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1279/tid=1295] ppid=1276 vsize=9824732 CPUtime=1.55 cores=1,3,5,7
/proc/1279/task/1295/stat : 1295 (java) R 1276 1279 28709 0 -1 4202560 13085 0 0 0 153 2 0 0 20 0 19 0 13427898 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436474735168 140436659066577 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1296] ppid=1276 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1279/task/1296/stat : 1296 (java) S 1276 1279 28709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13427898 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436473682936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1279/tid=1297] ppid=1276 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/1279/task/1297/stat : 1297 (java) S 1276 1279 28709 0 -1 4202560 39 0 0 0 12 17 0 0 20 0 19 0 13427898 10060525568 594107 33554432000 1073741824 1073778376 140736747288576 140436472630600 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1378.42
Current children cumulated vsize (KiB) 9824732

Child status: 20
Real time (s): 684.629
CPU time (s): 1378.96
CPU user time (s): 1377.27
CPU system time (s): 1.69074
CPU usage (%): 201.418
Max. virtual memory (cumulated for all children) (KiB): 9825092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1377.27
system time used= 1.69074
maximum resident set size= 2377824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31892
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28711
involuntary context switches= 39395

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.46332 second user time and 5.79612 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-16 23:50:25
IDJOB=4097465
IDBENCH=107761
IDSOLVER=2543
FILE ID=node141/4097465-1466113825
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_25.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097465-1466113825/watcher-4097465-1466113825 -o /tmp/evaluation-result-4097465-1466113825/solver-4097465-1466113825 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466112677-30851 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4097465-1466113825.opb

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

MD5SUM BENCH= b92551cd84e0703f1beccbbe36749b8d
RANDOM SEED=1584931075

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:        29714076 kB
Buffers:           63964 kB
Cached:           138104 kB
SwapCached:         2876 kB
Active:          1816964 kB
Inactive:         106084 kB
Active(anon):    1720904 kB
Inactive(anon):     2160 kB
Active(file):      96060 kB
Inactive(file):   103924 kB
Unevictable:      529060 kB
Mlocked:          496356 kB
SwapTotal:      67108856 kB
SwapFree:       67099004 kB
Dirty:              1884 kB
Writeback:             0 kB
AnonPages:       2248164 kB
Mapped:            15328 kB
Shmem:                 0 kB
Slab:             572000 kB
SReclaimable:      15040 kB
SUnreclaim:       556960 kB
KernelStack:        1640 kB
PageTables:         8444 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3701496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1712128 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-17 00:01:49