Trace number 4103540

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 PB16? (TO) 1800.84 1791.65

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-fit2p.opb
MD5SUM61513bc338a8ab1ef0a0cedf59bc2ac8
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 223035388
Optimality of the best value was proved NO
Number of variables293602
Total number of constraints10500
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 constraints10500
Minimum length of a constraint13
Maximum length of a constraint612
Number of terms in the objective function 246163
Biggest coefficient in the objective function 10737418240
Number of bits for the biggest coefficient in the objective function 34
Sum of the numbers in the objective function 43487073153772
Number of bits of the sum of numbers in the objective function 46
Biggest number in a constraint 31729070899200
Number of bits of the biggest number in a constraint 45
Biggest sum of numbers in a constraint 103505525327531
Number of bits of the biggest sum of numbers47
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103540-1466243108.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
6.76/4.80	c ... done. Wall clock time 4.687s.
6.76/4.80	c declared #vars     293602
6.76/4.80	c #constraints  13500
6.76/4.80	c constraints type 
6.76/4.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 13500
6.76/4.80	c 13500 constraints processed.
6.76/4.80	c objective function length is 246163 literals
212.18/208.20	c cleaning 2483 clauses out of 5000 with flag 125078/5000
243.43/238.84	c cleaning 4259 clauses out of 8517 with flag 139719/11000
251.27/246.45	c cleaning 5629 clauses out of 11258 with flag 153719/18000
262.50/257.37	c cleaning 6814 clauses out of 13630 with flag 169721/26001
274.09/268.64	c cleaning 7908 clauses out of 15815 with flag 187719/35000
290.30/284.58	c cleaning 8955 clauses out of 17910 with flag 207725/45003
311.65/305.60	c cleaning 9978 clauses out of 19955 with flag 229725/56003
336.08/329.58	c cleaning 10984 clauses out of 21975 with flag 253721/68001
363.04/355.80	c cleaning 11988 clauses out of 23991 with flag 279721/81001
391.46/384.10	c cleaning 13000 clauses out of 26003 with flag 307721/95001
422.57/415.13	c cleaning 13998 clauses out of 28002 with flag 337719/110000
456.19/448.68	c cleaning 14996 clauses out of 30004 with flag 369719/126000
491.79/484.14	c cleaning 15998 clauses out of 32008 with flag 403719/143000
528.48/520.65	c cleaning 17001 clauses out of 34011 with flag 439721/161001
568.13/560.10	c cleaning 18005 clauses out of 36010 with flag 477721/180001
596.59/588.47	c cleaning 19002 clauses out of 38005 with flag 517733/200001
602.09/593.96	c cleaning 19997 clauses out of 40003 with flag 559782/221001
611.30/603.17	c cleaning 20998 clauses out of 42005 with flag 603858/243000
620.70/612.50	c cleaning 21991 clauses out of 44008 with flag 651765/266001
631.10/622.93	c cleaning 22994 clauses out of 46017 with flag 699860/290001
641.10/632.96	c cleaning 23996 clauses out of 48022 with flag 749950/315000
651.20/643.00	c cleaning 25000 clauses out of 50027 with flag 802188/341001
664.00/655.80	c cleaning 26002 clauses out of 52026 with flag 856422/368000
681.29/673.14	c cleaning 26998 clauses out of 54024 with flag 912469/396000
701.89/693.79	c cleaning 28005 clauses out of 56027 with flag 970572/425001
721.79/713.66	c cleaning 28994 clauses out of 58022 with flag 1031624/455001
743.80/735.66	c cleaning 30000 clauses out of 60027 with flag 1094786/486000
769.30/761.15	c cleaning 30999 clauses out of 62027 with flag 1159261/518000
797.50/789.35	c cleaning 32001 clauses out of 64028 with flag 1225936/551000
830.31/822.11	c cleaning 33000 clauses out of 66028 with flag 1294212/585001
867.51/859.38	c cleaning 34004 clauses out of 68028 with flag 1364399/620001
906.22/898.00	c cleaning 34999 clauses out of 70024 with flag 1436646/656001
952.62/944.43	c cleaning 36003 clauses out of 72024 with flag 1510695/693000
997.42/989.24	c cleaning 36997 clauses out of 74022 with flag 1586774/731001
1040.93/1032.74	c cleaning 38001 clauses out of 76024 with flag 1664929/770000
1090.14/1081.91	c cleaning 38999 clauses out of 78024 with flag 1745010/810001
1145.15/1136.92	c cleaning 40001 clauses out of 80024 with flag 1827077/851000
1204.76/1196.58	c cleaning 40996 clauses out of 82023 with flag 1911089/893000
1264.67/1256.43	c cleaning 42002 clauses out of 84029 with flag 1997133/936002
1331.18/1322.90	c cleaning 43003 clauses out of 86027 with flag 2085163/980002
1395.68/1387.42	c cleaning 43993 clauses out of 88022 with flag 2175186/1025000
1463.44/1455.09	c cleaning 45006 clauses out of 90030 with flag 2267212/1071001
1536.36/1527.94	c cleaning 46004 clauses out of 92024 with flag 2361252/1118001
1615.26/1606.85	c cleaning 46999 clauses out of 94019 with flag 2457259/1166000
1700.87/1692.41	c cleaning 47994 clauses out of 96021 with flag 2555295/1215001
1790.28/1781.89	c cleaning 49002 clauses out of 98026 with flag 2655295/1265000
1800.08/1791.60	c starts		: 137
1800.08/1791.60	c conflicts		: 1272993
1800.08/1791.60	c decisions		: 35759913
1800.08/1791.60	c propagations		: 78080031
1800.08/1791.60	c inspects		: 24043976310
1800.08/1791.60	c shortcuts		: 0
1800.08/1791.60	c learnt literals	: 0
1800.08/1791.60	c learnt binary clauses	: 0
1800.08/1791.60	c learnt ternary clauses	: 0
1800.08/1791.60	c learnt constraints	: 1272993
1800.08/1791.60	c ignored constraints	: 0
1800.08/1791.60	c root simplifications	: 0
1800.08/1791.60	c removed literals (reason simplification)	: 0
1800.08/1791.60	c reason swapping (by a shorter reason)	: 0
1800.08/1791.60	c Calls to reduceDB	: 46
1800.08/1791.60	c Number of update (reduction) of LBD	: 6346
1800.08/1791.60	c Imported unit clauses	: 0
1800.08/1791.60	c number of reductions to clauses (during analyze)	: 0
1800.08/1791.60	c number of learned constraints concerned by reduction	: 0
1800.08/1791.60	c number of learning phase by resolution	: 0
1800.08/1791.60	c number of learning phase by cutting planes	: 0
1800.08/1791.60	c speed (assignments/second)	: 43701.13596040034
1800.08/1791.60	c non guided choices	5527802
1800.08/1791.62	c learnt constraints type 
1800.08/1791.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57018
1800.08/1791.62	s UNKNOWN
1800.08/1791.62	c Total wall clock time (in seconds): 1791.513

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-4103540-1466243108/watcher-4103540-1466243108 -o /tmp/evaluation-result-4103540-1466243108/solver-4103540-1466243108 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103540-1466243108.opb 

pid=16692
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.15 2.05 1.93 3/194 16695
/proc/meminfo: memFree=28081752/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/16695/stat : 16695 (java) D 16692 16695 16325 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 26356531 9515008 185 33554432000 1073741824 1073778376 140736061655952 140736061645016 206619897127 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2323 185 143 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.15 2.05 1.93 3/194 16695
/proc/meminfo: memFree=28081752/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16695/stat : 16695 (java) S 16692 16695 16325 0 -1 4202496 4400 0 1 0 8 1 0 0 20 0 18 0 26356531 9787879424 6037 33554432000 1073741824 1073778376 140736061655952 140736061647088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2389619 6037 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 2.15 2.05 1.93 3/194 16695
/proc/meminfo: memFree=28081752/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/16695/stat : 16695 (java) S 16692 16695 16325 0 -1 4202496 5161 0 1 0 29 1 0 0 20 0 18 0 26356531 9787879424 8657 33554432000 1073741824 1073778376 140736061655952 140736061647088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2389619 8657 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 2.15 2.05 1.93 3/194 16695
/proc/meminfo: memFree=28081752/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/16695/stat : 16695 (java) S 16692 16695 16325 0 -1 4202496 6178 0 1 0 45 2 0 0 20 0 18 0 26356531 9787879424 14757 33554432000 1073741824 1073778376 140736061655952 140736061647088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2389619 14757 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700205 s]
/proc/loadavg: 2.15 2.05 1.93 3/194 16695
/proc/meminfo: memFree=28081752/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9558476 CPUtime=1 cores=0,2,4,6
/proc/16695/stat : 16695 (java) S 16692 16695 16325 0 -1 4202496 6423 0 1 0 94 6 0 0 20 0 18 0 26356531 9787879424 45109 33554432000 1073741824 1073778376 140736061655952 140736061647088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2389619 45109 2248 9 0 2380296 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9558476

[startup+1.50084 s]
/proc/loadavg: 2.15 2.05 1.93 3/212 16713
/proc/meminfo: memFree=27847048/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9558476 CPUtime=2.31 cores=0,2,4,6
/proc/16695/stat : 16695 (java) S 16692 16695 16325 0 -1 4202496 11986 0 1 0 217 14 0 0 20 0 18 0 26356531 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140736061647088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2389619 71963 2269 9 0 2380296 0
[pid=16695/tid=16697] ppid=16692 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/16695/task/16697/stat : 16697 (java) R 16692 16695 16325 0 -1 4202560 2483 0 1 0 133 4 0 0 20 0 18 0 26356532 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551507443680 206632445197 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16698] ppid=16692 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/16695/task/16698/stat : 16698 (java) S 16692 16695 16325 0 -1 4202560 140 0 0 0 4 2 0 0 20 0 18 0 26356533 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551468943528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16699] ppid=16692 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/16695/task/16699/stat : 16699 (java) S 16692 16695 16325 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 26356533 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551467890984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16700] ppid=16692 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/16695/task/16700/stat : 16700 (java) S 16692 16695 16325 0 -1 4202560 127 0 0 0 4 1 0 0 20 0 18 0 26356533 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551466838440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16701] ppid=16692 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/16695/task/16701/stat : 16701 (java) S 16692 16695 16325 0 -1 4202560 83 0 0 0 2 2 0 0 20 0 18 0 26356533 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551465785896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16702] ppid=16692 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/16695/task/16702/stat : 16702 (java) S 16692 16695 16325 0 -1 4202560 28 0 0 0 1 0 0 0 20 0 18 0 26356533 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551464733352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16703] ppid=16692 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/16695/task/16703/stat : 16703 (java) S 16692 16695 16325 0 -1 4202560 104 0 0 0 2 1 0 0 20 0 18 0 26356533 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551463680808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16704] ppid=16692 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/16695/task/16704/stat : 16704 (java) S 16692 16695 16325 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 26356533 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551345138600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16705] ppid=16692 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/16695/task/16705/stat : 16705 (java) S 16692 16695 16325 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 26356533 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551344086056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16706] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16706/stat : 16706 (java) S 16692 16695 16325 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 26356534 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551331674216 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16707] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16707/stat : 16707 (java) S 16692 16695 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26356535 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551330620536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16708] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16708/stat : 16708 (java) S 16692 16695 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26356535 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140551329567880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16709] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16709/stat : 16709 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26356537 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140550590163472 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16710] ppid=16692 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/16695/task/16710/stat : 16710 (java) S 16692 16695 16325 0 -1 4202560 2483 0 0 0 24 0 0 0 20 0 18 0 26356537 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140550589110840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16711] ppid=16692 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/16695/task/16711/stat : 16711 (java) S 16692 16695 16325 0 -1 4202560 5175 0 0 0 31 0 0 0 20 0 18 0 26356537 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140550588058296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16712] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16712/stat : 16712 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26356537 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140550587005944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16713] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16713/stat : 16713 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26356537 9787879424 71963 33554432000 1073741824 1073778376 140736061655952 140550585953608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.15 2.05 1.93 3/212 16713
/proc/meminfo: memFree=27667880/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9558476 CPUtime=4.54 cores=0,2,4,6
/proc/16695/stat : 16695 (java) S 16692 16695 16325 0 -1 4202496 12773 0 1 0 421 33 0 0 20 0 18 0 26356531 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140736061647088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2389619 136921 2269 9 0 2380296 0
[pid=16695/tid=16697] ppid=16692 vsize=9558476 CPUtime=2.78 cores=0,2,4,6
/proc/16695/task/16697/stat : 16697 (java) R 16692 16695 16325 0 -1 4202560 2719 0 1 0 272 6 0 0 20 0 18 0 26356532 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551507443680 140551345674680 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16698] ppid=16692 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/16695/task/16698/stat : 16698 (java) S 16692 16695 16325 0 -1 4202560 229 0 0 0 17 6 0 0 20 0 18 0 26356533 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551468943528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16699] ppid=16692 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/16695/task/16699/stat : 16699 (java) S 16692 16695 16325 0 -1 4202560 74 0 0 0 10 4 0 0 20 0 18 0 26356533 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551467890984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16700] ppid=16692 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/16695/task/16700/stat : 16700 (java) S 16692 16695 16325 0 -1 4202560 165 0 0 0 11 4 0 0 20 0 18 0 26356533 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551466838440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16701] ppid=16692 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16695/task/16701/stat : 16701 (java) S 16692 16695 16325 0 -1 4202560 121 0 0 0 8 3 0 0 20 0 18 0 26356533 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551465785896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16702] ppid=16692 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/16695/task/16702/stat : 16702 (java) S 16692 16695 16325 0 -1 4202560 80 0 0 0 8 3 0 0 20 0 18 0 26356533 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551464733352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16703] ppid=16692 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/16695/task/16703/stat : 16703 (java) S 16692 16695 16325 0 -1 4202560 199 0 0 0 7 3 0 0 20 0 18 0 26356533 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551463680808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16704] ppid=16692 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/16695/task/16704/stat : 16704 (java) S 16692 16695 16325 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 18 0 26356533 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551345138600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16705] ppid=16692 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16695/task/16705/stat : 16705 (java) S 16692 16695 16325 0 -1 4202560 43 0 0 0 6 2 0 0 20 0 18 0 26356533 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551344086056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16706] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16706/stat : 16706 (java) S 16692 16695 16325 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 26356534 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551331674216 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16707] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16707/stat : 16707 (java) S 16692 16695 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 26356535 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551330620536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16708] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16708/stat : 16708 (java) S 16692 16695 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 26356535 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140551329567880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16709] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16709/stat : 16709 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26356537 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140550590163472 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16710] ppid=16692 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/16695/task/16710/stat : 16710 (java) S 16692 16695 16325 0 -1 4202560 2483 0 0 0 28 0 0 0 20 0 18 0 26356537 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140550589110840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16711] ppid=16692 vsize=9558476 CPUtime=0.36 cores=0,2,4,6
/proc/16695/task/16711/stat : 16711 (java) S 16692 16695 16325 0 -1 4202560 5175 0 0 0 36 0 0 0 20 0 18 0 26356537 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140550588058296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16712] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16712/stat : 16712 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26356537 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140550587005944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16713] ppid=16692 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16713/stat : 16713 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 26356537 9787879424 136921 33554432000 1073741824 1073778376 140736061655952 140550585953608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.54
Current children cumulated vsize (KiB) 9558476

[startup+6.30088 s]
/proc/loadavg: 2.13 2.05 1.93 4/213 16780
/proc/meminfo: memFree=30169616/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9625040 CPUtime=8.68 cores=0,2,4,6
/proc/16695/stat : 16695 (java) S 16692 16695 16325 0 -1 4202496 14311 0 1 0 819 49 0 0 20 0 19 0 26356531 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140736061647088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2406260 217405 2288 9 0 2396937 0
[pid=16695/tid=16697] ppid=16692 vsize=9625040 CPUtime=5.24 cores=0,2,4,6
/proc/16695/task/16697/stat : 16697 (java) R 16692 16695 16325 0 -1 4202560 2810 0 1 0 515 9 0 0 20 0 19 0 26356532 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551507450392 140551345973896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16698] ppid=16692 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/16695/task/16698/stat : 16698 (java) S 16692 16695 16325 0 -1 4202560 266 0 0 0 25 8 0 0 20 0 19 0 26356533 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551468943528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16699] ppid=16692 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/16695/task/16699/stat : 16699 (java) S 16692 16695 16325 0 -1 4202560 226 0 0 0 15 5 0 0 20 0 19 0 26356533 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551467890984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16700] ppid=16692 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/16695/task/16700/stat : 16700 (java) S 16692 16695 16325 0 -1 4202560 224 0 0 0 25 7 0 0 20 0 19 0 26356533 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551466838440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16701] ppid=16692 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/16695/task/16701/stat : 16701 (java) S 16692 16695 16325 0 -1 4202560 163 0 0 0 18 5 0 0 20 0 19 0 26356533 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551465785896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16702] ppid=16692 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/16695/task/16702/stat : 16702 (java) S 16692 16695 16325 0 -1 4202560 100 0 0 0 12 4 0 0 20 0 19 0 26356533 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551464733352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16703] ppid=16692 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/16695/task/16703/stat : 16703 (java) S 16692 16695 16325 0 -1 4202560 219 0 0 0 12 3 0 0 20 0 19 0 26356533 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551463680808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16704] ppid=16692 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/16695/task/16704/stat : 16704 (java) S 16692 16695 16325 0 -1 4202560 57 0 0 0 9 3 0 0 20 0 19 0 26356533 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551345138600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16705] ppid=16692 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/16695/task/16705/stat : 16705 (java) S 16692 16695 16325 0 -1 4202560 62 0 0 0 11 3 0 0 20 0 19 0 26356533 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551344086056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16706] ppid=16692 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/16695/task/16706/stat : 16706 (java) S 16692 16695 16325 0 -1 4202560 828 0 0 0 56 0 0 0 20 0 19 0 26356534 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551331674216 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16707] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16707/stat : 16707 (java) S 16692 16695 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26356535 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551330620536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16708] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16708/stat : 16708 (java) S 16692 16695 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26356535 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140551329567880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16709] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16709/stat : 16709 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140550590163472 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16710] ppid=16692 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/16695/task/16710/stat : 16710 (java) S 16692 16695 16325 0 -1 4202560 2488 0 0 0 44 0 0 0 20 0 19 0 26356537 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140550589110840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16711] ppid=16692 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/16695/task/16711/stat : 16711 (java) S 16692 16695 16325 0 -1 4202560 5610 0 0 0 62 1 0 0 20 0 19 0 26356537 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140550588058296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16712] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16712/stat : 16712 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140550587005944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16713] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16713/stat : 16713 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140550585953608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16780] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16780/stat : 16780 (java) S 16692 16695 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26357024 9856040960 217405 33554432000 1073741824 1073778376 140736061655952 140550584898344 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.12 2.05 1.93 3/213 16780
/proc/meminfo: memFree=30171708/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9625040 CPUtime=15.12 cores=0,2,4,6

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

[pid=16695/tid=16707] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16707/stat : 16707 (java) S 16692 16695 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26356535 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551330620536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16708] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16708/stat : 16708 (java) S 16692 16695 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26356535 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551329567880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16709] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16709/stat : 16709 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550590163472 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16710] ppid=16692 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/16695/task/16710/stat : 16710 (java) S 16692 16695 16325 0 -1 4202560 2490 0 0 0 49 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550589110840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16711] ppid=16692 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/16695/task/16711/stat : 16711 (java) S 16692 16695 16325 0 -1 4202560 5622 0 0 0 78 1 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550588058296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16712] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16712/stat : 16712 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550587005944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16713] ppid=16692 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/16695/task/16713/stat : 16713 (java) S 16692 16695 16325 0 -1 4202560 94 0 0 0 29 32 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550585953608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16780] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16780/stat : 16780 (java) S 16692 16695 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26357024 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550584898344 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1670.76
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/213 16846
/proc/meminfo: memFree=27334684/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9625040 CPUtime=1730.77 cores=0,2,4,6
/proc/16695/stat : 16695 (java) S 16692 16695 16325 0 -1 4202496 18672 0 1 0 172907 170 0 0 20 0 19 0 26356531 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140736061647088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2406260 530209 2293 9 0 2396937 0
[pid=16695/tid=16697] ppid=16692 vsize=9625040 CPUtime=1719.18 cores=0,2,4,6
/proc/16695/task/16697/stat : 16697 (java) R 16692 16695 16325 0 -1 4202560 3529 0 1 0 171875 43 0 0 20 0 19 0 26356532 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551507443392 140551346081474 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16698] ppid=16692 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/16695/task/16698/stat : 16698 (java) S 16692 16695 16325 0 -1 4202560 765 0 0 0 105 20 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551468943528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16699] ppid=16692 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/16695/task/16699/stat : 16699 (java) S 16692 16695 16325 0 -1 4202560 411 0 0 0 94 16 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551467890984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16700] ppid=16692 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/16695/task/16700/stat : 16700 (java) S 16692 16695 16325 0 -1 4202560 405 0 0 0 101 17 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551466838440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16701] ppid=16692 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/16695/task/16701/stat : 16701 (java) S 16692 16695 16325 0 -1 4202560 619 0 0 0 122 20 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551465785896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16702] ppid=16692 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/16695/task/16702/stat : 16702 (java) S 16692 16695 16325 0 -1 4202560 543 0 0 0 101 17 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551464733352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16703] ppid=16692 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/16695/task/16703/stat : 16703 (java) S 16692 16695 16325 0 -1 4202560 589 0 0 0 100 12 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551463680808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16704] ppid=16692 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/16695/task/16704/stat : 16704 (java) S 16692 16695 16325 0 -1 4202560 387 0 0 0 89 13 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551345138600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16705] ppid=16692 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/16695/task/16705/stat : 16705 (java) S 16692 16695 16325 0 -1 4202560 739 0 0 0 105 16 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551344086056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16706] ppid=16692 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/16695/task/16706/stat : 16706 (java) S 16692 16695 16325 0 -1 4202560 1218 0 0 0 57 3 0 0 20 0 19 0 26356534 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551331674216 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16707] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16707/stat : 16707 (java) S 16692 16695 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26356535 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551330620536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16708] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16708/stat : 16708 (java) S 16692 16695 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26356535 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551329567880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16709] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16709/stat : 16709 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550590163472 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16710] ppid=16692 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/16695/task/16710/stat : 16710 (java) S 16692 16695 16325 0 -1 4202560 2490 0 0 0 49 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550589110840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16711] ppid=16692 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/16695/task/16711/stat : 16711 (java) S 16692 16695 16325 0 -1 4202560 5622 0 0 0 78 1 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550588058296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16712] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16712/stat : 16712 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550587005944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16713] ppid=16692 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/16695/task/16713/stat : 16713 (java) S 16692 16695 16325 0 -1 4202560 98 0 0 0 31 33 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550585953608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16780] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16780/stat : 16780 (java) S 16692 16695 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26357024 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550584898344 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1730.77
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/213 16847
/proc/meminfo: memFree=27334432/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9625040 CPUtime=1790.78 cores=0,2,4,6
/proc/16695/stat : 16695 (java) S 16692 16695 16325 0 -1 4202496 18676 0 1 0 178907 171 0 0 20 0 19 0 26356531 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140736061647088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2406260 530209 2293 9 0 2396937 0
[pid=16695/tid=16697] ppid=16692 vsize=9625040 CPUtime=1779.18 cores=0,2,4,6
/proc/16695/task/16697/stat : 16697 (java) R 16692 16695 16325 0 -1 4202560 3529 0 1 0 177874 44 0 0 20 0 19 0 26356532 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551507443392 140551346055459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16698] ppid=16692 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/16695/task/16698/stat : 16698 (java) S 16692 16695 16325 0 -1 4202560 765 0 0 0 105 20 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551468943528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16699] ppid=16692 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/16695/task/16699/stat : 16699 (java) S 16692 16695 16325 0 -1 4202560 411 0 0 0 94 16 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551467890984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16700] ppid=16692 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/16695/task/16700/stat : 16700 (java) S 16692 16695 16325 0 -1 4202560 405 0 0 0 101 17 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551466838440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16701] ppid=16692 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/16695/task/16701/stat : 16701 (java) S 16692 16695 16325 0 -1 4202560 619 0 0 0 122 20 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551465785896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16702] ppid=16692 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/16695/task/16702/stat : 16702 (java) S 16692 16695 16325 0 -1 4202560 543 0 0 0 101 17 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551464733352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16703] ppid=16692 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/16695/task/16703/stat : 16703 (java) S 16692 16695 16325 0 -1 4202560 589 0 0 0 100 12 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551463680808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16704] ppid=16692 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/16695/task/16704/stat : 16704 (java) S 16692 16695 16325 0 -1 4202560 387 0 0 0 89 13 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551345138600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16705] ppid=16692 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/16695/task/16705/stat : 16705 (java) S 16692 16695 16325 0 -1 4202560 739 0 0 0 105 16 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551344086056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16706] ppid=16692 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/16695/task/16706/stat : 16706 (java) S 16692 16695 16325 0 -1 4202560 1218 0 0 0 57 3 0 0 20 0 19 0 26356534 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551331674216 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16707] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16707/stat : 16707 (java) S 16692 16695 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26356535 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551330620536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16708] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16708/stat : 16708 (java) S 16692 16695 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26356535 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551329567880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16709] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16709/stat : 16709 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550590163472 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16710] ppid=16692 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/16695/task/16710/stat : 16710 (java) S 16692 16695 16325 0 -1 4202560 2490 0 0 0 49 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550589110840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16711] ppid=16692 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/16695/task/16711/stat : 16711 (java) S 16692 16695 16325 0 -1 4202560 5622 0 0 0 78 1 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550588058296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16712] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16712/stat : 16712 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550587005944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16713] ppid=16692 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/16695/task/16713/stat : 16713 (java) S 16692 16695 16325 0 -1 4202560 102 0 0 0 32 34 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550585953608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16780] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16780/stat : 16780 (java) S 16692 16695 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26357024 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550584898344 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1790.78
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.6 s]
/proc/loadavg: 2.08 2.05 2.00 3/213 16847
/proc/meminfo: memFree=27334312/32872528 swapFree=534252/566956
[pid=16695] ppid=16692 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/16695/stat : 16695 (java) S 16692 16695 16325 0 -1 4202496 18676 0 1 0 179837 171 0 0 20 0 19 0 26356531 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140736061647088 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16695/statm: 2406260 530209 2293 9 0 2396937 0
[pid=16695/tid=16697] ppid=16692 vsize=9625040 CPUtime=1788.48 cores=0,2,4,6
/proc/16695/task/16697/stat : 16697 (java) R 16692 16695 16325 0 -1 4202560 3529 0 1 0 178804 44 0 0 20 0 19 0 26356532 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551507443392 140551346055459 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16698] ppid=16692 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/16695/task/16698/stat : 16698 (java) S 16692 16695 16325 0 -1 4202560 765 0 0 0 105 20 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551468943528 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16699] ppid=16692 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/16695/task/16699/stat : 16699 (java) S 16692 16695 16325 0 -1 4202560 411 0 0 0 94 16 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551467890984 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16700] ppid=16692 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/16695/task/16700/stat : 16700 (java) S 16692 16695 16325 0 -1 4202560 405 0 0 0 101 17 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551466838440 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16701] ppid=16692 vsize=9625040 CPUtime=1.42 cores=0,2,4,6
/proc/16695/task/16701/stat : 16701 (java) S 16692 16695 16325 0 -1 4202560 619 0 0 0 122 20 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551465785896 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16702] ppid=16692 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/16695/task/16702/stat : 16702 (java) S 16692 16695 16325 0 -1 4202560 543 0 0 0 101 17 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551464733352 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16703] ppid=16692 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/16695/task/16703/stat : 16703 (java) S 16692 16695 16325 0 -1 4202560 589 0 0 0 100 12 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551463680808 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16695/tid=16704] ppid=16692 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/16695/task/16704/stat : 16704 (java) S 16692 16695 16325 0 -1 4202560 387 0 0 0 89 13 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551345138600 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16705] ppid=16692 vsize=9625040 CPUtime=1.21 cores=0,2,4,6
/proc/16695/task/16705/stat : 16705 (java) S 16692 16695 16325 0 -1 4202560 739 0 0 0 105 16 0 0 20 0 19 0 26356533 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551344086056 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16706] ppid=16692 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/16695/task/16706/stat : 16706 (java) S 16692 16695 16325 0 -1 4202560 1218 0 0 0 57 3 0 0 20 0 19 0 26356534 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551331674216 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16707] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16707/stat : 16707 (java) S 16692 16695 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 26356535 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551330620536 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16708] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16708/stat : 16708 (java) S 16692 16695 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 26356535 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140551329567880 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16709] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16709/stat : 16709 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550590163472 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16710] ppid=16692 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/16695/task/16710/stat : 16710 (java) S 16692 16695 16325 0 -1 4202560 2490 0 0 0 49 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550589110840 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16695/tid=16711] ppid=16692 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/16695/task/16711/stat : 16711 (java) S 16692 16695 16325 0 -1 4202560 5622 0 0 0 78 1 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550588058296 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16712] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16712/stat : 16712 (java) S 16692 16695 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550587005944 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16695/tid=16713] ppid=16692 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/16695/task/16713/stat : 16713 (java) S 16692 16695 16325 0 -1 4202560 102 0 0 0 32 34 0 0 20 0 19 0 26356537 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550585953608 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16695/tid=16780] ppid=16692 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/16695/task/16780/stat : 16780 (java) S 16692 16695 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 26357024 9856040960 530209 33554432000 1073741824 1073778376 140736061655952 140550584898344 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 16695 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1791.65
CPU time (s): 1800.84
CPU user time (s): 1798.57
CPU system time (s): 2.27265
CPU usage (%): 100.513
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.57
system time used= 2.27265
maximum resident set size= 2121204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18718
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39081
involuntary context switches= 9460

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7424 second user time and 13.153 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 11:45:09
IDJOB=4103540
IDBENCH=2389
IDSOLVER=2546
FILE ID=node138/4103540-1466243108
RUNJOBID= node138-1466241309-16341
PBS_JOBID= 19918205
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-fit2p.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103540-1466243108/watcher-4103540-1466243108 -o /tmp/evaluation-result-4103540-1466243108/solver-4103540-1466243108 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103540-1466243108.opb

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

MD5SUM BENCH= 61513bc338a8ab1ef0a0cedf59bc2ac8
RANDOM SEED=1456727796

node138.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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	: 5332.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28081644 kB
Buffers:          121348 kB
Cached:           158508 kB
SwapCached:         1060 kB
Active:          3309172 kB
Inactive:         170588 kB
Active(anon):    3200608 kB
Inactive(anon):     1696 kB
Active(file):     108564 kB
Inactive(file):   168892 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099636 kB
Dirty:             25796 kB
Writeback:             0 kB
AnonPages:       3745988 kB
Mapped:            15280 kB
Shmem:                 0 kB
Slab:             605932 kB
SReclaimable:      49304 kB
SUnreclaim:       556628 kB
KernelStack:        1600 kB
PageTables:        11896 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4129748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3166208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node138 at 2016-06-18 12:15:01