Trace number 4109200

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 PB16OPTIMUM 79.03 78.9564

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-11-10--soft-66-100-0.wbo
MD5SUMdb22d2262072f64184522c88a96a3bbb
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.556915
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables110
Total number of constraints21
Number of soft constraints4
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 193
Min constraint cost 1
Max constraint cost 93
Sum of constraints costs 192
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.03/0.39	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.39	c See www.sat4j.org for details.
0.09/0.40	c version PB16.v20160501
0.09/0.40	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.40	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.40	c java.vm.version	19.1-b02
0.09/0.40	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.40	c sun.arch.data.model	64
0.09/0.40	c java.version		1.6.0_24
0.09/0.40	c os.name		Linux
0.09/0.40	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.40	c os.arch		amd64
0.09/0.40	c Free memory 		501472288
0.09/0.40	c Max memory 		7480803328
0.09/0.40	c Total memory 		504102912
0.09/0.40	c Number of processors 	8
0.09/0.43	c Pseudo Boolean Optimization by upper bound
0.09/0.43	c --- Begin Solver configuration ---
0.09/0.43	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.43	c Learn all clauses as in MiniSAT
0.09/0.43	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.43	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.43	c No reason simplification
0.09/0.43	c Glucose 2.1 dynamic restart strategy
0.09/0.43	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.43	c timeout=2147483s
0.09/0.43	c DB Simplification allowed=false
0.09/0.43	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.43	c --- End Solver configuration ---
0.09/0.43	c solving HOME/instance-4109200-1466341824.wbo
0.09/0.43	c reading problem ... 
0.09/0.45	c ... done. Wall clock time 0.022s.
0.09/0.45	c declared #vars     110
0.09/0.45	c internal #vars     114
0.09/0.45	c #constraints  21
0.09/0.45	c constraints type 
0.09/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
0.09/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 8
0.09/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.09/0.45	c 21 constraints processed.
0.09/0.45	c objective function length is 4 literals
0.24/0.55	c SATISFIABLE
0.24/0.55	c OPTIMIZING...
0.24/0.55	c Got one! Elapsed wall clock time (in seconds):0.126
0.24/0.56	o 93
0.48/0.60	c Got one! Elapsed wall clock time (in seconds):0.176
0.48/0.60	o 1
1.00/1.10	c cleaning 3260 clauses out of 6520 with flag 34415/6520
1.66/1.70	c cleaning 4625 clauses out of 9258 with flag 75243/12518
2.57/2.51	c cleaning 5815 clauses out of 11634 with flag 121382/19519
3.59/3.55	c cleaning 6902 clauses out of 13818 with flag 176853/27518
5.02/4.99	c cleaning 7955 clauses out of 15917 with flag 247280/36519
6.61/6.60	c cleaning 8975 clauses out of 17961 with flag 329328/46518
8.61/8.52	c cleaning 9983 clauses out of 19986 with flag 418601/57518
10.91/10.85	c cleaning 11000 clauses out of 22005 with flag 516115/69520
12.91/12.84	c cleaning 12001 clauses out of 24005 with flag 628852/82520
15.52/15.41	c cleaning 12998 clauses out of 26002 with flag 738209/96518
18.32/18.26	c cleaning 14000 clauses out of 28004 with flag 858299/111518
21.22/21.17	c cleaning 15000 clauses out of 30005 with flag 983703/127519
24.72/24.65	c cleaning 15998 clauses out of 32005 with flag 1112086/144519
29.12/29.07	c cleaning 17003 clauses out of 34009 with flag 1251393/162521
34.71/34.66	c cleaning 17998 clauses out of 36004 with flag 1401510/181519
41.72/41.61	c cleaning 18998 clauses out of 38006 with flag 1560607/201519
48.01/47.92	c cleaning 20000 clauses out of 40009 with flag 1717808/222520
55.91/55.84	c cleaning 21001 clauses out of 42008 with flag 1884445/244519
63.01/62.92	c cleaning 21997 clauses out of 44006 with flag 2048754/267518
71.11/71.07	c cleaning 23001 clauses out of 46012 with flag 2208844/291521
79.03/78.95	c starts		: 830
79.03/78.95	c conflicts		: 315175
79.03/78.95	c decisions		: 388918
79.03/78.95	c propagations		: 3833422
79.03/78.95	c inspects		: 1567873900
79.03/78.95	c shortcuts		: 0
79.03/78.95	c learnt literals	: 5
79.03/78.95	c learnt binary clauses	: 5
79.03/78.95	c learnt ternary clauses	: 6
79.03/78.95	c learnt constraints	: 315169
79.03/78.95	c ignored constraints	: 0
79.03/78.95	c root simplifications	: 0
79.03/78.95	c removed literals (reason simplification)	: 0
79.03/78.95	c reason swapping (by a shorter reason)	: 0
79.03/78.95	c Calls to reduceDB	: 20
79.03/78.95	c Number of update (reduction) of LBD	: 174871
79.03/78.95	c Imported unit clauses	: 0
79.03/78.95	c number of reductions to clauses (during analyze)	: 0
79.03/78.95	c number of learned constraints concerned by reduction	: 0
79.03/78.95	c number of learning phase by resolution	: 0
79.03/78.95	c number of learning phase by cutting planes	: 0
79.03/78.95	c speed (assignments/second)	: 48837.756233039894
79.03/78.95	c non guided choices	122
79.03/78.95	c learnt constraints type 
79.03/78.95	s OPTIMUM FOUND
79.03/78.95	c Found 2 solution(s)
79.03/78.95	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 -x100 -x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 
79.03/78.95	c objective function=1
79.03/78.95	c Total wall clock time (in seconds): 78.522

Verifier Data

OK	1

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-4109200-1466341824/watcher-4109200-1466341824 -o /tmp/evaluation-result-4109200-1466341824/solver-4109200-1466341824 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18888 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109200-1466341824.wbo 

pid=18905
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: 0.01 0.03 0.01 3/174 18912
/proc/meminfo: memFree=31275280/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/18912/stat : 18912 (runsolver) D 18905 18912 18872 0 -1 4202560 116 0 0 0 0 0 0 0 20 0 1 0 36232521 24911872 151 33554432000 4194304 4338465 140734469191104 140734469188744 270118243511 0 0 4096 24578 18446744072101238148 0 0 17 0 0 0 0 0 0
/proc/18912/statm: 6082 151 105 36 0 2655 0

[startup+0.100063 s]
/proc/loadavg: 0.01 0.03 0.01 3/174 18912
/proc/meminfo: memFree=31275280/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=20596 CPUtime=0 cores=0,2,4,6
/proc/18912/stat : 18912 (java) D 18905 18912 18872 0 -1 4202496 536 0 2 0 0 0 0 0 20 0 1 0 36232521 21090304 189 33554432000 1073741824 1073778376 140733552538496 140733552527304 270109078378 0 0 4096 0 18446744071579943789 0 0 17 0 0 0 2 0 0
/proc/18912/statm: 5149 189 144 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 20596

[startup+0.200221 s]
/proc/loadavg: 0.01 0.03 0.01 3/174 18912
/proc/meminfo: memFree=31275280/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=101592 CPUtime=0.01 cores=0,2,4,6
/proc/18912/stat : 18912 (java) S 18905 18912 18872 0 -1 4202496 1407 0 23 0 0 1 0 0 20 0 2 0 36232521 104030208 1042 33554432000 1073741824 1073778376 140733552538496 140733552529632 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 10 0 0
/proc/18912/statm: 25398 1044 799 9 0 16774 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 101592

[startup+0.300198 s]
/proc/loadavg: 0.01 0.03 0.01 3/174 18912
/proc/meminfo: memFree=31275280/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/18912/stat : 18912 (java) S 18905 18912 18872 0 -1 4202496 3074 0 27 0 2 1 0 0 20 0 13 0 36232521 9446973440 3720 33554432000 1073741824 1073778376 140733552538496 140733552529632 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 10 0 0
/proc/18912/statm: 2306390 3720 1696 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.700237 s]
/proc/loadavg: 0.01 0.03 0.01 3/174 18912
/proc/meminfo: memFree=31275280/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/18912/stat : 18912 (java) S 18905 18912 18872 0 -1 4202496 6962 0 27 0 58 2 0 0 20 0 19 0 36232521 9856040960 8447 33554432000 1073741824 1073778376 140733552538496 140733552529632 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10 0 0
/proc/18912/statm: 2406260 8447 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 0.01 0.03 0.01 3/214 18955
/proc/meminfo: memFree=31185376/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=9625040 CPUtime=1.56 cores=0,2,4,6
/proc/18912/stat : 18912 (java) S 18905 18912 18872 0 -1 4202496 9372 0 27 0 153 3 0 0 20 0 19 0 36232521 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 140733552529632 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10 0 0
/proc/18912/statm: 2406260 9008 2241 9 0 2396937 0
[pid=18912/tid=18920] ppid=18905 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/18912/task/18920/stat : 18920 (java) R 18905 18912 18872 0 -1 4202560 2390 0 7 0 113 2 0 0 20 0 19 0 36232540 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645650305352 139645510136388 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=18912/tid=18923] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18923/stat : 18923 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645628406824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18925] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18925/stat : 18925 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645425806248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18927] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18927/stat : 18927 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645424753448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18912/tid=18930] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18930/stat : 18930 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645423700648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18932] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18932/stat : 18932 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645422647848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18934] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18934/stat : 18934 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645421595048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18936] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18936/stat : 18936 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645420542248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18937] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18937/stat : 18937 (java) S 18905 18912 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645419489448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18939] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18939/stat : 18939 (java) S 18905 18912 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232548 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645407292392 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18940] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18940/stat : 18940 (java) S 18905 18912 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645406238456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18942] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18942/stat : 18942 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645405185544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18946] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18946/stat : 18946 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645404134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18948] ppid=18905 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/18912/task/18948/stat : 18948 (java) S 18905 18912 18872 0 -1 4202560 1686 0 0 0 13 0 0 0 20 0 19 0 36232555 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645403081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18912/tid=18949] ppid=18905 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/18912/task/18949/stat : 18949 (java) S 18905 18912 18872 0 -1 4202560 4046 0 0 0 24 0 0 0 20 0 19 0 36232555 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645402028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18951] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18951/stat : 18951 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645400975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18953] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18953/stat : 18953 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645399923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18954] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18954/stat : 18954 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232567 9856040960 9008 33554432000 1073741824 1073778376 140733552538496 139645398771368 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 0.01 0.03 0.01 3/214 18955
/proc/meminfo: memFree=31140960/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=9625040 CPUtime=3.17 cores=0,2,4,6
/proc/18912/stat : 18912 (java) S 18905 18912 18872 0 -1 4202496 9374 0 27 0 314 3 0 0 20 0 19 0 36232521 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 140733552529632 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10 0 0
/proc/18912/statm: 2406260 10032 2241 9 0 2396937 0
[pid=18912/tid=18920] ppid=18905 vsize=9625040 CPUtime=2.75 cores=0,2,4,6
/proc/18912/task/18920/stat : 18920 (java) R 18905 18912 18872 0 -1 4202560 2392 0 7 0 273 2 0 0 20 0 19 0 36232540 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645650296528 139645510110064 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=18912/tid=18923] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18923/stat : 18923 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645628406824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18925] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18925/stat : 18925 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645425806248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18927] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18927/stat : 18927 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645424753448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18912/tid=18930] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18930/stat : 18930 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645423700648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18932] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18932/stat : 18932 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645422647848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18934] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18934/stat : 18934 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645421595048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18936] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18936/stat : 18936 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645420542248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18937] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18937/stat : 18937 (java) S 18905 18912 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645419489448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18939] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18939/stat : 18939 (java) S 18905 18912 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232548 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645407292392 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18940] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18940/stat : 18940 (java) S 18905 18912 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645406238456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18942] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18942/stat : 18942 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645405185544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18946] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18946/stat : 18946 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645404134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18948] ppid=18905 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/18912/task/18948/stat : 18948 (java) S 18905 18912 18872 0 -1 4202560 1686 0 0 0 14 0 0 0 20 0 19 0 36232555 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645403081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18912/tid=18949] ppid=18905 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/18912/task/18949/stat : 18949 (java) S 18905 18912 18872 0 -1 4202560 4046 0 0 0 25 0 0 0 20 0 19 0 36232555 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645402028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18951] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18951/stat : 18951 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645400975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18953] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18953/stat : 18953 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645399923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18954] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18954/stat : 18954 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232567 9856040960 10032 33554432000 1073741824 1073778376 140733552538496 139645398771368 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 0.17 0.06 0.02 3/214 18955
/proc/meminfo: memFree=31083036/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=9625040 CPUtime=6.42 cores=0,2,4,6
/proc/18912/stat : 18912 (java) S 18905 18912 18872 0 -1 4202496 9381 0 27 0 639 3 0 0 20 0 19 0 36232521 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 140733552529632 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10 0 0
/proc/18912/statm: 2406260 10983 2242 9 0 2396937 0
[pid=18912/tid=18920] ppid=18905 vsize=9625040 CPUtime=5.95 cores=0,2,4,6
/proc/18912/task/18920/stat : 18920 (java) R 18905 18912 18872 0 -1 4202560 2397 0 7 0 593 2 0 0 20 0 19 0 36232540 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645650296528 139645510109095 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=18912/tid=18923] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18923/stat : 18923 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645628406824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18925] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18925/stat : 18925 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645425806248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18927] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18927/stat : 18927 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645424753448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18912/tid=18930] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18930/stat : 18930 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645423700648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18932] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18932/stat : 18932 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645422647848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18934] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18934/stat : 18934 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645421595048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18936] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18936/stat : 18936 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645420542248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18937] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18937/stat : 18937 (java) S 18905 18912 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645419489448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18939] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18939/stat : 18939 (java) S 18905 18912 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232548 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645407292392 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18940] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18940/stat : 18940 (java) S 18905 18912 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645406238456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18942] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18942/stat : 18942 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645405185544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18946] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18946/stat : 18946 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645404134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18948] ppid=18905 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18912/task/18948/stat : 18948 (java) S 18905 18912 18872 0 -1 4202560 1687 0 0 0 17 0 0 0 20 0 19 0 36232555 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645403081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18949] ppid=18905 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/18912/task/18949/stat : 18949 (java) S 18905 18912 18872 0 -1 4202560 4046 0 0 0 25 0 0 0 20 0 19 0 36232555 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645402028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18951] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18951/stat : 18951 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645400975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18953] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18953/stat : 18953 (java) S 18905 18912 18872 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645399923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18954] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18954/stat : 18954 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232567 9856040960 10983 33554432000 1073741824 1073778376 140733552538496 139645398771368 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 9625040


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

[pid=18912/tid=18940] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18940/stat : 18940 (java) S 18905 18912 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645406238456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18942] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18942/stat : 18942 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645405185544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18946] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18946/stat : 18946 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645404134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18948] ppid=18905 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18912/task/18948/stat : 18948 (java) S 18905 18912 18872 0 -1 4202560 1687 0 0 0 17 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645403081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18949] ppid=18905 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/18912/task/18949/stat : 18949 (java) S 18905 18912 18872 0 -1 4202560 4046 0 0 0 25 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645402028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18951] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18951/stat : 18951 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645400975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18953] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18953/stat : 18953 (java) S 18905 18912 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645399923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18954] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18954/stat : 18954 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232567 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645398771368 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 77.71
Current children cumulated vsize (KiB) 9625040

[startup+78.4008 s]
/proc/loadavg: 1.47 0.49 0.17 3/213 18956
/proc/meminfo: memFree=30599580/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=9625040 CPUtime=78.51 cores=0,2,4,6
/proc/18912/stat : 18912 (java) S 18905 18912 18872 0 -1 4202496 9426 0 27 0 7847 4 0 0 20 0 19 0 36232521 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 140733552529632 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10 0 0
/proc/18912/statm: 2406260 26863 2249 9 0 2396937 0
[pid=18912/tid=18920] ppid=18905 vsize=9625040 CPUtime=77.83 cores=0,2,4,6
/proc/18912/task/18920/stat : 18920 (java) R 18905 18912 18872 0 -1 4202560 2436 0 7 0 7780 3 0 0 20 0 19 0 36232540 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645650303464 139645510158424 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=18912/tid=18923] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18923/stat : 18923 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645628406824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18925] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18925/stat : 18925 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645425806248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18927] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18927/stat : 18927 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645424753448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18912/tid=18930] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18930/stat : 18930 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645423700648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18932] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18932/stat : 18932 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645422647848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18934] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18934/stat : 18934 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645421595048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18936] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18936/stat : 18936 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645420542248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18937] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18937/stat : 18937 (java) S 18905 18912 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645419489448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18939] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18939/stat : 18939 (java) S 18905 18912 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36232548 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645407292392 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18940] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18940/stat : 18940 (java) S 18905 18912 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645406238456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18942] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18942/stat : 18942 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645405185544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18946] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18946/stat : 18946 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645404134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18948] ppid=18905 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18912/task/18948/stat : 18948 (java) S 18905 18912 18872 0 -1 4202560 1687 0 0 0 17 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645403081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18949] ppid=18905 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/18912/task/18949/stat : 18949 (java) S 18905 18912 18872 0 -1 4202560 4046 0 0 0 25 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645402028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18951] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18951/stat : 18951 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645400975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18953] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18953/stat : 18953 (java) S 18905 18912 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645399923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18954] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18954/stat : 18954 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232567 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645398771368 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 78.51
Current children cumulated vsize (KiB) 9625040

[startup+78.8008 s]
/proc/loadavg: 1.47 0.49 0.17 3/213 18956
/proc/meminfo: memFree=30599580/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=9625040 CPUtime=78.91 cores=0,2,4,6
/proc/18912/stat : 18912 (java) S 18905 18912 18872 0 -1 4202496 9427 0 27 0 7887 4 0 0 20 0 19 0 36232521 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 140733552529632 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10 0 0
/proc/18912/statm: 2406260 26863 2249 9 0 2396937 0
[pid=18912/tid=18920] ppid=18905 vsize=9625040 CPUtime=78.23 cores=0,2,4,6
/proc/18912/task/18920/stat : 18920 (java) R 18905 18912 18872 0 -1 4202560 2437 0 7 0 7820 3 0 0 20 0 19 0 36232540 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645650303344 139645510114015 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=18912/tid=18923] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18923/stat : 18923 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645628406824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18925] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18925/stat : 18925 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645425806248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18927] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18927/stat : 18927 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645424753448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18912/tid=18930] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18930/stat : 18930 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645423700648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18932] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18932/stat : 18932 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645422647848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18934] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18934/stat : 18934 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645421595048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18936] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18936/stat : 18936 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645420542248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18937] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18937/stat : 18937 (java) S 18905 18912 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645419489448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18939] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18939/stat : 18939 (java) S 18905 18912 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36232548 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645407292392 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18940] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18940/stat : 18940 (java) S 18905 18912 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645406238456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18942] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18942/stat : 18942 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645405185544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18946] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18946/stat : 18946 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645404134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18948] ppid=18905 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/18912/task/18948/stat : 18948 (java) S 18905 18912 18872 0 -1 4202560 1687 0 0 0 17 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645403081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18949] ppid=18905 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/18912/task/18949/stat : 18949 (java) S 18905 18912 18872 0 -1 4202560 4046 0 0 0 25 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645402028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18951] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18951/stat : 18951 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645400975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18953] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18953/stat : 18953 (java) S 18905 18912 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645399923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18954] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18954/stat : 18954 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232567 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645398771368 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 78.91
Current children cumulated vsize (KiB) 9625040

[startup+78.9008 s]
/proc/loadavg: 1.47 0.49 0.17 3/213 18956
/proc/meminfo: memFree=30599580/32872528 swapFree=526336/559040
[pid=18912] ppid=18905 vsize=9625040 CPUtime=79.03 cores=0,2,4,6
/proc/18912/stat : 18912 (java) S 18905 18912 18872 0 -1 4202496 9429 0 27 0 7899 4 0 0 20 0 19 0 36232521 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 140733552529632 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 10 0 0
/proc/18912/statm: 2406260 26863 2249 9 0 2396937 0
[pid=18912/tid=18920] ppid=18905 vsize=9625040 CPUtime=78.33 cores=0,2,4,6
/proc/18912/task/18920/stat : 18920 (java) R 18905 18912 18872 0 -1 4202560 2437 0 7 0 7830 3 0 0 20 0 19 0 36232540 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645650303344 139645510330240 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=18912/tid=18923] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18923/stat : 18923 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645628406824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18925] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18925/stat : 18925 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645425806248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18927] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18927/stat : 18927 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645424753448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18912/tid=18930] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18930/stat : 18930 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645423700648 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18932] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18932/stat : 18932 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232544 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645422647848 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18934] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18934/stat : 18934 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645421595048 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18912/tid=18936] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18936/stat : 18936 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645420542248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18937] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18937/stat : 18937 (java) S 18905 18912 18872 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36232545 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645419489448 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18939] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18939/stat : 18939 (java) S 18905 18912 18872 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36232548 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645407292392 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18940] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18940/stat : 18940 (java) S 18905 18912 18872 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645406238456 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18942] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18942/stat : 18942 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232550 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645405185544 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18946] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18946/stat : 18946 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645404134032 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18948] ppid=18905 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/18912/task/18948/stat : 18948 (java) S 18905 18912 18872 0 -1 4202560 1689 0 0 0 19 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645403081144 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18949] ppid=18905 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/18912/task/18949/stat : 18949 (java) S 18905 18912 18872 0 -1 4202560 4046 0 0 0 26 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645402028344 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18951] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18951/stat : 18951 (java) S 18905 18912 18872 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645400975736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18912/tid=18953] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18953/stat : 18953 (java) S 18905 18912 18872 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 36232555 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645399923144 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18912/tid=18954] ppid=18905 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/18912/task/18954/stat : 18954 (java) S 18905 18912 18872 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36232567 9856040960 26863 33554432000 1073741824 1073778376 140733552538496 139645398771368 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 79.03
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18912 and gives
#  childrusage.ru_utime.tv_sec=78
#  childrusage.ru_utime.tv_usec=840014
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=79987
# CPU time returned by wait4() is 78.92
# while last known CPU time is 79.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 78.9564
CPU time (s): 79.03
CPU user time (s): 78.99
CPU system time (s): 0.04
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.84
system time used= 0.079987
maximum resident set size= 109560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9452
page faults= 27
swaps= 0
block input operations= 18880
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2244
involuntary context switches= 155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.584911 second user time and 0.552915 second system time

The end

Launcher Data

Begin job on node106 at 2016-06-19 15:10:24
IDJOB=4109200
IDBENCH=78725
IDSOLVER=2551
FILE ID=node106/4109200-1466341824
RUNJOBID= node106-1466341824-18888
PBS_JOBID= 19922042
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109200-1466341824/watcher-4109200-1466341824 -o /tmp/evaluation-result-4109200-1466341824/solver-4109200-1466341824 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node106-1466341824-18888 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109200-1466341824.wbo

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

MD5SUM BENCH= db22d2262072f64184522c88a96a3bbb
RANDOM SEED=895616303

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.073
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.38
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.073
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:        31277096 kB
Buffers:           68944 kB
Cached:           208752 kB
SwapCached:         1780 kB
Active:            50520 kB
Inactive:         231908 kB
Active(anon):       4140 kB
Inactive(anon):     3188 kB
Active(file):      46380 kB
Inactive(file):   228720 kB
Unevictable:      559040 kB
Mlocked:          526336 kB
SwapTotal:      67108856 kB
SwapFree:       67099264 kB
Dirty:               828 kB
Writeback:             4 kB
AnonPages:        562880 kB
Mapped:             6984 kB
Shmem:                 0 kB
Slab:             623820 kB
SReclaimable:      67848 kB
SUnreclaim:       555972 kB
KernelStack:        1368 kB
PageTables:         4976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     656104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 71700 MiB
End job on node106 at 2016-06-19 15:11:43