Trace number 4097692

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 489.13 487.533

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-7_6_25.opb
MD5SUM3c0a4d33e9f667bc5f51b969f035144b
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 benchmark5.72913
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 57
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@37e893df
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@41ac1fe4
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4097692-1466118504.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  no objective function found
0.53/0.31	c ... done. Wall clock time 0.209s.
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.40/0.94	c cleaning 2501 clauses out of 5001 with flag 17261/5001
2.18/1.52	c cleaning 4250 clauses out of 8500 with flag 37015/11001
2.89/2.23	c cleaning 5621 clauses out of 11249 with flag 60607/18000
3.79/3.11	c cleaning 6812 clauses out of 13628 with flag 92699/26000
4.80/4.17	c cleaning 7906 clauses out of 15816 with flag 128627/35000
6.10/5.43	c cleaning 8951 clauses out of 17910 with flag 165930/45000
7.50/6.81	c cleaning 9980 clauses out of 19959 with flag 207412/56000
9.00/8.36	c cleaning 10985 clauses out of 21979 with flag 262762/68000
10.80/10.17	c cleaning 11998 clauses out of 23995 with flag 322539/81001
12.81/12.13	c cleaning 12998 clauses out of 25998 with flag 387093/95002
15.01/14.31	c cleaning 13996 clauses out of 27998 with flag 451220/110000
17.40/16.73	c cleaning 15000 clauses out of 30004 with flag 515727/126002
20.11/19.42	c cleaning 15996 clauses out of 32002 with flag 576258/143000
23.11/22.40	c cleaning 16998 clauses out of 34006 with flag 644491/161000
26.41/25.71	c cleaning 18001 clauses out of 36008 with flag 720351/180000
30.00/29.33	c cleaning 19000 clauses out of 38007 with flag 796443/200000
33.81/33.13	c cleaning 20000 clauses out of 40007 with flag 878894/221000
37.80/37.15	c cleaning 21002 clauses out of 42008 with flag 967705/243001
42.10/41.49	c cleaning 21996 clauses out of 44005 with flag 1072631/266000
46.91/46.27	c cleaning 23001 clauses out of 46009 with flag 1173676/290000
52.20/51.55	c cleaning 23998 clauses out of 48008 with flag 1280556/315000
57.80/57.13	c cleaning 25000 clauses out of 50011 with flag 1396753/341001
63.70/63.03	c cleaning 26000 clauses out of 52011 with flag 1512010/368001
69.91/69.28	c cleaning 27003 clauses out of 54010 with flag 1636728/396000
76.81/76.18	c cleaning 27996 clauses out of 56007 with flag 1773114/425000
84.42/83.71	c cleaning 29000 clauses out of 58013 with flag 1922332/455002
92.21/91.59	c cleaning 29999 clauses out of 60012 with flag 2077689/486001
101.02/100.30	c cleaning 30999 clauses out of 62014 with flag 2230499/518002
109.82/109.19	c cleaning 32001 clauses out of 64013 with flag 2385754/551000
119.42/118.70	c cleaning 33001 clauses out of 66012 with flag 2557393/585000
129.44/128.76	c cleaning 33998 clauses out of 68011 with flag 2729559/620000
139.73/139.08	c cleaning 35000 clauses out of 70013 with flag 2918641/656000
149.75/149.08	c cleaning 36002 clauses out of 72014 with flag 3118226/693001
160.56/159.81	c cleaning 37004 clauses out of 74012 with flag 3332309/731001
171.46/170.78	c cleaning 37999 clauses out of 76007 with flag 3533114/770000
184.06/183.34	c cleaning 38997 clauses out of 78008 with flag 3753336/810000
197.56/196.89	c cleaning 39994 clauses out of 80011 with flag 3977271/851000
211.16/210.45	c cleaning 41006 clauses out of 82017 with flag 4205374/893000
225.37/224.66	c cleaning 42001 clauses out of 84011 with flag 4437304/936000
240.38/239.61	c cleaning 43003 clauses out of 86012 with flag 4684486/980002
255.38/254.63	c cleaning 44000 clauses out of 88007 with flag 4935322/1025000
272.71/271.62	c cleaning 45000 clauses out of 90009 with flag 5184791/1071002
291.63/290.46	c cleaning 46001 clauses out of 92011 with flag 5459333/1118004
312.02/310.87	c cleaning 46996 clauses out of 94006 with flag 5742763/1166000
334.03/332.87	c cleaning 48002 clauses out of 96010 with flag 6050977/1215000
355.73/354.51	c cleaning 49003 clauses out of 98008 with flag 6369097/1265000
378.42/377.25	c cleaning 49995 clauses out of 100004 with flag 6690853/1316000
401.80/400.59	c cleaning 50999 clauses out of 102009 with flag 7017241/1368000
425.18/423.92	c cleaning 52003 clauses out of 104010 with flag 7352151/1421001
450.37/449.09	c cleaning 53001 clauses out of 106006 with flag 7702095/1475000
480.57/479.28	c cleaning 54000 clauses out of 108007 with flag 8097437/1530003
488.87/487.50	c starts		: 172
488.87/487.50	c conflicts		: 1550196
488.87/487.50	c decisions		: 1747724
488.87/487.50	c propagations		: 141798403
488.87/487.50	c inspects		: 8832755664
488.87/487.50	c shortcuts		: 0
488.87/487.50	c learnt literals	: 17
488.87/487.50	c learnt binary clauses	: 6
488.87/487.50	c learnt ternary clauses	: 14
488.87/487.50	c learnt constraints	: 1550178
488.87/487.50	c ignored constraints	: 0
488.87/487.50	c root simplifications	: 0
488.87/487.50	c removed literals (reason simplification)	: 0
488.87/487.50	c reason swapping (by a shorter reason)	: 0
488.87/487.50	c Calls to reduceDB	: 51
488.87/487.50	c Number of update (reduction) of LBD	: 249096
488.87/487.50	c Imported unit clauses	: 0
488.87/487.50	c number of reductions to clauses (during analyze)	: 0
488.87/487.50	c number of learned constraints concerned by reduction	: 0
488.87/487.50	c number of learning phase by resolution	: 0
488.87/487.50	c number of learning phase by cutting planes	: 0
488.87/487.50	c speed (assignments/second)	: 291057.78116231476
488.87/487.50	c non guided choices	125
488.87/487.53	c learnt constraints type 
488.87/487.53	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
488.87/487.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 74179
488.87/487.53	s UNSATISFIABLE
488.87/487.53	c Total wall clock time (in seconds): 487.422

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

pid=27849
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.20 2.25 2.20 4/194 27852
/proc/meminfo: memFree=30040076/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 13896094 95129600 927 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 23225 927 703 9 0 16769 0
[pid=27852/tid=27853] ppid=27849 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) D 27849 27852 21576 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 13896094 95129600 927 33554432000 1073741824 1073778376 140733529697040 140663409962536 248781040935 0 0 4096 0 18446744072100588836 0 0 -1 1 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.20 2.25 2.20 4/194 27852
/proc/meminfo: memFree=30040076/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 4491 0 1 0 9 1 0 0 20 0 18 0 13896094 9787879424 5618 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 2389619 5618 2153 9 0 2380296 0
[pid=27852/tid=27853] ppid=27849 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 21576 0 -1 4202560 2430 0 1 0 7 0 0 0 20 0 18 0 13896094 9787879424 5619 33554432000 1073741824 1073778376 140733529697040 140663409966128 248793589005 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.200382 s]
/proc/loadavg: 2.20 2.25 2.20 4/194 27852
/proc/meminfo: memFree=30040076/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 5037 0 1 0 27 1 0 0 20 0 18 0 13896094 9787879424 6537 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 2389619 6537 2216 9 0 2380296 0
[pid=27852/tid=27853] ppid=27849 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 21576 0 -1 4202560 2445 0 1 0 17 0 0 0 20 0 18 0 13896094 9787879424 6537 33554432000 1073741824 1073778376 140733529697040 140663409966128 140663281857644 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.300395 s]
/proc/loadavg: 2.20 2.25 2.20 4/194 27852
/proc/meminfo: memFree=30040076/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 6180 0 1 0 51 2 0 0 20 0 18 0 13896094 9787879424 8635 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 2389619 8635 2236 9 0 2380296 0
[pid=27852/tid=27853] ppid=27849 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 21576 0 -1 4202560 2448 0 1 0 26 1 0 0 20 0 18 0 13896094 9787879424 8636 33554432000 1073741824 1073778376 140733529697040 140663409966128 140663282033115 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700262 s]
/proc/loadavg: 2.20 2.25 2.20 4/194 27852
/proc/meminfo: memFree=30040076/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 9170 0 1 0 116 2 0 0 20 0 19 0 13896094 9856040960 11336 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 2406260 11336 2256 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 21576 0 -1 4202560 2465 0 1 0 66 1 0 0 20 0 19 0 13896094 9856040960 11336 33554432000 1073741824 1073778376 140733529697040 140663409967336 140663281857981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.20 2.25 2.20 3/213 27871
/proc/meminfo: memFree=30001960/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 10302 0 1 0 216 2 0 0 20 0 19 0 13896094 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 2406260 12129 2267 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 21576 0 -1 4202560 2467 0 1 0 146 1 0 0 20 0 19 0 13896094 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663409967416 140663282135425 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663253854760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663252801960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663251749160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663250696360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663249644584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663248591784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663247538984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663246486184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13896096 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663234075112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663233021176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663231968264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663230916752 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 21576 0 -1 4202560 4667 0 0 0 42 0 0 0 20 0 19 0 13896099 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663229864888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 21576 0 -1 4202560 1892 0 0 0 26 0 0 0 20 0 19 0 13896099 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663228812088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663227759480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663226706888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896126 9856040960 12129 33554432000 1073741824 1073778376 140733529697040 140663225652392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.18 2.24 2.20 3/213 27871
/proc/meminfo: memFree=29999168/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 10303 0 1 0 377 2 0 0 20 0 19 0 13896094 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 2406260 12641 2267 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 21576 0 -1 4202560 2468 0 1 0 306 1 0 0 20 0 19 0 13896094 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663409958592 140663282330930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663253854760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663252801960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663251749160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663250696360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663249644584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663248591784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663247538984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663246486184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13896096 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663234075112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663233021176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663231968264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663230916752 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 21576 0 -1 4202560 4667 0 0 0 42 0 0 0 20 0 19 0 13896099 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663229864888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/27852/task/27868/stat : 27868 (java) R 27849 27852 21576 0 -1 4202560 1892 0 0 0 26 0 0 0 20 0 19 0 13896099 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663228812088 140663416645015 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663227759480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663226706888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896126 9856040960 12641 33554432000 1073741824 1073778376 140733529697040 140663225652392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.18 2.24 2.20 3/213 27871
/proc/meminfo: memFree=29992916/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=9625040 CPUtime=7 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 10331 0 1 0 698 2 0 0 20 0 19 0 13896094 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 2406260 13650 2268 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 21576 0 -1 4202560 2471 0 1 0 625 2 0 0 20 0 19 0 13896094 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663409967424 140663282201947 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663253854760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663252801960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663251749160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663250696360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663249644584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663248591784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663247538984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 21576 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663246486184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 21576 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13896096 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663234075112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 21576 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663233021176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 21576 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663231968264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663230916752 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 21576 0 -1 4202560 4667 0 0 0 42 0 0 0 20 0 19 0 13896099 9856040960 13650 33554432000 1073741824 1073778376 140733529697040 140663229864888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.27 cores=1,3,5,7

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

[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663251749160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 21576 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663250696360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663249644584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663248591784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663247538984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 21576 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663246486184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 21576 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13896096 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663234075112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663233021176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663231968264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663230916752 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 21576 0 -1 4202560 13709 0 0 0 93 2 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663229864888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 21576 0 -1 4202560 1917 0 0 0 29 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663228812088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663227759480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 21576 0 -1 4202560 30 0 0 0 6 11 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663226706888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896126 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663225652392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 487.77
Current children cumulated vsize (KiB) 9625040

[startup+487.201 s]
/proc/loadavg: 2.13 2.21 2.18 3/213 28596
/proc/meminfo: memFree=29732604/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=9625040 CPUtime=488.57 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 19548 0 1 0 48837 20 0 0 20 0 19 0 13896094 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 2406260 50679 2282 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=487.08 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 21576 0 -1 4202560 2533 0 1 0 48697 11 0 0 20 0 19 0 13896094 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663409958560 140663282202135 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 21576 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663253854760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 21576 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663252801960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663251749160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 21576 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663250696360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663249644584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663248591784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663247538984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 21576 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663246486184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 21576 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13896096 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663234075112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663233021176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663231968264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663230916752 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 21576 0 -1 4202560 13709 0 0 0 93 2 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663229864888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 21576 0 -1 4202560 1917 0 0 0 29 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663228812088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663227759480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 21576 0 -1 4202560 30 0 0 0 6 11 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663226706888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896126 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663225652392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 488.57
Current children cumulated vsize (KiB) 9625040

[startup+487.408 s]
/proc/loadavg: 2.12 2.20 2.18 3/213 28596
/proc/meminfo: memFree=29732604/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=9625040 CPUtime=488.78 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 19548 0 1 0 48858 20 0 0 20 0 19 0 13896094 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 2406260 50679 2282 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=487.29 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 21576 0 -1 4202560 2533 0 1 0 48718 11 0 0 20 0 19 0 13896094 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663409958560 140663282167388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 21576 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663253854760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 21576 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663252801960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663251749160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 21576 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663250696360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663249644584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663248591784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663247538984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 21576 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663246486184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 21576 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13896096 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663234075112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663233021176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663231968264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663230916752 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 21576 0 -1 4202560 13709 0 0 0 93 2 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663229864888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 21576 0 -1 4202560 1917 0 0 0 29 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663228812088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663227759480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 21576 0 -1 4202560 30 0 0 0 6 11 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663226706888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896126 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663225652392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 488.78
Current children cumulated vsize (KiB) 9625040

[startup+487.501 s]
/proc/loadavg: 2.12 2.20 2.18 3/213 28596
/proc/meminfo: memFree=29732604/32872528 swapFree=1402008/1579836
[pid=27852] ppid=27849 vsize=9625040 CPUtime=488.87 cores=1,3,5,7
/proc/27852/stat : 27852 (java) S 27849 27852 21576 0 -1 4202496 19548 0 1 0 48867 20 0 0 20 0 19 0 13896094 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140733529688176 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27852/statm: 2406260 50679 2282 9 0 2396937 0
[pid=27852/tid=27853] ppid=27849 vsize=9625040 CPUtime=487.38 cores=1,3,5,7
/proc/27852/task/27853/stat : 27853 (java) R 27849 27852 21576 0 -1 4202560 2533 0 1 0 48727 11 0 0 20 0 19 0 13896094 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663409958560 140663282167509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27855] ppid=27849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27852/task/27855/stat : 27855 (java) S 27849 27852 21576 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663253854760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27852/tid=27856] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27856/stat : 27856 (java) S 27849 27852 21576 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663252801960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27857] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27857/stat : 27857 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663251749160 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27858] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27858/stat : 27858 (java) S 27849 27852 21576 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663250696360 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27859] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27859/stat : 27859 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663249644584 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27852/tid=27860] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27860/stat : 27860 (java) S 27849 27852 21576 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663248591784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27861] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27861/stat : 27861 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663247538984 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27862] ppid=27849 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/27852/task/27862/stat : 27862 (java) S 27849 27852 21576 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 13896095 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663246486184 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27863] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27863/stat : 27863 (java) S 27849 27852 21576 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 13896096 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663234075112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27852/tid=27864] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27864/stat : 27864 (java) S 27849 27852 21576 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663233021176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27865] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27865/stat : 27865 (java) S 27849 27852 21576 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 13896097 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663231968264 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27866] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27866/stat : 27866 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663230916752 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27867] ppid=27849 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/27852/task/27867/stat : 27867 (java) S 27849 27852 21576 0 -1 4202560 13709 0 0 0 93 2 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663229864888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27868] ppid=27849 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/27852/task/27868/stat : 27868 (java) S 27849 27852 21576 0 -1 4202560 1917 0 0 0 29 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663228812088 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27869] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27869/stat : 27869 (java) S 27849 27852 21576 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663227759480 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27852/tid=27870] ppid=27849 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27852/task/27870/stat : 27870 (java) S 27849 27852 21576 0 -1 4202560 30 0 0 0 6 11 0 0 20 0 19 0 13896099 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663226706888 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27852/tid=27871] ppid=27849 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27852/task/27871/stat : 27871 (java) S 27849 27852 21576 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13896126 9856040960 50679 33554432000 1073741824 1073778376 140733529697040 140663225652392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 488.87
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 487.533
CPU time (s): 489.13
CPU user time (s): 488.758
CPU system time (s): 0.371943
CPU usage (%): 100.327
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 488.758
system time used= 0.371943
maximum resident set size= 206932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19574
page faults= 1
swaps= 0
block input operations= 0
block output operations= 456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10620
involuntary context switches= 3113

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2915 second user time and 4.66429 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-17 01:08:24
IDJOB=4097692
IDBENCH=107793
IDSOLVER=2546
FILE ID=node139/4097692-1466118504
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-7_6_25.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097692-1466118504/watcher-4097692-1466118504 -o /tmp/evaluation-result-4097692-1466118504/solver-4097692-1466118504 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466113165-23926 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097692-1466118504.opb

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

MD5SUM BENCH= 3c0a4d33e9f667bc5f51b969f035144b
RANDOM SEED=1974816111

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:        30040356 kB
Buffers:           75812 kB
Cached:           142592 kB
SwapCached:          960 kB
Active:           420260 kB
Inactive:         120980 kB
Active(anon):     323816 kB
Inactive(anon):     1364 kB
Active(file):      96444 kB
Inactive(file):   119616 kB
Unevictable:     1579836 kB
Mlocked:         1402008 kB
SwapTotal:      67108856 kB
SwapFree:       67100244 kB
Dirty:              1012 kB
Writeback:             0 kB
AnonPages:       1916336 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             572024 kB
SReclaimable:      15544 kB
SUnreclaim:       556480 kB
KernelStack:        1752 kB
PageTables:         7676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2374364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    499712 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 01:16:31