Trace number 4122462

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 1506.57 1505.17

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-89.cnf.gz-extracted.pb.metafix.opb
MD5SUMe2a6f1fd0f5ecbf17a39bb794a46d46c
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.011997
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables357
Total number of constraints356
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)356
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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-4122462-1467316917.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.059s.
0.09/0.17	c declared #vars     357
0.09/0.17	c #constraints  356
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 356
0.09/0.17	c 356 constraints processed.
0.61/0.43	c cleaning 2493 clauses out of 5001 with flag 23936/5001
0.80/0.59	c cleaning 4243 clauses out of 8509 with flag 54749/11002
1.09/0.79	c cleaning 5628 clauses out of 11267 with flag 92035/18003
1.40/1.03	c cleaning 6805 clauses out of 13636 with flag 135552/26000
1.72/1.33	c cleaning 7904 clauses out of 15831 with flag 185833/35000
2.02/1.68	c cleaning 8951 clauses out of 17928 with flag 239600/45001
2.41/2.05	c cleaning 9965 clauses out of 19977 with flag 301399/56001
2.91/2.51	c cleaning 10997 clauses out of 22011 with flag 374990/68000
3.41/3.04	c cleaning 11999 clauses out of 24016 with flag 454208/81002
4.01/3.63	c cleaning 12978 clauses out of 26016 with flag 529724/95001
4.61/4.27	c cleaning 13993 clauses out of 28039 with flag 609762/110002
5.41/5.02	c cleaning 14999 clauses out of 30046 with flag 703826/126002
6.21/5.83	c cleaning 16004 clauses out of 32046 with flag 801909/143001
7.12/6.70	c cleaning 17009 clauses out of 34041 with flag 907724/161000
8.12/7.75	c cleaning 17997 clauses out of 36033 with flag 1027734/180001
9.22/8.84	c cleaning 18999 clauses out of 38036 with flag 1148918/200001
10.32/10.00	c cleaning 20006 clauses out of 40037 with flag 1279019/221001
11.61/11.24	c cleaning 20998 clauses out of 42030 with flag 1405084/243000
12.92/12.57	c cleaning 22010 clauses out of 44033 with flag 1552450/266001
14.42/14.05	c cleaning 22996 clauses out of 46022 with flag 1698820/290000
16.02/15.64	c cleaning 24007 clauses out of 48026 with flag 1854749/315000
17.82/17.41	c cleaning 24990 clauses out of 50021 with flag 2018776/341002
19.62/19.26	c cleaning 25986 clauses out of 52030 with flag 2187601/368001
21.61/21.23	c cleaning 27002 clauses out of 54045 with flag 2366459/396002
23.71/23.30	c cleaning 27999 clauses out of 56041 with flag 2552118/425000
25.83/25.46	c cleaning 29014 clauses out of 58042 with flag 2741995/455000
28.12/27.76	c cleaning 30002 clauses out of 60028 with flag 2940430/486000
30.72/30.30	c cleaning 30983 clauses out of 62027 with flag 3141401/518001
33.32/32.97	c cleaning 31999 clauses out of 64043 with flag 3356916/551000
36.12/35.77	c cleaning 33005 clauses out of 66045 with flag 3583054/585001
39.32/38.94	c cleaning 34002 clauses out of 68039 with flag 3807536/620000
42.33/41.93	c cleaning 34998 clauses out of 70040 with flag 4048017/656003
45.63/45.21	c cleaning 36008 clauses out of 72039 with flag 4289074/693000
48.93/48.56	c cleaning 36987 clauses out of 74032 with flag 4538207/731001
52.52/52.12	c cleaning 38006 clauses out of 76045 with flag 4794650/770001
56.42/56.02	c cleaning 38999 clauses out of 78038 with flag 5059332/810000
60.42/60.02	c cleaning 40010 clauses out of 80039 with flag 5335461/851000
64.52/64.16	c cleaning 40993 clauses out of 82029 with flag 5609598/893000
69.02/68.61	c cleaning 42005 clauses out of 84036 with flag 5889655/936000
73.63/73.22	c cleaning 43008 clauses out of 86032 with flag 6183595/980001
78.25/77.83	c cleaning 44005 clauses out of 88023 with flag 6480343/1025000
82.96/82.56	c cleaning 44999 clauses out of 90020 with flag 6780218/1071002
87.65/87.28	c cleaning 46001 clauses out of 92020 with flag 7082578/1118001
92.65/92.28	c cleaning 46999 clauses out of 94021 with flag 7391431/1166003
98.15/97.77	c cleaning 47995 clauses out of 96019 with flag 7706249/1215000
103.65/103.28	c cleaning 48997 clauses out of 98025 with flag 8027920/1265001
109.25/108.82	c cleaning 49997 clauses out of 100027 with flag 8353919/1316000
115.15/114.76	c cleaning 51005 clauses out of 102031 with flag 8678556/1368001
121.35/121.00	c cleaning 51995 clauses out of 104025 with flag 9019197/1421000
128.15/127.75	c cleaning 53005 clauses out of 106033 with flag 9356192/1475003
134.45/134.06	c cleaning 53995 clauses out of 108026 with flag 9698548/1530001
141.26/140.82	c cleaning 55005 clauses out of 110032 with flag 10037612/1586002
148.36/147.96	c cleaning 55994 clauses out of 112027 with flag 10384199/1643002
155.46/155.02	c cleaning 56995 clauses out of 114031 with flag 10746953/1701000
163.16/162.78	c cleaning 58000 clauses out of 116036 with flag 11116915/1760000
170.86/170.48	c cleaning 59013 clauses out of 118036 with flag 11486614/1820000
179.36/178.97	c cleaning 59984 clauses out of 120023 with flag 11852685/1881000
187.36/186.99	c cleaning 61009 clauses out of 122039 with flag 12217432/1943000
195.86/195.45	c cleaning 62003 clauses out of 124032 with flag 12587730/2006002
204.60/204.15	c cleaning 62997 clauses out of 126029 with flag 12969736/2070002
213.30/212.84	c cleaning 64009 clauses out of 128031 with flag 13350443/2135001
222.70/222.23	c cleaning 64987 clauses out of 130021 with flag 13734513/2201000
232.00/231.56	c cleaning 65996 clauses out of 132034 with flag 14124928/2268000
241.83/241.37	c cleaning 67004 clauses out of 134038 with flag 14517722/2336000
251.92/251.48	c cleaning 68002 clauses out of 136035 with flag 14913087/2405001
262.03/261.58	c cleaning 69006 clauses out of 138032 with flag 15320198/2475000
272.62/272.14	c cleaning 70002 clauses out of 140029 with flag 15753514/2546003
283.52/283.03	c cleaning 71003 clauses out of 142026 with flag 16162079/2618002
294.72/294.22	c cleaning 72001 clauses out of 144022 with flag 16579206/2691001
305.92/305.41	c cleaning 73000 clauses out of 146020 with flag 17001390/2765000
317.44/316.97	c cleaning 73996 clauses out of 148021 with flag 17435279/2840001
329.44/328.93	c cleaning 74997 clauses out of 150024 with flag 17865364/2916000
341.43/341.00	c cleaning 75995 clauses out of 152028 with flag 18301745/2993001
354.60/354.00	c cleaning 77004 clauses out of 154033 with flag 18748503/3071001
367.60/367.05	c cleaning 77993 clauses out of 156028 with flag 19190844/3150000
380.70/380.11	c cleaning 79008 clauses out of 158039 with flag 19639663/3230004
394.20/393.67	c cleaning 80003 clauses out of 160029 with flag 20099872/3311002
408.50/407.92	c cleaning 80996 clauses out of 162026 with flag 20555189/3393002
422.80/422.27	c cleaning 82007 clauses out of 164029 with flag 21013443/3476001
437.31/436.72	c cleaning 82996 clauses out of 166022 with flag 21495895/3560001
451.71/451.15	c cleaning 84002 clauses out of 168026 with flag 21964874/3645001
466.70/466.10	c cleaning 85001 clauses out of 170025 with flag 22444586/3731002
482.10/481.53	c cleaning 85991 clauses out of 172023 with flag 22921746/3818001
497.92/497.39	c cleaning 86998 clauses out of 174033 with flag 23408439/3906002
514.51/513.90	c cleaning 88004 clauses out of 176034 with flag 23895628/3995001
531.20/530.54	c cleaning 89013 clauses out of 178029 with flag 24379653/4085000
552.00/551.37	c cleaning 89990 clauses out of 180017 with flag 24864903/4176001
573.30/572.64	c cleaning 90990 clauses out of 182026 with flag 25378788/4268000
595.00/594.37	c cleaning 92006 clauses out of 184036 with flag 25884026/4361000
616.81/616.14	c cleaning 93004 clauses out of 186030 with flag 26392616/4455000
638.30/637.67	c cleaning 93997 clauses out of 188026 with flag 26910245/4550000
661.71/661.08	c cleaning 95002 clauses out of 190029 with flag 27426070/4646000
684.81/684.11	c cleaning 95997 clauses out of 192027 with flag 27955213/4743000
708.80/708.10	c cleaning 96991 clauses out of 194031 with flag 28485815/4841001
733.21/732.57	c cleaning 98001 clauses out of 196040 with flag 29014919/4940001
756.42/755.76	c cleaning 99010 clauses out of 198038 with flag 29554817/5040000
781.20/780.48	c cleaning 100009 clauses out of 200030 with flag 30103660/5141002
801.80/801.05	c cleaning 101002 clauses out of 202019 with flag 30672868/5243000
822.51/821.79	c cleaning 101991 clauses out of 204017 with flag 31229030/5346000
844.71/843.94	c cleaning 102999 clauses out of 206027 with flag 31783041/5450001
867.62/866.85	c cleaning 104006 clauses out of 208027 with flag 32336596/5555000
890.11/889.35	c cleaning 104999 clauses out of 210021 with flag 32912018/5661000
912.92/912.14	c cleaning 106000 clauses out of 212023 with flag 33487309/5768001
935.42/934.68	c cleaning 106990 clauses out of 214023 with flag 34079574/5876001
960.22/959.45	c cleaning 108000 clauses out of 216032 with flag 34663537/5985000
986.54/985.77	c cleaning 109002 clauses out of 218033 with flag 35238597/6095001
1010.94/1010.01	c cleaning 109996 clauses out of 220031 with flag 35835661/6206001
1035.65/1034.70	c cleaning 110994 clauses out of 222035 with flag 36428056/6318001
1062.15/1061.24	c cleaning 112003 clauses out of 224044 with flag 37035111/6431004
1088.87/1087.91	c cleaning 113007 clauses out of 226039 with flag 37652727/6545002
1114.46/1113.56	c cleaning 113992 clauses out of 228030 with flag 38270309/6660000
1141.77/1140.86	c cleaning 115009 clauses out of 230039 with flag 38885255/6776001
1167.77/1166.84	c cleaning 116004 clauses out of 232030 with flag 39496745/6893001
1195.07/1194.17	c cleaning 116996 clauses out of 234025 with flag 40124047/7011000
1227.01/1225.96	c cleaning 118005 clauses out of 236029 with flag 40776674/7130000
1255.82/1254.75	c cleaning 119004 clauses out of 238028 with flag 41402178/7250004
1283.41/1282.33	c cleaning 119990 clauses out of 240020 with flag 42059353/7371000
1310.62/1309.58	c cleaning 120993 clauses out of 242030 with flag 42712513/7493000
1339.12/1338.01	c cleaning 122003 clauses out of 244038 with flag 43383869/7616001
1368.82/1367.70	c cleaning 123012 clauses out of 246036 with flag 44037027/7740002
1399.23/1398.13	c cleaning 123999 clauses out of 248023 with flag 44710255/7865001
1429.33/1428.28	c cleaning 124987 clauses out of 250024 with flag 45398048/7991001
1459.89/1458.62	c cleaning 126012 clauses out of 252037 with flag 46091348/8118001
1486.69/1485.47	c cleaning 127003 clauses out of 254024 with flag 46803031/8246000
1506.57/1505.13	c starts		: 17099
1506.57/1505.13	c conflicts		: 8343002
1506.57/1505.13	c decisions		: 12288826
1506.57/1505.13	c propagations		: 147774277
1506.57/1505.13	c inspects		: 32562280261
1506.57/1505.13	c shortcuts		: 0
1506.57/1505.13	c learnt literals	: 16
1506.57/1505.13	c learnt binary clauses	: 10
1506.57/1505.13	c learnt ternary clauses	: 20
1506.57/1505.13	c learnt constraints	: 8342985
1506.57/1505.13	c ignored constraints	: 0
1506.57/1505.13	c root simplifications	: 0
1506.57/1505.13	c removed literals (reason simplification)	: 0
1506.57/1505.13	c reason swapping (by a shorter reason)	: 0
1506.57/1505.13	c Calls to reduceDB	: 124
1506.57/1505.13	c Number of update (reduction) of LBD	: 2548756
1506.57/1505.13	c Imported unit clauses	: 0
1506.57/1505.13	c number of reductions to clauses (during analyze)	: 0
1506.57/1505.13	c number of learned constraints concerned by reduction	: 0
1506.57/1505.13	c number of learning phase by resolution	: 0
1506.57/1505.13	c number of learning phase by cutting planes	: 0
1506.57/1505.13	c speed (assignments/second)	: 98191.69384906013
1506.57/1505.13	c non guided choices	97293
1506.57/1505.16	c learnt constraints type 
1506.57/1505.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
1506.57/1505.16	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 223996
1506.57/1505.16	s UNSATISFIABLE
1506.57/1505.16	c Total wall clock time (in seconds): 1505.053

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-4122462-1467316917/watcher-4122462-1467316917 -o /tmp/evaluation-result-4122462-1467316917/solver-4122462-1467316917 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467316301-29058 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4122462-1467316917.opb 

pid=29465
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.31 2.20 2.01 3/195 29468
/proc/meminfo: memFree=28469400/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/29468/stat : 29468 (java) R 29465 29468 23751 0 -1 4202496 374 0 0 0 0 0 0 0 20 0 1 0 12646514 2560000 46 33554432000 1073741824 1073778376 140735058207440 140736104326456 229346733351 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 625 46 37 9 0 29 0

[startup+0.100161 s]
/proc/loadavg: 2.31 2.20 2.01 3/195 29468
/proc/meminfo: memFree=28469400/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/29468/stat : 29468 (java) S 29465 29468 23751 0 -1 4202496 4397 0 1 0 8 1 0 0 20 0 18 0 12646514 9787879424 6029 33554432000 1073741824 1073778376 140735058207440 140735058198576 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 2389619 6029 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.31 2.20 2.01 3/195 29468
/proc/meminfo: memFree=28469400/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/29468/stat : 29468 (java) S 29465 29468 23751 0 -1 4202496 5420 0 1 0 24 1 0 0 20 0 19 0 12646514 9856040960 7319 33554432000 1073741824 1073778376 140735058207440 140735058198576 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 2406260 7319 2219 9 0 2396937 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300301 s]
/proc/loadavg: 2.31 2.20 2.01 3/195 29468
/proc/meminfo: memFree=28469400/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/29468/stat : 29468 (java) S 29465 29468 23751 0 -1 4202496 6465 0 1 0 48 1 0 0 20 0 19 0 12646514 9856040960 7859 33554432000 1073741824 1073778376 140735058207440 140735058198576 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 2406260 7859 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700276 s]
/proc/loadavg: 2.31 2.20 2.01 3/195 29468
/proc/meminfo: memFree=28469400/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/29468/stat : 29468 (java) S 29465 29468 23751 0 -1 4202496 8488 0 1 0 107 2 0 0 20 0 19 0 12646514 9856040960 9164 33554432000 1073741824 1073778376 140735058207440 140735058198576 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 2406260 9164 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.29 2.20 2.01 3/214 29487
/proc/meminfo: memFree=28439108/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=9625040 CPUtime=1.92 cores=1,3,5,7
/proc/29468/stat : 29468 (java) S 29465 29468 23751 0 -1 4202496 8529 0 1 0 190 2 0 0 20 0 19 0 12646514 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 140735058198576 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 2406260 10201 2257 9 0 2396937 0
[pid=29468/tid=29470] ppid=29465 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/29468/task/29470/stat : 29470 (java) R 29465 29468 23751 0 -1 4202560 2412 0 1 0 145 1 0 0 20 0 19 0 12646515 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738823810720 139738657287299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29471] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29471/stat : 29471 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738785311272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29472] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29472/stat : 29472 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738784258472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29473] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29473/stat : 29473 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738783205672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29474] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29474/stat : 29474 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738782152872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29475] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29475/stat : 29475 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738781101096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29476] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29476/stat : 29476 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738780048296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29477] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29477/stat : 29477 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738778995496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29478] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29478/stat : 29478 (java) S 29465 29468 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738777942696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29479] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29479/stat : 29479 (java) S 29465 29468 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12646517 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738647321064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29480] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29480/stat : 29480 (java) S 29465 29468 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738646267128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29481] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29481/stat : 29481 (java) S 29465 29468 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738645214216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29482] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29482/stat : 29482 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738644162704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29483] ppid=29465 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29468/task/29483/stat : 29483 (java) S 29465 29468 23751 0 -1 4202560 3083 0 0 0 24 0 0 0 20 0 19 0 12646520 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738643110840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29484] ppid=29465 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29468/task/29484/stat : 29484 (java) S 29465 29468 23751 0 -1 4202560 1764 0 0 0 16 0 0 0 20 0 19 0 12646520 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139738642058040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29485] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29485/stat : 29485 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139737767603064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29486] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29486/stat : 29486 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139737766550472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29487] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29487/stat : 29487 (java) S 29465 29468 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646532 9856040960 10201 33554432000 1073741824 1073778376 140735058207440 139737765495976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.29 2.20 2.01 3/214 29487
/proc/meminfo: memFree=28434516/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/29468/stat : 29468 (java) S 29465 29468 23751 0 -1 4202496 8532 0 1 0 349 2 0 0 20 0 19 0 12646514 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 140735058198576 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 2406260 11225 2257 9 0 2396937 0
[pid=29468/tid=29470] ppid=29465 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/29468/task/29470/stat : 29470 (java) R 29465 29468 23751 0 -1 4202560 2415 0 1 0 305 1 0 0 20 0 19 0 12646515 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738823810720 139738657251568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29471] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29471/stat : 29471 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738785311272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29472] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29472/stat : 29472 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738784258472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29473] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29473/stat : 29473 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738783205672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29474] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29474/stat : 29474 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738782152872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29475] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29475/stat : 29475 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738781101096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29476] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29476/stat : 29476 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738780048296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29477] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29477/stat : 29477 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738778995496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29478] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29478/stat : 29478 (java) S 29465 29468 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738777942696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29479] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29479/stat : 29479 (java) S 29465 29468 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12646517 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738647321064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29480] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29480/stat : 29480 (java) S 29465 29468 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738646267128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29481] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29481/stat : 29481 (java) S 29465 29468 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738645214216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29482] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29482/stat : 29482 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738644162704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29483] ppid=29465 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29468/task/29483/stat : 29483 (java) S 29465 29468 23751 0 -1 4202560 3083 0 0 0 24 0 0 0 20 0 19 0 12646520 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738643110840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29484] ppid=29465 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29468/task/29484/stat : 29484 (java) S 29465 29468 23751 0 -1 4202560 1764 0 0 0 16 0 0 0 20 0 19 0 12646520 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139738642058040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29485] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29485/stat : 29485 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139737767603064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29486] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29486/stat : 29486 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139737766550472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29487] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29487/stat : 29487 (java) S 29465 29468 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646532 9856040960 11225 33554432000 1073741824 1073778376 140735058207440 139737765495976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.26 2.19 2.01 3/213 29487
/proc/meminfo: memFree=28423988/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=9625040 CPUtime=6.71 cores=1,3,5,7
/proc/29468/stat : 29468 (java) S 29465 29468 23751 0 -1 4202496 8539 0 1 0 669 2 0 0 20 0 19 0 12646514 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 140735058198576 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 2406260 13670 2258 9 0 2396937 0
[pid=29468/tid=29470] ppid=29465 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/29468/task/29470/stat : 29470 (java) R 29465 29468 23751 0 -1 4202560 2421 0 1 0 624 1 0 0 20 0 19 0 12646515 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738823810720 139738657278808 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29471] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29471/stat : 29471 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738785311272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29472] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29472/stat : 29472 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738784258472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29473] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29473/stat : 29473 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738783205672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29474] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29474/stat : 29474 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738782152872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29475] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29475/stat : 29475 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738781101096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29476] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29476/stat : 29476 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738780048296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29477] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29477/stat : 29477 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738778995496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29478] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29478/stat : 29478 (java) S 29465 29468 23751 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12646516 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738777942696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29479] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29479/stat : 29479 (java) S 29465 29468 23751 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12646517 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738647321064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29480] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29480/stat : 29480 (java) S 29465 29468 23751 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738646267128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29481] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29481/stat : 29481 (java) S 29465 29468 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738645214216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29482] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29482/stat : 29482 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738644162704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29483] ppid=29465 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29468/task/29483/stat : 29483 (java) S 29465 29468 23751 0 -1 4202560 3083 0 0 0 24 0 0 0 20 0 19 0 12646520 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738643110840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29484] ppid=29465 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/29468/task/29484/stat : 29484 (java) S 29465 29468 23751 0 -1 4202560 1764 0 0 0 16 0 0 0 20 0 19 0 12646520 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139738642058040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29485] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29485/stat : 29485 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139737767603064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29486] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29486/stat : 29486 (java) S 29465 29468 23751 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139737766550472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29487] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29487/stat : 29487 (java) S 29465 29468 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646532 9856040960 13670 33554432000 1073741824 1073778376 140735058207440 139737765495976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

[pid=29468/tid=29480] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29480/stat : 29480 (java) S 29465 29468 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738646267128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29481] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29481/stat : 29481 (java) S 29465 29468 23751 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738645214216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29482] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29482/stat : 29482 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738644162704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29483] ppid=29465 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/29468/task/29483/stat : 29483 (java) S 29465 29468 23751 0 -1 4202560 3090 0 0 0 37 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738643110840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29484] ppid=29465 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29468/task/29484/stat : 29484 (java) S 29465 29468 23751 0 -1 4202560 2501 0 0 0 24 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738642058040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29485] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29485/stat : 29485 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737767603064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29486] ppid=29465 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/29468/task/29486/stat : 29486 (java) S 29465 29468 23751 0 -1 4202560 88 0 0 0 16 23 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737766550472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29487] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29487/stat : 29487 (java) S 29465 29468 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646532 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737765495976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1505.47
Current children cumulated vsize (KiB) 9625040

[startup+1504.8 s]
/proc/loadavg: 2.34 2.29 2.20 3/213 29587
/proc/meminfo: memFree=28145912/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=9625040 CPUtime=1506.27 cores=1,3,5,7
/proc/29468/stat : 29468 (java) S 29465 29468 23751 0 -1 4202496 11101 0 1 0 150583 44 0 0 20 0 19 0 12646514 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 140735058198576 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 2406260 79208 2272 9 0 2396937 0
[pid=29468/tid=29470] ppid=29465 vsize=9625040 CPUtime=1500.64 cores=1,3,5,7
/proc/29468/task/29470/stat : 29470 (java) R 29465 29468 23751 0 -1 4202560 2488 0 1 0 150033 31 0 0 20 0 19 0 12646515 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738823817880 139738657491584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29471] ppid=29465 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/29468/task/29471/stat : 29471 (java) S 29465 29468 23751 0 -1 4202560 243 0 0 0 8 1 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738785311272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29472] ppid=29465 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/29468/task/29472/stat : 29472 (java) S 29465 29468 23751 0 -1 4202560 75 0 0 0 9 0 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738784258472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29473] ppid=29465 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29468/task/29473/stat : 29473 (java) S 29465 29468 23751 0 -1 4202560 266 0 0 0 12 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738783205672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29474] ppid=29465 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29468/task/29474/stat : 29474 (java) S 29465 29468 23751 0 -1 4202560 196 0 0 0 9 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738782152872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29475] ppid=29465 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/29468/task/29475/stat : 29475 (java) S 29465 29468 23751 0 -1 4202560 151 0 0 0 8 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738781101096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29476] ppid=29465 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29468/task/29476/stat : 29476 (java) S 29465 29468 23751 0 -1 4202560 118 0 0 0 6 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738780048296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29477] ppid=29465 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29468/task/29477/stat : 29477 (java) S 29465 29468 23751 0 -1 4202560 208 0 0 0 10 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738778995496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29478] ppid=29465 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/29468/task/29478/stat : 29478 (java) S 29465 29468 23751 0 -1 4202560 353 0 0 0 10 3 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738777942696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29479] ppid=29465 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29468/task/29479/stat : 29479 (java) S 29465 29468 23751 0 -1 4202560 68 0 0 0 1 0 0 0 20 0 19 0 12646517 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738647321064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29480] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29480/stat : 29480 (java) S 29465 29468 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738646267128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29481] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29481/stat : 29481 (java) S 29465 29468 23751 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738645214216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29482] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29482/stat : 29482 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738644162704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29483] ppid=29465 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/29468/task/29483/stat : 29483 (java) S 29465 29468 23751 0 -1 4202560 3090 0 0 0 37 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738643110840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29484] ppid=29465 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29468/task/29484/stat : 29484 (java) S 29465 29468 23751 0 -1 4202560 2501 0 0 0 24 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738642058040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29485] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29485/stat : 29485 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737767603064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29486] ppid=29465 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/29468/task/29486/stat : 29486 (java) S 29465 29468 23751 0 -1 4202560 88 0 0 0 16 23 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737766550472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29487] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29487/stat : 29487 (java) S 29465 29468 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646532 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737765495976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1506.27
Current children cumulated vsize (KiB) 9625040

[startup+1505 s]
/proc/loadavg: 2.34 2.29 2.20 3/213 29587
/proc/meminfo: memFree=28145912/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=9625040 CPUtime=1506.47 cores=1,3,5,7
/proc/29468/stat : 29468 (java) S 29465 29468 23751 0 -1 4202496 11101 0 1 0 150603 44 0 0 20 0 19 0 12646514 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 140735058198576 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 2406260 79208 2272 9 0 2396937 0
[pid=29468/tid=29470] ppid=29465 vsize=9625040 CPUtime=1500.84 cores=1,3,5,7
/proc/29468/task/29470/stat : 29470 (java) R 29465 29468 23751 0 -1 4202560 2488 0 1 0 150053 31 0 0 20 0 19 0 12646515 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738823817880 139738657491490 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29471] ppid=29465 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/29468/task/29471/stat : 29471 (java) S 29465 29468 23751 0 -1 4202560 243 0 0 0 8 1 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738785311272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29472] ppid=29465 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/29468/task/29472/stat : 29472 (java) S 29465 29468 23751 0 -1 4202560 75 0 0 0 9 0 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738784258472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29473] ppid=29465 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29468/task/29473/stat : 29473 (java) S 29465 29468 23751 0 -1 4202560 266 0 0 0 12 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738783205672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29474] ppid=29465 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29468/task/29474/stat : 29474 (java) S 29465 29468 23751 0 -1 4202560 196 0 0 0 9 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738782152872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29475] ppid=29465 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/29468/task/29475/stat : 29475 (java) S 29465 29468 23751 0 -1 4202560 151 0 0 0 8 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738781101096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29476] ppid=29465 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29468/task/29476/stat : 29476 (java) S 29465 29468 23751 0 -1 4202560 118 0 0 0 6 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738780048296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29477] ppid=29465 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29468/task/29477/stat : 29477 (java) S 29465 29468 23751 0 -1 4202560 208 0 0 0 10 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738778995496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29478] ppid=29465 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/29468/task/29478/stat : 29478 (java) S 29465 29468 23751 0 -1 4202560 353 0 0 0 10 3 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738777942696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29479] ppid=29465 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29468/task/29479/stat : 29479 (java) S 29465 29468 23751 0 -1 4202560 68 0 0 0 1 0 0 0 20 0 19 0 12646517 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738647321064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29480] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29480/stat : 29480 (java) S 29465 29468 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738646267128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29481] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29481/stat : 29481 (java) S 29465 29468 23751 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738645214216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29482] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29482/stat : 29482 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738644162704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29483] ppid=29465 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/29468/task/29483/stat : 29483 (java) S 29465 29468 23751 0 -1 4202560 3090 0 0 0 37 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738643110840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29484] ppid=29465 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29468/task/29484/stat : 29484 (java) S 29465 29468 23751 0 -1 4202560 2501 0 0 0 24 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738642058040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29485] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29485/stat : 29485 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737767603064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29486] ppid=29465 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/29468/task/29486/stat : 29486 (java) S 29465 29468 23751 0 -1 4202560 88 0 0 0 16 23 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737766550472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29487] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29487/stat : 29487 (java) S 29465 29468 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646532 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737765495976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1506.47
Current children cumulated vsize (KiB) 9625040

[startup+1505.1 s]
/proc/loadavg: 2.34 2.29 2.20 3/213 29587
/proc/meminfo: memFree=28145912/32872528 swapFree=1370584/1517752
[pid=29468] ppid=29465 vsize=9625040 CPUtime=1506.57 cores=1,3,5,7
/proc/29468/stat : 29468 (java) S 29465 29468 23751 0 -1 4202496 11101 0 1 0 150613 44 0 0 20 0 19 0 12646514 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 140735058198576 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29468/statm: 2406260 79208 2272 9 0 2396937 0
[pid=29468/tid=29470] ppid=29465 vsize=9625040 CPUtime=1500.93 cores=1,3,5,7
/proc/29468/task/29470/stat : 29470 (java) R 29465 29468 23751 0 -1 4202560 2488 0 1 0 150062 31 0 0 20 0 19 0 12646515 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738823817880 139738657498681 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29471] ppid=29465 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/29468/task/29471/stat : 29471 (java) S 29465 29468 23751 0 -1 4202560 243 0 0 0 8 1 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738785311272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29472] ppid=29465 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/29468/task/29472/stat : 29472 (java) S 29465 29468 23751 0 -1 4202560 75 0 0 0 9 0 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738784258472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29473] ppid=29465 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/29468/task/29473/stat : 29473 (java) S 29465 29468 23751 0 -1 4202560 266 0 0 0 12 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738783205672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29474] ppid=29465 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/29468/task/29474/stat : 29474 (java) S 29465 29468 23751 0 -1 4202560 196 0 0 0 9 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738782152872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29468/tid=29475] ppid=29465 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/29468/task/29475/stat : 29475 (java) S 29465 29468 23751 0 -1 4202560 151 0 0 0 8 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738781101096 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29476] ppid=29465 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/29468/task/29476/stat : 29476 (java) S 29465 29468 23751 0 -1 4202560 118 0 0 0 6 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738780048296 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29477] ppid=29465 vsize=9625040 CPUtime=0.12 cores=1,3,5,7
/proc/29468/task/29477/stat : 29477 (java) S 29465 29468 23751 0 -1 4202560 208 0 0 0 10 2 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738778995496 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29478] ppid=29465 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/29468/task/29478/stat : 29478 (java) S 29465 29468 23751 0 -1 4202560 353 0 0 0 10 3 0 0 20 0 19 0 12646516 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738777942696 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29479] ppid=29465 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/29468/task/29479/stat : 29479 (java) S 29465 29468 23751 0 -1 4202560 68 0 0 0 1 0 0 0 20 0 19 0 12646517 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738647321064 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29480] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29480/stat : 29480 (java) S 29465 29468 23751 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738646267128 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29481] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29481/stat : 29481 (java) S 29465 29468 23751 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12646518 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738645214216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29482] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29482/stat : 29482 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738644162704 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29483] ppid=29465 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/29468/task/29483/stat : 29483 (java) S 29465 29468 23751 0 -1 4202560 3090 0 0 0 37 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738643110840 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29484] ppid=29465 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/29468/task/29484/stat : 29484 (java) S 29465 29468 23751 0 -1 4202560 2501 0 0 0 24 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139738642058040 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29468/tid=29485] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29485/stat : 29485 (java) S 29465 29468 23751 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737767603064 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29468/tid=29486] ppid=29465 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/29468/task/29486/stat : 29486 (java) S 29465 29468 23751 0 -1 4202560 88 0 0 0 16 23 0 0 20 0 19 0 12646520 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737766550472 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29468/tid=29487] ppid=29465 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/29468/task/29487/stat : 29487 (java) S 29465 29468 23751 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12646532 9856040960 79208 33554432000 1073741824 1073778376 140735058207440 139737765495976 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1506.57
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29468 and gives
#  childrusage.ru_utime.tv_sec=1502
#  childrusage.ru_utime.tv_usec=323612
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=819875
# CPU time returned by wait4() is 1503.14
# while last known CPU time is 1506.57
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1505.17
CPU time (s): 1506.57
CPU user time (s): 1506.13
CPU system time (s): 0.44
CPU usage (%): 100.093
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1502.32
system time used= 0.819875
maximum resident set size= 318528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11131
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32076
involuntary context switches= 2403

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8845 second user time and 14.3338 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-30 22:01:57
IDJOB=4122462
IDBENCH=111128
IDSOLVER=2546
FILE ID=node129/4122462-1467316917
RUNJOBID= node129-1467316301-29058
PBS_JOBID= 20005258
Free space on /tmp= 71600 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-89.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4122462-1467316917/watcher-4122462-1467316917 -o /tmp/evaluation-result-4122462-1467316917/solver-4122462-1467316917 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1467316301-29058 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4122462-1467316917.opb

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

MD5SUM BENCH= e2a6f1fd0f5ecbf17a39bb794a46d46c
RANDOM SEED=1477858786

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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:        28470120 kB
Buffers:          139200 kB
Cached:          1784584 kB
SwapCached:            0 kB
Active:           432928 kB
Inactive:        1678208 kB
Active(anon):     189904 kB
Inactive(anon):        0 kB
Active(file):     243024 kB
Inactive(file):  1678208 kB
Unevictable:     1517752 kB
Mlocked:         1370584 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       1792912 kB
Mapped:            22144 kB
Shmem:               204 kB
Slab:             623304 kB
SReclaimable:      67336 kB
SUnreclaim:       555968 kB
KernelStack:        1768 kB
PageTables:         7848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2209940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    389120 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= 71600 MiB
End job on node129 at 2016-06-30 22:27:02