Trace number 4084545

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 130.13 128.84

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j1206_8-unsat.opb
MD5SUMac6696aebedde13f32e972b28b72aa2c
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 benchmark44.8412
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33396
Total number of constraints106278
Number of constraints which are clauses105730
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints548
Minimum length of a constraint1
Maximum length of a constraint70
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 17
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 384
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084545-1465273776.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
1.49/0.93	c ... done. Wall clock time 0.82s.
1.49/0.93	c declared #vars     33396
1.49/0.93	c #constraints  106278
1.49/0.93	c constraints type 
1.49/0.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13579
1.49/0.93	c org.sat4j.specs.Constr$1 => 9272
1.49/0.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 79702
1.49/0.93	c org.sat4j.minisat.constraints.cnf.UnitClause => 3177
1.49/0.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
1.49/0.93	c 106278 constraints processed.
4.70/3.67	c cleaning 2500 clauses out of 4999 with flag 28856/5000
7.90/6.76	c cleaning 4247 clauses out of 8499 with flag 77808/11000
11.70/10.50	c cleaning 5624 clauses out of 11252 with flag 143508/18001
16.11/14.99	c cleaning 6807 clauses out of 13629 with flag 228584/26002
20.94/19.74	c cleaning 7899 clauses out of 15819 with flag 313230/35001
26.94/25.72	c cleaning 8956 clauses out of 17918 with flag 424104/45000
33.74/32.53	c cleaning 9969 clauses out of 19962 with flag 555947/56000
41.34/40.10	c cleaning 10989 clauses out of 21993 with flag 708581/68000
49.85/48.63	c cleaning 11999 clauses out of 24004 with flag 886328/81000
59.64/58.37	c cleaning 12993 clauses out of 26005 with flag 1092790/95001
69.14/67.84	c cleaning 14002 clauses out of 28010 with flag 1303832/110000
79.54/78.28	c cleaning 15001 clauses out of 30009 with flag 1527001/126002
91.43/90.15	c cleaning 16000 clauses out of 32008 with flag 1783987/143003
103.83/102.52	c cleaning 16997 clauses out of 34006 with flag 2064608/161003
117.13/115.88	c cleaning 18001 clauses out of 36005 with flag 2366248/180000
130.13/128.81	c starts		: 718
130.13/128.81	c conflicts		: 198893
130.13/128.81	c decisions		: 292606
130.13/128.81	c propagations		: 300883948
130.13/128.81	c inspects		: 1060359897
130.13/128.81	c shortcuts		: 0
130.13/128.81	c learnt literals	: 20
130.13/128.81	c learnt binary clauses	: 65
130.13/128.81	c learnt ternary clauses	: 520
130.13/128.81	c learnt constraints	: 198872
130.13/128.81	c ignored constraints	: 0
130.13/128.81	c root simplifications	: 0
130.13/128.81	c removed literals (reason simplification)	: 0
130.13/128.81	c reason swapping (by a shorter reason)	: 0
130.13/128.81	c Calls to reduceDB	: 15
130.13/128.81	c Number of update (reduction) of LBD	: 96641
130.13/128.81	c Imported unit clauses	: 0
130.13/128.81	c number of reductions to clauses (during analyze)	: 0
130.13/128.81	c number of learned constraints concerned by reduction	: 0
130.13/128.81	c number of learning phase by resolution	: 0
130.13/128.81	c number of learning phase by cutting planes	: 0
130.13/128.81	c speed (assignments/second)	: 2354352.9135595737
130.13/128.81	c non guided choices	42
130.13/128.82	c learnt constraints type 
130.13/128.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 65
130.13/128.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 36823
130.13/128.82	s UNSATISFIABLE
130.13/128.82	c Total wall clock time (in seconds): 128.714

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-4084545-1465273776/watcher-4084545-1465273776 -o /tmp/evaluation-result-4084545-1465273776/solver-4084545-1465273776 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084545-1465273776.opb 

pid=7699
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.04 2.05 2.00 3/194 7702
/proc/meminfo: memFree=31301324/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 1336 0 0 0 0 0 0 0 20 0 2 0 109313033 98570240 961 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 24065 967 736 9 0 16771 0
[pid=7702/tid=7703] ppid=7699 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) R 7699 7702 5384 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 109313034 98570240 976 33554432000 1073741824 1073778376 140735283146416 139814648061480 247064249728 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100112 s]
/proc/loadavg: 2.04 2.05 2.00 3/194 7702
/proc/meminfo: memFree=31301324/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 4423 0 1 0 9 1 0 0 20 0 18 0 109313033 9787879424 6044 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 2389619 6044 2131 9 0 2380296 0
[pid=7702/tid=7703] ppid=7699 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) R 7699 7702 5384 0 -1 4202560 2383 0 1 0 7 0 0 0 20 0 18 0 109313034 9787879424 6044 33554432000 1073741824 1073778376 140735283146416 139814648064928 247067632909 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 2.04 2.05 2.00 3/194 7702
/proc/meminfo: memFree=31301324/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 4712 0 1 0 25 1 0 0 20 0 18 0 109313033 9787879424 6783 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 2389619 6783 2210 9 0 2380296 0
[pid=7702/tid=7703] ppid=7699 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) R 7699 7702 5384 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 109313034 9787879424 6783 33554432000 1073741824 1073778376 140735283146416 139814648064928 139814489882551 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300323 s]
/proc/loadavg: 2.04 2.05 2.00 3/194 7702
/proc/meminfo: memFree=31301324/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 6394 0 1 0 48 1 0 0 20 0 18 0 109313033 9787879424 8797 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 2389619 8797 2233 9 0 2380296 0
[pid=7702/tid=7703] ppid=7699 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) R 7699 7702 5384 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 109313034 9787879424 8797 33554432000 1073741824 1073778376 140735283146416 139814648064928 139814490261635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700279 s]
/proc/loadavg: 2.04 2.05 2.00 3/194 7702
/proc/meminfo: memFree=31301324/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=9558476 CPUtime=1.11 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 7692 0 1 0 108 3 0 0 20 0 18 0 109313033 9787879424 39054 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 2389619 39055 2258 9 0 2380296 0
[pid=7702/tid=7703] ppid=7699 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) S 7699 7702 5384 0 -1 4202560 2472 0 1 0 65 2 0 0 20 0 18 0 109313034 9787879424 39056 33554432000 1073741824 1073778376 140735283146416 139814648065464 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.04 2.05 2.00 3/213 7721
/proc/meminfo: memFree=31132220/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=9625040 CPUtime=2.52 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 13239 0 1 0 247 5 0 0 20 0 19 0 109313033 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 2406260 44350 2276 9 0 2396937 0
[pid=7702/tid=7703] ppid=7699 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) R 7699 7702 5384 0 -1 4202560 2481 0 1 0 142 3 0 0 20 0 19 0 109313034 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814648066360 139814490590346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7705] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7705/stat : 7705 (java) S 7699 7702 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814609557800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7706] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7706/stat : 7706 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814608505000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7707] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7707/stat : 7707 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814489811496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7708] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7708/stat : 7708 (java) S 7699 7702 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814488758696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7709] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (java) S 7699 7702 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814487706408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7710] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7710/stat : 7710 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814486653608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7711] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7711/stat : 7711 (java) S 7699 7702 5384 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814485601320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7712] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7712/stat : 7712 (java) S 7699 7702 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814484548520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7713] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7713/stat : 7713 (java) S 7699 7702 5384 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814002219240 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7714] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7714/stat : 7714 (java) S 7699 7702 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814001165304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7715] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7715/stat : 7715 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139814000112904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7716] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139813999061392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7717] ppid=7699 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/7702/task/7717/stat : 7717 (java) S 7699 7702 5384 0 -1 4202560 5605 0 0 0 47 0 0 0 20 0 19 0 109313038 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139813998009016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7718] ppid=7699 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/7702/task/7718/stat : 7718 (java) S 7699 7702 5384 0 -1 4202560 3773 0 0 0 48 0 0 0 20 0 19 0 109313038 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139813996956216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7719] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7719/stat : 7719 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139813995904120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7720] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7720/stat : 7720 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139813994851528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7721] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7721/stat : 7721 (java) S 7699 7702 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109313134 9856040960 44350 33554432000 1073741824 1073778376 140735283146416 139813993796520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.04 2.05 2.00 3/213 7721
/proc/meminfo: memFree=31130972/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 14155 0 1 0 414 5 0 0 20 0 19 0 109313033 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 2406260 44354 2280 9 0 2396937 0
[pid=7702/tid=7703] ppid=7699 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) R 7699 7702 5384 0 -1 4202560 2482 0 1 0 302 3 0 0 20 0 19 0 109313034 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814648066120 139814490590300 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7705] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7705/stat : 7705 (java) S 7699 7702 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814609557800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7706] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7706/stat : 7706 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814608505000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7707] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7707/stat : 7707 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814489811496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7708] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7708/stat : 7708 (java) S 7699 7702 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814488758696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7709] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (java) S 7699 7702 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814487706408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7710] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7710/stat : 7710 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814486653608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7711] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7711/stat : 7711 (java) S 7699 7702 5384 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814485601320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7712] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7712/stat : 7712 (java) S 7699 7702 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814484548520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7713] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7713/stat : 7713 (java) S 7699 7702 5384 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814002219240 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7714] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7714/stat : 7714 (java) S 7699 7702 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814001165304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7715] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7715/stat : 7715 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139814000112904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7716] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139813999061392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7717] ppid=7699 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/7702/task/7717/stat : 7717 (java) S 7699 7702 5384 0 -1 4202560 5605 0 0 0 47 0 0 0 20 0 19 0 109313038 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139813998009016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7718] ppid=7699 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/7702/task/7718/stat : 7718 (java) S 7699 7702 5384 0 -1 4202560 4688 0 0 0 54 0 0 0 20 0 19 0 109313038 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139813996956216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7719] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7719/stat : 7719 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139813995904120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7720] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7720/stat : 7720 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139813994851528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7721] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7721/stat : 7721 (java) S 7699 7702 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109313134 9856040960 44354 33554432000 1073741824 1073778376 140735283146416 139813993796520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.04 2.05 2.00 3/213 7721
/proc/meminfo: memFree=31132408/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=9625040 CPUtime=7.49 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 14167 0 1 0 743 6 0 0 20 0 19 0 109313033 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 2406260 43977 2284 9 0 2396937 0
[pid=7702/tid=7703] ppid=7699 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) R 7699 7702 5384 0 -1 4202560 2484 0 1 0 621 3 0 0 20 0 19 0 109313034 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814648066088 139814490590635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7705] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7705/stat : 7705 (java) S 7699 7702 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814609557800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7706] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7706/stat : 7706 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814608505000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7707] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7707/stat : 7707 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814489811496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7708] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7708/stat : 7708 (java) S 7699 7702 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814488758696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7709] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (java) S 7699 7702 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814487706408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7710] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7710/stat : 7710 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814486653608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7711] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7711/stat : 7711 (java) S 7699 7702 5384 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814485601320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7712] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7712/stat : 7712 (java) S 7699 7702 5384 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814484548520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7713] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7713/stat : 7713 (java) S 7699 7702 5384 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814002219240 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7714] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7714/stat : 7714 (java) S 7699 7702 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814001165304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7715] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7715/stat : 7715 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139814000112904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7716] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139813999061392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7717] ppid=7699 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7702/task/7717/stat : 7717 (java) S 7699 7702 5384 0 -1 4202560 5611 0 0 0 53 0 0 0 20 0 19 0 109313038 9856040960 43977 33554432000 1073741824 1073778376 140735283146416 139813998009016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7718] ppid=7699 vsize=9625040 CPUtime=0.58 cores=0,2,4,6

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

[pid=7702/tid=7714] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7714/stat : 7714 (java) S 7699 7702 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814001165304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7715] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7715/stat : 7715 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814000112904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7716] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813999061392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7717] ppid=7699 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7702/task/7717/stat : 7717 (java) S 7699 7702 5384 0 -1 4202560 5613 0 0 0 55 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813998009016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7718] ppid=7699 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7702/task/7718/stat : 7718 (java) S 7699 7702 5384 0 -1 4202560 4692 0 0 0 59 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813996956216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7719] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7719/stat : 7719 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813995904120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7720] ppid=7699 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7702/task/7720/stat : 7720 (java) S 7699 7702 5384 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813994851528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7721] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7721/stat : 7721 (java) S 7699 7702 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109313134 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813993796520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 127.72
Current children cumulated vsize (KiB) 9625040

[startup+128.001 s]
/proc/loadavg: 2.00 2.03 2.00 4/213 7726
/proc/meminfo: memFree=31095984/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=9625040 CPUtime=129.33 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 14556 0 1 0 12924 9 0 0 20 0 19 0 109313033 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 2406260 49944 2284 9 0 2396937 0
[pid=7702/tid=7703] ppid=7699 vsize=9625040 CPUtime=127.59 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) R 7699 7702 5384 0 -1 4202560 2489 0 1 0 12755 4 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814648057552 139814490596725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7705] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7705/stat : 7705 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814609557800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7706] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7706/stat : 7706 (java) S 7699 7702 5384 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814608505000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7707] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7707/stat : 7707 (java) S 7699 7702 5384 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814489811496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7708] ppid=7699 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7702/task/7708/stat : 7708 (java) S 7699 7702 5384 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814488758696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7709] ppid=7699 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (java) S 7699 7702 5384 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814487706408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7710] ppid=7699 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7702/task/7710/stat : 7710 (java) S 7699 7702 5384 0 -1 4202560 93 0 0 0 1 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814486653608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7711] ppid=7699 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7702/task/7711/stat : 7711 (java) S 7699 7702 5384 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814485601320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7712] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7712/stat : 7712 (java) S 7699 7702 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814484548520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7713] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7713/stat : 7713 (java) S 7699 7702 5384 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814002219240 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7714] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7714/stat : 7714 (java) S 7699 7702 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814001165304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7715] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7715/stat : 7715 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814000112904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7716] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813999061392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7717] ppid=7699 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7702/task/7717/stat : 7717 (java) S 7699 7702 5384 0 -1 4202560 5613 0 0 0 55 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813998009016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7718] ppid=7699 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7702/task/7718/stat : 7718 (java) S 7699 7702 5384 0 -1 4202560 4692 0 0 0 59 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813996956216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7719] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7719/stat : 7719 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813995904120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7720] ppid=7699 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7702/task/7720/stat : 7720 (java) S 7699 7702 5384 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813994851528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7721] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7721/stat : 7721 (java) S 7699 7702 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109313134 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813993796520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 129.33
Current children cumulated vsize (KiB) 9625040

[startup+128.401 s]
/proc/loadavg: 2.00 2.03 2.00 4/213 7726
/proc/meminfo: memFree=31095984/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=9625040 CPUtime=129.73 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 14556 0 1 0 12964 9 0 0 20 0 19 0 109313033 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 2406260 49944 2284 9 0 2396937 0
[pid=7702/tid=7703] ppid=7699 vsize=9625040 CPUtime=127.99 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) R 7699 7702 5384 0 -1 4202560 2489 0 1 0 12795 4 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814648057552 139814490590635 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7705] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7705/stat : 7705 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814609557800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7706] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7706/stat : 7706 (java) S 7699 7702 5384 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814608505000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7707] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7707/stat : 7707 (java) S 7699 7702 5384 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814489811496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7708] ppid=7699 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7702/task/7708/stat : 7708 (java) S 7699 7702 5384 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814488758696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7709] ppid=7699 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (java) S 7699 7702 5384 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814487706408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7710] ppid=7699 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7702/task/7710/stat : 7710 (java) S 7699 7702 5384 0 -1 4202560 93 0 0 0 1 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814486653608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7711] ppid=7699 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7702/task/7711/stat : 7711 (java) S 7699 7702 5384 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814485601320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7712] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7712/stat : 7712 (java) S 7699 7702 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814484548520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7713] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7713/stat : 7713 (java) S 7699 7702 5384 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814002219240 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7714] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7714/stat : 7714 (java) S 7699 7702 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814001165304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7715] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7715/stat : 7715 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814000112904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7716] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813999061392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7717] ppid=7699 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7702/task/7717/stat : 7717 (java) S 7699 7702 5384 0 -1 4202560 5613 0 0 0 55 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813998009016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7718] ppid=7699 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7702/task/7718/stat : 7718 (java) S 7699 7702 5384 0 -1 4202560 4692 0 0 0 59 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813996956216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7719] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7719/stat : 7719 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813995904120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7720] ppid=7699 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7702/task/7720/stat : 7720 (java) S 7699 7702 5384 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813994851528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7721] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7721/stat : 7721 (java) S 7699 7702 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109313134 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813993796520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 129.73
Current children cumulated vsize (KiB) 9625040

[startup+128.808 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 7726
/proc/meminfo: memFree=31095860/32872528 swapFree=10676/249824
[pid=7702] ppid=7699 vsize=9625040 CPUtime=130.13 cores=0,2,4,6
/proc/7702/stat : 7702 (java) S 7699 7702 5384 0 -1 4202496 14556 0 1 0 13004 9 0 0 20 0 19 0 109313033 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 140735283137552 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7702/statm: 2406260 49944 2284 9 0 2396937 0
[pid=7702/tid=7703] ppid=7699 vsize=9625040 CPUtime=128.39 cores=0,2,4,6
/proc/7702/task/7703/stat : 7703 (java) R 7699 7702 5384 0 -1 4202560 2489 0 1 0 12835 4 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814648057552 139814489919073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7702/tid=7705] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7705/stat : 7705 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814609557800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7706] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7706/stat : 7706 (java) S 7699 7702 5384 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814608505000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7707] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7707/stat : 7707 (java) S 7699 7702 5384 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814489811496 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7708] ppid=7699 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7702/task/7708/stat : 7708 (java) S 7699 7702 5384 0 -1 4202560 103 0 0 0 2 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814488758696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7709] ppid=7699 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/7702/task/7709/stat : 7709 (java) S 7699 7702 5384 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814487706408 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7710] ppid=7699 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7702/task/7710/stat : 7710 (java) S 7699 7702 5384 0 -1 4202560 93 0 0 0 1 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814486653608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7711] ppid=7699 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7702/task/7711/stat : 7711 (java) S 7699 7702 5384 0 -1 4202560 89 0 0 0 3 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814485601320 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7712] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7712/stat : 7712 (java) S 7699 7702 5384 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109313034 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814484548520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7702/tid=7713] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7713/stat : 7713 (java) S 7699 7702 5384 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814002219240 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7714] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7714/stat : 7714 (java) S 7699 7702 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814001165304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7715] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7715/stat : 7715 (java) S 7699 7702 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109313036 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139814000112904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7716] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7716/stat : 7716 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813999061392 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7717] ppid=7699 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/7702/task/7717/stat : 7717 (java) S 7699 7702 5384 0 -1 4202560 5613 0 0 0 55 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813998009016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7718] ppid=7699 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7702/task/7718/stat : 7718 (java) S 7699 7702 5384 0 -1 4202560 4692 0 0 0 59 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813996956216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7719] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7719/stat : 7719 (java) S 7699 7702 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813995904120 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7702/tid=7720] ppid=7699 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/7702/task/7720/stat : 7720 (java) S 7699 7702 5384 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 109313038 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813994851528 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7702/tid=7721] ppid=7699 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7702/task/7721/stat : 7721 (java) S 7699 7702 5384 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109313134 9856040960 49944 33554432000 1073741824 1073778376 140735283146416 139813993796520 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 130.13
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7702 and gives
#  childrusage.ru_utime.tv_sec=129
#  childrusage.ru_utime.tv_usec=743276
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=181972
# CPU time returned by wait4() is 129.925
# while last known CPU time is 130.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 128.84
CPU time (s): 130.13
CPU user time (s): 130.04
CPU system time (s): 0.09
CPU usage (%): 101.001
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 129.743
system time used= 0.181972
maximum resident set size= 199824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14577
page faults= 1
swaps= 0
block input operations= 0
block output operations= 168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3132
involuntary context switches= 476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.709892 second user time and 0.561914 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 06:29:36
IDJOB=4084545
IDBENCH=74295
IDSOLVER=2546
FILE ID=node103/4084545-1465273776
RUNJOBID= node103-1465256472-5400
PBS_JOBID= 19843279
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j1206_8-unsat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084545-1465273776/watcher-4084545-1465273776 -o /tmp/evaluation-result-4084545-1465273776/solver-4084545-1465273776 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5400 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084545-1465273776.opb

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

MD5SUM BENCH= ac6696aebedde13f32e972b28b72aa2c
RANDOM SEED=1417099072

node103.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.760
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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.760
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.760
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.56
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.760
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.760
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.760
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.760
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.760
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:        31301984 kB
Buffers:          131060 kB
Cached:           142040 kB
SwapCached:         1720 kB
Active:           415148 kB
Inactive:         169228 kB
Active(anon):     312156 kB
Inactive(anon):     1216 kB
Active(file):     102992 kB
Inactive(file):   168012 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:              3936 kB
Writeback:             0 kB
AnonPages:        508876 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             600216 kB
SReclaimable:      43708 kB
SUnreclaim:       556508 kB
KernelStack:        1688 kB
PageTables:         5256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     932712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    471040 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= 71732 MiB
End job on node103 at 2016-06-07 06:31:45