Trace number 4097209

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 38.05 36.5358

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/quimper/
SyncCodes/d_n_k/normalized-8_6_21.opb
MD5SUM33432edf41d055824305b361814c232f
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.9797
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables870
Total number of constraints4094
Number of constraints which are clauses4089
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 21
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 50
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4097209-1466116922.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.51/0.30	c ... done. Wall clock time 0.197s.
0.51/0.30	c declared #vars     870
0.51/0.30	c #constraints  4098
0.51/0.30	c constraints type 
0.51/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2436
0.51/0.30	c org.sat4j.specs.Constr$1 => 4
0.51/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 3
0.51/0.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 3
0.51/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1652
0.51/0.30	c 4098 constraints processed.
1.31/0.87	c cleaning 2499 clauses out of 5001 with flag 23801/5001
2.03/1.46	c cleaning 4250 clauses out of 8502 with flag 51853/11001
2.73/2.19	c cleaning 5625 clauses out of 11252 with flag 81325/18001
3.74/3.13	c cleaning 6813 clauses out of 13628 with flag 121263/26002
4.82/4.11	c cleaning 7899 clauses out of 15813 with flag 165353/35000
6.02/5.32	c cleaning 8953 clauses out of 17914 with flag 223632/45000
7.43/6.73	c cleaning 9976 clauses out of 19961 with flag 288495/56000
8.92/8.21	c cleaning 10989 clauses out of 21985 with flag 354911/68000
10.52/9.82	c cleaning 11994 clauses out of 23997 with flag 425426/81001
12.42/11.70	c cleaning 12997 clauses out of 26003 with flag 507182/95001
14.52/13.80	c cleaning 13996 clauses out of 28006 with flag 590069/110001
16.92/16.22	c cleaning 14995 clauses out of 30009 with flag 682762/126000
19.54/18.87	c cleaning 16004 clauses out of 32014 with flag 787843/143000
22.43/21.72	c cleaning 17002 clauses out of 34011 with flag 897590/161002
25.64/24.90	c cleaning 18000 clauses out of 36007 with flag 1001894/180000
28.83/28.12	c cleaning 18994 clauses out of 38008 with flag 1114319/200001
32.50/31.73	c cleaning 20000 clauses out of 40015 with flag 1222784/221002
37.12/35.93	c cleaning 21003 clauses out of 42011 with flag 1338115/243001
38.05/36.50	c starts		: 58
38.05/36.50	c conflicts		: 246537
38.05/36.50	c decisions		: 301099
38.05/36.50	c propagations		: 21019271
38.05/36.50	c inspects		: 623400369
38.05/36.50	c shortcuts		: 0
38.05/36.50	c learnt literals	: 17
38.05/36.50	c learnt binary clauses	: 6
38.05/36.51	c learnt ternary clauses	: 95
38.05/36.51	c learnt constraints	: 246519
38.05/36.51	c ignored constraints	: 0
38.05/36.51	c root simplifications	: 0
38.05/36.51	c removed literals (reason simplification)	: 0
38.05/36.51	c reason swapping (by a shorter reason)	: 0
38.05/36.51	c Calls to reduceDB	: 18
38.05/36.51	c Number of update (reduction) of LBD	: 77662
38.05/36.51	c Imported unit clauses	: 0
38.05/36.51	c number of reductions to clauses (during analyze)	: 0
38.05/36.51	c number of learned constraints concerned by reduction	: 0
38.05/36.51	c number of learning phase by resolution	: 0
38.05/36.51	c number of learning phase by cutting planes	: 0
38.05/36.51	c speed (assignments/second)	: 580690.968864823
38.05/36.51	c non guided choices	113
38.05/36.52	c learnt constraints type 
38.05/36.52	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
38.05/36.52	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 24524
38.05/36.52	s UNSATISFIABLE
38.05/36.52	c Total wall clock time (in seconds): 36.409

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4097209-1466116922/watcher-4097209-1466116922 -o /tmp/evaluation-result-4097209-1466116922/solver-4097209-1466116922 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4097209-1466116922.opb 

pid=30300
running on 4 cores: 1,3,5,7

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.05 2.14 2.16 3/194 30303
/proc/meminfo: memFree=30509064/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/30303/stat : 30303 (runsolver) R 30300 30303 24719 0 -1 4202560 124 0 0 0 0 0 0 0 20 0 1 0 13741199 24911872 159 33554432000 4194304 4338465 140735345673792 140735345671432 271787388343 0 0 4096 24578 0 0 0 17 1 0 0 0 0 0
/proc/30303/statm: 6082 159 113 36 0 2655 0

[startup+0.10006 s]
/proc/loadavg: 2.05 2.14 2.16 3/194 30303
/proc/meminfo: memFree=30509064/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 24719 0 -1 4202496 4408 0 1 0 9 1 0 0 20 0 18 0 13741199 9787879424 6043 33554432000 1073741824 1073778376 140736911027824 140736911018960 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30303/statm: 2389619 6043 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.05 2.14 2.16 3/194 30303
/proc/meminfo: memFree=30509064/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 24719 0 -1 4202496 4956 0 1 0 27 1 0 0 20 0 18 0 13741199 9787879424 6975 33554432000 1073741824 1073778376 140736911027824 140736911018960 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30303/statm: 2389619 6975 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300228 s]
/proc/loadavg: 2.05 2.14 2.16 3/194 30303
/proc/meminfo: memFree=30509064/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=9558476 CPUtime=0.51 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 24719 0 -1 4202496 5984 0 1 0 50 1 0 0 20 0 18 0 13741199 9787879424 9030 33554432000 1073741824 1073778376 140736911027824 140736911018960 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30303/statm: 2389619 9030 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.70012 s]
/proc/loadavg: 2.05 2.14 2.16 3/194 30303
/proc/meminfo: memFree=30509064/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 24719 0 -1 4202496 9052 0 1 0 119 2 0 0 20 0 19 0 13741199 9856040960 10700 33554432000 1073741824 1073778376 140736911027824 140736911018960 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30303/statm: 2406260 10700 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.05 2.14 2.16 5/213 30322
/proc/meminfo: memFree=30471232/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 24719 0 -1 4202496 10407 0 1 0 211 2 0 0 20 0 19 0 13741199 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 140736911018960 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30303/statm: 2406260 11359 2267 9 0 2396937 0
[pid=30303/tid=30305] ppid=30300 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/30303/task/30305/stat : 30305 (java) R 30300 30303 24719 0 -1 4202560 2424 0 1 0 145 1 0 0 20 0 19 0 13741200 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980753137360 139980584885908 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30306] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30306/stat : 30306 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980714637480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30307] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30307/stat : 30307 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980713584936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30308] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30308/stat : 30308 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980712532392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30309] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30309/stat : 30309 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980711479848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30310] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30310/stat : 30310 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980710427304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30311] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30311/stat : 30311 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980709374760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30312] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30312/stat : 30312 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980708322216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30313] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30313/stat : 30313 (java) S 30300 30303 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980707269672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30314] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30314/stat : 30314 (java) S 30300 30303 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13741202 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980576880744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30315] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30315/stat : 30315 (java) S 30300 30303 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980575827064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30316] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30316/stat : 30316 (java) S 30300 30303 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980574774408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30317] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30317/stat : 30317 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980573723152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30318] ppid=30300 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/30303/task/30318/stat : 30318 (java) S 30300 30303 24719 0 -1 4202560 3048 0 0 0 33 0 0 0 20 0 19 0 13741205 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980572670520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30319] ppid=30300 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/30303/task/30319/stat : 30319 (java) S 30300 30303 24719 0 -1 4202560 3657 0 0 0 29 0 0 0 20 0 19 0 13741205 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980571617976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30320] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30320/stat : 30320 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980570565624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30321] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30321/stat : 30321 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139980569513288 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30322] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30322/stat : 30322 (java) S 30300 30303 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13741231 9856040960 11359 33554432000 1073741824 1073778376 140736911027824 139979560837928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.05 2.14 2.16 4/213 30322
/proc/meminfo: memFree=30468732/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=9625040 CPUtime=3.74 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 24719 0 -1 4202496 10409 0 1 0 372 2 0 0 20 0 19 0 13741199 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 140736911018960 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30303/statm: 2406260 12383 2267 9 0 2396937 0
[pid=30303/tid=30305] ppid=30300 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/30303/task/30305/stat : 30305 (java) R 30300 30303 24719 0 -1 4202560 2426 0 1 0 305 1 0 0 20 0 19 0 13741200 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980753137360 139980584885959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30306] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30306/stat : 30306 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980714637480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30307] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30307/stat : 30307 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980713584936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30308] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30308/stat : 30308 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980712532392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30309] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30309/stat : 30309 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980711479848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30310] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30310/stat : 30310 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980710427304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30311] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30311/stat : 30311 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980709374760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30312] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30312/stat : 30312 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980708322216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30313] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30313/stat : 30313 (java) S 30300 30303 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980707269672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30314] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30314/stat : 30314 (java) S 30300 30303 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13741202 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980576880744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30315] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30315/stat : 30315 (java) S 30300 30303 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980575827064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30316] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30316/stat : 30316 (java) S 30300 30303 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980574774408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30317] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30317/stat : 30317 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980573723152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30318] ppid=30300 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/30303/task/30318/stat : 30318 (java) S 30300 30303 24719 0 -1 4202560 3048 0 0 0 33 0 0 0 20 0 19 0 13741205 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980572670520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30319] ppid=30300 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/30303/task/30319/stat : 30319 (java) S 30300 30303 24719 0 -1 4202560 3657 0 0 0 29 0 0 0 20 0 19 0 13741205 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980571617976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30320] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30320/stat : 30320 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980570565624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30321] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30321/stat : 30321 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139980569513288 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30322] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30322/stat : 30322 (java) S 30300 30303 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13741231 9856040960 12383 33554432000 1073741824 1073778376 140736911027824 139979560837928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.04 2.14 2.16 3/213 30322
/proc/meminfo: memFree=30462588/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=9625040 CPUtime=7.02 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 24719 0 -1 4202496 11566 0 1 0 700 2 0 0 20 0 19 0 13741199 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 140736911018960 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30303/statm: 2406260 13866 2268 9 0 2396937 0
[pid=30303/tid=30305] ppid=30300 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/30303/task/30305/stat : 30305 (java) R 30300 30303 24719 0 -1 4202560 2430 0 1 0 624 1 0 0 20 0 19 0 13741200 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980753137344 139980584885656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30306] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30306/stat : 30306 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980714637480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30307] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30307/stat : 30307 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980713584936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30308] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30308/stat : 30308 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980712532392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30309] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30309/stat : 30309 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980711479848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30310] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30310/stat : 30310 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980710427304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30311] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30311/stat : 30311 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980709374760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30312] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30312/stat : 30312 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980708322216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30313] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30313/stat : 30313 (java) S 30300 30303 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980707269672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30314] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30314/stat : 30314 (java) S 30300 30303 24719 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 13741202 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980576880744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30315] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30315/stat : 30315 (java) S 30300 30303 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980575827064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30316] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30316/stat : 30316 (java) S 30300 30303 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980574774408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30317] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30317/stat : 30317 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980573723152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30318] ppid=30300 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/30303/task/30318/stat : 30318 (java) S 30300 30303 24719 0 -1 4202560 4200 0 0 0 42 0 0 0 20 0 19 0 13741205 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980572670520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30319] ppid=30300 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/30303/task/30319/stat : 30319 (java) S 30300 30303 24719 0 -1 4202560 3657 0 0 0 29 0 0 0 20 0 19 0 13741205 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980571617976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30320] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30320/stat : 30320 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980570565624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30321] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30321/stat : 30321 (java) S 30300 30303 24719 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139980569513288 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30322] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30322/stat : 30322 (java) S 30300 30303 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13741231 9856040960 13866 33554432000 1073741824 1073778376 140736911027824 139979560837928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625040


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

[pid=30303/tid=30315] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30315/stat : 30315 (java) S 30300 30303 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 28431 33554432000 1073741824 1073778376 140736911027824 139980575827064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30316] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30316/stat : 30316 (java) S 30300 30303 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 28431 33554432000 1073741824 1073778376 140736911027824 139980574774408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30317] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30317/stat : 30317 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 28431 33554432000 1073741824 1073778376 140736911027824 139980573723152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30318] ppid=30300 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/30303/task/30318/stat : 30318 (java) S 30300 30303 24719 0 -1 4202560 11725 0 0 0 82 1 0 0 20 0 19 0 13741205 9856040960 28431 33554432000 1073741824 1073778376 140736911027824 139980572670520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30319] ppid=30300 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/30303/task/30319/stat : 30319 (java) S 30300 30303 24719 0 -1 4202560 3657 0 0 0 31 0 0 0 20 0 19 0 13741205 9856040960 28431 33554432000 1073741824 1073778376 140736911027824 139980571617976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30320] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30320/stat : 30320 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 28431 33554432000 1073741824 1073778376 140736911027824 139980570565624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30321] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30321/stat : 30321 (java) S 30300 30303 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 28431 33554432000 1073741824 1073778376 140736911027824 139980569513288 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30322] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30322/stat : 30322 (java) S 30300 30303 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13741231 9856040960 28431 33554432000 1073741824 1073778376 140736911027824 139979560837928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 36.37
Current children cumulated vsize (KiB) 9625040

[startup+36.0009 s]
/proc/loadavg: 2.15 2.16 2.17 3/213 30322
/proc/meminfo: memFree=30401912/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=9625040 CPUtime=37.32 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 24719 0 -1 4202496 23992 0 1 0 3726 6 0 0 20 0 19 0 13741199 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 140736911018960 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30303/statm: 2406260 32429 2269 9 0 2396937 0
[pid=30303/tid=30305] ppid=30300 vsize=9625040 CPUtime=35.87 cores=1,3,5,7
/proc/30303/task/30305/stat : 30305 (java) R 30300 30303 24719 0 -1 4202560 2454 0 1 0 3585 2 0 0 20 0 19 0 13741200 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980753137328 139980584825507 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30306] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30306/stat : 30306 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980714637480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30307] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30307/stat : 30307 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980713584936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30308] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30308/stat : 30308 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980712532392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30309] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30309/stat : 30309 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980711479848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30310] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30310/stat : 30310 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980710427304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30311] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30311/stat : 30311 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980709374760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30312] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30312/stat : 30312 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980708322216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30313] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30313/stat : 30313 (java) S 30300 30303 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980707269672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30314] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30314/stat : 30314 (java) S 30300 30303 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13741202 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980576880744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30315] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30315/stat : 30315 (java) S 30300 30303 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980575827064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30316] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30316/stat : 30316 (java) S 30300 30303 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980574774408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30317] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30317/stat : 30317 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980573723152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30318] ppid=30300 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/30303/task/30318/stat : 30318 (java) S 30300 30303 24719 0 -1 4202560 11725 0 0 0 82 1 0 0 20 0 19 0 13741205 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980572670520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30319] ppid=30300 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/30303/task/30319/stat : 30319 (java) R 30300 30303 24719 0 -1 4202560 8530 0 0 0 45 1 0 0 20 0 19 0 13741205 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980571617976 139980756052056 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30320] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30320/stat : 30320 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980570565624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30321] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30321/stat : 30321 (java) S 30300 30303 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139980569513288 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30322] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30322/stat : 30322 (java) S 30300 30303 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13741231 9856040960 32429 33554432000 1073741824 1073778376 140736911027824 139979560837928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 37.32
Current children cumulated vsize (KiB) 9625040

[startup+36.4078 s]
/proc/loadavg: 2.14 2.16 2.17 3/213 30322
/proc/meminfo: memFree=30383436/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=9625040 CPUtime=37.96 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 24719 0 -1 4202496 25817 0 1 0 3790 6 0 0 20 0 19 0 13741199 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 140736911018960 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30303/statm: 2406260 32984 2269 9 0 2396937 0
[pid=30303/tid=30305] ppid=30300 vsize=9625040 CPUtime=36.28 cores=1,3,5,7
/proc/30303/task/30305/stat : 30305 (java) R 30300 30303 24719 0 -1 4202560 2455 0 1 0 3626 2 0 0 20 0 19 0 13741200 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980753146280 139980584885900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30306] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30306/stat : 30306 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980714637480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30307] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30307/stat : 30307 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980713584936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30308] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30308/stat : 30308 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980712532392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30309] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30309/stat : 30309 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980711479848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30310] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30310/stat : 30310 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980710427304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30311] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30311/stat : 30311 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980709374760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30312] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30312/stat : 30312 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980708322216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30313] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30313/stat : 30313 (java) S 30300 30303 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980707269672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30314] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30314/stat : 30314 (java) S 30300 30303 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13741202 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980576880744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30315] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30315/stat : 30315 (java) S 30300 30303 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980575827064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30316] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30316/stat : 30316 (java) S 30300 30303 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980574774408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30317] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30317/stat : 30317 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980573723152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30318] ppid=30300 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/30303/task/30318/stat : 30318 (java) S 30300 30303 24719 0 -1 4202560 11725 0 0 0 83 1 0 0 20 0 19 0 13741205 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980572670520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30319] ppid=30300 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/30303/task/30319/stat : 30319 (java) S 30300 30303 24719 0 -1 4202560 10354 0 0 0 69 1 0 0 20 0 19 0 13741205 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980571617976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30320] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30320/stat : 30320 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980570565624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30321] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30321/stat : 30321 (java) S 30300 30303 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980569513288 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30322] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30322/stat : 30322 (java) S 30300 30303 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13741231 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139979560837928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 37.96
Current children cumulated vsize (KiB) 9625040

[startup+36.5008 s]
/proc/loadavg: 2.14 2.16 2.17 3/213 30322
/proc/meminfo: memFree=30383436/32872528 swapFree=1103228/1182944
[pid=30303] ppid=30300 vsize=9625040 CPUtime=38.05 cores=1,3,5,7
/proc/30303/stat : 30303 (java) S 30300 30303 24719 0 -1 4202496 25817 0 1 0 3799 6 0 0 20 0 19 0 13741199 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 140736911018960 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/30303/statm: 2406260 32984 2269 9 0 2396937 0
[pid=30303/tid=30305] ppid=30300 vsize=9625040 CPUtime=36.37 cores=1,3,5,7
/proc/30303/task/30305/stat : 30305 (java) R 30300 30303 24719 0 -1 4202560 2455 0 1 0 3635 2 0 0 20 0 19 0 13741200 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980753144984 139980584824690 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30306] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30306/stat : 30306 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980714637480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30307] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30307/stat : 30307 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980713584936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30308] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30308/stat : 30308 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980712532392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=30303/tid=30309] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30309/stat : 30309 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980711479848 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30310] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30310/stat : 30310 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980710427304 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30311] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30311/stat : 30311 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980709374760 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=30303/tid=30312] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30312/stat : 30312 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980708322216 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30313] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30313/stat : 30313 (java) S 30300 30303 24719 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 13741201 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980707269672 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30314] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30314/stat : 30314 (java) S 30300 30303 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13741202 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980576880744 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30315] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30315/stat : 30315 (java) S 30300 30303 24719 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980575827064 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30316] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30316/stat : 30316 (java) S 30300 30303 24719 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 13741203 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980574774408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30317] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30317/stat : 30317 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980573723152 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30318] ppid=30300 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/30303/task/30318/stat : 30318 (java) S 30300 30303 24719 0 -1 4202560 11725 0 0 0 83 1 0 0 20 0 19 0 13741205 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980572670520 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30319] ppid=30300 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/30303/task/30319/stat : 30319 (java) S 30300 30303 24719 0 -1 4202560 10354 0 0 0 69 1 0 0 20 0 19 0 13741205 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980571617976 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30320] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30320/stat : 30320 (java) S 30300 30303 24719 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980570565624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=30303/tid=30321] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30321/stat : 30321 (java) S 30300 30303 24719 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 13741205 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139980569513288 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=30303/tid=30322] ppid=30300 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/30303/task/30322/stat : 30322 (java) S 30300 30303 24719 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 13741231 9856040960 32984 33554432000 1073741824 1073778376 140736911027824 139979560837928 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 38.05
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 30303 and gives
#  childrusage.ru_utime.tv_sec=37
#  childrusage.ru_utime.tv_usec=916235
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=81987
# CPU time returned by wait4() is 37.9982
# while last known CPU time is 38.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 36.5358
CPU time (s): 38.05
CPU user time (s): 37.99
CPU system time (s): 0.06
CPU usage (%): 104.144
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.9162
system time used= 0.081987
maximum resident set size= 134048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25840
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= 1071
involuntary context switches= 128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.212967 second user time and 0.25796 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-17 00:42:02
IDJOB=4097209
IDBENCH=107724
IDSOLVER=2546
FILE ID=node115/4097209-1466116922
RUNJOBID= node115-1466113234-27741
PBS_JOBID= 19904041
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/quimper/SyncCodes/d_n_k/normalized-8_6_21.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4097209-1466116922/watcher-4097209-1466116922 -o /tmp/evaluation-result-4097209-1466116922/solver-4097209-1466116922 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1466113234-27741 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4097209-1466116922.opb

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

MD5SUM BENCH= 33432edf41d055824305b361814c232f
RANDOM SEED=1614420309

node115.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.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.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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.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:        30509072 kB
Buffers:           73660 kB
Cached:           121576 kB
SwapCached:         2104 kB
Active:           353852 kB
Inactive:         119952 kB
Active(anon):     277300 kB
Inactive(anon):     3632 kB
Active(file):      76552 kB
Inactive(file):   116320 kB
Unevictable:     1182944 kB
Mlocked:         1103228 kB
SwapTotal:      67108856 kB
SwapFree:       67099112 kB
Dirty:               900 kB
Writeback:            48 kB
AnonPages:       1468700 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             571060 kB
SReclaimable:      14340 kB
SUnreclaim:       556720 kB
KernelStack:        1752 kB
PageTables:         7156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1930312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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= 71740 MiB
End job on node115 at 2016-06-17 00:42:39