Trace number 4080491

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 Res+CP PB16? (TO) 1800.87 895.08

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-21.opb
MD5SUM3f7496125222b93dca78bd7d73f5e00c
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 benchmark206.582
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	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.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080491-1465267105.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
2.62/1.59	c ... done. Wall clock time 1.47s.
2.62/1.59	c declared #vars     7351
2.62/1.59	c #constraints  156112
2.62/1.59	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.62/1.59	c constraints type 
2.62/1.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 108492
2.62/1.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
2.62/1.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 31362
2.62/1.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
2.62/1.59	c 156112 constraints processed.
2.62/1.59	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.62/1.59	c constraints type 
2.62/1.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31362
2.62/1.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108492
2.62/1.59	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
2.62/1.59	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15694
2.62/1.59	c 156112 constraints processed.
6.65/2.99	c cleaning 2501 clauses out of 5001 with flag 34869/5001
7.86/3.35	c cleaning 0 clauses out of 5001 with flag 0/5001
10.04/4.37	c cleaning 4250 clauses out of 8502 with flag 72309/11003
11.96/5.25	c cleaning 0 clauses out of 11000 with flag 0/11000
13.54/5.97	c cleaning 5606 clauses out of 11249 with flag 165938/18000
17.35/7.72	c cleaning 6787 clauses out of 13643 with flag 345754/26000
17.35/7.75	c cleaning 0 clauses out of 18000 with flag 0/18000
21.03/9.53	c cleaning 7917 clauses out of 15858 with flag 469368/35002
24.70/11.40	c cleaning 8952 clauses out of 17935 with flag 612223/45001
25.71/11.86	c cleaning 0 clauses out of 26000 with flag 0/26000
28.62/13.29	c cleaning 9964 clauses out of 19980 with flag 740446/56000
32.81/15.39	c cleaning 10943 clauses out of 22016 with flag 918145/68000
37.00/17.47	c cleaning 12016 clauses out of 24075 with flag 1072142/81002
40.26/19.05	c cleaning 13007 clauses out of 26059 with flag 1202136/95002
43.07/20.42	c cleaning 0 clauses out of 35000 with flag 0/35000
44.28/21.03	c cleaning 14022 clauses out of 28050 with flag 1324938/110000
49.31/23.50	c cleaning 14971 clauses out of 30033 with flag 1486095/126005
54.71/26.28	c cleaning 16009 clauses out of 32057 with flag 1671596/143000
59.91/28.89	c cleaning 16949 clauses out of 34048 with flag 1818994/161000
68.60/33.16	c cleaning 18001 clauses out of 36099 with flag 2064302/180000
75.82/36.70	c cleaning 19029 clauses out of 38098 with flag 2230938/200000
80.01/38.83	c cleaning 0 clauses out of 45002 with flag 0/45002
83.61/40.65	c cleaning 20007 clauses out of 40069 with flag 2400046/221000
91.46/44.57	c cleaning 21014 clauses out of 42062 with flag 2627989/243000
99.50/48.57	c cleaning 21974 clauses out of 44048 with flag 2844020/266000
109.09/53.34	c cleaning 22962 clauses out of 46074 with flag 3136652/290000
119.72/58.65	c cleaning 24034 clauses out of 48112 with flag 3484132/315000
124.95/61.21	c cleaning 0 clauses out of 56000 with flag 0/56000
129.55/63.56	c cleaning 24999 clauses out of 50078 with flag 3729202/341000
140.55/69.03	c cleaning 25880 clauses out of 52080 with flag 4046093/368001
151.57/74.59	c cleaning 27101 clauses out of 54203 with flag 4347387/396004
162.99/80.26	c cleaning 27990 clauses out of 56098 with flag 4713514/425000
177.25/87.31	c cleaning 29040 clauses out of 58108 with flag 5070958/455000
182.85/90.16	c cleaning 0 clauses out of 68000 with flag 0/68000
190.87/94.11	c cleaning 30025 clauses out of 60068 with flag 5416963/486000
203.30/100.33	c cleaning 31018 clauses out of 62043 with flag 5723089/518000
219.83/108.51	c cleaning 31962 clauses out of 64025 with flag 6014078/551000
235.47/116.36	c cleaning 32811 clauses out of 66065 with flag 6410326/585002
248.74/122.93	c cleaning 34027 clauses out of 68252 with flag 6852024/620000
267.03/132.02	c cleaning 35093 clauses out of 70226 with flag 7175738/656001
285.29/141.18	c cleaning 36059 clauses out of 72132 with flag 7564971/693000
303.18/150.02	c cleaning 36940 clauses out of 74073 with flag 7891286/731000
320.09/158.45	c cleaning 37946 clauses out of 76133 with flag 8350521/770000
329.35/163.02	c cleaning 0 clauses out of 81000 with flag 0/81000
339.44/168.08	c cleaning 39076 clauses out of 78188 with flag 8749261/810001
358.75/177.68	c cleaning 40043 clauses out of 80113 with flag 9214035/851002
380.07/188.23	c cleaning 41028 clauses out of 82068 with flag 9745707/893000
401.72/199.08	c cleaning 42000 clauses out of 84041 with flag 10198160/936001
421.09/208.64	c cleaning 42975 clauses out of 86040 with flag 10637968/980000
445.81/220.98	c cleaning 44023 clauses out of 88066 with flag 11009930/1025001
472.16/234.08	c cleaning 45016 clauses out of 90043 with flag 11560308/1071001
495.88/245.85	c cleaning 45875 clauses out of 92026 with flag 12022712/1118000
525.09/260.36	c cleaning 47006 clauses out of 94152 with flag 12453157/1166001
553.47/274.43	c cleaning 48065 clauses out of 96146 with flag 12988489/1215001
578.23/286.79	c cleaning 48967 clauses out of 98080 with flag 13533030/1265000
606.00/300.54	c cleaning 49947 clauses out of 100113 with flag 14073353/1316000
615.26/305.17	c cleaning 0 clauses out of 95001 with flag 0/95001
633.59/314.20	c cleaning 51013 clauses out of 102168 with flag 14620014/1368002
664.21/329.64	c cleaning 52052 clauses out of 104153 with flag 15134632/1421000
694.38/344.69	c cleaning 52988 clauses out of 106103 with flag 15682042/1475002
733.80/364.26	c cleaning 53968 clauses out of 108113 with flag 16187446/1530000
766.35/380.40	c cleaning 55000 clauses out of 110145 with flag 16742153/1586000
810.57/402.44	c cleaning 56001 clauses out of 112144 with flag 17358370/1643000
850.59/422.37	c cleaning 57038 clauses out of 114142 with flag 18019831/1701000
889.20/441.57	c cleaning 57995 clauses out of 116106 with flag 18780517/1760003
938.71/466.19	c cleaning 59038 clauses out of 118108 with flag 19715316/1820001
981.09/487.28	c cleaning 60029 clauses out of 120069 with flag 20518372/1881001
1022.15/507.60	c cleaning 60997 clauses out of 122039 with flag 21158057/1943000
1070.96/532.10	c cleaning 61969 clauses out of 124041 with flag 21903603/2006000
1117.03/555.05	c cleaning 62918 clauses out of 126074 with flag 22602551/2070003
1183.35/588.02	c cleaning 0 clauses out of 110000 with flag 0/110000
1186.37/589.58	c cleaning 64013 clauses out of 128151 with flag 23505951/2135000
1250.09/621.23	c cleaning 64981 clauses out of 130137 with flag 24577793/2201000
1353.23/672.51	c cleaning 66056 clauses out of 132159 with flag 26174707/2268003
1421.84/706.61	c cleaning 67007 clauses out of 134102 with flag 27428007/2336002
1498.63/744.83	c cleaning 67976 clauses out of 136093 with flag 28692835/2405000
1578.71/784.91	c cleaning 69031 clauses out of 138116 with flag 29932888/2475000
1670.98/830.83	c cleaning 69969 clauses out of 140081 with flag 31324732/2546000
1764.86/877.56	c cleaning 71003 clauses out of 142113 with flag 32744508/2618003
1800.08/895.00	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.00	c starts		: 9469
1800.08/895.00	c conflicts		: 2659038
1800.08/895.00	c decisions		: 12991783
1800.08/895.00	c propagations		: 713283438
1800.08/895.00	c inspects		: 9647707320
1800.08/895.00	c shortcuts		: 0
1800.08/895.00	c learnt literals	: 24
1800.08/895.00	c learnt binary clauses	: 680
1800.08/895.00	c learnt ternary clauses	: 2961
1800.08/895.00	c learnt constraints	: 2659014
1800.08/895.00	c ignored constraints	: 0
1800.08/895.00	c root simplifications	: 0
1800.08/895.00	c removed literals (reason simplification)	: 57589029
1800.08/895.00	c reason swapping (by a shorter reason)	: 0
1800.08/895.00	c Calls to reduceDB	: 68
1800.08/895.00	c Number of update (reduction) of LBD	: 1839298
1800.08/895.00	c Imported unit clauses	: 0
1800.08/895.00	c number of reductions to clauses (during analyze)	: 0
1800.08/895.00	c number of learned constraints concerned by reduction	: 0
1800.08/895.00	c number of learning phase by resolution	: 0
1800.08/895.00	c number of learning phase by cutting planes	: 0
1800.08/895.00	c speed (assignments/second)	: 798393.8155223092
1800.08/895.00	c non guided choices	207990
1800.08/895.03	c learnt constraints type 
1800.08/895.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 680
1800.08/895.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111465
1800.08/895.03	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/895.03	c starts		: 99
1800.08/895.03	c conflicts		: 117994
1800.08/895.03	c decisions		: 452653
1800.08/895.03	c propagations		: 38365858
1800.08/895.03	c inspects		: 2064884301
1800.08/895.03	c shortcuts		: 0
1800.08/895.03	c learnt literals	: 0
1800.08/895.03	c learnt binary clauses	: 30
1800.08/895.03	c learnt ternary clauses	: 394
1800.08/895.03	c learnt constraints	: 117994
1800.08/895.03	c ignored constraints	: 0
1800.08/895.03	c root simplifications	: 0
1800.08/895.03	c removed literals (reason simplification)	: 0
1800.08/895.03	c reason swapping (by a shorter reason)	: 0
1800.08/895.03	c Calls to reduceDB	: 11
1800.08/895.03	c Number of update (reduction) of LBD	: 0
1800.08/895.03	c Imported unit clauses	: 0
1800.08/895.03	c number of reductions to clauses (during analyze)	: 0
1800.08/895.03	c number of learned constraints concerned by reduction	: 0
1800.08/895.03	c number of learning phase by resolution	: 0
1800.08/895.03	c number of learning phase by cutting planes	: 0
1800.08/895.03	c speed (assignments/second)	: 42942.593757485265
1800.08/895.03	c non guided choices	15070
1800.08/895.07	c learnt constraints type 
1800.08/895.07	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 104698
1800.08/895.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4
1800.08/895.07	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 30
1800.08/895.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 13262
1800.08/895.07	s UNKNOWN
1800.08/895.07	c Total wall clock time (in seconds): 894.946

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

pid=16638
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: 4.15 4.07 3.98 4/197 16641
/proc/meminfo: memFree=29795664/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/16641/stat : 16641 (java) R 16638 16641 14331 0 -1 4202496 383 0 0 0 0 0 0 0 20 0 1 0 108641623 5767168 55 33554432000 1073741824 1073778376 140734537792400 140734537789528 243756208416 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 1408 55 43 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 4.15 4.07 3.98 4/197 16641
/proc/meminfo: memFree=29795664/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/16641/stat : 16641 (java) S 16638 16641 14331 0 -1 4202496 4450 0 1 0 8 1 0 0 20 0 18 0 108641623 9787879424 6067 33554432000 1073741824 1073778376 140734537792400 140734537783536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 2389619 6067 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 4.15 4.07 3.98 4/197 16641
/proc/meminfo: memFree=29795664/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/16641/stat : 16641 (java) S 16638 16641 14331 0 -1 4202496 4731 0 1 0 21 1 0 0 20 0 18 0 108641623 9787879424 7331 33554432000 1073741824 1073778376 140734537792400 140734537783536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 2389619 7331 2198 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 4.15 4.07 3.98 4/197 16641
/proc/meminfo: memFree=29795664/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/16641/stat : 16641 (java) S 16638 16641 14331 0 -1 4202496 5581 0 1 0 47 1 0 0 20 0 18 0 108641623 9787879424 9501 33554432000 1073741824 1073778376 140734537792400 140734537783536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 2389619 9501 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700184 s]
/proc/loadavg: 4.15 4.07 3.98 4/197 16641
/proc/meminfo: memFree=29795664/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=9558476 CPUtime=1.4 cores=0,2,4,6
/proc/16641/stat : 16641 (java) S 16638 16641 14331 0 -1 4202496 12625 0 1 0 135 5 0 0 20 0 18 0 108641623 9787879424 45215 33554432000 1073741824 1073778376 140734537792400 140734537783536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 2389619 45215 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 9558476

[startup+1.50086 s]
/proc/loadavg: 4.14 4.07 3.98 4/215 16659
/proc/meminfo: memFree=29604880/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=9558476 CPUtime=2.62 cores=0,2,4,6
/proc/16641/stat : 16641 (java) S 16638 16641 14331 0 -1 4202496 13216 0 1 0 249 13 0 0 20 0 18 0 108641623 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 140734537783536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 2389619 87963 2263 9 0 2380296 0
[pid=16641/tid=16643] ppid=16638 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/16641/task/16643/stat : 16643 (java) R 16638 16641 14331 0 -1 4202560 2561 0 1 0 130 6 0 0 20 0 18 0 108641624 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903463555104 243768812813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16644] ppid=16638 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/16641/task/16644/stat : 16644 (java) S 16638 16641 14331 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 108641625 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903307074472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16645] ppid=16638 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/16641/task/16645/stat : 16645 (java) S 16638 16641 14331 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 18 0 108641625 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903306021928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16646] ppid=16638 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/16641/task/16646/stat : 16646 (java) S 16638 16641 14331 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 108641625 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903304968872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16647] ppid=16638 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/16641/task/16647/stat : 16647 (java) S 16638 16641 14331 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 18 0 108641625 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903303916328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16648] ppid=16638 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/16641/task/16648/stat : 16648 (java) S 16638 16641 14331 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 18 0 108641625 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903302863272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16649] ppid=16638 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/16641/task/16649/stat : 16649 (java) S 16638 16641 14331 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 18 0 108641625 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903301810728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16650] ppid=16638 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/16641/task/16650/stat : 16650 (java) S 16638 16641 14331 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 18 0 108641625 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903300757672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16651] ppid=16638 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/16641/task/16651/stat : 16651 (java) S 16638 16641 14331 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 108641625 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903299705128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16652] ppid=16638 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16652/stat : 16652 (java) S 16638 16641 14331 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 108641627 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903287507816 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16653] ppid=16638 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16653/stat : 16653 (java) S 16638 16641 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 108641627 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903286454136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16654] ppid=16638 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16654/stat : 16654 (java) S 16638 16641 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 108641627 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903285400968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16655] ppid=16638 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16655/stat : 16655 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108641629 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903284349712 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16656] ppid=16638 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/16641/task/16656/stat : 16656 (java) S 16638 16641 14331 0 -1 4202560 3869 0 0 0 46 0 0 0 20 0 18 0 108641629 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903283296568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16657] ppid=16638 vsize=9558476 CPUtime=0.41 cores=0,2,4,6
/proc/16641/task/16657/stat : 16657 (java) S 16638 16641 14331 0 -1 4202560 5201 0 0 0 41 0 0 0 20 0 18 0 108641629 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903282244024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16658] ppid=16638 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16658/stat : 16658 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108641629 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903281191160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16659] ppid=16638 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16659/stat : 16659 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 108641629 9787879424 87963 33554432000 1073741824 1073778376 140734537792400 139903280138824 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.62
Current children cumulated vsize (KiB) 9558476

[startup+3.10085 s]
/proc/loadavg: 4.14 4.07 3.98 7/219 16663
/proc/meminfo: memFree=29446872/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=9824732 CPUtime=7.19 cores=0,2,4,6
/proc/16641/stat : 16641 (java) S 16638 16641 14331 0 -1 4202496 19780 0 1 0 699 20 0 0 20 0 22 0 108641623 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 140734537783536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 2456183 100587 2287 9 0 2446860 0
[pid=16641/tid=16643] ppid=16638 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/16641/task/16643/stat : 16643 (java) S 16638 16641 14331 0 -1 4202560 2573 0 1 0 140 6 0 0 20 0 22 0 108641624 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903463564152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16644] ppid=16638 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16641/task/16644/stat : 16644 (java) S 16638 16641 14331 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 108641625 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903307074472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16645] ppid=16638 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16641/task/16645/stat : 16645 (java) S 16638 16641 14331 0 -1 4202560 17 0 0 0 1 2 0 0 20 0 22 0 108641625 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903306021928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16646] ppid=16638 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16641/task/16646/stat : 16646 (java) S 16638 16641 14331 0 -1 4202560 42 0 0 0 2 2 0 0 20 0 22 0 108641625 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903304968872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16647] ppid=16638 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16641/task/16647/stat : 16647 (java) S 16638 16641 14331 0 -1 4202560 47 0 0 0 5 2 0 0 20 0 22 0 108641625 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903303916328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16648] ppid=16638 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16641/task/16648/stat : 16648 (java) S 16638 16641 14331 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 22 0 108641625 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903302863272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16649] ppid=16638 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16641/task/16649/stat : 16649 (java) S 16638 16641 14331 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 108641625 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903301810728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16650] ppid=16638 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16641/task/16650/stat : 16650 (java) S 16638 16641 14331 0 -1 4202560 58 0 0 0 6 2 0 0 20 0 22 0 108641625 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903300757672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16651] ppid=16638 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16641/task/16651/stat : 16651 (java) S 16638 16641 14331 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 108641625 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903299705128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16652] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16652/stat : 16652 (java) S 16638 16641 14331 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903287507816 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16653] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16653/stat : 16653 (java) S 16638 16641 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903286454136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16654] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16654/stat : 16654 (java) S 16638 16641 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903285400968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16655] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16655/stat : 16655 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903284349712 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16656] ppid=16638 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/16641/task/16656/stat : 16656 (java) S 16638 16641 14331 0 -1 4202560 6458 0 0 0 114 2 0 0 20 0 22 0 108641629 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903283296568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16657] ppid=16638 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/16641/task/16657/stat : 16657 (java) R 16638 16641 14331 0 -1 4202560 8972 0 0 0 112 2 0 0 20 0 22 0 108641629 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903282222136 139903466178599 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16658] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16658/stat : 16658 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903281191160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16659] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16659/stat : 16659 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903280138824 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16660] ppid=16638 vsize=9824732 CPUtime=1.44 cores=0,2,4,6
/proc/16641/task/16660/stat : 16660 (java) R 16638 16641 14331 0 -1 4202560 21 0 0 0 144 0 0 0 20 0 22 0 108641783 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903279083560 139903336334016 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16661] ppid=16638 vsize=9824732 CPUtime=1.43 cores=0,2,4,6
/proc/16641/task/16661/stat : 16661 (java) R 16638 16641 14331 0 -1 4202560 32 0 0 0 143 0 0 0 20 0 22 0 108641783 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903278031840 139903336310125 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16662] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16662/stat : 16662 (java) S 16638 16641 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108641784 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903276979496 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16663] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16663/stat : 16663 (java) S 16638 16641 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108641785 10060525568 100587 33554432000 1073741824 1073778376 140734537792400 139903275926952 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.19
Current children cumulated vsize (KiB) 9824732

[startup+6.30093 s]
/proc/loadavg: 4.14 4.07 3.98 5/219 16663
/proc/meminfo: memFree=29149108/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=9824732 CPUtime=14.54 cores=0,2,4,6
/proc/16641/stat : 16641 (java) S 16638 16641 14331 0 -1 4202496 23019 0 1 0 1425 29 0 0 20 0 22 0 108641623 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 140734537783536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 2456183 164148 2287 9 0 2446860 0
[pid=16641/tid=16643] ppid=16638 vsize=9824732 CPUtime=1.46 cores=0,2,4,6
/proc/16641/task/16643/stat : 16643 (java) S 16638 16641 14331 0 -1 4202560 2575 0 1 0 140 6 0 0 20 0 22 0 108641624 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903463564152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16644] ppid=16638 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16641/task/16644/stat : 16644 (java) S 16638 16641 14331 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 108641625 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903307074472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16645] ppid=16638 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16641/task/16645/stat : 16645 (java) S 16638 16641 14331 0 -1 4202560 27 0 0 0 3 2 0 0 20 0 22 0 108641625 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903306021928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16646] ppid=16638 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16641/task/16646/stat : 16646 (java) S 16638 16641 14331 0 -1 4202560 60 0 0 0 6 2 0 0 20 0 22 0 108641625 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903304968872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16647] ppid=16638 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16641/task/16647/stat : 16647 (java) S 16638 16641 14331 0 -1 4202560 57 0 0 0 8 2 0 0 20 0 22 0 108641625 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903303916328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16648] ppid=16638 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16641/task/16648/stat : 16648 (java) S 16638 16641 14331 0 -1 4202560 52 0 0 0 6 2 0 0 20 0 22 0 108641625 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903302863272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16649] ppid=16638 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16641/task/16649/stat : 16649 (java) S 16638 16641 14331 0 -1 4202560 39 0 0 0 7 2 0 0 20 0 22 0 108641625 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903301810728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16650] ppid=16638 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/16641/task/16650/stat : 16650 (java) S 16638 16641 14331 0 -1 4202560 77 0 0 0 9 3 0 0 20 0 22 0 108641625 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903300757672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16651] ppid=16638 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16641/task/16651/stat : 16651 (java) S 16638 16641 14331 0 -1 4202560 44 0 0 0 6 3 0 0 20 0 22 0 108641625 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903299705128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16652] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16652/stat : 16652 (java) S 16638 16641 14331 0 -1 4202560 465 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903287507816 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16653] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16653/stat : 16653 (java) S 16638 16641 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903286454136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16654] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16654/stat : 16654 (java) S 16638 16641 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903285400968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16655] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16655/stat : 16655 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903284349712 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16656] ppid=16638 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/16641/task/16656/stat : 16656 (java) S 16638 16641 14331 0 -1 4202560 7837 0 0 0 143 2 0 0 20 0 22 0 108641629 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903283296568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16657] ppid=16638 vsize=9824732 CPUtime=1.69 cores=0,2,4,6
/proc/16641/task/16657/stat : 16657 (java) S 16638 16641 14331 0 -1 4202560 10336 0 0 0 167 2 0 0 20 0 22 0 108641629 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903282244024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16658] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16658/stat : 16658 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903281191160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16659] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16659/stat : 16659 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 164148 33554432000 1073741824 1073778376 140734537792400 139903280138824 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16660] ppid=16638 vsize=9824732 CPUtime=4.56 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 3.96 4.02 4.00 5/219 16754
/proc/meminfo: memFree=27628868/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=9824732 CPUtime=1653.88 cores=0,2,4,6
/proc/16641/stat : 16641 (java) S 16638 16641 14331 0 -1 4202496 33262 0 1 0 165224 164 0 0 20 0 22 0 108641623 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 140734537783536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 2456183 524223 2299 9 0 2446860 0
[pid=16641/tid=16643] ppid=16638 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/16641/task/16643/stat : 16643 (java) S 16638 16641 14331 0 -1 4202560 2584 0 1 0 143 7 0 0 20 0 22 0 108641624 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903463564152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16644] ppid=16638 vsize=9824732 CPUtime=2.69 cores=0,2,4,6
/proc/16641/task/16644/stat : 16644 (java) S 16638 16641 14331 0 -1 4202560 344 0 0 0 263 6 0 0 20 0 22 0 108641625 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903307074472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16645] ppid=16638 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/16641/task/16645/stat : 16645 (java) S 16638 16641 14331 0 -1 4202560 323 0 0 0 263 8 0 0 20 0 22 0 108641625 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903306021928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16646] ppid=16638 vsize=9824732 CPUtime=2.64 cores=0,2,4,6
/proc/16641/task/16646/stat : 16646 (java) S 16638 16641 14331 0 -1 4202560 386 0 0 0 257 7 0 0 20 0 22 0 108641625 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903304968872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16647] ppid=16638 vsize=9824732 CPUtime=2.82 cores=0,2,4,6
/proc/16641/task/16647/stat : 16647 (java) S 16638 16641 14331 0 -1 4202560 399 0 0 0 274 8 0 0 20 0 22 0 108641625 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903303916328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16648] ppid=16638 vsize=9824732 CPUtime=2.71 cores=0,2,4,6
/proc/16641/task/16648/stat : 16648 (java) S 16638 16641 14331 0 -1 4202560 379 0 0 0 263 8 0 0 20 0 22 0 108641625 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903302863272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16649] ppid=16638 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/16641/task/16649/stat : 16649 (java) S 16638 16641 14331 0 -1 4202560 377 0 0 0 268 9 0 0 20 0 22 0 108641625 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903301810728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16650] ppid=16638 vsize=9824732 CPUtime=2.72 cores=0,2,4,6
/proc/16641/task/16650/stat : 16650 (java) S 16638 16641 14331 0 -1 4202560 408 0 0 0 262 10 0 0 20 0 22 0 108641625 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903300757672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16651] ppid=16638 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/16641/task/16651/stat : 16651 (java) S 16638 16641 14331 0 -1 4202560 399 0 0 0 285 11 0 0 20 0 22 0 108641625 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903299705128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16652] ppid=16638 vsize=9824732 CPUtime=1.79 cores=0,2,4,6
/proc/16641/task/16652/stat : 16652 (java) S 16638 16641 14331 0 -1 4202560 4563 0 0 0 143 36 0 0 20 0 22 0 108641627 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903287507816 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16653] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16653/stat : 16653 (java) S 16638 16641 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903286454136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16654] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16654/stat : 16654 (java) S 16638 16641 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903285400968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16655] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16655/stat : 16655 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903284349712 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16656] ppid=16638 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/16641/task/16656/stat : 16656 (java) S 16638 16641 14331 0 -1 4202560 9443 0 0 0 161 3 0 0 20 0 22 0 108641629 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903283296568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16657] ppid=16638 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/16641/task/16657/stat : 16657 (java) S 16638 16641 14331 0 -1 4202560 10338 0 0 0 176 2 0 0 20 0 22 0 108641629 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903282244024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16658] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16658/stat : 16658 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903281191160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16659] ppid=16638 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/16641/task/16659/stat : 16659 (java) S 16638 16641 14331 0 -1 4202560 46 0 0 0 13 15 0 0 20 0 22 0 108641629 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903280138824 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16660] ppid=16638 vsize=9824732 CPUtime=812.57 cores=0,2,4,6
/proc/16641/task/16660/stat : 16660 (java) R 16638 16641 14331 0 -1 4202560 116 0 0 0 81242 15 0 0 20 0 22 0 108641783 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903279083376 139903336217006 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16661] ppid=16638 vsize=9824732 CPUtime=812.54 cores=0,2,4,6
/proc/16641/task/16661/stat : 16661 (java) R 16638 16641 14331 0 -1 4202560 1893 0 0 0 81203 51 0 0 20 0 22 0 108641783 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903278030040 139903336552832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16662] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16662/stat : 16662 (java) S 16638 16641 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108641784 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903276979496 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16663] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16663/stat : 16663 (java) S 16638 16641 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108641785 10060525568 524223 33554432000 1073741824 1073778376 140734537792400 139903275926952 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1653.88
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.94 4.00 3.99 5/219 16755
/proc/meminfo: memFree=27690628/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=9824732 CPUtime=1774.51 cores=0,2,4,6
/proc/16641/stat : 16641 (java) S 16638 16641 14331 0 -1 4202496 33346 0 1 0 177283 168 0 0 20 0 22 0 108641623 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 140734537783536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 2456183 516146 2299 9 0 2446860 0
[pid=16641/tid=16643] ppid=16638 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/16641/task/16643/stat : 16643 (java) S 16638 16641 14331 0 -1 4202560 2585 0 1 0 143 7 0 0 20 0 22 0 108641624 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903463564152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16644] ppid=16638 vsize=9824732 CPUtime=2.84 cores=0,2,4,6
/proc/16641/task/16644/stat : 16644 (java) S 16638 16641 14331 0 -1 4202560 346 0 0 0 278 6 0 0 20 0 22 0 108641625 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903307074472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16645] ppid=16638 vsize=9824732 CPUtime=2.91 cores=0,2,4,6
/proc/16641/task/16645/stat : 16645 (java) S 16638 16641 14331 0 -1 4202560 344 0 0 0 283 8 0 0 20 0 22 0 108641625 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903306021928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16646] ppid=16638 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/16641/task/16646/stat : 16646 (java) S 16638 16641 14331 0 -1 4202560 386 0 0 0 274 7 0 0 20 0 22 0 108641625 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903304968872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16647] ppid=16638 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/16641/task/16647/stat : 16647 (java) S 16638 16641 14331 0 -1 4202560 399 0 0 0 296 9 0 0 20 0 22 0 108641625 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903303916328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16648] ppid=16638 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/16641/task/16648/stat : 16648 (java) S 16638 16641 14331 0 -1 4202560 379 0 0 0 284 8 0 0 20 0 22 0 108641625 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903302863272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16649] ppid=16638 vsize=9824732 CPUtime=2.95 cores=0,2,4,6
/proc/16641/task/16649/stat : 16649 (java) S 16638 16641 14331 0 -1 4202560 402 0 0 0 286 9 0 0 20 0 22 0 108641625 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903301810728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16650] ppid=16638 vsize=9824732 CPUtime=2.88 cores=0,2,4,6
/proc/16641/task/16650/stat : 16650 (java) S 16638 16641 14331 0 -1 4202560 408 0 0 0 278 10 0 0 20 0 22 0 108641625 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903300757672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16651] ppid=16638 vsize=9824732 CPUtime=3.14 cores=0,2,4,6
/proc/16641/task/16651/stat : 16651 (java) S 16638 16641 14331 0 -1 4202560 402 0 0 0 303 11 0 0 20 0 22 0 108641625 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903299705128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16652] ppid=16638 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/16641/task/16652/stat : 16652 (java) S 16638 16641 14331 0 -1 4202560 4567 0 0 0 143 37 0 0 20 0 22 0 108641627 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903287507816 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16653] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16653/stat : 16653 (java) S 16638 16641 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903286454136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16654] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16654/stat : 16654 (java) S 16638 16641 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903285400968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16655] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16655/stat : 16655 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903284349712 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16656] ppid=16638 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/16641/task/16656/stat : 16656 (java) S 16638 16641 14331 0 -1 4202560 9443 0 0 0 161 3 0 0 20 0 22 0 108641629 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903283296568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16657] ppid=16638 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/16641/task/16657/stat : 16657 (java) S 16638 16641 14331 0 -1 4202560 10338 0 0 0 176 2 0 0 20 0 22 0 108641629 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903282244024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16658] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16658/stat : 16658 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903281191160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16659] ppid=16638 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/16641/task/16659/stat : 16659 (java) S 16638 16641 14331 0 -1 4202560 50 0 0 0 13 17 0 0 20 0 22 0 108641629 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903280138824 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16660] ppid=16638 vsize=9824732 CPUtime=872.14 cores=0,2,4,6
/proc/16641/task/16660/stat : 16660 (java) R 16638 16641 14331 0 -1 4202560 117 0 0 0 87198 16 0 0 20 0 22 0 108641783 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903279083392 139903336199011 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16661] ppid=16638 vsize=9824732 CPUtime=872.12 cores=0,2,4,6
/proc/16641/task/16661/stat : 16661 (java) R 16638 16641 14331 0 -1 4202560 1916 0 0 0 87160 52 0 0 20 0 22 0 108641783 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903278032048 139903336552832 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16662] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16662/stat : 16662 (java) S 16638 16641 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108641784 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903276979496 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16663] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16663/stat : 16663 (java) S 16638 16641 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108641785 10060525568 516146 33554432000 1073741824 1073778376 140734537792400 139903275926952 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1774.51
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.001 s]
/proc/loadavg: 3.95 4.00 3.99 5/219 16755
/proc/meminfo: memFree=27708004/32872528 swapFree=9100/9100
[pid=16641] ppid=16638 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/16641/stat : 16641 (java) S 16638 16641 14331 0 -1 4202496 33355 0 1 0 179839 169 0 0 20 0 22 0 108641623 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 140734537783536 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16641/statm: 2456183 514176 2299 9 0 2446860 0
[pid=16641/tid=16643] ppid=16638 vsize=9824732 CPUtime=1.5 cores=0,2,4,6
/proc/16641/task/16643/stat : 16643 (java) S 16638 16641 14331 0 -1 4202560 2585 0 1 0 143 7 0 0 20 0 22 0 108641624 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903463564152 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16644] ppid=16638 vsize=9824732 CPUtime=2.9 cores=0,2,4,6
/proc/16641/task/16644/stat : 16644 (java) S 16638 16641 14331 0 -1 4202560 346 0 0 0 284 6 0 0 20 0 22 0 108641625 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903307074472 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16645] ppid=16638 vsize=9824732 CPUtime=2.98 cores=0,2,4,6
/proc/16641/task/16645/stat : 16645 (java) S 16638 16641 14331 0 -1 4202560 344 0 0 0 290 8 0 0 20 0 22 0 108641625 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903306021928 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16646] ppid=16638 vsize=9824732 CPUtime=2.86 cores=0,2,4,6
/proc/16641/task/16646/stat : 16646 (java) S 16638 16641 14331 0 -1 4202560 386 0 0 0 279 7 0 0 20 0 22 0 108641625 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903304968872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16647] ppid=16638 vsize=9824732 CPUtime=3.1 cores=0,2,4,6
/proc/16641/task/16647/stat : 16647 (java) S 16638 16641 14331 0 -1 4202560 399 0 0 0 301 9 0 0 20 0 22 0 108641625 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903303916328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16648] ppid=16638 vsize=9824732 CPUtime=2.97 cores=0,2,4,6
/proc/16641/task/16648/stat : 16648 (java) S 16638 16641 14331 0 -1 4202560 379 0 0 0 289 8 0 0 20 0 22 0 108641625 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903302863272 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16649] ppid=16638 vsize=9824732 CPUtime=3.02 cores=0,2,4,6
/proc/16641/task/16649/stat : 16649 (java) S 16638 16641 14331 0 -1 4202560 403 0 0 0 293 9 0 0 20 0 22 0 108641625 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903301810728 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16650] ppid=16638 vsize=9824732 CPUtime=2.94 cores=0,2,4,6
/proc/16641/task/16650/stat : 16650 (java) S 16638 16641 14331 0 -1 4202560 408 0 0 0 284 10 0 0 20 0 22 0 108641625 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903300757672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16651] ppid=16638 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/16641/task/16651/stat : 16651 (java) S 16638 16641 14331 0 -1 4202560 402 0 0 0 307 11 0 0 20 0 22 0 108641625 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903299705128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16652] ppid=16638 vsize=9824732 CPUtime=1.81 cores=0,2,4,6
/proc/16641/task/16652/stat : 16652 (java) S 16638 16641 14331 0 -1 4202560 4567 0 0 0 143 38 0 0 20 0 22 0 108641627 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903287507816 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16653] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16653/stat : 16653 (java) S 16638 16641 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903286454136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16654] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16654/stat : 16654 (java) S 16638 16641 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108641627 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903285400968 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16655] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16655/stat : 16655 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903284349712 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16656] ppid=16638 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/16641/task/16656/stat : 16656 (java) S 16638 16641 14331 0 -1 4202560 9443 0 0 0 161 3 0 0 20 0 22 0 108641629 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903283296568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16657] ppid=16638 vsize=9824732 CPUtime=1.78 cores=0,2,4,6
/proc/16641/task/16657/stat : 16657 (java) S 16638 16641 14331 0 -1 4202560 10338 0 0 0 176 2 0 0 20 0 22 0 108641629 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903282244024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16641/tid=16658] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16658/stat : 16658 (java) S 16638 16641 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108641629 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903281191160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16659] ppid=16638 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/16641/task/16659/stat : 16659 (java) S 16638 16641 14331 0 -1 4202560 50 0 0 0 13 18 0 0 20 0 22 0 108641629 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903280138824 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16660] ppid=16638 vsize=9824732 CPUtime=884.7 cores=0,2,4,6
/proc/16641/task/16660/stat : 16660 (java) R 16638 16641 14331 0 -1 4202560 119 0 0 0 88454 16 0 0 20 0 22 0 108641783 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903279083392 139903336310310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16641/tid=16661] ppid=16638 vsize=9824732 CPUtime=884.67 cores=0,2,4,6
/proc/16641/task/16661/stat : 16661 (java) R 16638 16641 14331 0 -1 4202560 1922 0 0 0 88415 52 0 0 20 0 22 0 108641783 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903278032048 139903336366987 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16641/tid=16662] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16662/stat : 16662 (java) S 16638 16641 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108641784 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903276979496 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16641/tid=16663] ppid=16638 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16641/task/16663/stat : 16663 (java) S 16638 16641 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108641785 10060525568 514176 33554432000 1073741824 1073778376 140734537792400 139903275926952 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

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 16641 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 895.08
CPU time (s): 1800.87
CPU user time (s): 1798.66
CPU system time (s): 2.21166
CPU usage (%): 201.197
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.66
system time used= 2.21166
maximum resident set size= 2822716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33388
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34536
involuntary context switches= 48408

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.30404 second user time and 6.65399 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 04:38:25
IDJOB=4080491
IDBENCH=89785
IDSOLVER=2543
FILE ID=node151/4080491-1465267105
RUNJOBID= node151-1465261736-14347
PBS_JOBID= 19843295
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-21.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080491-1465267105/watcher-4080491-1465267105 -o /tmp/evaluation-result-4080491-1465267105/solver-4080491-1465267105 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080491-1465267105.opb

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

MD5SUM BENCH= 3f7496125222b93dca78bd7d73f5e00c
RANDOM SEED=491762103

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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.66
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.334
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.334
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.334
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.334
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.334
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.334
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.334
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:        29796192 kB
Buffers:           72296 kB
Cached:           181696 kB
SwapCached:         2184 kB
Active:          2167524 kB
Inactive:         144328 kB
Active(anon):    2058676 kB
Inactive(anon):     1680 kB
Active(file):     108848 kB
Inactive(file):   142648 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              7160 kB
Writeback:             0 kB
AnonPages:       2149992 kB
Mapped:            16508 kB
Shmem:                 0 kB
Slab:             610400 kB
SReclaimable:      54064 kB
SUnreclaim:       556336 kB
KernelStack:        1808 kB
PageTables:         9176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2217412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2080768 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= 71728 MiB
End job on node151 at 2016-06-07 04:53:20