Trace number 4096516

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 405.372 403.592

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-5_6_25.opb
MD5SUMf50c91cca57102576950fc35dbf6e618
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 benchmark70.2493
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables930
Total number of constraints4385
Number of constraints which are clauses4380
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 constraint30
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 55
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.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@587bd9f2
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@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4096516-1466114989.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.52/0.31	c ... done. Wall clock time 0.202s.
0.52/0.31	c declared #vars     930
0.52/0.31	c #constraints  4389
0.52/0.31	c constraints type 
0.52/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2610
0.52/0.31	c org.sat4j.specs.Constr$1 => 4
0.52/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.52/0.31	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.52/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1769
0.52/0.31	c 4389 constraints processed.
1.31/0.89	c cleaning 2493 clauses out of 5002 with flag 18035/5002
2.03/1.49	c cleaning 4246 clauses out of 8507 with flag 42680/11000
2.84/2.28	c cleaning 5625 clauses out of 11262 with flag 76358/18001
3.84/3.26	c cleaning 6814 clauses out of 13636 with flag 115494/26000
5.06/4.44	c cleaning 7908 clauses out of 15824 with flag 155944/35002
6.45/5.80	c cleaning 8956 clauses out of 17916 with flag 198723/45002
8.05/7.43	c cleaning 9976 clauses out of 19959 with flag 255388/56001
9.86/9.23	c cleaning 10986 clauses out of 21982 with flag 309500/68000
11.86/11.27	c cleaning 11997 clauses out of 23997 with flag 371884/81001
14.26/13.60	c cleaning 12996 clauses out of 25999 with flag 445559/95000
16.76/16.13	c cleaning 13996 clauses out of 28003 with flag 523942/110000
19.46/18.86	c cleaning 15002 clauses out of 30007 with flag 605643/126000
22.41/21.80	c cleaning 16002 clauses out of 32007 with flag 678912/143002
25.71/25.03	c cleaning 16997 clauses out of 34004 with flag 752818/161001
29.32/28.62	c cleaning 17999 clauses out of 36006 with flag 834650/180000
33.31/32.64	c cleaning 19000 clauses out of 38007 with flag 922586/200000
37.51/36.88	c cleaning 19997 clauses out of 40007 with flag 1021943/221000
41.92/41.29	c cleaning 21003 clauses out of 42010 with flag 1112403/243000
46.82/46.15	c cleaning 22001 clauses out of 44008 with flag 1214783/266001
52.43/51.76	c cleaning 23002 clauses out of 46007 with flag 1334740/290001
58.42/57.72	c cleaning 24001 clauses out of 48006 with flag 1463426/315002
64.82/64.12	c cleaning 24998 clauses out of 50004 with flag 1591556/341001
71.82/71.17	c cleaning 25999 clauses out of 52005 with flag 1735894/368000
79.37/78.51	c cleaning 27001 clauses out of 54006 with flag 1874853/396000
87.29/86.14	c cleaning 28001 clauses out of 56006 with flag 2015212/425001
95.87/94.56	c cleaning 29001 clauses out of 58004 with flag 2162181/455000
104.67/103.35	c cleaning 30000 clauses out of 60005 with flag 2326863/486002
113.67/112.35	c cleaning 30996 clauses out of 62003 with flag 2483500/518000
123.77/122.44	c cleaning 31999 clauses out of 64008 with flag 2662554/551001
134.58/133.29	c cleaning 33002 clauses out of 66010 with flag 2843642/585002
145.01/143.68	c cleaning 34005 clauses out of 68009 with flag 3050135/620003
155.91/154.54	c cleaning 34996 clauses out of 70001 with flag 3263810/656000
167.01/165.63	c cleaning 35999 clauses out of 72005 with flag 3461485/693000
178.42/177.08	c cleaning 37004 clauses out of 74008 with flag 3674461/731002
190.73/189.33	c cleaning 37999 clauses out of 76002 with flag 3903626/770000
205.23/203.84	c cleaning 38998 clauses out of 78004 with flag 4161636/810001
220.34/218.93	c cleaning 39999 clauses out of 80005 with flag 4422613/851000
236.95/235.52	c cleaning 41001 clauses out of 82007 with flag 4704055/893001
254.94/253.53	c cleaning 41997 clauses out of 84006 with flag 5000619/936002
272.23/270.90	c cleaning 43001 clauses out of 86009 with flag 5268182/980002
291.33/289.96	c cleaning 43999 clauses out of 88006 with flag 5553143/1025000
311.32/309.83	c cleaning 45003 clauses out of 90008 with flag 5856515/1071001
333.73/332.22	c cleaning 45993 clauses out of 92004 with flag 6193903/1118001
356.12/354.67	c cleaning 47002 clauses out of 94010 with flag 6509338/1166000
380.36/378.80	c cleaning 47999 clauses out of 96007 with flag 6839311/1215000
405.07/403.56	c starts		: 139
405.07/403.56	c conflicts		: 1264942
405.07/403.56	c decisions		: 1388308
405.07/403.56	c propagations		: 122852727
405.07/403.56	c inspects		: 7569901424
405.07/403.56	c shortcuts		: 0
405.07/403.56	c learnt literals	: 19
405.07/403.56	c learnt binary clauses	: 4
405.07/403.56	c learnt ternary clauses	: 14
405.07/403.56	c learnt constraints	: 1264922
405.07/403.56	c ignored constraints	: 0
405.07/403.56	c root simplifications	: 0
405.07/403.56	c removed literals (reason simplification)	: 0
405.07/403.56	c reason swapping (by a shorter reason)	: 0
405.07/403.56	c Calls to reduceDB	: 45
405.07/403.56	c Number of update (reduction) of LBD	: 197833
405.07/403.56	c Imported unit clauses	: 0
405.07/403.56	c number of reductions to clauses (during analyze)	: 0
405.07/403.56	c number of learned constraints concerned by reduction	: 0
405.07/403.56	c number of learning phase by resolution	: 0
405.07/403.56	c number of learning phase by cutting planes	: 0
405.07/403.56	c speed (assignments/second)	: 304657.9945839781
405.07/403.56	c non guided choices	117
405.07/403.58	c learnt constraints type 
405.07/403.58	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
405.07/403.58	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97929
405.07/403.58	s UNSATISFIABLE
405.07/403.58	c Total wall clock time (in seconds): 403.481

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-4096516-1466114989/watcher-4096516-1466114989 -o /tmp/evaluation-result-4096516-1466114989/solver-4096516-1466114989 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4096516-1466114989.opb 

pid=25216
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.22 2.19 2.18 3/194 25219
/proc/meminfo: memFree=30290636/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 1282 0 0 0 0 0 0 0 20 0 2 0 13544598 94019584 916 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 22954 916 697 9 0 16769 0
[pid=25219/tid=25220] ppid=25216 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 13544598 94019584 916 33554432000 1073741824 1073778376 140733589201456 139803518488104 248781040935 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100203 s]
/proc/loadavg: 2.22 2.19 2.18 3/194 25219
/proc/meminfo: memFree=30290636/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 4455 0 1 0 9 1 0 0 20 0 18 0 13544598 9787879424 6079 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2389619 6079 2147 9 0 2380296 0
[pid=25219/tid=25220] ppid=25216 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 2374 0 1 0 6 1 0 0 20 0 18 0 13544598 9787879424 6081 33554432000 1073741824 1073778376 140733589201456 139803518491552 139803521333952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200378 s]
/proc/loadavg: 2.22 2.19 2.18 3/194 25219
/proc/meminfo: memFree=30290636/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 4999 0 1 0 27 1 0 0 20 0 18 0 13544598 9787879424 7001 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2389619 7001 2216 9 0 2380296 0
[pid=25219/tid=25220] ppid=25216 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 13544598 9787879424 7001 33554432000 1073741824 1073778376 140733589201456 139803518491552 139803349836851 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300399 s]
/proc/loadavg: 2.22 2.19 2.18 3/194 25219
/proc/meminfo: memFree=30290636/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 6594 0 1 0 51 1 0 0 20 0 18 0 13544598 9787879424 9204 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2389619 9205 2236 9 0 2380296 0
[pid=25219/tid=25220] ppid=25216 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 2397 0 1 0 26 1 0 0 20 0 18 0 13544598 9787879424 9206 33554432000 1073741824 1073778376 140733589201456 139803518491552 139803349768834 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700294 s]
/proc/loadavg: 2.22 2.19 2.18 3/194 25219
/proc/meminfo: memFree=30290636/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 9286 0 1 0 118 2 0 0 20 0 19 0 13544598 9856040960 10998 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2406260 10998 2256 9 0 2396937 0
[pid=25219/tid=25220] ppid=25216 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 2412 0 1 0 66 1 0 0 20 0 19 0 13544598 9856040960 10998 33554432000 1073741824 1073778376 140733589201456 139803518492856 139803349868006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.22 2.19 2.18 4/213 25238
/proc/meminfo: memFree=30251356/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 10466 0 1 0 211 2 0 0 20 0 19 0 13544598 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2406260 11553 2267 9 0 2396937 0
[pid=25219/tid=25220] ppid=25216 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 2414 0 1 0 145 2 0 0 20 0 19 0 13544598 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803518493176 139803350411197 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25222] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803479984808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25223] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803478932264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25224] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803477879720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803476827176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25226] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803475773608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25227] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803474721064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25228] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803473668520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25229] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25216 25219 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803472615976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25230] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25216 25219 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803342371432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25231] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25216 25219 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803341317752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25216 25219 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803340265096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803339213840 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25216 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25216 25219 21576 0 -1 4202560 3026 0 0 0 29 0 0 0 20 0 19 0 13544603 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803338160184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25216 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25216 25219 21576 0 -1 4202560 3750 0 0 0 34 0 0 0 20 0 19 0 13544603 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803337107640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803336055288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139803335002952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25238] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25238/stat : 25238 (java) S 25216 25219 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13544629 9856040960 11553 33554432000 1073741824 1073778376 140733589201456 139802326328616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.28 2.21 2.19 3/213 25238
/proc/meminfo: memFree=30247872/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 10468 0 1 0 372 2 0 0 20 0 19 0 13544598 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2406260 12577 2267 9 0 2396937 0
[pid=25219/tid=25220] ppid=25216 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 2416 0 1 0 305 2 0 0 20 0 19 0 13544598 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803518484176 139803350287039 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25222] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803479984808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25223] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803478932264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25224] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803477879720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803476827176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25226] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803475773608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25227] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803474721064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25228] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803473668520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25229] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25216 25219 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803472615976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25230] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25216 25219 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803342371432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25231] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25216 25219 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803341317752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25216 25219 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803340265096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803339213840 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25216 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25216 25219 21576 0 -1 4202560 3026 0 0 0 29 0 0 0 20 0 19 0 13544603 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803338160184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25216 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25216 25219 21576 0 -1 4202560 3750 0 0 0 35 0 0 0 20 0 19 0 13544603 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803337107640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803336055288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139803335002952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25238] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25238/stat : 25238 (java) S 25216 25219 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13544629 9856040960 12577 33554432000 1073741824 1073778376 140733589201456 139802326328616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.28 2.21 2.19 3/213 25238
/proc/meminfo: memFree=30238436/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=9625040 CPUtime=6.95 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 10472 0 1 0 693 2 0 0 20 0 19 0 13544598 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2406260 13467 2268 9 0 2396937 0
[pid=25219/tid=25220] ppid=25216 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 2419 0 1 0 625 2 0 0 20 0 19 0 13544598 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803518484160 139803350320640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25222] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803479984808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25223] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803478932264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25224] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803477879720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803476827176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25226] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803475773608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25227] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803474721064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25228] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803473668520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25229] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25216 25219 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803472615976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25230] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25216 25219 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803342371432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25231] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25216 25219 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803341317752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25216 25219 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803340265096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803339213840 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25216 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25216 25219 21576 0 -1 4202560 3026 0 0 0 29 0 0 0 20 0 19 0 13544603 9856040960 13467 33554432000 1073741824 1073778376 140733589201456 139803338160184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25216 vsize=9625040 CPUtime=0.36 cores=1,3,5,7

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

[pid=25219/tid=25224] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803477879720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25216 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25216 25219 21576 0 -1 4202560 140 0 0 0 1 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803476827176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25226] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25216 25219 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803475773608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25227] ppid=25216 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25216 25219 21576 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803474721064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25228] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25216 25219 21576 0 -1 4202560 141 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803473668520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25229] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25216 25219 21576 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803472615976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25230] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25216 25219 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803342371432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25231] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25216 25219 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803341317752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25216 25219 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803340265096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803339213840 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25216 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25216 25219 21576 0 -1 4202560 14793 0 0 0 107 2 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803338160184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25216 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25216 25219 21576 0 -1 4202560 3750 0 0 0 40 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803337107640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803336055288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25216 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25216 25219 21576 0 -1 4202560 24 0 0 0 4 9 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803335002952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25238] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25238/stat : 25238 (java) S 25216 25219 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13544629 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139802326328616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 403.97
Current children cumulated vsize (KiB) 9625040

[startup+403.201 s]
/proc/loadavg: 2.22 2.20 2.18 3/213 25249
/proc/meminfo: memFree=29979260/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=9625040 CPUtime=404.77 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 22790 0 1 0 40462 15 0 0 20 0 19 0 13544598 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2406260 51293 2282 9 0 2396937 0
[pid=25219/tid=25220] ppid=25216 vsize=9625040 CPUtime=403.1 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 2481 0 1 0 40300 10 0 0 20 0 19 0 13544598 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803518484144 139803350381517 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25222] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25216 25219 21576 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803479984808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25223] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25216 25219 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803478932264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25224] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803477879720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25216 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25216 25219 21576 0 -1 4202560 140 0 0 0 1 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803476827176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25226] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25216 25219 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803475773608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25227] ppid=25216 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25216 25219 21576 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803474721064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25228] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25216 25219 21576 0 -1 4202560 141 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803473668520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25229] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25216 25219 21576 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803472615976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25230] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25216 25219 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803342371432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25231] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25216 25219 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803341317752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25216 25219 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803340265096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803339213840 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25216 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25216 25219 21576 0 -1 4202560 14793 0 0 0 107 2 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803338160184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25216 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25216 25219 21576 0 -1 4202560 3750 0 0 0 40 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803337107640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803336055288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25216 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25216 25219 21576 0 -1 4202560 24 0 0 0 4 9 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803335002952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25238] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25238/stat : 25238 (java) S 25216 25219 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13544629 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139802326328616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 404.77
Current children cumulated vsize (KiB) 9625040

[startup+403.401 s]
/proc/loadavg: 2.22 2.20 2.18 3/213 25249
/proc/meminfo: memFree=29979260/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=9625040 CPUtime=404.97 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 22790 0 1 0 40482 15 0 0 20 0 19 0 13544598 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2406260 51293 2282 9 0 2396937 0
[pid=25219/tid=25220] ppid=25216 vsize=9625040 CPUtime=403.3 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 2481 0 1 0 40320 10 0 0 20 0 19 0 13544598 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803518484144 139803350301031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25222] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25216 25219 21576 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803479984808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25223] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25216 25219 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803478932264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25224] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803477879720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25216 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25216 25219 21576 0 -1 4202560 140 0 0 0 1 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803476827176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25226] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25216 25219 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803475773608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25227] ppid=25216 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25216 25219 21576 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803474721064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25228] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25216 25219 21576 0 -1 4202560 141 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803473668520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25229] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25216 25219 21576 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803472615976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25230] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25216 25219 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803342371432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25231] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25216 25219 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803341317752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25216 25219 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803340265096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803339213840 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25216 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25216 25219 21576 0 -1 4202560 14793 0 0 0 107 2 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803338160184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25216 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25216 25219 21576 0 -1 4202560 3750 0 0 0 40 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803337107640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803336055288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25216 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25216 25219 21576 0 -1 4202560 24 0 0 0 4 9 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803335002952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25238] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25238/stat : 25238 (java) S 25216 25219 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13544629 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139802326328616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 404.97
Current children cumulated vsize (KiB) 9625040

[startup+403.501 s]
/proc/loadavg: 2.22 2.20 2.18 3/213 25249
/proc/meminfo: memFree=29979260/32872528 swapFree=1402008/1579836
[pid=25219] ppid=25216 vsize=9625040 CPUtime=405.07 cores=1,3,5,7
/proc/25219/stat : 25219 (java) S 25216 25219 21576 0 -1 4202496 22790 0 1 0 40492 15 0 0 20 0 19 0 13544598 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 140733589192592 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25219/statm: 2406260 51293 2282 9 0 2396937 0
[pid=25219/tid=25220] ppid=25216 vsize=9625040 CPUtime=403.4 cores=1,3,5,7
/proc/25219/task/25220/stat : 25220 (java) R 25216 25219 21576 0 -1 4202560 2481 0 1 0 40330 10 0 0 20 0 19 0 13544598 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803518484144 139803350355513 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25222] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25222/stat : 25222 (java) S 25216 25219 21576 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803479984808 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25223] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25223/stat : 25223 (java) S 25216 25219 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803478932264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25224] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25224/stat : 25224 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803477879720 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25225] ppid=25216 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25219/task/25225/stat : 25225 (java) S 25216 25219 21576 0 -1 4202560 140 0 0 0 1 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803476827176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25226] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25226/stat : 25226 (java) S 25216 25219 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803475773608 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25227] ppid=25216 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25219/task/25227/stat : 25227 (java) S 25216 25219 21576 0 -1 4202560 61 0 0 0 1 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803474721064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25228] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25228/stat : 25228 (java) S 25216 25219 21576 0 -1 4202560 141 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803473668520 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25229] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25229/stat : 25229 (java) S 25216 25219 21576 0 -1 4202560 99 0 0 0 0 0 0 0 20 0 19 0 13544599 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803472615976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25219/tid=25230] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25230/stat : 25230 (java) S 25216 25219 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803342371432 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25231] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25231/stat : 25231 (java) S 25216 25219 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803341317752 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25232] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25232/stat : 25232 (java) S 25216 25219 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13544600 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803340265096 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25233] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25233/stat : 25233 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803339213840 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25234] ppid=25216 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/25219/task/25234/stat : 25234 (java) S 25216 25219 21576 0 -1 4202560 14793 0 0 0 107 2 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803338160184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25219/tid=25235] ppid=25216 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25219/task/25235/stat : 25235 (java) S 25216 25219 21576 0 -1 4202560 3750 0 0 0 40 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803337107640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25236] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25236/stat : 25236 (java) S 25216 25219 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803336055288 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25219/tid=25237] ppid=25216 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/25219/task/25237/stat : 25237 (java) S 25216 25219 21576 0 -1 4202560 24 0 0 0 4 9 0 0 20 0 19 0 13544603 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139803335002952 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25219/tid=25238] ppid=25216 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25219/task/25238/stat : 25238 (java) S 25216 25219 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13544629 9856040960 51293 33554432000 1073741824 1073778376 140733589201456 139802326328616 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 405.07
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 403.592
CPU time (s): 405.372
CPU user time (s): 405.04
CPU system time (s): 0.331949
CPU usage (%): 100.441
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 405.04
system time used= 0.331949
maximum resident set size= 205232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22812
page faults= 1
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8821
involuntary context switches= 1864

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.87356 second user time and 3.72043 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-17 00:09:49
IDJOB=4096516
IDBENCH=107625
IDSOLVER=2546
FILE ID=node139/4096516-1466114989
RUNJOBID= node139-1466113165-23926
PBS_JOBID= 19904053
Free space on /tmp= 71596 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_25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4096516-1466114989/watcher-4096516-1466114989 -o /tmp/evaluation-result-4096516-1466114989/solver-4096516-1466114989 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4096516-1466114989.opb

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

MD5SUM BENCH= f50c91cca57102576950fc35dbf6e618
RANDOM SEED=1295442416

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30291428 kB
Buffers:           71796 kB
Cached:           140280 kB
SwapCached:          960 kB
Active:           161388 kB
Inactive:         117452 kB
Active(anon):      67752 kB
Inactive(anon):     1364 kB
Active(file):      93636 kB
Inactive(file):   116088 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100244 kB
Dirty:              2168 kB
Writeback:             0 kB
AnonPages:       1668076 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             572036 kB
SReclaimable:      15084 kB
SUnreclaim:       556952 kB
KernelStack:        1760 kB
PageTables:         7268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2267360 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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= 71592 MiB
End job on node139 at 2016-06-17 00:16:32