Trace number 4106549

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPT3 43.9 42.6883

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=79-P1=163-P2=61-P3=127-P4=163-P5=211-B.opb
MD5SUM0b0d874eaa404001e586f84b413e6897
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.088985
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables120
Total number of constraints11
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints11
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)320
Sum of products size (including duplicates)640
Number of different products320
Sum of products size640

Quality of the solution as a function of time


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

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-4106549-1466270986.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.17	c ... done. Wall clock time 0.057s.
0.10/0.17	c declared #vars     120
0.10/0.17	c internal #vars     440
0.10/0.17	c #constraints  656
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 320
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 336
0.10/0.17	c 656 constraints processed.
0.10/0.17	c objective function length is 8 literals
0.75/0.55	c cleaning 2496 clauses out of 5000 with flag 10283/5000
1.22/0.83	c cleaning 4248 clauses out of 8504 with flag 23522/11000
1.53/1.16	c cleaning 5623 clauses out of 11257 with flag 39991/18001
2.13/1.70	c cleaning 6810 clauses out of 13634 with flag 57751/26002
2.13/1.72	c SATISFIABLE
2.13/1.72	c OPTIMIZING...
2.13/1.72	c Got one! Elapsed wall clock time (in seconds):1.613
2.13/1.72	o 73
2.44/2.01	c cleaning 6182 clauses out of 12384 with flag 10957/31562
2.65/2.30	c Got one! Elapsed wall clock time (in seconds):2.19
2.65/2.30	o 3
2.85/2.40	c cleaning 6046 clauses out of 12121 with flag 4712/37481
3.15/2.71	c cleaning 6029 clauses out of 12074 with flag 17776/43480
3.65/3.23	c cleaning 6512 clauses out of 13046 with flag 34593/50481
4.15/3.79	c cleaning 7259 clauses out of 14534 with flag 53148/58481
4.65/4.27	c cleaning 8135 clauses out of 16274 with flag 73504/67480
5.46/5.00	c cleaning 9063 clauses out of 18139 with flag 97778/77480
6.06/5.69	c cleaning 10037 clauses out of 20076 with flag 122995/88480
6.91/6.40	c cleaning 11012 clauses out of 22039 with flag 149812/100480
8.00/7.22	c cleaning 12005 clauses out of 24028 with flag 182188/113481
9.43/8.32	c cleaning 13006 clauses out of 26022 with flag 216648/127481
10.63/9.58	c cleaning 13994 clauses out of 28016 with flag 251177/142481
11.93/10.85	c cleaning 15005 clauses out of 30021 with flag 286827/158480
13.68/12.44	c cleaning 15997 clauses out of 32016 with flag 325831/175480
15.38/14.19	c cleaning 17006 clauses out of 34019 with flag 367778/193480
17.08/15.87	c cleaning 17993 clauses out of 36013 with flag 410718/212480
19.38/18.10	c cleaning 19007 clauses out of 38020 with flag 460207/232481
21.28/20.05	c cleaning 19996 clauses out of 40012 with flag 510902/253480
23.59/22.35	c cleaning 20998 clauses out of 42016 with flag 564196/275480
26.09/24.81	c cleaning 22004 clauses out of 44018 with flag 617885/298480
28.79/27.52	c cleaning 23003 clauses out of 46015 with flag 672295/322481
31.39/30.16	c cleaning 24000 clauses out of 48011 with flag 725696/347481
34.19/32.98	c cleaning 25001 clauses out of 50011 with flag 781524/373481
37.28/36.02	c cleaning 25998 clauses out of 52010 with flag 842098/400481
42.20/40.90	c cleaning 27002 clauses out of 54009 with flag 902600/428481
43.90/42.68	c starts		: 911
43.90/42.68	c conflicts		: 442598
43.90/42.68	c decisions		: 497636
43.90/42.68	c propagations		: 8241112
43.90/42.68	c inspects		: 685973088
43.90/42.68	c shortcuts		: 0
43.90/42.68	c learnt literals	: 13
43.90/42.68	c learnt binary clauses	: 21
43.90/42.68	c learnt ternary clauses	: 40
43.90/42.68	c learnt constraints	: 442584
43.90/42.68	c ignored constraints	: 0
43.90/42.68	c root simplifications	: 0
43.90/42.68	c removed literals (reason simplification)	: 0
43.90/42.68	c reason swapping (by a shorter reason)	: 0
43.90/42.68	c Calls to reduceDB	: 29
43.90/42.68	c Number of update (reduction) of LBD	: 18017
43.90/42.68	c Imported unit clauses	: 0
43.90/42.68	c number of reductions to clauses (during analyze)	: 0
43.90/42.68	c number of learned constraints concerned by reduction	: 0
43.90/42.68	c number of learning phase by resolution	: 0
43.90/42.68	c number of learning phase by cutting planes	: 0
43.90/42.68	c speed (assignments/second)	: 193858.342546635
43.90/42.68	c non guided choices	2186
43.90/42.68	c learnt constraints type 
43.90/42.68	s OPTIMUM FOUND
43.90/42.68	c Found 2 solution(s)
43.90/42.68	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 x111 -x112 x113 -x114 -x115 -x116 -x117 x118 x119 -x120 
43.90/42.68	c objective function=3
43.90/42.68	c Total wall clock time (in seconds): 42.573

Verifier Data

OK	3

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-4106549-1466270986/watcher-4106549-1466270986 -o /tmp/evaluation-result-4106549-1466270986/solver-4106549-1466270986 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466269256-946 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106549-1466270986.opb 

pid=3383
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.10 2.04 1.92 3/194 3386
/proc/meminfo: memFree=31377812/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 29143391 98570240 977 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 24065 977 743 9 0 16771 0
[pid=3386/tid=3387] ppid=3383 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 29143392 98570240 977 33554432000 1073741824 1073778376 140735577184592 140533587205672 243765429632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.10 2.04 1.92 3/194 3386
/proc/meminfo: memFree=31377812/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 4416 0 1 0 9 1 0 0 20 0 18 0 29143391 9787879424 6050 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 2389619 6050 2134 9 0 2380296 0
[pid=3386/tid=3387] ppid=3383 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 29143392 9787879424 6052 33554432000 1073741824 1073778376 140735577184592 140533587209120 140533427172903 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.200372 s]
/proc/loadavg: 2.10 2.04 1.92 3/194 3386
/proc/meminfo: memFree=31377812/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 5960 0 1 0 26 1 0 0 20 0 19 0 29143391 9856040960 8074 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 2406260 8076 2222 9 0 2396937 0
[pid=3386/tid=3387] ppid=3383 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 2410 0 1 0 16 1 0 0 20 0 19 0 29143392 9856040960 8078 33554432000 1073741824 1073778376 140735577184592 140533587210880 140533427142575 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9625040

[startup+0.30032 s]
/proc/loadavg: 2.10 2.04 1.92 3/194 3386
/proc/meminfo: memFree=31377812/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 6899 0 1 0 51 1 0 0 20 0 19 0 29143391 9856040960 8671 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 2406260 8671 2238 9 0 2396937 0
[pid=3386/tid=3387] ppid=3383 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 2411 0 1 0 26 1 0 0 20 0 19 0 29143392 9856040960 8671 33554432000 1073741824 1073778376 140735577184592 140533587210312 140533427150256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700313 s]
/proc/loadavg: 2.10 2.04 1.92 3/194 3386
/proc/meminfo: memFree=31377812/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 8962 0 1 0 107 2 0 0 20 0 19 0 29143391 9856040960 9559 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 2406260 9559 2249 9 0 2396937 0
[pid=3386/tid=3387] ppid=3383 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 2412 0 1 0 66 1 0 0 20 0 19 0 29143392 9856040960 9559 33554432000 1073741824 1073778376 140735577184592 140533587210728 140533427535266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.10 2.04 1.92 3/213 3405
/proc/meminfo: memFree=31345520/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 9105 0 1 0 191 2 0 0 20 0 19 0 29143391 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 2406260 11085 2250 9 0 2396937 0
[pid=3386/tid=3387] ppid=3383 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 2416 0 1 0 146 1 0 0 20 0 19 0 29143392 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140533587201728 140533427345346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3389] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3389/stat : 3389 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140533548702504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3390] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3390/stat : 3390 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140533547649704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3391] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3391/stat : 3391 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140533546597416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3386/tid=3392] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3392/stat : 3392 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140533427071912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3393] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3393/stat : 3393 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140533426018600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3394] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3394/stat : 3394 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140533424965800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3395] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3395/stat : 3395 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140533423913512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3396] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3396/stat : 3396 (java) S 3383 3386 28317 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140533422860712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3397] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3397/stat : 3397 (java) S 3383 3386 28317 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140532940532456 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3398] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3398/stat : 3398 (java) S 3383 3386 28317 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140532939478520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3399] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3399/stat : 3399 (java) S 3383 3386 28317 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140532938426120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3400] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3400/stat : 3400 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140532937374608 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3401] ppid=3383 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/3386/task/3401/stat : 3401 (java) S 3383 3386 28317 0 -1 4202560 3351 0 0 0 26 0 0 0 20 0 19 0 29143396 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140532936321208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3402] ppid=3383 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/3386/task/3402/stat : 3402 (java) S 3383 3386 28317 0 -1 4202560 2067 0 0 0 16 0 0 0 20 0 19 0 29143396 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140532935268408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3403] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3403/stat : 3403 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140532934216312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3404] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3404/stat : 3404 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140532933163720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3405] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3405/stat : 3405 (java) S 3383 3386 28317 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29143408 9856040960 11085 33554432000 1073741824 1073778376 140735577184592 140532932109736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.10 2.04 1.92 3/213 3405
/proc/meminfo: memFree=31339004/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=9625040 CPUtime=3.55 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 9123 0 1 0 353 2 0 0 20 0 19 0 29143391 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 2406260 12635 2257 9 0 2396937 0
[pid=3386/tid=3387] ppid=3383 vsize=9625040 CPUtime=3.08 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 2427 0 1 0 306 2 0 0 20 0 19 0 29143392 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140533587208744 140533427568746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3389] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3389/stat : 3389 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140533548702504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3390] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3390/stat : 3390 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140533547649704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3391] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3391/stat : 3391 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140533546597416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3386/tid=3392] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3392/stat : 3392 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140533427071912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3393] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3393/stat : 3393 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140533426018600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3394] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3394/stat : 3394 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140533424965800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3395] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3395/stat : 3395 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140533423913512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3396] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3396/stat : 3396 (java) S 3383 3386 28317 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140533422860712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3397] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3397/stat : 3397 (java) S 3383 3386 28317 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140532940532456 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3398] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3398/stat : 3398 (java) S 3383 3386 28317 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140532939478520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3399] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3399/stat : 3399 (java) S 3383 3386 28317 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140532938426120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3400] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3400/stat : 3400 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140532937374608 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3401] ppid=3383 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/3386/task/3401/stat : 3401 (java) S 3383 3386 28317 0 -1 4202560 3351 0 0 0 27 0 0 0 20 0 19 0 29143396 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140532936321208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3402] ppid=3383 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/3386/task/3402/stat : 3402 (java) S 3383 3386 28317 0 -1 4202560 2072 0 0 0 17 0 0 0 20 0 19 0 29143396 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140532935268408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3403] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3403/stat : 3403 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140532934216312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3404] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3404/stat : 3404 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140532933163720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3405] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3405/stat : 3405 (java) S 3383 3386 28317 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29143408 9856040960 12635 33554432000 1073741824 1073778376 140735577184592 140532932109736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.09 2.04 1.92 3/213 3405
/proc/meminfo: memFree=31323620/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=9625040 CPUtime=6.78 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 9460 0 1 0 675 3 0 0 20 0 19 0 29143391 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 2406260 16611 2258 9 0 2396937 0
[pid=3386/tid=3387] ppid=3383 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 2438 0 1 0 625 2 0 0 20 0 19 0 29143392 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140533587210680 140533427528786 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3389] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3389/stat : 3389 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140533548702504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3390] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3390/stat : 3390 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140533547649704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3391] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3391/stat : 3391 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140533546597416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3386/tid=3392] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3392/stat : 3392 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140533427071912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3393] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3393/stat : 3393 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140533426018600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3394] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3394/stat : 3394 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140533424965800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3395] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3395/stat : 3395 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140533423913512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3396] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3396/stat : 3396 (java) S 3383 3386 28317 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140533422860712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3397] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3397/stat : 3397 (java) S 3383 3386 28317 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140532940532456 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3398] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3398/stat : 3398 (java) S 3383 3386 28317 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140532939478520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3399] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3399/stat : 3399 (java) S 3383 3386 28317 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140532938426120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3400] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3400/stat : 3400 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140532937374608 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3401] ppid=3383 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/3386/task/3401/stat : 3401 (java) S 3383 3386 28317 0 -1 4202560 3676 0 0 0 29 0 0 0 20 0 19 0 29143396 9856040960 16611 33554432000 1073741824 1073778376 140735577184592 140532936321208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3402] ppid=3383 vsize=9625040 CPUtime=0.17 cores=0,2,4,6

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

[pid=3386/tid=3398] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3398/stat : 3398 (java) S 3383 3386 28317 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532939478520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3399] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3399/stat : 3399 (java) S 3383 3386 28317 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532938426120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3400] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3400/stat : 3400 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532937374608 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3401] ppid=3383 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/3386/task/3401/stat : 3401 (java) S 3383 3386 28317 0 -1 4202560 15660 0 0 0 91 2 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532936321208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3402] ppid=3383 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/3386/task/3402/stat : 3402 (java) S 3383 3386 28317 0 -1 4202560 4241 0 0 0 33 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532935268408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3403] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3403/stat : 3403 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532934216312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3404] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3404/stat : 3404 (java) S 3383 3386 28317 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532933163720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3405] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3405/stat : 3405 (java) S 3383 3386 28317 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29143408 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532932109736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 41.3
Current children cumulated vsize (KiB) 9625040

[startup+41.6007 s]
/proc/loadavg: 2.05 2.03 1.92 3/214 3408
/proc/meminfo: memFree=31201644/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=9625040 CPUtime=42.9 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 23703 0 1 0 4283 7 0 0 20 0 19 0 29143391 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 2406260 45675 2271 9 0 2396937 0
[pid=3386/tid=3387] ppid=3383 vsize=9625040 CPUtime=41.46 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 2489 0 1 0 4143 3 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533587209496 140533427578067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3389] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3389/stat : 3389 (java) S 3383 3386 28317 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533548702504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3390] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3390/stat : 3390 (java) S 3383 3386 28317 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533547649704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3386/tid=3391] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3391/stat : 3391 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533546597416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3386/tid=3392] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3392/stat : 3392 (java) S 3383 3386 28317 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533427071912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3393] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3393/stat : 3393 (java) S 3383 3386 28317 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533426018600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3394] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3394/stat : 3394 (java) S 3383 3386 28317 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533424965800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3395] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3395/stat : 3395 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533423913512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3396] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3396/stat : 3396 (java) S 3383 3386 28317 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533422860712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3397] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3397/stat : 3397 (java) S 3383 3386 28317 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532940532456 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3398] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3398/stat : 3398 (java) S 3383 3386 28317 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532939478520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3399] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3399/stat : 3399 (java) S 3383 3386 28317 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532938426120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3400] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3400/stat : 3400 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532937374608 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3401] ppid=3383 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/3386/task/3401/stat : 3401 (java) S 3383 3386 28317 0 -1 4202560 15660 0 0 0 91 2 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532936321208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3402] ppid=3383 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/3386/task/3402/stat : 3402 (java) S 3383 3386 28317 0 -1 4202560 4241 0 0 0 33 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532935268408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3403] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3403/stat : 3403 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532934216312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3404] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3404/stat : 3404 (java) S 3383 3386 28317 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532933163720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3405] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3405/stat : 3405 (java) S 3383 3386 28317 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29143408 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532932109736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 42.9
Current children cumulated vsize (KiB) 9625040

[startup+42.4007 s]
/proc/loadavg: 2.05 2.03 1.92 3/214 3408
/proc/meminfo: memFree=31201396/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=9625040 CPUtime=43.7 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 23703 0 1 0 4363 7 0 0 20 0 19 0 29143391 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 2406260 45675 2271 9 0 2396937 0
[pid=3386/tid=3387] ppid=3383 vsize=9625040 CPUtime=42.25 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 2489 0 1 0 4222 3 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533587201712 140533427578067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3389] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3389/stat : 3389 (java) S 3383 3386 28317 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533548702504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3390] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3390/stat : 3390 (java) S 3383 3386 28317 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533547649704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3386/tid=3391] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3391/stat : 3391 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533546597416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3386/tid=3392] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3392/stat : 3392 (java) S 3383 3386 28317 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533427071912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3393] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3393/stat : 3393 (java) S 3383 3386 28317 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533426018600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3394] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3394/stat : 3394 (java) S 3383 3386 28317 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533424965800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3395] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3395/stat : 3395 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533423913512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3396] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3396/stat : 3396 (java) S 3383 3386 28317 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533422860712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3397] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3397/stat : 3397 (java) S 3383 3386 28317 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532940532456 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3398] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3398/stat : 3398 (java) S 3383 3386 28317 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532939478520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3399] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3399/stat : 3399 (java) S 3383 3386 28317 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532938426120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3400] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3400/stat : 3400 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532937374608 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3401] ppid=3383 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/3386/task/3401/stat : 3401 (java) S 3383 3386 28317 0 -1 4202560 15660 0 0 0 91 2 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532936321208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3402] ppid=3383 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/3386/task/3402/stat : 3402 (java) S 3383 3386 28317 0 -1 4202560 4241 0 0 0 33 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532935268408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3403] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3403/stat : 3403 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532934216312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3404] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3404/stat : 3404 (java) S 3383 3386 28317 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532933163720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3405] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3405/stat : 3405 (java) S 3383 3386 28317 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29143408 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532932109736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 43.7
Current children cumulated vsize (KiB) 9625040

[startup+42.6007 s]
/proc/loadavg: 2.05 2.03 1.92 3/214 3408
/proc/meminfo: memFree=31201396/32872528 swapFree=7780/7780
[pid=3386] ppid=3383 vsize=9625040 CPUtime=43.9 cores=0,2,4,6
/proc/3386/stat : 3386 (java) S 3383 3386 28317 0 -1 4202496 23703 0 1 0 4383 7 0 0 20 0 19 0 29143391 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140735577175728 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3386/statm: 2406260 45675 2271 9 0 2396937 0
[pid=3386/tid=3387] ppid=3383 vsize=9625040 CPUtime=42.45 cores=0,2,4,6
/proc/3386/task/3387/stat : 3387 (java) R 3383 3386 28317 0 -1 4202560 2489 0 1 0 4242 3 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533587201712 140533427578067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3389] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3389/stat : 3389 (java) S 3383 3386 28317 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533548702504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3390] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3390/stat : 3390 (java) S 3383 3386 28317 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533547649704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3386/tid=3391] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3391/stat : 3391 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533546597416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3386/tid=3392] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3392/stat : 3392 (java) S 3383 3386 28317 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533427071912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3393] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3393/stat : 3393 (java) S 3383 3386 28317 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533426018600 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3394] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3394/stat : 3394 (java) S 3383 3386 28317 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533424965800 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3386/tid=3395] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3395/stat : 3395 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533423913512 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3396] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3396/stat : 3396 (java) S 3383 3386 28317 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29143392 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140533422860712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3397] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3397/stat : 3397 (java) S 3383 3386 28317 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532940532456 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3398] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3398/stat : 3398 (java) S 3383 3386 28317 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532939478520 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3399] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3399/stat : 3399 (java) S 3383 3386 28317 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29143394 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532938426120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3400] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3400/stat : 3400 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532937374608 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3401] ppid=3383 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/3386/task/3401/stat : 3401 (java) S 3383 3386 28317 0 -1 4202560 15660 0 0 0 91 2 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532936321208 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3402] ppid=3383 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/3386/task/3402/stat : 3402 (java) S 3383 3386 28317 0 -1 4202560 4241 0 0 0 33 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532935268408 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3403] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3403/stat : 3403 (java) S 3383 3386 28317 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532934216312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3386/tid=3404] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3404/stat : 3404 (java) S 3383 3386 28317 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29143396 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532933163720 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3386/tid=3405] ppid=3383 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/3386/task/3405/stat : 3405 (java) S 3383 3386 28317 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29143408 9856040960 45675 33554432000 1073741824 1073778376 140735577184592 140532932109736 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 43.9
Current children cumulated vsize (KiB) 9625040

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3386 and gives
#  childrusage.ru_utime.tv_sec=43
#  childrusage.ru_utime.tv_usec=786343
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=91986
# CPU time returned by wait4() is 43.8783
# while last known CPU time is 43.9
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 42.6883
CPU time (s): 43.9
CPU user time (s): 43.83
CPU system time (s): 0.07
CPU usage (%): 102.839
Max. virtual memory (cumulated for all children) (KiB): 9626400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 43.7863
system time used= 0.091986
maximum resident set size= 182760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23725
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1189
involuntary context switches= 119

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.290955 second user time and 0.359945 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-18 19:29:46
IDJOB=4106549
IDBENCH=48099
IDSOLVER=2546
FILE ID=node151/4106549-1466270986
RUNJOBID= node151-1466269256-946
PBS_JOBID= 19918209
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=79-P1=163-P2=61-P3=127-P4=163-P5=211-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106549-1466270986/watcher-4106549-1466270986 -o /tmp/evaluation-result-4106549-1466270986/solver-4106549-1466270986 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466269256-946 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106549-1466270986.opb

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

MD5SUM BENCH= 0b0d874eaa404001e586f84b413e6897
RANDOM SEED=1014812894

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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.54
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.103
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		: 2667.103
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.56
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.103
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:        31377704 kB
Buffers:           78008 kB
Cached:           276584 kB
SwapCached:         1932 kB
Active:           434780 kB
Inactive:         296536 kB
Active(anon):     374800 kB
Inactive(anon):     4540 kB
Active(file):      59980 kB
Inactive(file):   291996 kB
Unevictable:        7780 kB
Mlocked:            7780 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:               988 kB
Writeback:             0 kB
AnonPages:        443644 kB
Mapped:            16484 kB
Shmem:                 0 kB
Slab:             608724 kB
SReclaimable:      52020 kB
SUnreclaim:       556704 kB
KernelStack:        1584 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     781692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    419840 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= 71748 MiB
End job on node151 at 2016-06-18 19:30:28