Trace number 4120830

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 196.025 194.918

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-subsetCardinalitySigma-27-1.cnf.gz-extracted.pb.metafix.opb
MD5SUM9a8537cfd8d8d62e11b7c7f0095d90a0
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 benchmark0.010998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109
Total number of constraints108
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)108
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 8
Number of bits of the biggest sum of numbers4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4120830-1467312684.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  no objective function found
0.08/0.15	c ... done. Wall clock time 0.023s.
0.08/0.15	c declared #vars     109
0.08/0.15	c #constraints  108
0.08/0.15	c constraints type 
0.08/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 108
0.08/0.15	c 108 constraints processed.
0.74/0.54	c cleaning 2500 clauses out of 5000 with flag 39653/5000
1.26/0.94	c cleaning 4249 clauses out of 8500 with flag 89698/11000
1.73/1.37	c cleaning 5621 clauses out of 11252 with flag 139780/18001
2.23/1.84	c cleaning 6810 clauses out of 13630 with flag 201649/26000
2.94/2.50	c cleaning 7908 clauses out of 15821 with flag 279359/35001
3.64/3.30	c cleaning 8949 clauses out of 17912 with flag 363543/45000
4.74/4.37	c cleaning 9978 clauses out of 19964 with flag 455518/56001
5.95/5.52	c cleaning 10987 clauses out of 21985 with flag 544041/68000
7.15/6.79	c cleaning 11991 clauses out of 23999 with flag 635882/81001
8.84/8.49	c cleaning 12993 clauses out of 26009 with flag 734610/95002
10.84/10.45	c cleaning 14000 clauses out of 28014 with flag 847213/110000
12.85/12.47	c cleaning 15005 clauses out of 30014 with flag 968401/126000
15.35/14.90	c cleaning 15997 clauses out of 32009 with flag 1094887/143000
18.25/17.84	c cleaning 17002 clauses out of 34014 with flag 1240224/161002
21.36/20.92	c cleaning 18001 clauses out of 36012 with flag 1384538/180002
24.76/24.33	c cleaning 19003 clauses out of 38010 with flag 1528196/200001
28.55/28.10	c cleaning 19998 clauses out of 40006 with flag 1688950/221000
32.36/31.95	c cleaning 21000 clauses out of 42009 with flag 1845223/243001
36.65/36.22	c cleaning 21996 clauses out of 44008 with flag 2012679/266000
41.15/40.77	c cleaning 23005 clauses out of 46014 with flag 2175574/290002
46.15/45.70	c cleaning 23997 clauses out of 48008 with flag 2353603/315001
51.45/51.08	c cleaning 25003 clauses out of 50012 with flag 2535296/341002
57.05/56.66	c cleaning 26003 clauses out of 52008 with flag 2732044/368001
63.26/62.82	c cleaning 26998 clauses out of 54005 with flag 2917383/396001
69.66/69.25	c cleaning 28000 clauses out of 56006 with flag 3094556/425000
76.37/75.99	c cleaning 28996 clauses out of 58007 with flag 3287213/455001
83.56/83.15	c cleaning 30002 clauses out of 60012 with flag 3494437/486002
91.36/90.94	c cleaning 31001 clauses out of 62008 with flag 3697447/518000
99.96/99.51	c cleaning 31999 clauses out of 64008 with flag 3904073/551001
109.59/108.92	c cleaning 32996 clauses out of 66008 with flag 4130685/585000
119.49/118.63	c cleaning 34001 clauses out of 68014 with flag 4364509/620002
129.08/128.21	c cleaning 35002 clauses out of 70011 with flag 4591872/656000
140.42/139.55	c cleaning 35996 clauses out of 72008 with flag 4831092/693000
153.02/152.17	c cleaning 37002 clauses out of 74012 with flag 5068101/731000
166.31/165.30	c cleaning 38002 clauses out of 76011 with flag 5305011/770002
180.51/179.52	c cleaning 38999 clauses out of 78007 with flag 5543610/810001
194.64/193.64	c cleaning 39998 clauses out of 80004 with flag 5799121/851000
195.84/194.88	c starts		: 226
195.84/194.88	c conflicts		: 856265
195.84/194.88	c decisions		: 1021414
195.84/194.88	c propagations		: 13134898
195.84/194.88	c inspects		: 5216739266
195.84/194.88	c shortcuts		: 0
195.84/194.88	c learnt literals	: 19
195.84/194.88	c learnt binary clauses	: 20
195.84/194.88	c learnt ternary clauses	: 65
195.84/194.88	c learnt constraints	: 856245
195.84/194.88	c ignored constraints	: 0
195.84/194.88	c root simplifications	: 0
195.84/194.88	c removed literals (reason simplification)	: 0
195.84/194.88	c reason swapping (by a shorter reason)	: 0
195.84/194.88	c Calls to reduceDB	: 37
195.84/194.88	c Number of update (reduction) of LBD	: 228637
195.84/194.88	c Imported unit clauses	: 0
195.84/194.88	c number of reductions to clauses (during analyze)	: 0
195.84/194.88	c number of learned constraints concerned by reduction	: 0
195.84/194.88	c number of learning phase by resolution	: 0
195.84/194.88	c number of learning phase by cutting planes	: 0
195.84/194.88	c speed (assignments/second)	: 67451.49976120905
195.84/194.88	c non guided choices	39
195.95/194.90	c learnt constraints type 
195.95/194.90	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
195.95/194.90	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 45237
195.95/194.90	s UNSATISFIABLE
195.95/194.90	c Total wall clock time (in seconds): 194.777

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

pid=13816
running on 4 cores: 0,2,4,6

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.00 2.05 2.00 3/194 13819
/proc/meminfo: memFree=31056808/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/13819/stat : 13819 (java) R 13816 13819 12722 0 -1 4202496 224 0 0 0 0 0 0 0 20 0 1 0 10299747 9445376 97 33554432000 1073741824 1073778376 140735169411536 140735169408664 224913354631 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13819/statm: 2290 88 66 9 0 38 0

[startup+0.100115 s]
/proc/loadavg: 2.00 2.05 2.00 3/194 13819
/proc/meminfo: memFree=31056808/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13819/stat : 13819 (java) S 13816 13819 12722 0 -1 4202496 4320 0 1 0 7 1 0 0 20 0 18 0 10299747 9787879424 5451 33554432000 1073741824 1073778376 140737080380736 140737080371872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13819/statm: 2389619 5451 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20033 s]
/proc/loadavg: 2.00 2.05 2.00 3/194 13819
/proc/meminfo: memFree=31056808/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13819/stat : 13819 (java) S 13816 13819 12722 0 -1 4202496 6253 0 1 0 24 1 0 0 20 0 19 0 10299747 9856040960 7369 33554432000 1073741824 1073778376 140737080380736 140737080371872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13819/statm: 2406260 7369 2213 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300329 s]
/proc/loadavg: 2.00 2.05 2.00 3/194 13819
/proc/meminfo: memFree=31056808/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/13819/stat : 13819 (java) S 13816 13819 12722 0 -1 4202496 8310 0 1 0 51 2 0 0 20 0 19 0 10299747 9856040960 8736 33554432000 1073741824 1073778376 140737080380736 140737080371872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13819/statm: 2406260 8736 2227 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700166 s]
/proc/loadavg: 2.00 2.05 2.00 3/194 13819
/proc/meminfo: memFree=31056808/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/13819/stat : 13819 (java) S 13816 13819 12722 0 -1 4202496 9513 0 1 0 103 2 0 0 20 0 19 0 10299747 9856040960 9549 33554432000 1073741824 1073778376 140737080380736 140737080371872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13819/statm: 2406260 9549 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625040

[startup+1.50078 s]
/proc/loadavg: 2.00 2.05 2.00 3/213 13838
/proc/meminfo: memFree=31027908/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/13819/stat : 13819 (java) S 13816 13819 12722 0 -1 4202496 10803 0 1 0 191 2 0 0 20 0 19 0 10299747 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140737080371872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13819/statm: 2406260 9879 2241 9 0 2396937 0
[pid=13819/tid=13821] ppid=13816 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/13819/task/13821/stat : 13821 (java) R 13816 13819 12722 0 -1 4202560 2402 0 1 0 145 0 0 0 20 0 19 0 10299748 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140711000252080 140710863391169 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13822] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13822/stat : 13822 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710989322920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13823] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13823/stat : 13823 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710988270376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13824] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13824/stat : 13824 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710987217832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13825] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13825/stat : 13825 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710986165288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13826] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13826/stat : 13826 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710985111720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13827] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13827/stat : 13827 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710984059176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13828] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13828/stat : 13828 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710983006632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13829] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13829/stat : 13829 (java) S 13816 13819 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710981954088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13830] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13830/stat : 13830 (java) S 13816 13819 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10299750 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710824192616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13831] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13831/stat : 13831 (java) S 13816 13819 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710823138936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13832] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13832/stat : 13832 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710822086280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13833] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13833/stat : 13833 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710821035024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13834] ppid=13816 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13819/task/13834/stat : 13834 (java) S 13816 13819 12722 0 -1 4202560 3146 0 0 0 24 0 0 0 20 0 19 0 10299753 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710819981368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13835] ppid=13816 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13819/task/13835/stat : 13835 (java) S 13816 13819 12722 0 -1 4202560 3986 0 0 0 21 0 0 0 20 0 19 0 10299753 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710818928824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13836] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13836/stat : 13836 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710817876472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13837] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13837/stat : 13837 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710816824136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13838] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13838/stat : 13838 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299762 9856040960 9879 33554432000 1073741824 1073778376 140737080380736 140710815769896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.00 2.05 2.00 3/213 13838
/proc/meminfo: memFree=31023316/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/13819/stat : 13819 (java) S 13816 13819 12722 0 -1 4202496 10804 0 1 0 352 2 0 0 20 0 19 0 10299747 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140737080371872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13819/statm: 2406260 10391 2241 9 0 2396937 0
[pid=13819/tid=13821] ppid=13816 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/13819/task/13821/stat : 13821 (java) R 13816 13819 12722 0 -1 4202560 2403 0 1 0 305 0 0 0 20 0 19 0 10299748 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140711000260704 140710863391192 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13822] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13822/stat : 13822 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710989322920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13823] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13823/stat : 13823 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710988270376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13824] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13824/stat : 13824 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710987217832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13825] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13825/stat : 13825 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710986165288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13826] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13826/stat : 13826 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710985111720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13827] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13827/stat : 13827 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710984059176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13828] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13828/stat : 13828 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710983006632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13829] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13829/stat : 13829 (java) S 13816 13819 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710981954088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13830] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13830/stat : 13830 (java) S 13816 13819 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10299750 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710824192616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13831] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13831/stat : 13831 (java) S 13816 13819 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710823138936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13832] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13832/stat : 13832 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710822086280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13833] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13833/stat : 13833 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710821035024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13834] ppid=13816 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13819/task/13834/stat : 13834 (java) S 13816 13819 12722 0 -1 4202560 3146 0 0 0 24 0 0 0 20 0 19 0 10299753 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710819981368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13835] ppid=13816 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13819/task/13835/stat : 13835 (java) S 13816 13819 12722 0 -1 4202560 3986 0 0 0 22 0 0 0 20 0 19 0 10299753 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710818928824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13836] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13836/stat : 13836 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710817876472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13837] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13837/stat : 13837 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710816824136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13838] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13838/stat : 13838 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299762 9856040960 10391 33554432000 1073741824 1073778376 140737080380736 140710815769896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.00 2.05 2.00 3/213 13838
/proc/meminfo: memFree=31020964/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9625040 CPUtime=6.74 cores=0,2,4,6
/proc/13819/stat : 13819 (java) S 13816 13819 12722 0 -1 4202496 10808 0 1 0 672 2 0 0 20 0 19 0 10299747 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140737080371872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13819/statm: 2406260 10785 2242 9 0 2396937 0
[pid=13819/tid=13821] ppid=13816 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/13819/task/13821/stat : 13821 (java) R 13816 13819 12722 0 -1 4202560 2406 0 1 0 623 2 0 0 20 0 19 0 10299748 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140711000252080 140710863391197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13822] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13822/stat : 13822 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710989322920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13823] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13823/stat : 13823 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710988270376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13824] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13824/stat : 13824 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710987217832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13825] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13825/stat : 13825 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710986165288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13826] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13826/stat : 13826 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710985111720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13827] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13827/stat : 13827 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710984059176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13828] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13828/stat : 13828 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710983006632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13829] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13829/stat : 13829 (java) S 13816 13819 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710981954088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13830] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13830/stat : 13830 (java) S 13816 13819 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10299750 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710824192616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13831] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13831/stat : 13831 (java) S 13816 13819 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710823138936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13832] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13832/stat : 13832 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710822086280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13833] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13833/stat : 13833 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710821035024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13834] ppid=13816 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/13819/task/13834/stat : 13834 (java) S 13816 13819 12722 0 -1 4202560 3146 0 0 0 24 0 0 0 20 0 19 0 10299753 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710819981368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13835] ppid=13816 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13819/task/13835/stat : 13835 (java) S 13816 13819 12722 0 -1 4202560 3986 0 0 0 22 0 0 0 20 0 19 0 10299753 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710818928824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13836] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13836/stat : 13836 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710817876472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13837] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13837/stat : 13837 (java) S 13816 13819 12722 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710816824136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13838] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13838/stat : 13838 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299762 9856040960 10785 33554432000 1073741824 1073778376 140737080380736 140710815769896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.74
Current children cumulated vsize (KiB) 9625040


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

[pid=13819/tid=13823] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13823/stat : 13823 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710988270376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13824] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13824/stat : 13824 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710987217832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13825] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13825/stat : 13825 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710986165288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13826] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13826/stat : 13826 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710985111720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13827] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13827/stat : 13827 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710984059176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13828] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13828/stat : 13828 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710983006632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13829] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13829/stat : 13829 (java) S 13816 13819 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710981954088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13830] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13830/stat : 13830 (java) S 13816 13819 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10299750 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710824192616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13831] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13831/stat : 13831 (java) S 13816 13819 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710823138936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13832] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13832/stat : 13832 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710822086280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13833] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13833/stat : 13833 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710821035024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13834] ppid=13816 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/13819/task/13834/stat : 13834 (java) S 13816 13819 12722 0 -1 4202560 10630 0 0 0 71 0 0 0 20 0 19 0 10299753 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710819981368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13835] ppid=13816 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/13819/task/13835/stat : 13835 (java) S 13816 13819 12722 0 -1 4202560 4721 0 0 0 36 0 0 0 20 0 19 0 10299753 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710818928824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13836] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13836/stat : 13836 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710817876472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13837] ppid=13816 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/13819/task/13837/stat : 13837 (java) S 13816 13819 12722 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 19 0 10299753 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710816824136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13838] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13838/stat : 13838 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299762 9856040960 35258 33554432000 1073741824 1073778376 140737080380736 140710815769896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 194.64
Current children cumulated vsize (KiB) 9625040

[startup+194.401 s]
/proc/loadavg: 2.12 2.07 2.01 3/213 13841
/proc/meminfo: memFree=30923032/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9625040 CPUtime=195.43 cores=0,2,4,6
/proc/13819/stat : 13819 (java) S 13816 13819 12722 0 -1 4202496 19098 0 1 0 19536 7 0 0 20 0 19 0 10299747 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140737080371872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13819/statm: 2406260 35770 2249 9 0 2396937 0
[pid=13819/tid=13821] ppid=13816 vsize=9625040 CPUtime=194.31 cores=0,2,4,6
/proc/13819/task/13821/stat : 13821 (java) R 13816 13819 12722 0 -1 4202560 2464 0 1 0 19426 5 0 0 20 0 19 0 10299748 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140711000252096 140710863629154 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13822] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13822/stat : 13822 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710989322920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13823] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13823/stat : 13823 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710988270376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13824] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13824/stat : 13824 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710987217832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13825] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13825/stat : 13825 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710986165288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13826] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13826/stat : 13826 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710985111720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13827] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13827/stat : 13827 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710984059176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13828] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13828/stat : 13828 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710983006632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13829] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13829/stat : 13829 (java) S 13816 13819 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710981954088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13830] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13830/stat : 13830 (java) S 13816 13819 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10299750 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710824192616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13831] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13831/stat : 13831 (java) S 13816 13819 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710823138936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13832] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13832/stat : 13832 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710822086280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13833] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13833/stat : 13833 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710821035024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13834] ppid=13816 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/13819/task/13834/stat : 13834 (java) S 13816 13819 12722 0 -1 4202560 10630 0 0 0 71 0 0 0 20 0 19 0 10299753 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710819981368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13835] ppid=13816 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/13819/task/13835/stat : 13835 (java) S 13816 13819 12722 0 -1 4202560 4721 0 0 0 36 0 0 0 20 0 19 0 10299753 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710818928824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13836] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13836/stat : 13836 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710817876472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13837] ppid=13816 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/13819/task/13837/stat : 13837 (java) S 13816 13819 12722 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 19 0 10299753 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710816824136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13838] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13838/stat : 13838 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299762 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710815769896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 195.43
Current children cumulated vsize (KiB) 9625040

[startup+194.808 s]
/proc/loadavg: 2.12 2.07 2.01 3/213 13841
/proc/meminfo: memFree=30920984/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9625040 CPUtime=195.84 cores=0,2,4,6
/proc/13819/stat : 13819 (java) S 13816 13819 12722 0 -1 4202496 19098 0 1 0 19577 7 0 0 20 0 19 0 10299747 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140737080371872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13819/statm: 2406260 35770 2249 9 0 2396937 0
[pid=13819/tid=13821] ppid=13816 vsize=9625040 CPUtime=194.72 cores=0,2,4,6
/proc/13819/task/13821/stat : 13821 (java) R 13816 13819 12722 0 -1 4202560 2464 0 1 0 19467 5 0 0 20 0 19 0 10299748 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140711000252096 140710863611266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13822] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13822/stat : 13822 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710989322920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13823] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13823/stat : 13823 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710988270376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13824] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13824/stat : 13824 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710987217832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13825] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13825/stat : 13825 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710986165288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13826] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13826/stat : 13826 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710985111720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13827] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13827/stat : 13827 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710984059176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13828] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13828/stat : 13828 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710983006632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13829] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13829/stat : 13829 (java) S 13816 13819 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10299749 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710981954088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13830] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13830/stat : 13830 (java) S 13816 13819 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10299750 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710824192616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13831] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13831/stat : 13831 (java) S 13816 13819 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710823138936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13832] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13832/stat : 13832 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299751 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710822086280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13833] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13833/stat : 13833 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710821035024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13834] ppid=13816 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/13819/task/13834/stat : 13834 (java) S 13816 13819 12722 0 -1 4202560 10630 0 0 0 71 0 0 0 20 0 19 0 10299753 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710819981368 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13835] ppid=13816 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/13819/task/13835/stat : 13835 (java) S 13816 13819 12722 0 -1 4202560 4721 0 0 0 36 0 0 0 20 0 19 0 10299753 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710818928824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13836] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13836/stat : 13836 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710817876472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13837] ppid=13816 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/13819/task/13837/stat : 13837 (java) S 13816 13819 12722 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 19 0 10299753 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710816824136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13838] ppid=13816 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13838/stat : 13838 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299762 9856040960 35770 33554432000 1073741824 1073778376 140737080380736 140710815769896 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 195.84
Current children cumulated vsize (KiB) 9625040

[startup+194.901 s]
/proc/loadavg: 2.12 2.07 2.01 3/213 13841
/proc/meminfo: memFree=30920984/32872528 swapFree=171816/177948
[pid=13819] ppid=13816 vsize=9691604 CPUtime=195.95 cores=0,2,4,6
/proc/13819/stat : 13819 (java) S 13816 13819 12722 0 -1 4202496 19118 0 1 0 19588 7 0 0 20 0 19 0 10299747 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140737080371872 224925876285 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13819/statm: 2422901 35787 2257 9 0 2413578 0
[pid=13819/tid=13821] ppid=13816 vsize=9691604 CPUtime=194.8 cores=0,2,4,6
/proc/13819/task/13821/stat : 13821 (java) S 13816 13819 12722 0 -1 4202560 2467 0 1 0 19475 5 0 0 20 0 19 0 10299748 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140711000261336 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13822] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13822/stat : 13822 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710989322920 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13823] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13823/stat : 13823 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710988270376 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13824] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13824/stat : 13824 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710987217832 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13825] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13825/stat : 13825 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710986165288 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13826] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13826/stat : 13826 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710985111720 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13827] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13827/stat : 13827 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710984059176 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13828] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13828/stat : 13828 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299749 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710983006632 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13829] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13829/stat : 13829 (java) S 13816 13819 12722 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10299749 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710981954088 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13830] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13830/stat : 13830 (java) S 13816 13819 12722 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 10299750 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710824192616 224925890473 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13819/tid=13831] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13831/stat : 13831 (java) S 13816 13819 12722 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10299751 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710823138936 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13832] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13832/stat : 13832 (java) S 13816 13819 12722 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10299751 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710822086280 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13833] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13833/stat : 13833 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710821035024 224925898528 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13834] ppid=13816 vsize=9691604 CPUtime=0.72 cores=0,2,4,6
/proc/13819/task/13834/stat : 13834 (java) R 13816 13819 12722 0 -1 4202560 10635 0 0 0 72 0 0 0 20 0 19 0 10299753 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710819981368 140711002233199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13819/tid=13835] ppid=13816 vsize=9691604 CPUtime=0.36 cores=0,2,4,6
/proc/13819/task/13835/stat : 13835 (java) S 13816 13819 12722 0 -1 4202560 4724 0 0 0 36 0 0 0 20 0 19 0 10299753 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710818928824 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13819/tid=13836] ppid=13816 vsize=9691604 CPUtime=0 cores=0,2,4,6
/proc/13819/task/13836/stat : 13836 (java) S 13816 13819 12722 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10299753 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710817876472 224925889596 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13819/tid=13837] ppid=13816 vsize=9691604 CPUtime=0.05 cores=0,2,4,6
/proc/13819/task/13837/stat : 13837 (java) S 13816 13819 12722 0 -1 4202560 12 0 0 0 2 3 0 0 20 0 19 0 10299753 9924202496 35787 33554432000 1073741824 1073778376 140737080380736 140710816824136 224925890473 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 195.95
Current children cumulated vsize (KiB) 9691604

Child status: 20
Real time (s): 194.918
CPU time (s): 196.025
CPU user time (s): 195.89
CPU system time (s): 0.134979
CPU usage (%): 100.568
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.89
system time used= 0.134979
maximum resident set size= 143176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19128
page faults= 1
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4402
involuntary context switches= 374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.17682 second user time and 1.37379 second system time

The end

Launcher Data

Begin job on node105 at 2016-06-30 20:51:24
IDJOB=4120830
IDBENCH=110152
IDSOLVER=2546
FILE ID=node105/4120830-1467312684
RUNJOBID= node105-1467308726-12738
PBS_JOBID= 20005269
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-subsetCardinalitySigma-27-1.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120830-1467312684/watcher-4120830-1467312684 -o /tmp/evaluation-result-4120830-1467312684/solver-4120830-1467312684 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node105-1467308726-12738 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120830-1467312684.opb

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

MD5SUM BENCH= 9a8537cfd8d8d62e11b7c7f0095d90a0
RANDOM SEED=1581579808

node105.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31057452 kB
Buffers:          143688 kB
Cached:           539592 kB
SwapCached:            0 kB
Active:           475132 kB
Inactive:         419328 kB
Active(anon):     205676 kB
Inactive(anon):     7948 kB
Active(file):     269456 kB
Inactive(file):   411380 kB
Unevictable:      177948 kB
Mlocked:          171816 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        392876 kB
Mapped:            22168 kB
Shmem:               204 kB
Slab:             610988 kB
SReclaimable:      54884 kB
SUnreclaim:       556104 kB
KernelStack:        1760 kB
PageTables:         5088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     866584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node105 at 2016-06-30 20:54:39