Trace number 4096222

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 Resolution PB16UNSAT 1516.82 1514.28

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_27.opb
MD5SUM6bf17595778ecd6f40d80a634d3566ba
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 benchmark145.88
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1056
Total number of constraints4997
Number of constraints which are clauses4992
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint32
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 59
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4096222-1466113093.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  no objective function found
0.53/0.31	c ... done. Wall clock time 0.21s.
0.53/0.31	c declared #vars     1056
0.53/0.31	c #constraints  5001
0.53/0.31	c constraints type 
0.53/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2976
0.53/0.31	c org.sat4j.specs.Constr$1 => 4
0.53/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.53/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.53/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2015
0.53/0.31	c 5001 constraints processed.
1.42/0.93	c cleaning 2501 clauses out of 5001 with flag 18359/5001
2.22/1.65	c cleaning 4247 clauses out of 8500 with flag 44392/11001
3.03/2.47	c cleaning 5624 clauses out of 11253 with flag 72147/18001
4.04/3.44	c cleaning 6813 clauses out of 13628 with flag 100789/26000
5.16/4.55	c cleaning 7904 clauses out of 15816 with flag 137037/35001
6.55/5.92	c cleaning 8952 clauses out of 17912 with flag 181704/45001
8.15/7.53	c cleaning 9973 clauses out of 19960 with flag 233643/56001
9.95/9.38	c cleaning 10991 clauses out of 21986 with flag 292654/68000
12.05/11.41	c cleaning 11992 clauses out of 23996 with flag 352460/81001
14.22/13.55	c cleaning 12999 clauses out of 26004 with flag 410974/95001
16.52/15.87	c cleaning 13998 clauses out of 28004 with flag 471464/110000
19.12/18.45	c cleaning 14997 clauses out of 30006 with flag 545288/126000
22.02/21.34	c cleaning 16003 clauses out of 32010 with flag 627322/143001
25.12/24.48	c cleaning 17002 clauses out of 34008 with flag 719240/161002
28.62/27.98	c cleaning 17999 clauses out of 36004 with flag 805141/180000
32.52/31.80	c cleaning 19000 clauses out of 38006 with flag 900759/200001
36.62/35.92	c cleaning 19998 clauses out of 40005 with flag 999577/221000
41.01/40.34	c cleaning 21004 clauses out of 42008 with flag 1113836/243001
45.72/45.05	c cleaning 22001 clauses out of 44003 with flag 1221434/266000
50.62/49.93	c cleaning 23000 clauses out of 46005 with flag 1329434/290003
55.92/55.22	c cleaning 23998 clauses out of 48003 with flag 1445115/315001
61.82/61.12	c cleaning 24995 clauses out of 50005 with flag 1567927/341001
68.02/67.30	c cleaning 25998 clauses out of 52009 with flag 1699400/368000
74.62/73.99	c cleaning 27003 clauses out of 54012 with flag 1842466/396001
82.02/81.31	c cleaning 27997 clauses out of 56009 with flag 2001441/425001
89.62/88.99	c cleaning 29001 clauses out of 58011 with flag 2158445/455000
97.63/96.94	c cleaning 29999 clauses out of 60010 with flag 2312918/486000
106.73/106.03	c cleaning 31004 clauses out of 62011 with flag 2480202/518000
115.63/114.90	c cleaning 31999 clauses out of 64007 with flag 2655726/551000
125.09/124.36	c cleaning 33002 clauses out of 66008 with flag 2833346/585000
134.78/134.01	c cleaning 34000 clauses out of 68008 with flag 3040765/620002
144.88/144.15	c cleaning 35000 clauses out of 70008 with flag 3255353/656002
155.88/155.11	c cleaning 35997 clauses out of 72006 with flag 3476081/693000
167.37/166.65	c cleaning 37000 clauses out of 74009 with flag 3695945/731000
179.88/179.19	c cleaning 38005 clauses out of 76011 with flag 3946140/770002
193.18/192.42	c cleaning 38990 clauses out of 78004 with flag 4211165/810000
206.88/206.16	c cleaning 39999 clauses out of 80014 with flag 4448061/851000
221.40/220.69	c cleaning 41006 clauses out of 82016 with flag 4693608/893001
236.70/235.98	c cleaning 42003 clauses out of 84010 with flag 4939673/936001
252.89/252.20	c cleaning 42997 clauses out of 86006 with flag 5200435/980000
269.90/269.15	c cleaning 43997 clauses out of 88010 with flag 5470461/1025001
287.91/287.13	c cleaning 45003 clauses out of 90012 with flag 5758838/1071000
307.40/306.63	c cleaning 46000 clauses out of 92009 with flag 6068988/1118000
328.11/327.39	c cleaning 46998 clauses out of 94009 with flag 6392165/1166000
349.39/348.55	c cleaning 47999 clauses out of 96011 with flag 6721793/1215000
371.09/370.21	c cleaning 49002 clauses out of 98013 with flag 7081132/1265001
393.89/393.00	c cleaning 50004 clauses out of 100010 with flag 7462054/1316000
415.80/414.94	c cleaning 51000 clauses out of 102007 with flag 7806461/1368001
440.20/439.34	c cleaning 51997 clauses out of 104008 with flag 8155694/1421002
466.31/465.42	c cleaning 53000 clauses out of 106010 with flag 8522125/1475001
493.30/492.45	c cleaning 54000 clauses out of 108009 with flag 8884724/1530000
520.21/519.31	c cleaning 54999 clauses out of 110009 with flag 9251271/1586000
551.70/550.85	c cleaning 56001 clauses out of 112011 with flag 9653120/1643001
582.82/581.91	c cleaning 57003 clauses out of 114012 with flag 10076116/1701003
617.81/616.93	c cleaning 57994 clauses out of 116006 with flag 10542912/1760000
651.45/650.17	c cleaning 58998 clauses out of 118013 with flag 10974667/1820001
681.62/680.22	c cleaning 60000 clauses out of 120014 with flag 11357420/1881000
714.33/712.98	c cleaning 60998 clauses out of 122014 with flag 11762511/1943000
752.73/751.37	c cleaning 62003 clauses out of 124016 with flag 12236947/2006000
790.24/788.87	c cleaning 62998 clauses out of 126013 with flag 12692498/2070000
828.04/826.69	c cleaning 64005 clauses out of 128015 with flag 13137088/2135000
869.25/867.87	c cleaning 65001 clauses out of 130012 with flag 13576606/2201002
910.98/909.55	c cleaning 66001 clauses out of 132010 with flag 14048125/2268001
953.78/952.39	c cleaning 67001 clauses out of 134008 with flag 14520450/2336000
1005.39/1003.91	c cleaning 67995 clauses out of 136008 with flag 15058933/2405001
1059.09/1057.54	c cleaning 69006 clauses out of 138016 with flag 15668905/2475004
1108.96/1107.34	c cleaning 69998 clauses out of 140005 with flag 16202018/2546000
1166.27/1164.69	c cleaning 71003 clauses out of 142008 with flag 16761449/2618001
1221.58/1219.96	c cleaning 71998 clauses out of 144004 with flag 17320285/2691000
1285.59/1283.91	c cleaning 73001 clauses out of 146007 with flag 17917661/2765001
1347.11/1345.48	c cleaning 73997 clauses out of 148004 with flag 18496104/2840000
1410.62/1408.94	c cleaning 75003 clauses out of 150009 with flag 19054526/2916002
1479.49/1477.64	c cleaning 76000 clauses out of 152004 with flag 19685034/2993000
1516.11/1514.25	c starts		: 344
1516.11/1514.25	c conflicts		: 3039102
1516.11/1514.25	c decisions		: 3342046
1516.11/1514.25	c propagations		: 310638470
1516.11/1514.25	c inspects		: 25747771652
1516.11/1514.25	c shortcuts		: 0
1516.11/1514.25	c learnt literals	: 15
1516.11/1514.25	c learnt binary clauses	: 13
1516.11/1514.25	c learnt ternary clauses	: 16
1516.11/1514.25	c learnt constraints	: 3039086
1516.11/1514.25	c ignored constraints	: 0
1516.11/1514.25	c root simplifications	: 0
1516.11/1514.25	c removed literals (reason simplification)	: 0
1516.11/1514.25	c reason swapping (by a shorter reason)	: 0
1516.11/1514.25	c Calls to reduceDB	: 73
1516.11/1514.25	c Number of update (reduction) of LBD	: 462242
1516.11/1514.25	c Imported unit clauses	: 0
1516.11/1514.25	c number of reductions to clauses (during analyze)	: 0
1516.11/1514.25	c number of learned constraints concerned by reduction	: 0
1516.11/1514.25	c number of learning phase by resolution	: 0
1516.11/1514.25	c number of learning phase by cutting planes	: 0
1516.11/1514.25	c speed (assignments/second)	: 205186.81180767933
1516.11/1514.25	c non guided choices	125
1516.11/1514.27	c learnt constraints type 
1516.11/1514.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
1516.11/1514.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122079
1516.11/1514.27	s UNSATISFIABLE
1516.11/1514.27	c Total wall clock time (in seconds): 1514.172

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-4096222-1466113093/watcher-4096222-1466113093 -o /tmp/evaluation-result-4096222-1466113093/solver-4096222-1466113093 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096222-1466113093.opb 

pid=26851
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.26 2.10 2.03 3/194 26854
/proc/meminfo: memFree=31750840/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 1366 0 0 0 0 0 0 0 20 0 2 0 13359188 98578432 988 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 24334 988 755 9 0 16773 0
[pid=26854/tid=26855] ppid=26851 vsize=97336 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 168 0 0 0 0 0 0 0 20 0 2 0 13359188 99672064 1014 33554432000 1073741824 1073778376 140736383869568 139793376719544 224922576189 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.26 2.10 2.03 3/194 26854
/proc/meminfo: memFree=31750840/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 4507 0 1 0 9 1 0 0 20 0 18 0 13359188 9787879424 6130 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 2389619 6130 2157 9 0 2380296 0
[pid=26854/tid=26855] ppid=26851 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 13359188 9787879424 6130 33554432000 1073741824 1073778376 140736383869568 139793376721824 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200279 s]
/proc/loadavg: 2.26 2.10 2.03 3/194 26854
/proc/meminfo: memFree=31750840/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 4985 0 1 0 27 2 0 0 20 0 18 0 13359188 9787879424 6990 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 2389619 6990 2216 9 0 2380296 0
[pid=26854/tid=26855] ppid=26851 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 2396 0 1 0 16 1 0 0 20 0 18 0 13359188 9787879424 6990 33554432000 1073741824 1073778376 140736383869568 139793376721824 139793216729184 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300278 s]
/proc/loadavg: 2.26 2.10 2.03 3/194 26854
/proc/meminfo: memFree=31750840/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 5959 0 1 0 51 2 0 0 20 0 18 0 13359188 9787879424 9041 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 2389619 9041 2236 9 0 2380296 0
[pid=26854/tid=26855] ppid=26851 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 2399 0 1 0 26 1 0 0 20 0 18 0 13359188 9787879424 9041 33554432000 1073741824 1073778376 140736383869568 139793376721824 224925902093 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700275 s]
/proc/loadavg: 2.26 2.10 2.03 3/194 26854
/proc/meminfo: memFree=31750840/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 8997 0 1 0 116 3 0 0 20 0 19 0 13359188 9856040960 11358 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 2406260 11358 2256 9 0 2396937 0
[pid=26854/tid=26855] ppid=26851 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 13359188 9856040960 11358 33554432000 1073741824 1073778376 140736383869568 139793376723584 139793216876860 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.26 2.10 2.03 3/213 26873
/proc/meminfo: memFree=31712744/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=9625040 CPUtime=2.11 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 10509 0 1 0 208 3 0 0 20 0 19 0 13359188 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 2406260 11882 2267 9 0 2396937 0
[pid=26854/tid=26855] ppid=26851 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 2417 0 1 0 146 2 0 0 20 0 19 0 13359188 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139793376721336 139793216927738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26857] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26857/stat : 26857 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139793338214696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26858] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26858/stat : 26858 (java) S 26851 26854 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139793337161896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26859] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26859/stat : 26859 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139793336109608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26860] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26860/stat : 26860 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139793335056808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26861] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26861/stat : 26861 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139793216301864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26862] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26862/stat : 26862 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139793215249064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26863] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26863/stat : 26863 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139793214196776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26864] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26864/stat : 26864 (java) S 26851 26854 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139793213143976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26865] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26865/stat : 26865 (java) S 26851 26854 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139793200945384 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26866] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26866/stat : 26866 (java) S 26851 26854 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139792595543032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26867] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26867/stat : 26867 (java) S 26851 26854 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139792594490632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26868] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26868/stat : 26868 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139792593439120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26869] ppid=26851 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/26854/task/26869/stat : 26869 (java) S 26851 26854 23926 0 -1 4202560 2363 0 0 0 29 0 0 0 20 0 19 0 13359193 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139792592386744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26870] ppid=26851 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26854/task/26870/stat : 26870 (java) S 26851 26854 23926 0 -1 4202560 4456 0 0 0 31 0 0 0 20 0 19 0 13359193 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139792591333944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26871] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26871/stat : 26871 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139792590281848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26872] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26872/stat : 26872 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139792589229256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26873] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26873/stat : 26873 (java) S 26851 26854 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13359220 9856040960 11882 33554432000 1073741824 1073778376 140736383869568 139792588174248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.26 2.10 2.03 3/213 26873
/proc/meminfo: memFree=31708276/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=9625040 CPUtime=3.73 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 10510 0 1 0 370 3 0 0 20 0 19 0 13359188 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 2406260 12394 2267 9 0 2396937 0
[pid=26854/tid=26855] ppid=26851 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 2418 0 1 0 306 2 0 0 20 0 19 0 13359188 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139793376714432 139793216972159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26857] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26857/stat : 26857 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139793338214696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26858] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26858/stat : 26858 (java) S 26851 26854 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139793337161896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26859] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26859/stat : 26859 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139793336109608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26860] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26860/stat : 26860 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139793335056808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26861] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26861/stat : 26861 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139793216301864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26862] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26862/stat : 26862 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139793215249064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26863] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26863/stat : 26863 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139793214196776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26864] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26864/stat : 26864 (java) S 26851 26854 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139793213143976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26865] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26865/stat : 26865 (java) S 26851 26854 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139793200945384 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26866] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26866/stat : 26866 (java) S 26851 26854 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139792595543032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26867] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26867/stat : 26867 (java) S 26851 26854 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139792594490632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26868] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26868/stat : 26868 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139792593439120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26869] ppid=26851 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/26854/task/26869/stat : 26869 (java) S 26851 26854 23926 0 -1 4202560 2363 0 0 0 30 0 0 0 20 0 19 0 13359193 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139792592386744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26870] ppid=26851 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26854/task/26870/stat : 26870 (java) S 26851 26854 23926 0 -1 4202560 4456 0 0 0 32 0 0 0 20 0 19 0 13359193 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139792591333944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26871] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26871/stat : 26871 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139792590281848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26872] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26872/stat : 26872 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139792589229256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26873] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26873/stat : 26873 (java) S 26851 26854 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13359220 9856040960 12394 33554432000 1073741824 1073778376 140736383869568 139792588174248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.73
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.24 2.10 2.02 3/213 26873
/proc/meminfo: memFree=31704272/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=9625040 CPUtime=6.95 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 10515 0 1 0 692 3 0 0 20 0 19 0 13359188 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 2406260 13845 2268 9 0 2396937 0
[pid=26854/tid=26855] ppid=26851 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 2422 0 1 0 626 2 0 0 20 0 19 0 13359188 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139793376714416 139793216885467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26857] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26857/stat : 26857 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139793338214696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26858] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26858/stat : 26858 (java) S 26851 26854 23926 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139793337161896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26859] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26859/stat : 26859 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139793336109608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26860] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26860/stat : 26860 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139793335056808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26861] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26861/stat : 26861 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139793216301864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26862] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26862/stat : 26862 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139793215249064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26863] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26863/stat : 26863 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139793214196776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26864] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26864/stat : 26864 (java) S 26851 26854 23926 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13359189 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139793213143976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26865] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26865/stat : 26865 (java) S 26851 26854 23926 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139793200945384 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26866] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26866/stat : 26866 (java) S 26851 26854 23926 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139792595543032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26867] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26867/stat : 26867 (java) S 26851 26854 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139792594490632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26868] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26868/stat : 26868 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139792593439120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26869] ppid=26851 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/26854/task/26869/stat : 26869 (java) S 26851 26854 23926 0 -1 4202560 2363 0 0 0 31 0 0 0 20 0 19 0 13359193 9856040960 13845 33554432000 1073741824 1073778376 140736383869568 139792592386744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26870] ppid=26851 vsize=9625040 CPUtime=0.33 cores=1,3,5,7

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

[pid=26854/tid=26859] ppid=26851 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/26854/task/26859/stat : 26859 (java) S 26851 26854 23926 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793336109608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26860] ppid=26851 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26854/task/26860/stat : 26860 (java) S 26851 26854 23926 0 -1 4202560 131 0 0 0 4 1 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793335056808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26861] ppid=26851 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/26854/task/26861/stat : 26861 (java) S 26851 26854 23926 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793216301864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26862] ppid=26851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26854/task/26862/stat : 26862 (java) S 26851 26854 23926 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793215249064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26863] ppid=26851 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26854/task/26863/stat : 26863 (java) S 26851 26854 23926 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793214196776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26864] ppid=26851 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26854/task/26864/stat : 26864 (java) S 26851 26854 23926 0 -1 4202560 80 0 0 0 4 1 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793213143976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26865] ppid=26851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26854/task/26865/stat : 26865 (java) S 26851 26854 23926 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793200945384 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26866] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26866/stat : 26866 (java) S 26851 26854 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792595543032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26867] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26867/stat : 26867 (java) S 26851 26854 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792594490632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26868] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26868/stat : 26868 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792593439120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26869] ppid=26851 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26854/task/26869/stat : 26869 (java) S 26851 26854 23926 0 -1 4202560 2363 0 0 0 32 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792592386744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26870] ppid=26851 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/26854/task/26870/stat : 26870 (java) S 26851 26854 23926 0 -1 4202560 11889 0 0 0 95 2 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792591333944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26871] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26871/stat : 26871 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792590281848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26872] ppid=26851 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/26854/task/26872/stat : 26872 (java) S 26851 26854 23926 0 -1 4202560 88 0 0 0 29 37 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792589229256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26873] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26873/stat : 26873 (java) S 26851 26854 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13359220 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792588174248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1513.91
Current children cumulated vsize (KiB) 9625040

[startup+1513.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 26946
/proc/meminfo: memFree=31426752/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=9625040 CPUtime=1515.52 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 18834 0 1 0 151512 40 0 0 20 0 19 0 13359188 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 2406260 69397 2283 9 0 2396937 0
[pid=26854/tid=26855] ppid=26851 vsize=9625040 CPUtime=1513.43 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 2488 0 1 0 151315 28 0 0 20 0 19 0 13359188 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793376723328 139793216876922 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26857] ppid=26851 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26854/task/26857/stat : 26857 (java) S 26851 26854 23926 0 -1 4202560 165 0 0 0 7 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793338214696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26858] ppid=26851 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26854/task/26858/stat : 26858 (java) S 26851 26854 23926 0 -1 4202560 105 0 0 0 8 3 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793337161896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26859] ppid=26851 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/26854/task/26859/stat : 26859 (java) S 26851 26854 23926 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793336109608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26860] ppid=26851 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26854/task/26860/stat : 26860 (java) S 26851 26854 23926 0 -1 4202560 131 0 0 0 4 1 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793335056808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26861] ppid=26851 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/26854/task/26861/stat : 26861 (java) S 26851 26854 23926 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793216301864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26862] ppid=26851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26854/task/26862/stat : 26862 (java) S 26851 26854 23926 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793215249064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26863] ppid=26851 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26854/task/26863/stat : 26863 (java) S 26851 26854 23926 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793214196776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26864] ppid=26851 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26854/task/26864/stat : 26864 (java) S 26851 26854 23926 0 -1 4202560 80 0 0 0 4 1 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793213143976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26865] ppid=26851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26854/task/26865/stat : 26865 (java) S 26851 26854 23926 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793200945384 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26866] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26866/stat : 26866 (java) S 26851 26854 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792595543032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26867] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26867/stat : 26867 (java) S 26851 26854 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792594490632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26868] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26868/stat : 26868 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792593439120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26869] ppid=26851 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26854/task/26869/stat : 26869 (java) S 26851 26854 23926 0 -1 4202560 2363 0 0 0 32 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792592386744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26870] ppid=26851 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/26854/task/26870/stat : 26870 (java) S 26851 26854 23926 0 -1 4202560 11889 0 0 0 95 2 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792591333944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26871] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26871/stat : 26871 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792590281848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26872] ppid=26851 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/26854/task/26872/stat : 26872 (java) S 26851 26854 23926 0 -1 4202560 88 0 0 0 29 37 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792589229256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26873] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26873/stat : 26873 (java) S 26851 26854 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13359220 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792588174248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1515.52
Current children cumulated vsize (KiB) 9625040

[startup+1514 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 26946
/proc/meminfo: memFree=31426752/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=9625040 CPUtime=1515.91 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 18834 0 1 0 151551 40 0 0 20 0 19 0 13359188 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 2406260 69397 2283 9 0 2396937 0
[pid=26854/tid=26855] ppid=26851 vsize=9625040 CPUtime=1513.82 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 2488 0 1 0 151354 28 0 0 20 0 19 0 13359188 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793376723328 139793216876588 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26857] ppid=26851 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26854/task/26857/stat : 26857 (java) S 26851 26854 23926 0 -1 4202560 165 0 0 0 7 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793338214696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26858] ppid=26851 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26854/task/26858/stat : 26858 (java) S 26851 26854 23926 0 -1 4202560 105 0 0 0 8 3 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793337161896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26859] ppid=26851 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/26854/task/26859/stat : 26859 (java) S 26851 26854 23926 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793336109608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26860] ppid=26851 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26854/task/26860/stat : 26860 (java) S 26851 26854 23926 0 -1 4202560 131 0 0 0 4 1 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793335056808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26861] ppid=26851 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/26854/task/26861/stat : 26861 (java) S 26851 26854 23926 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793216301864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26862] ppid=26851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26854/task/26862/stat : 26862 (java) S 26851 26854 23926 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793215249064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26863] ppid=26851 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26854/task/26863/stat : 26863 (java) S 26851 26854 23926 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793214196776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26864] ppid=26851 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26854/task/26864/stat : 26864 (java) S 26851 26854 23926 0 -1 4202560 80 0 0 0 4 1 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793213143976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26865] ppid=26851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26854/task/26865/stat : 26865 (java) S 26851 26854 23926 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793200945384 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26866] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26866/stat : 26866 (java) S 26851 26854 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792595543032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26867] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26867/stat : 26867 (java) S 26851 26854 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792594490632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26868] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26868/stat : 26868 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792593439120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26869] ppid=26851 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26854/task/26869/stat : 26869 (java) S 26851 26854 23926 0 -1 4202560 2363 0 0 0 32 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792592386744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26870] ppid=26851 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/26854/task/26870/stat : 26870 (java) S 26851 26854 23926 0 -1 4202560 11889 0 0 0 95 2 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792591333944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26871] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26871/stat : 26871 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792590281848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26872] ppid=26851 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/26854/task/26872/stat : 26872 (java) S 26851 26854 23926 0 -1 4202560 88 0 0 0 29 37 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792589229256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26873] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26873/stat : 26873 (java) S 26851 26854 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13359220 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792588174248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1515.91
Current children cumulated vsize (KiB) 9625040

[startup+1514.2 s]
/proc/loadavg: 2.00 2.01 2.00 3/213 26946
/proc/meminfo: memFree=31426752/32872528 swapFree=162364/176672
[pid=26854] ppid=26851 vsize=9625040 CPUtime=1516.11 cores=1,3,5,7
/proc/26854/stat : 26854 (java) S 26851 26854 23926 0 -1 4202496 18834 0 1 0 151571 40 0 0 20 0 19 0 13359188 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 140736383860704 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/26854/statm: 2406260 69397 2283 9 0 2396937 0
[pid=26854/tid=26855] ppid=26851 vsize=9625040 CPUtime=1514.02 cores=1,3,5,7
/proc/26854/task/26855/stat : 26855 (java) R 26851 26854 23926 0 -1 4202560 2488 0 1 0 151374 28 0 0 20 0 19 0 13359188 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793376723328 139793216885467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26854/tid=26857] ppid=26851 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/26854/task/26857/stat : 26857 (java) S 26851 26854 23926 0 -1 4202560 165 0 0 0 7 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793338214696 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26858] ppid=26851 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/26854/task/26858/stat : 26858 (java) S 26851 26854 23926 0 -1 4202560 105 0 0 0 8 3 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793337161896 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26859] ppid=26851 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/26854/task/26859/stat : 26859 (java) S 26851 26854 23926 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793336109608 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26860] ppid=26851 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26854/task/26860/stat : 26860 (java) S 26851 26854 23926 0 -1 4202560 131 0 0 0 4 1 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793335056808 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26861] ppid=26851 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/26854/task/26861/stat : 26861 (java) S 26851 26854 23926 0 -1 4202560 107 0 0 0 4 2 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793216301864 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26862] ppid=26851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26854/task/26862/stat : 26862 (java) S 26851 26854 23926 0 -1 4202560 48 0 0 0 2 0 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793215249064 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26863] ppid=26851 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/26854/task/26863/stat : 26863 (java) S 26851 26854 23926 0 -1 4202560 26 0 0 0 3 0 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793214196776 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26864] ppid=26851 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/26854/task/26864/stat : 26864 (java) S 26851 26854 23926 0 -1 4202560 80 0 0 0 4 1 0 0 20 0 19 0 13359189 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793213143976 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26865] ppid=26851 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/26854/task/26865/stat : 26865 (java) S 26851 26854 23926 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139793200945384 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26866] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26866/stat : 26866 (java) S 26851 26854 23926 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792595543032 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26867] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26867/stat : 26867 (java) S 26851 26854 23926 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13359190 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792594490632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26868] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26868/stat : 26868 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792593439120 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26869] ppid=26851 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/26854/task/26869/stat : 26869 (java) S 26851 26854 23926 0 -1 4202560 2363 0 0 0 32 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792592386744 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26854/tid=26870] ppid=26851 vsize=9625040 CPUtime=0.97 cores=1,3,5,7
/proc/26854/task/26870/stat : 26870 (java) S 26851 26854 23926 0 -1 4202560 11889 0 0 0 95 2 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792591333944 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26871] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26871/stat : 26871 (java) S 26851 26854 23926 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792590281848 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26854/tid=26872] ppid=26851 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/26854/task/26872/stat : 26872 (java) S 26851 26854 23926 0 -1 4202560 88 0 0 0 29 37 0 0 20 0 19 0 13359193 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792589229256 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26854/tid=26873] ppid=26851 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/26854/task/26873/stat : 26873 (java) S 26851 26854 23926 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13359220 9856040960 69397 33554432000 1073741824 1073778376 140736383869568 139792588174248 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1516.11
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 1514.28
CPU time (s): 1516.82
CPU user time (s): 1515.9
CPU system time (s): 0.923859
CPU usage (%): 100.168
Max. virtual memory (cumulated for all children) (KiB): 9626616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1515.9
system time used= 0.923859
maximum resident set size= 277640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18852
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32205
involuntary context switches= 2063

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.0113 second user time and 13.6159 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-16 23:38:13
IDJOB=4096222
IDBENCH=107583
IDSOLVER=2546
FILE ID=node105/4096222-1466113093
RUNJOBID= node105-1466112850-26609
PBS_JOBID= 19904031
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-5_6_27.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096222-1466113093/watcher-4096222-1466113093 -o /tmp/evaluation-result-4096222-1466113093/solver-4096222-1466113093 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1466112850-26609 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096222-1466113093.opb

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

MD5SUM BENCH= 6bf17595778ecd6f40d80a634d3566ba
RANDOM SEED=483389377

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.561
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.561
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.561
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31751252 kB
Buffers:            2608 kB
Cached:            56156 kB
SwapCached:          584 kB
Active:           215140 kB
Inactive:          22240 kB
Active(anon):     177764 kB
Inactive(anon):     3208 kB
Active(file):      37376 kB
Inactive(file):    19032 kB
Unevictable:      176672 kB
Mlocked:          162364 kB
SwapTotal:      67108856 kB
SwapFree:       67098060 kB
Dirty:               844 kB
Writeback:             4 kB
AnonPages:        364796 kB
Mapped:            15192 kB
Shmem:                 0 kB
Slab:             567788 kB
SReclaimable:      11284 kB
SUnreclaim:       556504 kB
KernelStack:        1632 kB
PageTables:         5332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     864508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 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= 71748 MiB
End job on node105 at 2016-06-17 00:03:27