Trace number 4120758

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16UNSAT 1573.65 1572.33

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-84.cnf.gz-extracted.pb.metafix.opb
MD5SUM5717c2798559964dfa16aa1bdf21c4c1
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 benchmark0.012997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables337
Total number of constraints336
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)336
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
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 8
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.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@587bd9f2
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@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4120758-1467312557.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.09/0.17	c ... done. Wall clock time 0.056s.
0.09/0.17	c declared #vars     337
0.09/0.17	c #constraints  336
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 336
0.09/0.17	c 336 constraints processed.
0.65/0.45	c cleaning 2491 clauses out of 5001 with flag 23796/5001
1.09/0.61	c cleaning 4246 clauses out of 8513 with flag 53364/11004
1.30/0.83	c cleaning 5623 clauses out of 11263 with flag 94425/18000
1.51/1.08	c cleaning 6814 clauses out of 13641 with flag 135074/26001
1.93/1.45	c cleaning 7905 clauses out of 15827 with flag 187990/35001
2.33/1.82	c cleaning 8950 clauses out of 17921 with flag 244661/45000
2.73/2.23	c cleaning 9971 clauses out of 19972 with flag 305451/56001
3.22/2.70	c cleaning 10984 clauses out of 22001 with flag 370169/68001
3.72/3.26	c cleaning 11989 clauses out of 24016 with flag 440715/81000
4.42/3.91	c cleaning 12997 clauses out of 26027 with flag 522544/95000
5.12/4.61	c cleaning 13995 clauses out of 28030 with flag 613034/110000
5.92/5.44	c cleaning 15001 clauses out of 30035 with flag 713541/126000
6.82/6.35	c cleaning 16012 clauses out of 32034 with flag 817626/143000
7.82/7.33	c cleaning 16999 clauses out of 34022 with flag 924848/161000
8.92/8.42	c cleaning 17998 clauses out of 36024 with flag 1041531/180001
10.02/9.55	c cleaning 19007 clauses out of 38026 with flag 1168832/200001
11.32/10.88	c cleaning 19994 clauses out of 40019 with flag 1300516/221001
12.92/12.45	c cleaning 21000 clauses out of 42025 with flag 1454094/243001
14.42/13.92	c cleaning 22003 clauses out of 44024 with flag 1605901/266000
16.42/15.92	c cleaning 22996 clauses out of 46023 with flag 1760399/290002
18.02/17.59	c cleaning 23996 clauses out of 48026 with flag 1921170/315001
19.82/19.37	c cleaning 24985 clauses out of 50029 with flag 2082924/341000
21.83/21.36	c cleaning 26011 clauses out of 52046 with flag 2251228/368002
24.13/23.64	c cleaning 27001 clauses out of 54035 with flag 2445473/396002
26.33/25.87	c cleaning 28004 clauses out of 56032 with flag 2634142/425000
28.73/28.27	c cleaning 28994 clauses out of 58029 with flag 2826820/455001
31.23/30.77	c cleaning 30004 clauses out of 60034 with flag 3025440/486000
33.83/33.33	c cleaning 31000 clauses out of 62031 with flag 3236288/518001
36.62/36.14	c cleaning 32016 clauses out of 64032 with flag 3450802/551002
39.52/39.08	c cleaning 32993 clauses out of 66015 with flag 3668502/585001
42.72/42.28	c cleaning 33993 clauses out of 68022 with flag 3889069/620001
46.02/45.54	c cleaning 35002 clauses out of 70028 with flag 4123653/656000
49.63/49.17	c cleaning 35997 clauses out of 72026 with flag 4367865/693000
53.23/52.78	c cleaning 36998 clauses out of 74030 with flag 4618640/731001
57.42/56.98	c cleaning 38010 clauses out of 76031 with flag 4871510/770000
61.42/60.91	c cleaning 38992 clauses out of 78021 with flag 5128115/810000
65.62/65.14	c cleaning 40003 clauses out of 80030 with flag 5388276/851001
69.93/69.47	c cleaning 40995 clauses out of 82026 with flag 5662512/893000
74.62/74.11	c cleaning 41999 clauses out of 84034 with flag 5940939/936003
79.67/79.16	c cleaning 43013 clauses out of 86032 with flag 6221737/980000
84.37/83.80	c cleaning 43997 clauses out of 88019 with flag 6518999/1025000
89.47/88.94	c cleaning 45007 clauses out of 90024 with flag 6810223/1071002
94.47/93.97	c cleaning 45993 clauses out of 92018 with flag 7107894/1118003
99.78/99.27	c cleaning 46995 clauses out of 94022 with flag 7408656/1166000
105.38/104.88	c cleaning 47999 clauses out of 96027 with flag 7710458/1215000
111.28/110.71	c cleaning 48994 clauses out of 98028 with flag 8019125/1265000
117.38/116.82	c cleaning 50004 clauses out of 100034 with flag 8333993/1316000
123.78/123.29	c cleaning 51005 clauses out of 102031 with flag 8657770/1368001
130.27/129.77	c cleaning 51996 clauses out of 104025 with flag 8986472/1421000
136.98/136.42	c cleaning 52997 clauses out of 106029 with flag 9315355/1475000
144.07/143.57	c cleaning 54001 clauses out of 108033 with flag 9640310/1530001
151.28/150.77	c cleaning 55001 clauses out of 110031 with flag 9978747/1586000
158.78/158.28	c cleaning 56004 clauses out of 112030 with flag 10320573/1643000
166.48/165.94	c cleaning 57011 clauses out of 114028 with flag 10668744/1701002
174.68/174.11	c cleaning 57992 clauses out of 116015 with flag 11013719/1760000
183.19/182.67	c cleaning 58987 clauses out of 118023 with flag 11359940/1820000
191.99/191.50	c cleaning 59997 clauses out of 120036 with flag 11715305/1881000
201.08/200.55	c cleaning 61004 clauses out of 122039 with flag 12080799/1943000
210.14/209.51	c cleaning 62018 clauses out of 124036 with flag 12445826/2006001
219.44/218.83	c cleaning 62991 clauses out of 126017 with flag 12818984/2070000
228.94/228.30	c cleaning 63999 clauses out of 128029 with flag 13192423/2135003
238.44/237.81	c cleaning 65001 clauses out of 130027 with flag 13575910/2201000
248.43/247.82	c cleaning 65988 clauses out of 132026 with flag 13963710/2268000
259.16/258.55	c cleaning 67005 clauses out of 134040 with flag 14350021/2336002
269.95/269.34	c cleaning 68000 clauses out of 136033 with flag 14751599/2405000
281.75/281.18	c cleaning 68997 clauses out of 138034 with flag 15147519/2475001
293.36/292.76	c cleaning 70006 clauses out of 140036 with flag 15552164/2546000
305.25/304.68	c cleaning 70993 clauses out of 142030 with flag 15960721/2618000
317.14/316.55	c cleaning 72013 clauses out of 144037 with flag 16363413/2691000
329.24/328.65	c cleaning 73001 clauses out of 146024 with flag 16784279/2765000
342.24/341.64	c cleaning 73998 clauses out of 148023 with flag 17199606/2840000
355.24/354.63	c cleaning 74993 clauses out of 150025 with flag 17626078/2916000
368.63/368.02	c cleaning 75997 clauses out of 152033 with flag 18050958/2993001
382.19/381.57	c cleaning 77007 clauses out of 154035 with flag 18487213/3071000
396.18/395.56	c cleaning 77998 clauses out of 156028 with flag 18937483/3150000
410.89/410.21	c cleaning 78993 clauses out of 158030 with flag 19382006/3230000
424.99/424.38	c cleaning 80001 clauses out of 160038 with flag 19844297/3311001
440.58/439.95	c cleaning 81017 clauses out of 162036 with flag 20285448/3393000
456.18/455.52	c cleaning 81998 clauses out of 164019 with flag 20745170/3476000
471.48/470.84	c cleaning 83003 clauses out of 166021 with flag 21207553/3560000
487.37/486.75	c cleaning 83993 clauses out of 168018 with flag 21670068/3645000
502.98/502.33	c cleaning 84994 clauses out of 170025 with flag 22140536/3731000
519.88/519.28	c cleaning 86003 clauses out of 172031 with flag 22607139/3818000
537.28/536.60	c cleaning 86998 clauses out of 174029 with flag 23077990/3906001
554.89/554.22	c cleaning 88000 clauses out of 176032 with flag 23557279/3995002
572.94/572.26	c cleaning 89003 clauses out of 178031 with flag 24046284/4085001
591.35/590.66	c cleaning 90002 clauses out of 180028 with flag 24535392/4176001
609.35/608.69	c cleaning 90998 clauses out of 182026 with flag 25037090/4268001
628.25/627.50	c cleaning 91998 clauses out of 184027 with flag 25532812/4361000
648.25/647.50	c cleaning 92999 clauses out of 186030 with flag 26029613/4455001
668.26/667.58	c cleaning 94005 clauses out of 188032 with flag 26547758/4550002
687.66/686.97	c cleaning 95001 clauses out of 190025 with flag 27082436/4646000
708.36/707.70	c cleaning 96006 clauses out of 192025 with flag 27612546/4743001
730.07/729.37	c cleaning 96997 clauses out of 194018 with flag 28136216/4841000
751.67/750.93	c cleaning 97996 clauses out of 196022 with flag 28666490/4940001
774.76/774.04	c cleaning 99002 clauses out of 198026 with flag 29189768/5040001
797.62/796.80	c cleaning 100005 clauses out of 200024 with flag 29722117/5141001
819.92/819.12	c cleaning 100995 clauses out of 202019 with flag 30265443/5243001
843.63/842.90	c cleaning 102002 clauses out of 204023 with flag 30820051/5346000
866.93/866.16	c cleaning 102994 clauses out of 206023 with flag 31373015/5450002
893.04/892.29	c cleaning 104001 clauses out of 208028 with flag 31939785/5555001
918.53/917.76	c cleaning 104997 clauses out of 210027 with flag 32511777/5661001
944.44/943.64	c cleaning 106001 clauses out of 212029 with flag 33089191/5768000
970.64/969.82	c cleaning 106998 clauses out of 214028 with flag 33666698/5876000
997.25/996.48	c cleaning 108000 clauses out of 216031 with flag 34247768/5985001
1022.77/1021.88	c cleaning 108996 clauses out of 218031 with flag 34829156/6095001
1047.78/1046.90	c cleaning 110003 clauses out of 220035 with flag 35413600/6206001
1074.98/1074.04	c cleaning 111009 clauses out of 222032 with flag 35997268/6318001
1101.57/1100.61	c cleaning 111996 clauses out of 224022 with flag 36601039/6431000
1129.17/1128.20	c cleaning 113010 clauses out of 226026 with flag 37206957/6545000
1158.06/1157.18	c cleaning 113994 clauses out of 228016 with flag 37825662/6660000
1187.66/1186.72	c cleaning 115003 clauses out of 230023 with flag 38449822/6776001
1220.05/1219.15	c cleaning 115992 clauses out of 232019 with flag 39080227/6893000
1250.90/1249.86	c cleaning 117001 clauses out of 234029 with flag 39712554/7011002
1282.39/1281.38	c cleaning 118007 clauses out of 236027 with flag 40361093/7130001
1313.98/1312.93	c cleaning 118988 clauses out of 238019 with flag 41005200/7250000
1345.68/1344.66	c cleaning 120007 clauses out of 240032 with flag 41642002/7371001
1377.28/1376.24	c cleaning 120998 clauses out of 242024 with flag 42298712/7493000
1407.87/1406.82	c cleaning 122005 clauses out of 244027 with flag 42956676/7616001
1446.36/1445.40	c cleaning 122994 clauses out of 246021 with flag 43632393/7740000
1481.66/1480.62	c cleaning 124004 clauses out of 248029 with flag 44287724/7865002
1514.83/1513.62	c cleaning 125005 clauses out of 250024 with flag 44987465/7991001
1546.13/1544.97	c cleaning 125998 clauses out of 252019 with flag 45694032/8118001
1573.54/1572.29	c starts		: 18048
1573.54/1572.29	c conflicts		: 8233887
1573.54/1572.29	c decisions		: 12126956
1573.54/1572.29	c propagations		: 147236351
1573.54/1572.29	c inspects		: 34674821292
1573.54/1572.29	c shortcuts		: 0
1573.54/1572.29	c learnt literals	: 11
1573.54/1572.29	c learnt binary clauses	: 10
1573.54/1572.29	c learnt ternary clauses	: 23
1573.54/1572.29	c learnt constraints	: 8233875
1573.54/1572.29	c ignored constraints	: 0
1573.54/1572.29	c root simplifications	: 0
1573.54/1572.29	c removed literals (reason simplification)	: 0
1573.54/1572.29	c reason swapping (by a shorter reason)	: 0
1573.54/1572.29	c Calls to reduceDB	: 123
1573.54/1572.29	c Number of update (reduction) of LBD	: 2476482
1573.54/1572.29	c Imported unit clauses	: 0
1573.54/1572.29	c number of reductions to clauses (during analyze)	: 0
1573.54/1572.29	c number of learned constraints concerned by reduction	: 0
1573.54/1572.29	c number of learning phase by resolution	: 0
1573.54/1572.29	c number of learning phase by cutting planes	: 0
1573.54/1572.29	c speed (assignments/second)	: 93654.6516805333
1573.54/1572.29	c non guided choices	81491
1573.65/1572.32	c learnt constraints type 
1573.65/1572.32	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1573.65/1572.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 241885
1573.65/1572.32	s UNSATISFIABLE
1573.65/1572.32	c Total wall clock time (in seconds): 1572.21

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-4120758-1467312557/watcher-4120758-1467312557 -o /tmp/evaluation-result-4120758-1467312557/solver-4120758-1467312557 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14395 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120758-1467312557.opb 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.22 2.21 2.14 3/192 14947
/proc/meminfo: memFree=30000540/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/14947/stat : 14947 (java) R 14944 14947 12018 0 -1 4202496 327 0 0 0 0 0 0 0 20 0 1 0 10281646 9515008 183 33554432000 1073741824 1073778376 140736870688304 140736870679336 227512318192 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14947/statm: 2323 184 142 9 0 71 0

[startup+0.100156 s]
/proc/loadavg: 2.22 2.21 2.14 3/192 14947
/proc/meminfo: memFree=30000540/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/14947/stat : 14947 (java) S 14944 14947 12018 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 10281646 9787879424 6043 33554432000 1073741824 1073778376 140733435877568 140733435868704 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14947/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200332 s]
/proc/loadavg: 2.22 2.21 2.14 3/192 14947
/proc/meminfo: memFree=30000540/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9625324 CPUtime=0.25 cores=1,3,5,7
/proc/14947/stat : 14947 (java) S 14944 14947 12018 0 -1 4202496 5743 0 1 0 24 1 0 0 20 0 19 0 10281646 9856331776 7571 33554432000 1073741824 1073778376 140733435877568 140733435868704 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14947/statm: 2406331 7571 2222 9 0 2397008 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625324

[startup+0.300333 s]
/proc/loadavg: 2.22 2.21 2.14 3/192 14947
/proc/meminfo: memFree=30000540/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/14947/stat : 14947 (java) S 14944 14947 12018 0 -1 4202496 6772 0 1 0 51 2 0 0 20 0 19 0 10281646 9856040960 7901 33554432000 1073741824 1073778376 140733435877568 140733435868704 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14947/statm: 2406260 7901 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700275 s]
/proc/loadavg: 2.22 2.21 2.14 3/192 14947
/proc/meminfo: memFree=30000540/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/14947/stat : 14947 (java) S 14944 14947 12018 0 -1 4202496 14548 0 1 0 117 3 0 0 20 0 19 0 10281646 9856040960 13664 33554432000 1073741824 1073778376 140733435877568 140733435868704 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14947/statm: 2406260 13664 2254 9 0 2396937 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.22 2.21 2.14 3/211 14966
/proc/meminfo: memFree=29953308/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9625040 CPUtime=2.03 cores=1,3,5,7
/proc/14947/stat : 14947 (java) S 14944 14947 12018 0 -1 4202496 14555 0 1 0 200 3 0 0 20 0 19 0 10281646 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 140733435868704 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14947/statm: 2406260 14692 2256 9 0 2396937 0
[pid=14947/tid=14949] ppid=14944 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/14947/task/14949/stat : 14949 (java) R 14944 14947 12018 0 -1 4202560 2413 0 1 0 146 0 0 0 20 0 19 0 10281647 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681782415624 139681614721961 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14950] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14950/stat : 14950 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681743907496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14951] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14951/stat : 14951 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681742854952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14952] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14952/stat : 14952 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681741802408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14947/tid=14953] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14953/stat : 14953 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681740749864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14954] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14954/stat : 14954 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681739696296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14955] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14955/stat : 14955 (java) S 14944 14947 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681738643752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14956] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14956/stat : 14956 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681737591208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14957] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14957/stat : 14957 (java) S 14944 14947 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681736538664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14958] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14958/stat : 14958 (java) S 14944 14947 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10281649 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681605839464 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14959] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14959/stat : 14959 (java) S 14944 14947 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681604785784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14960] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14960/stat : 14960 (java) S 14944 14947 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681603733128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14961] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14961/stat : 14961 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681602681872 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14962] ppid=14944 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14947/task/14962/stat : 14962 (java) S 14944 14947 12018 0 -1 4202560 2139 0 0 0 21 0 0 0 20 0 19 0 10281652 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681601628216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14963] ppid=14944 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/14947/task/14963/stat : 14963 (java) S 14944 14947 12018 0 -1 4202560 8730 0 0 0 29 2 0 0 20 0 19 0 10281652 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681600575672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14964] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14964/stat : 14964 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139681599523320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14965] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14965/stat : 14965 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139680590850888 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14966] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14966/stat : 14966 (java) S 14944 14947 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10281663 9856040960 14692 33554432000 1073741824 1073778376 140733435877568 139680589796648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9625040

[startup+3.10069 s]
/proc/loadavg: 2.22 2.21 2.14 3/211 14966
/proc/meminfo: memFree=29948716/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/14947/stat : 14947 (java) S 14944 14947 12018 0 -1 4202496 14558 0 1 0 359 3 0 0 20 0 19 0 10281646 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 140733435868704 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14947/statm: 2406260 15716 2256 9 0 2396937 0
[pid=14947/tid=14949] ppid=14944 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/14947/task/14949/stat : 14949 (java) R 14944 14947 12018 0 -1 4202560 2416 0 1 0 305 0 0 0 20 0 19 0 10281647 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681782406848 139681614743894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14950] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14950/stat : 14950 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681743907496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14951] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14951/stat : 14951 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681742854952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14952] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14952/stat : 14952 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681741802408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14947/tid=14953] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14953/stat : 14953 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681740749864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14954] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14954/stat : 14954 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681739696296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14955] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14955/stat : 14955 (java) S 14944 14947 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681738643752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14956] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14956/stat : 14956 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681737591208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14957] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14957/stat : 14957 (java) S 14944 14947 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681736538664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14958] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14958/stat : 14958 (java) S 14944 14947 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10281649 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681605839464 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14959] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14959/stat : 14959 (java) S 14944 14947 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681604785784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14960] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14960/stat : 14960 (java) S 14944 14947 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681603733128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14961] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14961/stat : 14961 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681602681872 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14962] ppid=14944 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14947/task/14962/stat : 14962 (java) S 14944 14947 12018 0 -1 4202560 2139 0 0 0 21 0 0 0 20 0 19 0 10281652 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681601628216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14963] ppid=14944 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/14947/task/14963/stat : 14963 (java) S 14944 14947 12018 0 -1 4202560 8730 0 0 0 29 2 0 0 20 0 19 0 10281652 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681600575672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14964] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14964/stat : 14964 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139681599523320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14965] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14965/stat : 14965 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139680590850888 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14966] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14966/stat : 14966 (java) S 14944 14947 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10281663 9856040960 15716 33554432000 1073741824 1073778376 140733435877568 139680589796648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.20 2.20 2.14 3/211 14966
/proc/meminfo: memFree=29942644/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9625040 CPUtime=6.82 cores=1,3,5,7
/proc/14947/stat : 14947 (java) S 14944 14947 12018 0 -1 4202496 14564 0 1 0 679 3 0 0 20 0 19 0 10281646 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 140733435868704 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14947/statm: 2406260 17098 2257 9 0 2396937 0
[pid=14947/tid=14949] ppid=14944 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/14947/task/14949/stat : 14949 (java) R 14944 14947 12018 0 -1 4202560 2421 0 1 0 625 0 0 0 20 0 19 0 10281647 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681782415704 139681614691559 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14950] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14950/stat : 14950 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681743907496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14951] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14951/stat : 14951 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681742854952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14952] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14952/stat : 14952 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681741802408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14947/tid=14953] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14953/stat : 14953 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681740749864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14954] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14954/stat : 14954 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681739696296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14955] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14955/stat : 14955 (java) S 14944 14947 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681738643752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14956] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14956/stat : 14956 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681737591208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14957] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14957/stat : 14957 (java) S 14944 14947 12018 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 10281648 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681736538664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14958] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14958/stat : 14958 (java) S 14944 14947 12018 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 10281649 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681605839464 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14959] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14959/stat : 14959 (java) S 14944 14947 12018 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681604785784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14960] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14960/stat : 14960 (java) S 14944 14947 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681603733128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14961] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14961/stat : 14961 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681602681872 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14962] ppid=14944 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/14947/task/14962/stat : 14962 (java) S 14944 14947 12018 0 -1 4202560 2139 0 0 0 21 0 0 0 20 0 19 0 10281652 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681601628216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14963] ppid=14944 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/14947/task/14963/stat : 14963 (java) S 14944 14947 12018 0 -1 4202560 8730 0 0 0 29 2 0 0 20 0 19 0 10281652 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681600575672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14964] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14964/stat : 14964 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139681599523320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14965] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14965/stat : 14965 (java) S 14944 14947 12018 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139680590850888 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14966] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14966/stat : 14966 (java) S 14944 14947 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10281663 9856040960 17098 33554432000 1073741824 1073778376 140733435877568 139680589796648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.82
Current children cumulated vsize (KiB) 9625040


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

[pid=14947/tid=14958] ppid=14944 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14947/task/14958/stat : 14958 (java) S 14944 14947 12018 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 19 0 10281649 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681605839464 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14959] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14959/stat : 14959 (java) S 14944 14947 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681604785784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14960] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14960/stat : 14960 (java) S 14944 14947 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681603733128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14961] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14961/stat : 14961 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681602681872 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14962] ppid=14944 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/14947/task/14962/stat : 14962 (java) S 14944 14947 12018 0 -1 4202560 2337 0 0 0 27 0 0 0 20 0 19 0 10281652 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681601628216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14963] ppid=14944 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/14947/task/14963/stat : 14963 (java) S 14944 14947 12018 0 -1 4202560 8730 0 0 0 29 2 0 0 20 0 19 0 10281652 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681600575672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14964] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14964/stat : 14964 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681599523320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14965] ppid=14944 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14947/task/14965/stat : 14965 (java) S 14944 14947 12018 0 -1 4202560 92 0 0 0 17 17 0 0 20 0 19 0 10281652 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139680590850888 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=14947/tid=14966] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14966/stat : 14966 (java) S 14944 14947 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10281663 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139680589796648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1572.44
Current children cumulated vsize (KiB) 9625040

[startup+1572.01 s]
/proc/loadavg: 2.24 2.23 2.18 3/211 15351
/proc/meminfo: memFree=29664104/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9625040 CPUtime=1573.28 cores=1,3,5,7
/proc/14947/stat : 14947 (java) S 14944 14947 12018 0 -1 4202496 16429 0 1 0 157289 39 0 0 20 0 19 0 10281646 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 140733435868704 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14947/statm: 2406260 73789 2272 9 0 2396937 0
[pid=14947/tid=14949] ppid=14944 vsize=9625040 CPUtime=1567.48 cores=1,3,5,7
/proc/14947/task/14949/stat : 14949 (java) R 14944 14947 12018 0 -1 4202560 2488 0 1 0 156716 32 0 0 20 0 19 0 10281647 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681782415648 139681614997332 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14950] ppid=14944 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/14947/task/14950/stat : 14950 (java) S 14944 14947 12018 0 -1 4202560 143 0 0 0 11 2 0 0 20 0 19 0 10281648 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681743907496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14951] ppid=14944 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14947/task/14951/stat : 14951 (java) S 14944 14947 12018 0 -1 4202560 190 0 0 0 9 0 0 0 20 0 19 0 10281648 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681742854952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14952] ppid=14944 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/14947/task/14952/stat : 14952 (java) S 14944 14947 12018 0 -1 4202560 332 0 0 0 9 2 0 0 20 0 19 0 10281648 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681741802408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14953] ppid=14944 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/14947/task/14953/stat : 14953 (java) S 14944 14947 12018 0 -1 4202560 274 0 0 0 11 1 0 0 20 0 19 0 10281648 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681740749864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14947/tid=14954] ppid=14944 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14947/task/14954/stat : 14954 (java) S 14944 14947 12018 0 -1 4202560 157 0 0 0 14 2 0 0 20 0 19 0 10281648 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681739696296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14955] ppid=14944 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14947/task/14955/stat : 14955 (java) S 14944 14947 12018 0 -1 4202560 117 0 0 0 5 0 0 0 20 0 19 0 10281648 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681738643752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14956] ppid=14944 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14947/task/14956/stat : 14956 (java) S 14944 14947 12018 0 -1 4202560 167 0 0 0 9 0 0 0 20 0 19 0 10281648 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681737591208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14957] ppid=14944 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14947/task/14957/stat : 14957 (java) S 14944 14947 12018 0 -1 4202560 94 0 0 0 7 1 0 0 20 0 19 0 10281648 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681736538664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14947/tid=14958] ppid=14944 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14947/task/14958/stat : 14958 (java) S 14944 14947 12018 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 19 0 10281649 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681605839464 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14959] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14959/stat : 14959 (java) S 14944 14947 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681604785784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14960] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14960/stat : 14960 (java) S 14944 14947 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681603733128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14961] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14961/stat : 14961 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681602681872 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14962] ppid=14944 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/14947/task/14962/stat : 14962 (java) S 14944 14947 12018 0 -1 4202560 2337 0 0 0 30 0 0 0 20 0 19 0 10281652 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681601628216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14963] ppid=14944 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/14947/task/14963/stat : 14963 (java) S 14944 14947 12018 0 -1 4202560 8730 0 0 0 29 2 0 0 20 0 19 0 10281652 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681600575672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14964] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14964/stat : 14964 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139681599523320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14965] ppid=14944 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14947/task/14965/stat : 14965 (java) S 14944 14947 12018 0 -1 4202560 92 0 0 0 17 17 0 0 20 0 19 0 10281652 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139680590850888 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=14947/tid=14966] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14966/stat : 14966 (java) S 14944 14947 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10281663 9856040960 73789 33554432000 1073741824 1073778376 140733435877568 139680589796648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1573.28
Current children cumulated vsize (KiB) 9625040

[startup+1572.2 s]
/proc/loadavg: 2.24 2.23 2.18 3/211 15351
/proc/meminfo: memFree=29664104/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9625040 CPUtime=1573.54 cores=1,3,5,7
/proc/14947/stat : 14947 (java) S 14944 14947 12018 0 -1 4202496 17313 0 1 0 157315 39 0 0 20 0 19 0 10281646 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 140733435868704 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14947/statm: 2406260 74163 2272 9 0 2396937 0
[pid=14947/tid=14949] ppid=14944 vsize=9625040 CPUtime=1567.68 cores=1,3,5,7
/proc/14947/task/14949/stat : 14949 (java) R 14944 14947 12018 0 -1 4202560 2489 0 1 0 156736 32 0 0 20 0 19 0 10281647 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681782415568 139681614997383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14950] ppid=14944 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/14947/task/14950/stat : 14950 (java) S 14944 14947 12018 0 -1 4202560 143 0 0 0 11 2 0 0 20 0 19 0 10281648 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681743907496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14951] ppid=14944 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14947/task/14951/stat : 14951 (java) S 14944 14947 12018 0 -1 4202560 190 0 0 0 9 0 0 0 20 0 19 0 10281648 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681742854952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14952] ppid=14944 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/14947/task/14952/stat : 14952 (java) S 14944 14947 12018 0 -1 4202560 332 0 0 0 9 2 0 0 20 0 19 0 10281648 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681741802408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14953] ppid=14944 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/14947/task/14953/stat : 14953 (java) S 14944 14947 12018 0 -1 4202560 274 0 0 0 11 1 0 0 20 0 19 0 10281648 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681740749864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14947/tid=14954] ppid=14944 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/14947/task/14954/stat : 14954 (java) S 14944 14947 12018 0 -1 4202560 157 0 0 0 14 2 0 0 20 0 19 0 10281648 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681739696296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14955] ppid=14944 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/14947/task/14955/stat : 14955 (java) S 14944 14947 12018 0 -1 4202560 117 0 0 0 5 0 0 0 20 0 19 0 10281648 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681738643752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14956] ppid=14944 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/14947/task/14956/stat : 14956 (java) S 14944 14947 12018 0 -1 4202560 167 0 0 0 9 0 0 0 20 0 19 0 10281648 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681737591208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14957] ppid=14944 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/14947/task/14957/stat : 14957 (java) S 14944 14947 12018 0 -1 4202560 94 0 0 0 7 1 0 0 20 0 19 0 10281648 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681736538664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14947/tid=14958] ppid=14944 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/14947/task/14958/stat : 14958 (java) S 14944 14947 12018 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 19 0 10281649 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681605839464 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14959] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14959/stat : 14959 (java) S 14944 14947 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681604785784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14960] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14960/stat : 14960 (java) S 14944 14947 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10281650 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681603733128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14961] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14961/stat : 14961 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681602681872 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14962] ppid=14944 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/14947/task/14962/stat : 14962 (java) S 14944 14947 12018 0 -1 4202560 3220 0 0 0 37 0 0 0 20 0 19 0 10281652 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681601628216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14963] ppid=14944 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/14947/task/14963/stat : 14963 (java) S 14944 14947 12018 0 -1 4202560 8730 0 0 0 29 2 0 0 20 0 19 0 10281652 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681600575672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14964] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14964/stat : 14964 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139681599523320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14965] ppid=14944 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/14947/task/14965/stat : 14965 (java) S 14944 14947 12018 0 -1 4202560 92 0 0 0 17 17 0 0 20 0 19 0 10281652 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139680590850888 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=14947/tid=14966] ppid=14944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14966/stat : 14966 (java) S 14944 14947 12018 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 10281663 9856040960 74163 33554432000 1073741824 1073778376 140733435877568 139680589796648 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1573.54
Current children cumulated vsize (KiB) 9625040

[startup+1572.3 s]
/proc/loadavg: 2.24 2.23 2.18 3/211 15351
/proc/meminfo: memFree=29664104/32872528 swapFree=1299868/1463388
[pid=14947] ppid=14944 vsize=9691604 CPUtime=1573.65 cores=1,3,5,7
/proc/14947/stat : 14947 (java) S 14944 14947 12018 0 -1 4202496 17331 0 1 0 157326 39 0 0 20 0 19 0 10281646 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 140733435868704 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14947/statm: 2422901 74179 2273 9 0 2413578 0
[pid=14947/tid=14949] ppid=14944 vsize=9691604 CPUtime=1567.77 cores=1,3,5,7
/proc/14947/task/14949/stat : 14949 (java) S 14944 14947 12018 0 -1 4202560 2491 0 1 0 156745 32 0 0 20 0 19 0 10281647 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681782416088 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14950] ppid=14944 vsize=9691604 CPUtime=0.13 cores=1,3,5,7
/proc/14947/task/14950/stat : 14950 (java) S 14944 14947 12018 0 -1 4202560 143 0 0 0 11 2 0 0 20 0 19 0 10281648 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681743907496 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14951] ppid=14944 vsize=9691604 CPUtime=0.09 cores=1,3,5,7
/proc/14947/task/14951/stat : 14951 (java) S 14944 14947 12018 0 -1 4202560 190 0 0 0 9 0 0 0 20 0 19 0 10281648 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681742854952 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14952] ppid=14944 vsize=9691604 CPUtime=0.11 cores=1,3,5,7
/proc/14947/task/14952/stat : 14952 (java) S 14944 14947 12018 0 -1 4202560 332 0 0 0 9 2 0 0 20 0 19 0 10281648 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681741802408 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14953] ppid=14944 vsize=9691604 CPUtime=0.12 cores=1,3,5,7
/proc/14947/task/14953/stat : 14953 (java) S 14944 14947 12018 0 -1 4202560 274 0 0 0 11 1 0 0 20 0 19 0 10281648 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681740749864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14947/tid=14954] ppid=14944 vsize=9691604 CPUtime=0.16 cores=1,3,5,7
/proc/14947/task/14954/stat : 14954 (java) S 14944 14947 12018 0 -1 4202560 157 0 0 0 14 2 0 0 20 0 19 0 10281648 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681739696296 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14955] ppid=14944 vsize=9691604 CPUtime=0.05 cores=1,3,5,7
/proc/14947/task/14955/stat : 14955 (java) S 14944 14947 12018 0 -1 4202560 117 0 0 0 5 0 0 0 20 0 19 0 10281648 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681738643752 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14956] ppid=14944 vsize=9691604 CPUtime=0.09 cores=1,3,5,7
/proc/14947/task/14956/stat : 14956 (java) S 14944 14947 12018 0 -1 4202560 167 0 0 0 9 0 0 0 20 0 19 0 10281648 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681737591208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14957] ppid=14944 vsize=9691604 CPUtime=0.08 cores=1,3,5,7
/proc/14947/task/14957/stat : 14957 (java) S 14944 14947 12018 0 -1 4202560 94 0 0 0 7 1 0 0 20 0 19 0 10281648 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681736538664 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14947/tid=14958] ppid=14944 vsize=9691604 CPUtime=0.01 cores=1,3,5,7
/proc/14947/task/14958/stat : 14958 (java) S 14944 14947 12018 0 -1 4202560 50 0 0 0 1 0 0 0 20 0 19 0 10281649 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681605839464 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14947/tid=14959] ppid=14944 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14959/stat : 14959 (java) S 14944 14947 12018 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 10281650 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681604785784 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14960] ppid=14944 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14960/stat : 14960 (java) S 14944 14947 12018 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 10281650 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681603733128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14961] ppid=14944 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14961/stat : 14961 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681602681872 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14962] ppid=14944 vsize=9691604 CPUtime=0.38 cores=1,3,5,7
/proc/14947/task/14962/stat : 14962 (java) S 14944 14947 12018 0 -1 4202560 3228 0 0 0 38 0 0 0 20 0 19 0 10281652 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681601628216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14947/tid=14963] ppid=14944 vsize=9691604 CPUtime=0.31 cores=1,3,5,7
/proc/14947/task/14963/stat : 14963 (java) S 14944 14947 12018 0 -1 4202560 8730 0 0 0 29 2 0 0 20 0 19 0 10281652 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681600575672 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14964] ppid=14944 vsize=9691604 CPUtime=0 cores=1,3,5,7
/proc/14947/task/14964/stat : 14964 (java) S 14944 14947 12018 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 10281652 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139681599523320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14947/tid=14965] ppid=14944 vsize=9691604 CPUtime=0.34 cores=1,3,5,7
/proc/14947/task/14965/stat : 14965 (java) S 14944 14947 12018 0 -1 4202560 92 0 0 0 17 17 0 0 20 0 19 0 10281652 9924202496 74179 33554432000 1073741824 1073778376 140733435877568 139680590850888 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
Current children cumulated CPU time (s) 1573.65
Current children cumulated vsize (KiB) 9691604

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14947 and gives
#  childrusage.ru_utime.tv_sec=1569
#  childrusage.ru_utime.tv_usec=212443
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=732888
# CPU time returned by wait4() is 1569.95
# while last known CPU time is 1573.65
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1572.33
CPU time (s): 1573.65
CPU user time (s): 1573.26
CPU system time (s): 0.39
CPU usage (%): 100.084
Max. virtual memory (cumulated for all children) (KiB): 9691604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1569.21
system time used= 0.732888
maximum resident set size= 296940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17353
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33513
involuntary context switches= 18088

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.43172 second user time and 11.2063 second system time

The end

Launcher Data

Begin job on node121 at 2016-06-30 20:49:17
IDJOB=4120758
IDBENCH=110101
IDSOLVER=2546
FILE ID=node121/4120758-1467312557
RUNJOBID= node121-1467310545-14395
PBS_JOBID= 20005265
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-fixed-bandwidth-84.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120758-1467312557/watcher-4120758-1467312557 -o /tmp/evaluation-result-4120758-1467312557/solver-4120758-1467312557 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node121-1467310545-14395 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120758-1467312557.opb

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

MD5SUM BENCH= 5717c2798559964dfa16aa1bdf21c4c1
RANDOM SEED=879293824

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.172
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:        30001804 kB
Buffers:          118576 kB
Cached:           337984 kB
SwapCached:            0 kB
Active:           432012 kB
Inactive:         229596 kB
Active(anon):     191676 kB
Inactive(anon):    15948 kB
Active(file):     240336 kB
Inactive(file):   213648 kB
Unevictable:     1463388 kB
Mlocked:         1299868 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       1666136 kB
Mapped:            22052 kB
Shmem:               204 kB
Slab:             609660 kB
SReclaimable:      53996 kB
SUnreclaim:       555664 kB
KernelStack:        1744 kB
PageTables:         7908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2145132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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 node121 at 2016-06-30 21:15:29