Trace number 4120638

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 1527.46 1526.55

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-SMALLINT-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-fixed-bandwidth-73.cnf.gz-extracted.pb.metafix.opb
MD5SUM7d6010427961f87601a0df1fe25d92e9
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 variables293
Total number of constraints292
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)292
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.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4120638-1467311797.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.17	c ... done. Wall clock time 0.054s.
0.10/0.17	c declared #vars     293
0.10/0.17	c #constraints  292
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 292
0.10/0.17	c 292 constraints processed.
0.64/0.43	c cleaning 2488 clauses out of 5000 with flag 21916/5000
0.98/0.61	c cleaning 4238 clauses out of 8513 with flag 53435/11001
1.18/0.85	c cleaning 5630 clauses out of 11274 with flag 93197/18000
1.50/1.13	c cleaning 6815 clauses out of 13644 with flag 132228/26000
1.80/1.47	c cleaning 7895 clauses out of 15830 with flag 183116/35001
2.20/1.84	c cleaning 8962 clauses out of 17934 with flag 235804/45000
2.61/2.30	c cleaning 9977 clauses out of 19972 with flag 299403/56000
3.20/2.85	c cleaning 10988 clauses out of 21996 with flag 369749/68001
3.81/3.44	c cleaning 11992 clauses out of 24007 with flag 445176/81000
4.40/4.09	c cleaning 12996 clauses out of 26016 with flag 525101/95001
5.30/4.90	c cleaning 14003 clauses out of 28019 with flag 612963/110000
6.20/5.86	c cleaning 14994 clauses out of 30016 with flag 708476/126000
7.20/6.81	c cleaning 15993 clauses out of 32024 with flag 812963/143002
8.21/7.88	c cleaning 17000 clauses out of 34032 with flag 926060/161003
9.41/9.08	c cleaning 18003 clauses out of 36032 with flag 1039923/180003
10.81/10.46	c cleaning 18995 clauses out of 38026 with flag 1163701/200000
12.21/11.90	c cleaning 20006 clauses out of 40034 with flag 1293918/221003
13.71/13.38	c cleaning 21005 clauses out of 42026 with flag 1438743/243001
15.30/14.99	c cleaning 21994 clauses out of 44022 with flag 1590906/266002
17.10/16.78	c cleaning 23005 clauses out of 46028 with flag 1750077/290002
19.11/18.76	c cleaning 23995 clauses out of 48022 with flag 1915834/315001
21.21/20.86	c cleaning 24996 clauses out of 50027 with flag 2084816/341001
23.52/23.14	c cleaning 25997 clauses out of 52030 with flag 2263641/368000
25.91/25.55	c cleaning 27003 clauses out of 54033 with flag 2449022/396000
28.41/28.07	c cleaning 28009 clauses out of 56031 with flag 2643861/425001
31.22/30.81	c cleaning 28996 clauses out of 58021 with flag 2851755/455000
34.01/33.69	c cleaning 30006 clauses out of 60026 with flag 3059553/486001
36.91/36.58	c cleaning 30992 clauses out of 62020 with flag 3280784/518001
39.80/39.49	c cleaning 31997 clauses out of 64028 with flag 3500668/551001
43.10/42.75	c cleaning 33006 clauses out of 66031 with flag 3735651/585001
46.62/46.22	c cleaning 33992 clauses out of 68024 with flag 3969658/620000
50.11/49.72	c cleaning 34997 clauses out of 70032 with flag 4207824/656000
53.71/53.36	c cleaning 36000 clauses out of 72036 with flag 4455981/693001
57.51/57.10	c cleaning 37004 clauses out of 74035 with flag 4713022/731000
61.51/61.17	c cleaning 38002 clauses out of 76032 with flag 4971304/770001
65.80/65.45	c cleaning 39005 clauses out of 78029 with flag 5228771/810000
70.50/70.18	c cleaning 39998 clauses out of 80024 with flag 5498471/851000
75.31/74.97	c cleaning 40991 clauses out of 82026 with flag 5769739/893000
80.51/80.18	c cleaning 42005 clauses out of 84035 with flag 6048391/936000
85.80/85.49	c cleaning 43001 clauses out of 86031 with flag 6337790/980001
91.32/90.91	c cleaning 44005 clauses out of 88030 with flag 6628690/1025001
96.92/96.59	c cleaning 45003 clauses out of 90024 with flag 6930956/1071000
103.01/102.60	c cleaning 45998 clauses out of 92021 with flag 7227817/1118000
109.32/108.95	c cleaning 47004 clauses out of 94023 with flag 7538173/1166000
116.21/115.80	c cleaning 48000 clauses out of 96019 with flag 7848480/1215000
122.91/122.52	c cleaning 49008 clauses out of 98019 with flag 8171647/1265000
130.01/129.62	c cleaning 49999 clauses out of 100012 with flag 8487932/1316001
137.42/137.00	c cleaning 50992 clauses out of 102012 with flag 8812975/1368000
144.72/144.37	c cleaning 52000 clauses out of 104024 with flag 9134984/1421004
152.22/151.83	c cleaning 52999 clauses out of 106021 with flag 9459549/1475001
160.02/159.64	c cleaning 54002 clauses out of 108021 with flag 9788040/1530000
168.52/168.15	c cleaning 55007 clauses out of 110020 with flag 10134237/1586001
177.32/176.98	c cleaning 55996 clauses out of 112012 with flag 10480193/1643000
185.91/185.58	c cleaning 57002 clauses out of 114017 with flag 10830433/1701001
195.31/194.90	c cleaning 57999 clauses out of 116016 with flag 11170785/1760002
204.41/204.06	c cleaning 59001 clauses out of 118016 with flag 11529666/1820001
213.83/213.49	c cleaning 59998 clauses out of 120014 with flag 11900997/1881000
223.92/223.56	c cleaning 61001 clauses out of 122019 with flag 12264086/1943003
233.48/233.06	c cleaning 61998 clauses out of 124015 with flag 12633305/2006000
243.78/243.34	c cleaning 62995 clauses out of 126017 with flag 13002016/2070000
254.38/253.90	c cleaning 64001 clauses out of 128024 with flag 13386044/2135002
264.79/264.32	c cleaning 65005 clauses out of 130021 with flag 13768894/2201000
275.79/275.36	c cleaning 65988 clauses out of 132016 with flag 14147163/2268000
286.41/286.00	c cleaning 67005 clauses out of 134029 with flag 14539219/2336001
297.91/297.44	c cleaning 68004 clauses out of 136027 with flag 14935812/2405004
309.71/309.29	c cleaning 68993 clauses out of 138019 with flag 15338610/2475000
322.21/321.72	c cleaning 70001 clauses out of 140027 with flag 15736475/2546001
335.02/334.56	c cleaning 71006 clauses out of 142025 with flag 16156567/2618000
348.61/348.16	c cleaning 71998 clauses out of 144019 with flag 16579291/2691000
361.62/361.11	c cleaning 73000 clauses out of 146021 with flag 16994137/2765000
375.91/375.40	c cleaning 73997 clauses out of 148021 with flag 17415872/2840000
389.92/389.44	c cleaning 75004 clauses out of 150025 with flag 17852129/2916001
404.72/404.29	c cleaning 75993 clauses out of 152020 with flag 18285824/2993000
419.37/418.83	c cleaning 77003 clauses out of 154028 with flag 18716001/3071001
434.88/434.37	c cleaning 78005 clauses out of 156025 with flag 19159853/3150001
450.77/450.28	c cleaning 78987 clauses out of 158019 with flag 19600769/3230000
466.47/465.91	c cleaning 79999 clauses out of 160033 with flag 20062224/3311001
483.26/482.72	c cleaning 81003 clauses out of 162033 with flag 20523171/3393000
500.17/499.60	c cleaning 81998 clauses out of 164031 with flag 20972246/3476001
517.57/517.03	c cleaning 83008 clauses out of 166035 with flag 21439823/3560003
534.66/534.10	c cleaning 83987 clauses out of 168024 with flag 21911556/3645000
552.46/551.91	c cleaning 85010 clauses out of 170039 with flag 22381533/3731002
570.85/570.38	c cleaning 85996 clauses out of 172027 with flag 22864001/3818000
590.05/589.57	c cleaning 87002 clauses out of 174031 with flag 23337251/3906000
608.75/608.25	c cleaning 88006 clauses out of 176030 with flag 23825173/3995001
628.00/627.41	c cleaning 88996 clauses out of 178024 with flag 24315410/4085001
647.70/647.14	c cleaning 89995 clauses out of 180028 with flag 24804877/4176001
667.22/666.64	c cleaning 90996 clauses out of 182032 with flag 25312315/4268000
687.81/687.26	c cleaning 92018 clauses out of 184036 with flag 25809962/4361000
708.61/708.04	c cleaning 93009 clauses out of 186018 with flag 26338455/4455000
731.03/730.43	c cleaning 93996 clauses out of 188009 with flag 26849099/4550000
752.82/752.22	c cleaning 94992 clauses out of 190015 with flag 27356302/4646002
775.03/774.47	c cleaning 96000 clauses out of 192021 with flag 27885251/4743000
797.32/796.78	c cleaning 96999 clauses out of 194021 with flag 28412830/4841000
820.23/819.65	c cleaning 97997 clauses out of 196022 with flag 28942842/4940000
844.13/843.59	c cleaning 99000 clauses out of 198026 with flag 29479768/5040001
868.40/867.74	c cleaning 99999 clauses out of 200025 with flag 30022226/5141000
892.50/891.88	c cleaning 101000 clauses out of 202027 with flag 30571989/5243001
916.60/915.97	c cleaning 101998 clauses out of 204026 with flag 31125878/5346000
942.69/942.07	c cleaning 103000 clauses out of 206030 with flag 31694334/5450002
970.18/969.55	c cleaning 104006 clauses out of 208029 with flag 32255384/5555001
997.48/996.80	c cleaning 104996 clauses out of 210022 with flag 32820208/5661000
1024.00/1023.38	c cleaning 106000 clauses out of 212026 with flag 33398932/5768000
1052.30/1051.63	c cleaning 106999 clauses out of 214026 with flag 33978311/5876000
1081.60/1080.96	c cleaning 108002 clauses out of 216028 with flag 34560904/5985001
1110.99/1110.29	c cleaning 108997 clauses out of 218028 with flag 35140850/6095003
1139.10/1138.32	c cleaning 110000 clauses out of 220028 with flag 35734635/6206000
1167.50/1166.78	c cleaning 111004 clauses out of 222029 with flag 36350171/6318001
1197.61/1196.84	c cleaning 112006 clauses out of 224025 with flag 36952701/6431001
1228.81/1228.00	c cleaning 113000 clauses out of 226020 with flag 37550872/6545002
1259.81/1259.01	c cleaning 114000 clauses out of 228018 with flag 38164226/6660000
1290.91/1290.17	c cleaning 114999 clauses out of 230019 with flag 38789423/6776001
1323.12/1322.36	c cleaning 116000 clauses out of 232019 with flag 39432164/6893000
1355.41/1354.67	c cleaning 117007 clauses out of 234020 with flag 40079275/7011001
1385.91/1385.08	c cleaning 117993 clauses out of 236012 with flag 40741461/7130000
1418.92/1418.04	c cleaning 119002 clauses out of 238019 with flag 41395397/7250000
1453.21/1452.39	c cleaning 119999 clauses out of 240019 with flag 42089486/7371002
1482.61/1481.79	c cleaning 120997 clauses out of 242018 with flag 42766471/7493000
1511.71/1510.86	c cleaning 122004 clauses out of 244022 with flag 43482078/7616001
1527.46/1526.51	c starts		: 18523
1527.46/1526.51	c conflicts		: 7682721
1527.46/1526.51	c decisions		: 11400797
1527.46/1526.51	c propagations		: 136435897
1527.46/1526.51	c inspects		: 34090611614
1527.46/1526.51	c shortcuts		: 0
1527.46/1526.51	c learnt literals	: 7
1527.46/1526.51	c learnt binary clauses	: 8
1527.46/1526.51	c learnt ternary clauses	: 12
1527.46/1526.51	c learnt constraints	: 7682713
1527.46/1526.51	c ignored constraints	: 0
1527.46/1526.51	c root simplifications	: 0
1527.46/1526.51	c removed literals (reason simplification)	: 0
1527.46/1526.51	c reason swapping (by a shorter reason)	: 0
1527.46/1526.51	c Calls to reduceDB	: 119
1527.46/1526.51	c Number of update (reduction) of LBD	: 2372151
1527.46/1526.51	c Imported unit clauses	: 0
1527.46/1526.51	c number of reductions to clauses (during analyze)	: 0
1527.46/1526.51	c number of learned constraints concerned by reduction	: 0
1527.46/1526.51	c number of learning phase by resolution	: 0
1527.46/1526.51	c number of learning phase by cutting planes	: 0
1527.46/1526.51	c speed (assignments/second)	: 89387.32527705072
1527.46/1526.51	c non guided choices	50938
1527.46/1526.54	c learnt constraints type 
1527.46/1526.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1527.46/1526.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 188722
1527.46/1526.54	s UNSATISFIABLE
1527.46/1526.54	c Total wall clock time (in seconds): 1526.431

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-4120638-1467311797/watcher-4120638-1467311797 -o /tmp/evaluation-result-4120638-1467311797/solver-4120638-1467311797 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25492 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4120638-1467311797.opb 

pid=26204
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.48 2.37 2.24 4/196 26207
/proc/meminfo: memFree=29717876/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26207/stat : 26207 (java) R 26204 26207 21085 0 -1 4202496 1065 0 0 0 0 0 0 0 20 0 1 0 12132234 23793664 715 33554432000 1073741824 1073778376 140734065355456 140734065344520 273896486248 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 5809 715 530 9 0 128 0

[startup+0.100112 s]
/proc/loadavg: 2.48 2.37 2.24 4/196 26207
/proc/meminfo: memFree=29717876/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/26207/stat : 26207 (java) S 26204 26207 21085 0 -1 4202496 4416 0 1 0 9 1 0 0 20 0 18 0 12132234 9787879424 6041 33554432000 1073741824 1073778376 140734065355456 140734065346592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2389619 6041 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.20028 s]
/proc/loadavg: 2.48 2.37 2.24 4/196 26207
/proc/meminfo: memFree=29717876/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/26207/stat : 26207 (java) S 26204 26207 21085 0 -1 4202496 5916 0 1 0 25 1 0 0 20 0 19 0 12132234 9856040960 7598 33554432000 1073741824 1073778376 140734065355456 140734065346592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2406260 7598 2221 9 0 2396937 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9625040

[startup+0.30027 s]
/proc/loadavg: 2.48 2.37 2.24 4/196 26207
/proc/meminfo: memFree=29717876/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/26207/stat : 26207 (java) S 26204 26207 21085 0 -1 4202496 6670 0 1 0 49 1 0 0 20 0 19 0 12132234 9856040960 7699 33554432000 1073741824 1073778376 140734065355456 140734065346592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2406260 7699 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700227 s]
/proc/loadavg: 2.48 2.37 2.24 4/196 26207
/proc/meminfo: memFree=29717876/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=9625040 CPUtime=1.08 cores=0,2,4,6
/proc/26207/stat : 26207 (java) S 26204 26207 21085 0 -1 4202496 9049 0 1 0 107 1 0 0 20 0 19 0 12132234 9856040960 8972 33554432000 1073741824 1073778376 140734065355456 140734065346592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2406260 8972 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.48 2.37 2.24 5/215 26226
/proc/meminfo: memFree=29688012/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/26207/stat : 26207 (java) S 26204 26207 21085 0 -1 4202496 9056 0 1 0 189 1 0 0 20 0 19 0 12132234 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140734065346592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2406260 9489 2257 9 0 2396937 0
[pid=26207/tid=26209] ppid=26204 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/26207/task/26209/stat : 26209 (java) R 26204 26207 21085 0 -1 4202560 2410 0 1 0 147 0 0 0 20 0 19 0 12132235 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140930698568 140140773586879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26210] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26210/stat : 26210 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140892190888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26211] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26211/stat : 26211 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140773108008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26212] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26212/stat : 26212 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140772055464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26207/tid=26213] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26213/stat : 26213 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140771002920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26214] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26214/stat : 26214 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140769950376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26215] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26215/stat : 26215 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140768897832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26216] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26216/stat : 26216 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140767845288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26217] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26217/stat : 26217 (java) S 26204 26207 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140766792744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26218] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26218/stat : 26218 (java) S 26204 26207 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140284463208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26219] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26219/stat : 26219 (java) S 26204 26207 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140283409528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26220] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26220/stat : 26220 (java) S 26204 26207 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140282356872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26221] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26221/stat : 26221 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140281305616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26222] ppid=26204 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/26207/task/26222/stat : 26222 (java) S 26204 26207 21085 0 -1 4202560 3903 0 0 0 26 0 0 0 20 0 19 0 12132240 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140280252984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26223] ppid=26204 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/26207/task/26223/stat : 26223 (java) S 26204 26207 21085 0 -1 4202560 1471 0 0 0 13 0 0 0 20 0 19 0 12132240 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140279200440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26224] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26224/stat : 26224 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140278148088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26225] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26225/stat : 26225 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140277095752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26226] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26226/stat : 26226 (java) S 26204 26207 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12132252 9856040960 9489 33554432000 1073741824 1073778376 140734065355456 140140276040488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.60 2.39 2.25 5/215 26226
/proc/meminfo: memFree=29685344/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=9625040 CPUtime=3.5 cores=0,2,4,6
/proc/26207/stat : 26207 (java) S 26204 26207 21085 0 -1 4202496 9060 0 1 0 349 1 0 0 20 0 19 0 12132234 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140734065346592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2406260 11025 2257 9 0 2396937 0
[pid=26207/tid=26209] ppid=26204 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/26207/task/26209/stat : 26209 (java) R 26204 26207 21085 0 -1 4202560 2414 0 1 0 306 0 0 0 20 0 19 0 12132235 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140930690752 140140773586842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26210] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26210/stat : 26210 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140892190888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26211] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26211/stat : 26211 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140773108008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26212] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26212/stat : 26212 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140772055464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26207/tid=26213] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26213/stat : 26213 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140771002920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26214] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26214/stat : 26214 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140769950376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26215] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26215/stat : 26215 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140768897832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26216] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26216/stat : 26216 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140767845288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26217] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26217/stat : 26217 (java) S 26204 26207 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140766792744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26218] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26218/stat : 26218 (java) S 26204 26207 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140284463208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26219] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26219/stat : 26219 (java) S 26204 26207 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140283409528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26220] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26220/stat : 26220 (java) S 26204 26207 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140282356872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26221] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26221/stat : 26221 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140281305616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26222] ppid=26204 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/26207/task/26222/stat : 26222 (java) S 26204 26207 21085 0 -1 4202560 3903 0 0 0 26 0 0 0 20 0 19 0 12132240 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140280252984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26223] ppid=26204 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/26207/task/26223/stat : 26223 (java) S 26204 26207 21085 0 -1 4202560 1471 0 0 0 13 0 0 0 20 0 19 0 12132240 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140279200440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26224] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26224/stat : 26224 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140278148088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26225] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26225/stat : 26225 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140277095752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26226] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26226/stat : 26226 (java) S 26204 26207 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12132252 9856040960 11025 33554432000 1073741824 1073778376 140734065355456 140140276040488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.60 2.39 2.25 4/215 26226
/proc/meminfo: memFree=29676696/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=9625040 CPUtime=6.7 cores=0,2,4,6
/proc/26207/stat : 26207 (java) S 26204 26207 21085 0 -1 4202496 9065 0 1 0 669 1 0 0 20 0 19 0 12132234 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140734065346592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2406260 12495 2258 9 0 2396937 0
[pid=26207/tid=26209] ppid=26204 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/26207/task/26209/stat : 26209 (java) R 26204 26207 21085 0 -1 4202560 2418 0 1 0 625 0 0 0 20 0 19 0 12132235 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140930690752 140140773587000 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26210] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26210/stat : 26210 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140892190888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26211] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26211/stat : 26211 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140773108008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26212] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26212/stat : 26212 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140772055464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26207/tid=26213] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26213/stat : 26213 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140771002920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26214] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26214/stat : 26214 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140769950376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26215] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26215/stat : 26215 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140768897832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26216] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26216/stat : 26216 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140767845288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26217] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26217/stat : 26217 (java) S 26204 26207 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12132236 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140766792744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26218] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26218/stat : 26218 (java) S 26204 26207 21085 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140284463208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26219] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26219/stat : 26219 (java) S 26204 26207 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140283409528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26220] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26220/stat : 26220 (java) S 26204 26207 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140282356872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26221] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26221/stat : 26221 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140281305616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26222] ppid=26204 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/26207/task/26222/stat : 26222 (java) S 26204 26207 21085 0 -1 4202560 3903 0 0 0 26 0 0 0 20 0 19 0 12132240 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140280252984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26223] ppid=26204 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/26207/task/26223/stat : 26223 (java) S 26204 26207 21085 0 -1 4202560 1471 0 0 0 13 0 0 0 20 0 19 0 12132240 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140279200440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26224] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26224/stat : 26224 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140278148088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26225] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26225/stat : 26225 (java) S 26204 26207 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140277095752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26226] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26226/stat : 26226 (java) S 26204 26207 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12132252 9856040960 12495 33554432000 1073741824 1073778376 140734065355456 140140276040488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9625040


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

[pid=26207/tid=26219] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26219/stat : 26219 (java) S 26204 26207 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140283409528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26220] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26220/stat : 26220 (java) S 26204 26207 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140282356872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26221] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26221/stat : 26221 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140281305616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26222] ppid=26204 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/26207/task/26222/stat : 26222 (java) S 26204 26207 21085 0 -1 4202560 3923 0 0 0 35 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140280252984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26223] ppid=26204 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/26207/task/26223/stat : 26223 (java) S 26204 26207 21085 0 -1 4202560 1471 0 0 0 13 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140279200440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26224] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26224/stat : 26224 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140278148088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26225] ppid=26204 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/26207/task/26225/stat : 26225 (java) S 26204 26207 21085 0 -1 4202560 88 0 0 0 17 19 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140277095752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26226] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26226/stat : 26226 (java) S 26204 26207 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12132252 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140276040488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1526.55
Current children cumulated vsize (KiB) 9625040

[startup+1526 s]
/proc/loadavg: 2.16 2.19 2.21 3/215 26612
/proc/meminfo: memFree=29467348/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=9625040 CPUtime=1526.95 cores=0,2,4,6
/proc/26207/stat : 26207 (java) S 26204 26207 21085 0 -1 4202496 10208 0 1 0 152665 30 0 0 20 0 19 0 12132234 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140734065346592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2406260 56386 2272 9 0 2396937 0
[pid=26207/tid=26209] ppid=26204 vsize=9625040 CPUtime=1521.79 cores=0,2,4,6
/proc/26207/task/26209/stat : 26209 (java) R 26204 26207 21085 0 -1 4202560 2488 0 1 0 152153 26 0 0 20 0 19 0 12132235 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140930697760 140140773760095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26210] ppid=26204 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/26207/task/26210/stat : 26210 (java) S 26204 26207 21085 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140892190888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26207/tid=26211] ppid=26204 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/26207/task/26211/stat : 26211 (java) S 26204 26207 21085 0 -1 4202560 234 0 0 0 5 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140773108008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26212] ppid=26204 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/26207/task/26212/stat : 26212 (java) S 26204 26207 21085 0 -1 4202560 145 0 0 0 5 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140772055464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26207/tid=26213] ppid=26204 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/26207/task/26213/stat : 26213 (java) S 26204 26207 21085 0 -1 4202560 199 0 0 0 4 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140771002920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26214] ppid=26204 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/26207/task/26214/stat : 26214 (java) S 26204 26207 21085 0 -1 4202560 75 0 0 0 6 2 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140769950376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26215] ppid=26204 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/26207/task/26215/stat : 26215 (java) S 26204 26207 21085 0 -1 4202560 156 0 0 0 8 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140768897832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26216] ppid=26204 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/26207/task/26216/stat : 26216 (java) S 26204 26207 21085 0 -1 4202560 82 0 0 0 5 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140767845288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26217] ppid=26204 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/26207/task/26217/stat : 26217 (java) S 26204 26207 21085 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140766792744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26218] ppid=26204 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26207/task/26218/stat : 26218 (java) S 26204 26207 21085 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140284463208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26219] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26219/stat : 26219 (java) S 26204 26207 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140283409528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26220] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26220/stat : 26220 (java) S 26204 26207 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140282356872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26221] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26221/stat : 26221 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140281305616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26222] ppid=26204 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/26207/task/26222/stat : 26222 (java) S 26204 26207 21085 0 -1 4202560 3923 0 0 0 35 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140280252984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26223] ppid=26204 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/26207/task/26223/stat : 26223 (java) S 26204 26207 21085 0 -1 4202560 1471 0 0 0 13 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140279200440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26224] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26224/stat : 26224 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140278148088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26225] ppid=26204 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/26207/task/26225/stat : 26225 (java) S 26204 26207 21085 0 -1 4202560 88 0 0 0 17 19 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140277095752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26226] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26226/stat : 26226 (java) S 26204 26207 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12132252 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140276040488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1526.95
Current children cumulated vsize (KiB) 9625040

[startup+1526.4 s]
/proc/loadavg: 2.16 2.19 2.21 3/215 26612
/proc/meminfo: memFree=29467348/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=9625040 CPUtime=1527.36 cores=0,2,4,6
/proc/26207/stat : 26207 (java) S 26204 26207 21085 0 -1 4202496 10208 0 1 0 152706 30 0 0 20 0 19 0 12132234 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140734065346592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2406260 56386 2272 9 0 2396937 0
[pid=26207/tid=26209] ppid=26204 vsize=9625040 CPUtime=1522.19 cores=0,2,4,6
/proc/26207/task/26209/stat : 26209 (java) R 26204 26207 21085 0 -1 4202560 2488 0 1 0 152193 26 0 0 20 0 19 0 12132235 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140930699576 140140773796366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26210] ppid=26204 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/26207/task/26210/stat : 26210 (java) S 26204 26207 21085 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140892190888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26207/tid=26211] ppid=26204 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/26207/task/26211/stat : 26211 (java) S 26204 26207 21085 0 -1 4202560 234 0 0 0 5 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140773108008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26212] ppid=26204 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/26207/task/26212/stat : 26212 (java) S 26204 26207 21085 0 -1 4202560 145 0 0 0 5 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140772055464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26207/tid=26213] ppid=26204 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/26207/task/26213/stat : 26213 (java) S 26204 26207 21085 0 -1 4202560 199 0 0 0 4 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140771002920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26214] ppid=26204 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/26207/task/26214/stat : 26214 (java) S 26204 26207 21085 0 -1 4202560 75 0 0 0 6 2 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140769950376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26215] ppid=26204 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/26207/task/26215/stat : 26215 (java) S 26204 26207 21085 0 -1 4202560 156 0 0 0 8 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140768897832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26216] ppid=26204 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/26207/task/26216/stat : 26216 (java) S 26204 26207 21085 0 -1 4202560 82 0 0 0 5 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140767845288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26217] ppid=26204 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/26207/task/26217/stat : 26217 (java) S 26204 26207 21085 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140766792744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26218] ppid=26204 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26207/task/26218/stat : 26218 (java) S 26204 26207 21085 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140284463208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26219] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26219/stat : 26219 (java) S 26204 26207 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140283409528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26220] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26220/stat : 26220 (java) S 26204 26207 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140282356872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26221] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26221/stat : 26221 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140281305616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26222] ppid=26204 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/26207/task/26222/stat : 26222 (java) S 26204 26207 21085 0 -1 4202560 3923 0 0 0 35 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140280252984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26223] ppid=26204 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/26207/task/26223/stat : 26223 (java) S 26204 26207 21085 0 -1 4202560 1471 0 0 0 13 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140279200440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26224] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26224/stat : 26224 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140278148088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26225] ppid=26204 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/26207/task/26225/stat : 26225 (java) S 26204 26207 21085 0 -1 4202560 88 0 0 0 17 19 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140277095752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26226] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26226/stat : 26226 (java) S 26204 26207 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12132252 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140276040488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1527.36
Current children cumulated vsize (KiB) 9625040

[startup+1526.5 s]
/proc/loadavg: 2.16 2.19 2.21 3/215 26612
/proc/meminfo: memFree=29467348/32872528 swapFree=1484672/1662500
[pid=26207] ppid=26204 vsize=9625040 CPUtime=1527.46 cores=0,2,4,6
/proc/26207/stat : 26207 (java) S 26204 26207 21085 0 -1 4202496 10208 0 1 0 152716 30 0 0 20 0 19 0 12132234 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140734065346592 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26207/statm: 2406260 56386 2272 9 0 2396937 0
[pid=26207/tid=26209] ppid=26204 vsize=9625040 CPUtime=1522.29 cores=0,2,4,6
/proc/26207/task/26209/stat : 26209 (java) R 26204 26207 21085 0 -1 4202560 2488 0 1 0 152203 26 0 0 20 0 19 0 12132235 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140930699576 140140773788520 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26210] ppid=26204 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/26207/task/26210/stat : 26210 (java) S 26204 26207 21085 0 -1 4202560 37 0 0 0 7 2 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140892190888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26207/tid=26211] ppid=26204 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/26207/task/26211/stat : 26211 (java) S 26204 26207 21085 0 -1 4202560 234 0 0 0 5 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140773108008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26212] ppid=26204 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/26207/task/26212/stat : 26212 (java) S 26204 26207 21085 0 -1 4202560 145 0 0 0 5 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140772055464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26207/tid=26213] ppid=26204 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/26207/task/26213/stat : 26213 (java) S 26204 26207 21085 0 -1 4202560 199 0 0 0 4 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140771002920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26214] ppid=26204 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/26207/task/26214/stat : 26214 (java) S 26204 26207 21085 0 -1 4202560 75 0 0 0 6 2 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140769950376 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26215] ppid=26204 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/26207/task/26215/stat : 26215 (java) S 26204 26207 21085 0 -1 4202560 156 0 0 0 8 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140768897832 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26216] ppid=26204 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/26207/task/26216/stat : 26216 (java) S 26204 26207 21085 0 -1 4202560 82 0 0 0 5 0 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140767845288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26217] ppid=26204 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/26207/task/26217/stat : 26217 (java) S 26204 26207 21085 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 19 0 12132236 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140766792744 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26218] ppid=26204 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/26207/task/26218/stat : 26218 (java) S 26204 26207 21085 0 -1 4202560 31 0 0 0 1 1 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140284463208 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26219] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26219/stat : 26219 (java) S 26204 26207 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140283409528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26220] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26220/stat : 26220 (java) S 26204 26207 21085 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 12132237 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140282356872 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26221] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26221/stat : 26221 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140281305616 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26222] ppid=26204 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/26207/task/26222/stat : 26222 (java) S 26204 26207 21085 0 -1 4202560 3923 0 0 0 35 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140280252984 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26207/tid=26223] ppid=26204 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/26207/task/26223/stat : 26223 (java) S 26204 26207 21085 0 -1 4202560 1471 0 0 0 13 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140279200440 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26224] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26224/stat : 26224 (java) S 26204 26207 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140278148088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26207/tid=26225] ppid=26204 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/26207/task/26225/stat : 26225 (java) S 26204 26207 21085 0 -1 4202560 88 0 0 0 17 19 0 0 20 0 19 0 12132240 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140277095752 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26207/tid=26226] ppid=26204 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/26207/task/26226/stat : 26226 (java) S 26204 26207 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12132252 9856040960 56386 33554432000 1073741824 1073778376 140734065355456 140140276040488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1527.46
Current children cumulated vsize (KiB) 9625040

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26207 and gives
#  childrusage.ru_utime.tv_sec=1523
#  childrusage.ru_utime.tv_usec=331418
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=661899
# CPU time returned by wait4() is 1523.99
# while last known CPU time is 1527.46
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1526.55
CPU time (s): 1527.46
CPU user time (s): 1527.16
CPU system time (s): 0.3
CPU usage (%): 100.06
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1523.33
system time used= 0.661899
maximum resident set size= 225624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10232
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32526
involuntary context switches= 8547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.08262 second user time and 10.8054 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 20:36:37
IDJOB=4120638
IDBENCH=110045
IDSOLVER=2546
FILE ID=node134/4120638-1467311797
RUNJOBID= node134-1467310932-25492
PBS_JOBID= 20005262
Free space on /tmp= 71708 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-73.cnf.gz-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4120638-1467311797/watcher-4120638-1467311797 -o /tmp/evaluation-result-4120638-1467311797/solver-4120638-1467311797 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467310932-25492 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4120638-1467311797.opb

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

MD5SUM BENCH= 7d6010427961f87601a0df1fe25d92e9
RANDOM SEED=8486533

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29717768 kB
Buffers:          163972 kB
Cached:           384076 kB
SwapCached:            0 kB
Active:           429784 kB
Inactive:         318232 kB
Active(anon):     196848 kB
Inactive(anon):     5960 kB
Active(file):     232936 kB
Inactive(file):   312272 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               956 kB
Writeback:             0 kB
AnonPages:       1883324 kB
Mapped:            21568 kB
Shmem:               216 kB
Slab:             610732 kB
SReclaimable:      54516 kB
SUnreclaim:       556216 kB
KernelStack:        1776 kB
PageTables:         7656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2354680 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    376832 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= 71708 MiB
End job on node134 at 2016-06-30 21:02:04