Trace number 4108143

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 10.3124 8.9365

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j605_10-unsat.opb
MD5SUMce969cddb569a85677747111590221bd
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.18636
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9638
Total number of constraints30220
Number of constraints which are clauses29908
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints312
Minimum length of a constraint1
Maximum length of a constraint38
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 20
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 254
Number of bits of the biggest sum of numbers8
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4108143-1466291502.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.91/0.51	c ... done. Wall clock time 0.395s.
0.91/0.51	c declared #vars     9638
0.91/0.51	c #constraints  30220
0.91/0.51	c constraints type 
0.91/0.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3505
0.91/0.51	c org.sat4j.specs.Constr$1 => 3324
0.91/0.51	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 21804
0.91/0.51	c org.sat4j.minisat.constraints.cnf.UnitClause => 1275
0.91/0.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 312
0.91/0.51	c 30220 constraints processed.
2.56/1.76	c cleaning 2500 clauses out of 5000 with flag 36758/5000
4.25/2.98	c cleaning 4247 clauses out of 8502 with flag 94403/11003
5.76/4.50	c cleaning 5622 clauses out of 11251 with flag 174070/18000
7.66/6.34	c cleaning 6812 clauses out of 13631 with flag 272177/26002
9.68/8.36	c cleaning 7907 clauses out of 15817 with flag 366917/35001
10.28/8.92	c starts		: 91
10.28/8.92	c conflicts		: 37579
10.28/8.92	c decisions		: 51525
10.28/8.92	c propagations		: 16883760
10.28/8.92	c inspects		: 77708784
10.28/8.92	c shortcuts		: 0
10.28/8.92	c learnt literals	: 4
10.28/8.92	c learnt binary clauses	: 15
10.28/8.92	c learnt ternary clauses	: 51
10.28/8.92	c learnt constraints	: 37574
10.28/8.92	c ignored constraints	: 0
10.28/8.92	c root simplifications	: 0
10.28/8.92	c removed literals (reason simplification)	: 0
10.28/8.92	c reason swapping (by a shorter reason)	: 0
10.28/8.92	c Calls to reduceDB	: 5
10.28/8.92	c Number of update (reduction) of LBD	: 20072
10.28/8.92	c Imported unit clauses	: 0
10.28/8.92	c number of reductions to clauses (during analyze)	: 0
10.28/8.92	c number of learned constraints concerned by reduction	: 0
10.28/8.92	c number of learning phase by resolution	: 0
10.28/8.92	c number of learning phase by cutting planes	: 0
10.28/8.92	c speed (assignments/second)	: 2014287.75948461
10.28/8.92	c non guided choices	45
10.28/8.93	c learnt constraints type 
10.28/8.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 15
10.28/8.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10471
10.28/8.93	s UNSATISFIABLE
10.28/8.93	c Total wall clock time (in seconds): 8.816

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-4108143-1466291502/watcher-4108143-1466291502 -o /tmp/evaluation-result-4108143-1466291502/solver-4108143-1466291502 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466291502-30749 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4108143-1466291502.opb 

pid=30765
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: 1.40 2.27 3.05 3/168 30768
/proc/meminfo: memFree=31076108/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=2484 CPUtime=0 cores=0,2,4,6
/proc/30768/stat : 30768 (java) R 30765 30768 24401 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 31200334 2543616 43 33554432000 1073741824 1073778376 140737321927472 140733872497592 235365560106 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 625 46 37 9 0 29 0

[startup+0.100158 s]
/proc/loadavg: 1.40 2.27 3.05 3/168 30768
/proc/meminfo: memFree=31076108/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30768/stat : 30768 (java) S 30765 30768 24401 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 31200334 9787879424 6024 33554432000 1073741824 1073778376 140737321927472 140737321918608 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 2389619 6024 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 1.40 2.27 3.05 3/168 30768
/proc/meminfo: memFree=31076108/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/30768/stat : 30768 (java) S 30765 30768 24401 0 -1 4202496 4690 0 1 0 24 1 0 0 20 0 18 0 31200334 9787879424 6777 33554432000 1073741824 1073778376 140737321927472 140737321918608 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 2389619 6777 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300211 s]
/proc/loadavg: 1.40 2.27 3.05 3/168 30768
/proc/meminfo: memFree=31076108/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/30768/stat : 30768 (java) S 30765 30768 24401 0 -1 4202496 6306 0 1 0 46 1 0 0 20 0 18 0 31200334 9787879424 8823 33554432000 1073741824 1073778376 140737321927472 140737321918608 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 2389619 8823 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700176 s]
/proc/loadavg: 1.40 2.27 3.05 3/168 30768
/proc/meminfo: memFree=31076108/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=9625040 CPUtime=1.49 cores=0,2,4,6
/proc/30768/stat : 30768 (java) S 30765 30768 24401 0 -1 4202496 12925 0 1 0 146 3 0 0 20 0 19 0 31200334 9856040960 25066 33554432000 1073741824 1073778376 140737321927472 140737321918608 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 2406260 25066 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 1.40 2.27 3.05 3/211 30816
/proc/meminfo: memFree=30839256/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=9625040 CPUtime=2.36 cores=0,2,4,6
/proc/30768/stat : 30768 (java) S 30765 30768 24401 0 -1 4202496 12928 0 1 0 233 3 0 0 20 0 19 0 31200334 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140737321918608 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 2406260 25580 2265 9 0 2396937 0
[pid=30768/tid=30772] ppid=30765 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/30768/task/30772/stat : 30772 (java) R 30765 30768 24401 0 -1 4202560 2441 0 1 0 144 2 0 0 20 0 19 0 31200335 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140612013683176 140611878024709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30777] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30777/stat : 30777 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140612002745384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30778] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30778/stat : 30778 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140612001692584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30779] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30779/stat : 30779 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140612000639784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30780] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30780/stat : 30780 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611999586984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30781] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30781/stat : 30781 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611998534184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30782] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30782/stat : 30782 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611997481384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30783] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30783/stat : 30783 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611996428584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30784] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30784/stat : 30784 (java) S 30765 30768 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611849762984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30791] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30791/stat : 30791 (java) S 30765 30768 24401 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 31200337 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611837565928 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30792] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30792/stat : 30792 (java) S 30765 30768 24401 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611836511992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30793] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30793/stat : 30793 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611835459080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30805] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30805/stat : 30805 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611834407568 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30806] ppid=30765 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/30768/task/30806/stat : 30806 (java) S 30765 30768 24401 0 -1 4202560 4169 0 0 0 43 0 0 0 20 0 19 0 31200340 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611833354680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30807] ppid=30765 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/30768/task/30807/stat : 30807 (java) S 30765 30768 24401 0 -1 4202560 5045 0 0 0 43 0 0 0 20 0 19 0 31200340 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611832301880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30808] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30808/stat : 30808 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611831249272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30809] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30809/stat : 30809 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611830196680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30815] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30815/stat : 30815 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200388 9856040960 25580 33554432000 1073741824 1073778376 140737321927472 140611829143208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.36
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 1.40 2.27 3.05 4/210 30880
/proc/meminfo: memFree=30949224/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=9625040 CPUtime=4.45 cores=0,2,4,6
/proc/30768/stat : 30768 (java) S 30765 30768 24401 0 -1 4202496 18904 0 1 0 440 5 0 0 20 0 19 0 31200334 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140737321918608 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 2406260 29454 2272 9 0 2396937 0
[pid=30768/tid=30772] ppid=30765 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/30768/task/30772/stat : 30772 (java) R 30765 30768 24401 0 -1 4202560 2444 0 1 0 304 2 0 0 20 0 19 0 31200335 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140612013683112 140611878120246 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30777] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30777/stat : 30777 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140612002745384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30778] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30778/stat : 30778 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140612001692584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30779] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30779/stat : 30779 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140612000639784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30780] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30780/stat : 30780 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611999586984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30781] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30781/stat : 30781 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611998534184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30782] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30782/stat : 30782 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611997481384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30783] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30783/stat : 30783 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611996428584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30784] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30784/stat : 30784 (java) S 30765 30768 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611849762984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30791] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30791/stat : 30791 (java) S 30765 30768 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31200337 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611837565928 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30792] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30792/stat : 30792 (java) S 30765 30768 24401 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611836511992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30793] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30793/stat : 30793 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611835459080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30805] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30805/stat : 30805 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611834407568 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30806] ppid=30765 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/30768/task/30806/stat : 30806 (java) S 30765 30768 24401 0 -1 4202560 4346 0 0 0 50 0 0 0 20 0 19 0 31200340 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611833354680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30807] ppid=30765 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/30768/task/30807/stat : 30807 (java) S 30765 30768 24401 0 -1 4202560 10840 0 0 0 82 2 0 0 20 0 19 0 31200340 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611832301880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30808] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30808/stat : 30808 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611831249272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30809] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30809/stat : 30809 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611830196680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30815] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30815/stat : 30815 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200388 9856040960 29454 33554432000 1073741824 1073778376 140737321927472 140611829143208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 1.45 2.27 3.05 3/192 31120
/proc/meminfo: memFree=30961856/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=9625040 CPUtime=7.66 cores=0,2,4,6
/proc/30768/stat : 30768 (java) S 30765 30768 24401 0 -1 4202496 18910 0 1 0 761 5 0 0 20 0 19 0 31200334 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140737321918608 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 2406260 30126 2272 9 0 2396937 0
[pid=30768/tid=30772] ppid=30765 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/30768/task/30772/stat : 30772 (java) R 30765 30768 24401 0 -1 4202560 2450 0 1 0 623 2 0 0 20 0 19 0 31200335 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140612013674192 140611878036998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30777] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30777/stat : 30777 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140612002745384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30778] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30778/stat : 30778 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140612001692584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30779] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30779/stat : 30779 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140612000639784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30780] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30780/stat : 30780 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611999586984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30781] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30781/stat : 30781 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611998534184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30782] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30782/stat : 30782 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611997481384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30783] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30783/stat : 30783 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611996428584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30784] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30784/stat : 30784 (java) S 30765 30768 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611849762984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30791] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30791/stat : 30791 (java) S 30765 30768 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31200337 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611837565928 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30792] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30792/stat : 30792 (java) S 30765 30768 24401 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611836511992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30793] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30793/stat : 30793 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611835459080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30805] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30805/stat : 30805 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611834407568 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30806] ppid=30765 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/30768/task/30806/stat : 30806 (java) S 30765 30768 24401 0 -1 4202560 4346 0 0 0 51 0 0 0 20 0 19 0 31200340 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611833354680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30807] ppid=30765 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30768/task/30807/stat : 30807 (java) S 30765 30768 24401 0 -1 4202560 10840 0 0 0 83 2 0 0 20 0 19 0 31200340 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611832301880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30808] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30808/stat : 30808 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611831249272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30809] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30809/stat : 30809 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611830196680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30815] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30815/stat : 30815 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200388 9856040960 30126 33554432000 1073741824 1073778376 140737321927472 140611829143208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 9625040


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

[pid=30768/tid=30779] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30779/stat : 30779 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612000639784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30780] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30780/stat : 30780 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611999586984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30781] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30781/stat : 30781 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611998534184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30782] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30782/stat : 30782 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611997481384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30783] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30783/stat : 30783 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611996428584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30784] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30784/stat : 30784 (java) S 30765 30768 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611849762984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30791] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30791/stat : 30791 (java) S 30765 30768 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31200337 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611837565928 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30792] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30792/stat : 30792 (java) S 30765 30768 24401 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611836511992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30793] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30793/stat : 30793 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611835459080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30805] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30805/stat : 30805 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611834407568 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30806] ppid=30765 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/30768/task/30806/stat : 30806 (java) S 30765 30768 24401 0 -1 4202560 4347 0 0 0 52 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611833354680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30807] ppid=30765 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30768/task/30807/stat : 30807 (java) S 30765 30768 24401 0 -1 4202560 10840 0 0 0 83 2 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611832301880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30808] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30808/stat : 30808 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611831249272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30809] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30809/stat : 30809 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611830196680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30815] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30815/stat : 30815 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200388 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611829143208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.38
Current children cumulated vsize (KiB) 9625040

[startup+8.40077 s]
/proc/loadavg: 1.45 2.27 3.05 3/205 31326
/proc/meminfo: memFree=30947572/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=9625040 CPUtime=9.78 cores=0,2,4,6
/proc/30768/stat : 30768 (java) S 30765 30768 24401 0 -1 4202496 18913 0 1 0 973 5 0 0 20 0 19 0 31200334 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140737321918608 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 2406260 30639 2272 9 0 2396937 0
[pid=30768/tid=30772] ppid=30765 vsize=9625040 CPUtime=8.34 cores=0,2,4,6
/proc/30768/task/30772/stat : 30772 (java) R 30765 30768 24401 0 -1 4202560 2452 0 1 0 832 2 0 0 20 0 19 0 31200335 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612013683104 140611878015605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30777] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30777/stat : 30777 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612002745384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30778] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30778/stat : 30778 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612001692584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30779] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30779/stat : 30779 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612000639784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30780] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30780/stat : 30780 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611999586984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30781] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30781/stat : 30781 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611998534184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30782] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30782/stat : 30782 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611997481384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30783] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30783/stat : 30783 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611996428584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30784] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30784/stat : 30784 (java) S 30765 30768 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611849762984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30791] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30791/stat : 30791 (java) S 30765 30768 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31200337 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611837565928 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30792] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30792/stat : 30792 (java) S 30765 30768 24401 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611836511992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30793] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30793/stat : 30793 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611835459080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30805] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30805/stat : 30805 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611834407568 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30806] ppid=30765 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/30768/task/30806/stat : 30806 (java) S 30765 30768 24401 0 -1 4202560 4347 0 0 0 52 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611833354680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30807] ppid=30765 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30768/task/30807/stat : 30807 (java) S 30765 30768 24401 0 -1 4202560 10840 0 0 0 83 2 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611832301880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30808] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30808/stat : 30808 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611831249272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30809] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30809/stat : 30809 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611830196680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30815] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30815/stat : 30815 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200388 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611829143208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.78
Current children cumulated vsize (KiB) 9625040

[startup+8.80074 s]
/proc/loadavg: 1.45 2.27 3.05 5/210 31395
/proc/meminfo: memFree=30895364/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=9625040 CPUtime=10.18 cores=0,2,4,6
/proc/30768/stat : 30768 (java) S 30765 30768 24401 0 -1 4202496 18913 0 1 0 1013 5 0 0 20 0 19 0 31200334 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140737321918608 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 2406260 30639 2272 9 0 2396937 0
[pid=30768/tid=30772] ppid=30765 vsize=9625040 CPUtime=8.75 cores=0,2,4,6
/proc/30768/task/30772/stat : 30772 (java) R 30765 30768 24401 0 -1 4202560 2452 0 1 0 873 2 0 0 20 0 19 0 31200335 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612013683104 140611878120355 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30777] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30777/stat : 30777 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612002745384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30778] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30778/stat : 30778 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612001692584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30779] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30779/stat : 30779 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612000639784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30780] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30780/stat : 30780 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611999586984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30781] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30781/stat : 30781 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611998534184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30782] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30782/stat : 30782 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611997481384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30783] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30783/stat : 30783 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611996428584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30784] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30784/stat : 30784 (java) S 30765 30768 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611849762984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30791] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30791/stat : 30791 (java) S 30765 30768 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31200337 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611837565928 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30792] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30792/stat : 30792 (java) S 30765 30768 24401 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611836511992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30793] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30793/stat : 30793 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611835459080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30805] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30805/stat : 30805 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611834407568 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30806] ppid=30765 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/30768/task/30806/stat : 30806 (java) S 30765 30768 24401 0 -1 4202560 4347 0 0 0 52 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611833354680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30807] ppid=30765 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30768/task/30807/stat : 30807 (java) S 30765 30768 24401 0 -1 4202560 10840 0 0 0 83 2 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611832301880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30808] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30808/stat : 30808 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611831249272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30809] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30809/stat : 30809 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611830196680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30815] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30815/stat : 30815 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200388 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611829143208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.18
Current children cumulated vsize (KiB) 9625040

[startup+8.90736 s]
/proc/loadavg: 1.45 2.27 3.05 5/210 31395
/proc/meminfo: memFree=30895364/32872528 swapFree=447868/480572
[pid=30768] ppid=30765 vsize=9625040 CPUtime=10.28 cores=0,2,4,6
/proc/30768/stat : 30768 (java) S 30765 30768 24401 0 -1 4202496 18913 0 1 0 1023 5 0 0 20 0 19 0 31200334 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140737321918608 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/30768/statm: 2406260 30639 2272 9 0 2396937 0
[pid=30768/tid=30772] ppid=30765 vsize=9625040 CPUtime=8.85 cores=0,2,4,6
/proc/30768/task/30772/stat : 30772 (java) R 30765 30768 24401 0 -1 4202560 2452 0 1 0 883 2 0 0 20 0 19 0 31200335 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612013683104 140611878119921 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30777] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30777/stat : 30777 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612002745384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30778] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30778/stat : 30778 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612001692584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30779] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30779/stat : 30779 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140612000639784 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30780] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30780/stat : 30780 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611999586984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30781] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30781/stat : 30781 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611998534184 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30782] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30782/stat : 30782 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611997481384 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30783] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30783/stat : 30783 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611996428584 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30768/tid=30784] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30784/stat : 30784 (java) S 30765 30768 24401 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 31200336 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611849762984 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30791] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30791/stat : 30791 (java) S 30765 30768 24401 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 31200337 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611837565928 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30792] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30792/stat : 30792 (java) S 30765 30768 24401 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611836511992 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30793] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30793/stat : 30793 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200338 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611835459080 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30805] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30805/stat : 30805 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611834407568 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30806] ppid=30765 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/30768/task/30806/stat : 30806 (java) S 30765 30768 24401 0 -1 4202560 4347 0 0 0 52 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611833354680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30768/tid=30807] ppid=30765 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/30768/task/30807/stat : 30807 (java) S 30765 30768 24401 0 -1 4202560 10840 0 0 0 83 2 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611832301880 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30808] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30808/stat : 30808 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611831249272 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30768/tid=30809] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30809/stat : 30809 (java) S 30765 30768 24401 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 31200340 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611830196680 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30768/tid=30815] ppid=30765 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/30768/task/30815/stat : 30815 (java) S 30765 30768 24401 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 31200388 9856040960 30639 33554432000 1073741824 1073778376 140737321927472 140611829143208 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.28
Current children cumulated vsize (KiB) 9625040

Child status: 20
Real time (s): 8.9365
CPU time (s): 10.3124
CPU user time (s): 10.2394
CPU system time (s): 0.072988
CPU usage (%): 115.397
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.2394
system time used= 0.072988
maximum resident set size= 124656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18932
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 533
involuntary context switches= 58

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.06299 second user time and 0.076988 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-19 01:11:42
IDJOB=4108143
IDBENCH=75765
IDSOLVER=2546
FILE ID=node104/4108143-1466291502
RUNJOBID= node104-1466291502-30749
PBS_JOBID= 19918266
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j605_10-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4108143-1466291502/watcher-4108143-1466291502 -o /tmp/evaluation-result-4108143-1466291502/solver-4108143-1466291502 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466291502-30749 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4108143-1466291502.opb

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

MD5SUM BENCH= ce969cddb569a85677747111590221bd
RANDOM SEED=64338774

node104.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		: 2667.035
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	: 5334.07
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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		: 2667.035
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.54
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		: 2667.035
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		: 2667.035
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:        31074076 kB
Buffers:          156932 kB
Cached:           372060 kB
SwapCached:        40452 kB
Active:           163400 kB
Inactive:         410400 kB
Active(anon):       7528 kB
Inactive(anon):    39968 kB
Active(file):     155872 kB
Inactive(file):   370432 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:        600752 kB
Mapped:             7116 kB
Shmem:                 0 kB
Slab:             611756 kB
SReclaimable:      56120 kB
SUnreclaim:       555636 kB
KernelStack:        1568 kB
PageTables:         4564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     570916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71668 MiB
End job on node104 at 2016-06-19 01:11:51