Trace number 4089313

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 1425.82 1422.2

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
vertexcover-instances/normalized-vertexcover-grid6x13-hard.opb
MD5SUMec34f338cdb702c36fe0f2656d588341
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.006998
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables78
Total number of constraints157
Number of constraints which are clauses156
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint78
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 41
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 119
Number of bits of the biggest sum of numbers7
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@587bd9f2
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@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4089313-1466022861.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.025s.
0.10/0.14	c declared #vars     78
0.10/0.14	c #constraints  157
0.10/0.14	c constraints type 
0.10/0.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
0.10/0.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 156
0.10/0.14	c 157 constraints processed.
0.49/0.39	c cleaning 2501 clauses out of 5001 with flag 10429/5001
0.79/0.57	c cleaning 4250 clauses out of 8499 with flag 22876/11000
1.02/0.78	c cleaning 5624 clauses out of 11249 with flag 37425/18000
1.40/1.06	c cleaning 6808 clauses out of 13626 with flag 54747/26001
1.82/1.48	c cleaning 7903 clauses out of 15817 with flag 75201/35000
2.22/1.89	c cleaning 8956 clauses out of 17916 with flag 96629/45002
2.73/2.32	c cleaning 9975 clauses out of 19958 with flag 119735/56000
3.12/2.76	c cleaning 10990 clauses out of 21985 with flag 145072/68002
3.73/3.36	c cleaning 11997 clauses out of 23993 with flag 172139/81000
4.42/4.08	c cleaning 12995 clauses out of 25996 with flag 201255/95000
5.12/4.72	c cleaning 14000 clauses out of 28002 with flag 232558/110001
5.93/5.58	c cleaning 14997 clauses out of 30002 with flag 265855/126001
6.72/6.35	c cleaning 16001 clauses out of 32006 with flag 301245/143002
7.72/7.38	c cleaning 17000 clauses out of 34003 with flag 338613/161000
8.63/8.29	c cleaning 18002 clauses out of 36004 with flag 378201/180001
9.63/9.27	c cleaning 19001 clauses out of 38001 with flag 419733/200000
10.72/10.37	c cleaning 20002 clauses out of 40003 with flag 463448/221003
11.82/11.49	c cleaning 20998 clauses out of 41999 with flag 509419/243001
13.12/12.74	c cleaning 22001 clauses out of 44002 with flag 557319/266002
14.42/14.05	c cleaning 22994 clauses out of 45999 with flag 607522/290000
16.12/15.71	c cleaning 24000 clauses out of 48006 with flag 660151/315001
17.72/17.33	c cleaning 25000 clauses out of 50006 with flag 714520/341001
19.62/19.28	c cleaning 26000 clauses out of 52005 with flag 771661/368000
21.92/21.52	c cleaning 26999 clauses out of 54005 with flag 830523/396000
24.42/24.02	c cleaning 28003 clauses out of 56006 with flag 897986/425000
26.42/26.09	c cleaning 29003 clauses out of 58005 with flag 962072/455002
28.81/28.44	c cleaning 29999 clauses out of 60003 with flag 1026860/486003
30.71/30.40	c cleaning 30998 clauses out of 62001 with flag 1093665/518000
33.53/33.15	c cleaning 31998 clauses out of 64004 with flag 1164593/551001
36.73/36.34	c cleaning 32999 clauses out of 66006 with flag 1238475/585001
40.05/39.62	c cleaning 34003 clauses out of 68008 with flag 1313630/620002
43.54/43.11	c cleaning 35001 clauses out of 70004 with flag 1389516/656001
47.14/46.71	c cleaning 35997 clauses out of 72002 with flag 1471105/693000
50.54/50.15	c cleaning 37003 clauses out of 74007 with flag 1558236/731002
53.74/53.39	c cleaning 37997 clauses out of 76002 with flag 1640236/770000
57.24/56.83	c cleaning 39002 clauses out of 78005 with flag 1725368/810000
60.94/60.59	c cleaning 40001 clauses out of 80003 with flag 1811618/851000
65.35/64.95	c cleaning 40996 clauses out of 82002 with flag 1900025/893000
70.04/69.64	c cleaning 42002 clauses out of 84006 with flag 1989863/936000
74.33/73.99	c cleaning 43000 clauses out of 86005 with flag 2081492/980001
79.64/79.30	c cleaning 43995 clauses out of 88005 with flag 2175748/1025001
84.53/84.16	c cleaning 45000 clauses out of 90009 with flag 2274597/1071000
89.43/89.03	c cleaning 46003 clauses out of 92012 with flag 2372538/1118003
94.23/93.83	c cleaning 46997 clauses out of 94006 with flag 2472373/1166000
98.69/98.28	c cleaning 48003 clauses out of 96009 with flag 2574567/1215000
103.79/103.35	c cleaning 49002 clauses out of 98007 with flag 2678942/1265001
109.50/109.04	c cleaning 49993 clauses out of 100004 with flag 2785390/1316000
115.79/115.39	c cleaning 51001 clauses out of 102012 with flag 2895530/1368001
123.09/122.60	c cleaning 52001 clauses out of 104011 with flag 3008288/1421001
131.69/131.22	c cleaning 53000 clauses out of 106009 with flag 3122678/1475000
139.48/139.00	c cleaning 54000 clauses out of 108010 with flag 3245589/1530001
147.69/147.20	c cleaning 55001 clauses out of 110010 with flag 3371443/1586001
156.09/155.61	c cleaning 56004 clauses out of 112010 with flag 3499245/1643002
163.89/163.46	c cleaning 56998 clauses out of 114006 with flag 3624672/1701002
172.68/172.26	c cleaning 57995 clauses out of 116007 with flag 3748927/1760001
181.58/181.13	c cleaning 59003 clauses out of 118012 with flag 3875581/1820001
192.45/191.99	c cleaning 60003 clauses out of 120010 with flag 4011371/1881002
206.15/205.64	c cleaning 61001 clauses out of 122007 with flag 4153155/1943002
220.96/220.47	c cleaning 61999 clauses out of 124004 with flag 4294691/2006000
234.96/234.42	c cleaning 62999 clauses out of 126005 with flag 4433353/2070000
247.95/247.47	c cleaning 63999 clauses out of 128006 with flag 4575331/2135000
263.25/262.77	c cleaning 65002 clauses out of 130008 with flag 4721287/2201001
277.35/276.87	c cleaning 65997 clauses out of 132005 with flag 4865887/2268000
292.05/291.52	c cleaning 66996 clauses out of 134008 with flag 5012790/2336000
305.06/304.53	c cleaning 68002 clauses out of 136012 with flag 5160958/2405000
318.67/318.03	c cleaning 69005 clauses out of 138012 with flag 5310709/2475002
330.96/330.35	c cleaning 69999 clauses out of 140006 with flag 5462640/2546001
343.76/343.12	c cleaning 71001 clauses out of 142007 with flag 5615987/2618001
357.76/357.18	c cleaning 72000 clauses out of 144005 with flag 5770165/2691000
370.56/369.96	c cleaning 73000 clauses out of 146005 with flag 5927406/2765000
385.16/384.52	c cleaning 74000 clauses out of 148005 with flag 6086172/2840000
403.37/402.70	c cleaning 74995 clauses out of 150005 with flag 6251354/2916000
416.86/416.25	c cleaning 76003 clauses out of 152010 with flag 6412156/2993000
431.17/430.54	c cleaning 77001 clauses out of 154007 with flag 6574980/3071000
445.92/445.17	c cleaning 78001 clauses out of 156007 with flag 6740519/3150001
460.93/460.13	c cleaning 78997 clauses out of 158006 with flag 6911410/3230001
476.53/475.73	c cleaning 79999 clauses out of 160008 with flag 7083676/3311000
491.94/491.14	c cleaning 81000 clauses out of 162009 with flag 7255798/3393000
511.44/510.60	c cleaning 81996 clauses out of 164009 with flag 7431812/3476000
529.84/529.03	c cleaning 83004 clauses out of 166014 with flag 7611942/3560001
549.14/548.38	c cleaning 83999 clauses out of 168010 with flag 7790357/3645001
567.71/566.70	c cleaning 85000 clauses out of 170010 with flag 7972571/3731000
582.01/581.04	c cleaning 86004 clauses out of 172011 with flag 8156180/3818001
597.01/596.04	c cleaning 86996 clauses out of 174006 with flag 8344816/3906000
616.92/615.90	c cleaning 88002 clauses out of 176011 with flag 8533653/3995001
633.53/632.60	c cleaning 88998 clauses out of 178008 with flag 8722052/4085000
657.42/656.41	c cleaning 90001 clauses out of 180012 with flag 8917930/4176002
688.86/687.73	c cleaning 91001 clauses out of 182010 with flag 9124027/4268001
714.98/713.87	c cleaning 92000 clauses out of 184008 with flag 9323547/4361000
739.87/738.74	c cleaning 93005 clauses out of 186009 with flag 9524540/4455001
764.89/763.79	c cleaning 93997 clauses out of 188003 with flag 9725699/4550000
790.59/789.49	c cleaning 95001 clauses out of 190006 with flag 9928973/4646000
821.66/820.36	c cleaning 95999 clauses out of 192006 with flag 10137616/4743001
850.77/849.43	c cleaning 96997 clauses out of 194007 with flag 10343845/4841001
880.47/879.18	c cleaning 98001 clauses out of 196010 with flag 10555545/4940001
910.47/909.10	c cleaning 98999 clauses out of 198008 with flag 10768421/5040000
937.38/935.88	c cleaning 100005 clauses out of 200010 with flag 10980365/5141001
965.99/964.44	c cleaning 101002 clauses out of 202005 with flag 11193371/5243001
995.19/993.69	c cleaning 101999 clauses out of 204002 with flag 11410650/5346000
1022.89/1021.31	c cleaning 102997 clauses out of 206003 with flag 11628782/5450000
1046.60/1045.02	c cleaning 104001 clauses out of 208008 with flag 11848707/5555002
1073.50/1071.72	c cleaning 105001 clauses out of 210006 with flag 12073476/5661001
1104.50/1102.79	c cleaning 106002 clauses out of 212004 with flag 12299707/5768000
1129.75/1127.45	c cleaning 106997 clauses out of 214003 with flag 12526673/5876001
1155.66/1153.32	c cleaning 108000 clauses out of 216008 with flag 12754986/5985003
1189.56/1187.08	c cleaning 108998 clauses out of 218006 with flag 12989144/6095001
1218.65/1216.13	c cleaning 110004 clauses out of 220008 with flag 13226302/6206001
1247.85/1245.38	c cleaning 111001 clauses out of 222005 with flag 13461822/6318002
1281.70/1279.09	c cleaning 111993 clauses out of 224002 with flag 13701880/6431001
1316.11/1313.46	c cleaning 113000 clauses out of 226008 with flag 13944789/6545000
1359.59/1356.95	c cleaning 114005 clauses out of 228009 with flag 14187624/6660001
1399.36/1396.38	c cleaning 115003 clauses out of 230005 with flag 14431878/6776002
1425.22/1422.16	c starts		: 6547
1425.22/1422.16	c conflicts		: 6874729
1425.22/1422.16	c decisions		: 7322452
1425.22/1422.16	c propagations		: 34883881
1425.22/1422.16	c inspects		: 23777258163
1425.22/1422.16	c shortcuts		: 0
1425.22/1422.16	c learnt literals	: 13
1425.22/1422.16	c learnt binary clauses	: 8
1425.22/1422.16	c learnt ternary clauses	: 9
1425.22/1422.16	c learnt constraints	: 6874715
1425.22/1422.16	c ignored constraints	: 0
1425.22/1422.16	c root simplifications	: 0
1425.22/1422.16	c removed literals (reason simplification)	: 0
1425.22/1422.16	c reason swapping (by a shorter reason)	: 0
1425.22/1422.16	c Calls to reduceDB	: 112
1425.22/1422.16	c Number of update (reduction) of LBD	: 224795
1425.22/1422.16	c Imported unit clauses	: 0
1425.22/1422.16	c number of reductions to clauses (during analyze)	: 0
1425.22/1422.16	c number of learned constraints concerned by reduction	: 0
1425.22/1422.16	c number of learning phase by resolution	: 0
1425.22/1422.16	c number of learning phase by cutting planes	: 0
1425.22/1422.16	c speed (assignments/second)	: 24531.11335517072
1425.22/1422.16	c non guided choices	35
1425.22/1422.19	c learnt constraints type 
1425.22/1422.19	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 8
1425.22/1422.19	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 213708
1425.22/1422.19	s UNSATISFIABLE
1425.22/1422.19	c Total wall clock time (in seconds): 1422.081

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

pid=7288
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.09 2.08 2.08 3/194 7291
/proc/meminfo: memFree=31161596/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7291/stat : 7291 (java) R 7288 7291 6151 0 -1 4202496 362 0 0 0 0 0 0 0 20 0 1 0 4331686 278528 33 33554432000 1073741824 1073778376 140736821143888 140734789534504 206619897127 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/7291/statm: 68 33 25 9 0 25 0

[startup+0.100115 s]
/proc/loadavg: 2.09 2.08 2.08 3/194 7291
/proc/meminfo: memFree=31161596/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/7291/stat : 7291 (java) S 7288 7291 6151 0 -1 4202496 4393 0 1 0 9 1 0 0 20 0 18 0 4331686 9787879424 6025 33554432000 1073741824 1073778376 140736821143888 140736821135024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200283 s]
/proc/loadavg: 2.09 2.08 2.08 3/194 7291
/proc/meminfo: memFree=31161596/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/7291/stat : 7291 (java) S 7288 7291 6151 0 -1 4202496 6684 0 1 0 29 1 0 0 20 0 19 0 4331686 9856040960 7503 33554432000 1073741824 1073778376 140736821143888 140736821135024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2406260 7503 2217 9 0 2396937 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9625040

[startup+0.30028 s]
/proc/loadavg: 2.09 2.08 2.08 3/194 7291
/proc/meminfo: memFree=31161596/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7291/stat : 7291 (java) S 7288 7291 6151 0 -1 4202496 6705 0 1 0 48 1 0 0 20 0 19 0 4331686 9856040960 8013 33554432000 1073741824 1073778376 140736821143888 140736821135024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2406260 8013 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700249 s]
/proc/loadavg: 2.09 2.08 2.08 3/194 7291
/proc/meminfo: memFree=31161596/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/7291/stat : 7291 (java) S 7288 7291 6151 0 -1 4202496 7633 0 1 0 100 2 0 0 20 0 19 0 4331686 9856040960 8630 33554432000 1073741824 1073778376 140736821143888 140736821135024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2406260 8630 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50071 s]
/proc/loadavg: 2.09 2.08 2.08 3/213 7310
/proc/meminfo: memFree=31131116/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/7291/stat : 7291 (java) S 7288 7291 6151 0 -1 4202496 8484 0 1 0 190 2 0 0 20 0 19 0 4331686 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140736821135024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2406260 9665 2247 9 0 2396937 0
[pid=7291/tid=7293] ppid=7288 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/7291/task/7293/stat : 7293 (java) R 7288 7291 6151 0 -1 4202560 2408 0 1 0 146 2 0 0 20 0 19 0 4331687 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063323308536 140063195746595 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7294] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7294/stat : 7294 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063166905000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7295] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7295/stat : 7295 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063165852456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7296] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7296/stat : 7296 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063164799912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7291/tid=7297] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7297/stat : 7297 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063163747368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7298] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7298/stat : 7298 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063162693800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7299] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7299/stat : 7299 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063161641256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7300] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7300/stat : 7300 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063160588712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7301] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7301/stat : 7301 (java) S 7288 7291 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063159536168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7302] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7302/stat : 7302 (java) S 7288 7291 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4331688 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063147338344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7303] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7303/stat : 7303 (java) S 7288 7291 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063146284664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7304] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7304/stat : 7304 (java) S 7288 7291 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063145232008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7305] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7305/stat : 7305 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063144180752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7306] ppid=7288 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7291/task/7306/stat : 7306 (java) S 7288 7291 6151 0 -1 4202560 2585 0 0 0 20 0 0 0 20 0 19 0 4331691 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063143127096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7307] ppid=7288 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7291/task/7307/stat : 7307 (java) S 7288 7291 6151 0 -1 4202560 2221 0 0 0 21 0 0 0 20 0 19 0 4331691 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063142074552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7308] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7308/stat : 7308 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063141022200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7309] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7309/stat : 7309 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063139969864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7310] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7310/stat : 7310 (java) S 7288 7291 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4331700 9856040960 9665 33554432000 1073741824 1073778376 140736821143888 140063138915624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.08 2.08 2.08 3/213 7310
/proc/meminfo: memFree=31126648/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/7291/stat : 7291 (java) S 7288 7291 6151 0 -1 4202496 8489 0 1 0 350 2 0 0 20 0 19 0 4331686 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140736821135024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2406260 12225 2247 9 0 2396937 0
[pid=7291/tid=7293] ppid=7288 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/7291/task/7293/stat : 7293 (java) R 7288 7291 6151 0 -1 4202560 2413 0 1 0 305 2 0 0 20 0 19 0 4331687 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063323299520 140063195722528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7294] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7294/stat : 7294 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063166905000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7295] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7295/stat : 7295 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063165852456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7296] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7296/stat : 7296 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063164799912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7291/tid=7297] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7297/stat : 7297 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063163747368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7298] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7298/stat : 7298 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063162693800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7299] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7299/stat : 7299 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063161641256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7300] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7300/stat : 7300 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063160588712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7301] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7301/stat : 7301 (java) S 7288 7291 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063159536168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7302] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7302/stat : 7302 (java) S 7288 7291 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4331688 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063147338344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7303] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7303/stat : 7303 (java) S 7288 7291 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063146284664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7304] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7304/stat : 7304 (java) S 7288 7291 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063145232008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7305] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7305/stat : 7305 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063144180752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7306] ppid=7288 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7291/task/7306/stat : 7306 (java) S 7288 7291 6151 0 -1 4202560 2585 0 0 0 20 0 0 0 20 0 19 0 4331691 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063143127096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7307] ppid=7288 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7291/task/7307/stat : 7307 (java) S 7288 7291 6151 0 -1 4202560 2221 0 0 0 21 0 0 0 20 0 19 0 4331691 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063142074552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7308] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7308/stat : 7308 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063141022200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7309] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7309/stat : 7309 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063139969864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7310] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7310/stat : 7310 (java) S 7288 7291 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4331700 9856040960 12225 33554432000 1073741824 1073778376 140736821143888 140063138915624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.08 2.08 2.08 3/213 7310
/proc/meminfo: memFree=31112004/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=9625040 CPUtime=6.72 cores=0,2,4,6
/proc/7291/stat : 7291 (java) S 7288 7291 6151 0 -1 4202496 8500 0 1 0 670 2 0 0 20 0 19 0 4331686 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140736821135024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2406260 15764 2249 9 0 2396937 0
[pid=7291/tid=7293] ppid=7288 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/7291/task/7293/stat : 7293 (java) R 7288 7291 6151 0 -1 4202560 2421 0 1 0 625 2 0 0 20 0 19 0 4331687 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063323299520 140063195805866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7294] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7294/stat : 7294 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063166905000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7295] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7295/stat : 7295 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063165852456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7296] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7296/stat : 7296 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063164799912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7291/tid=7297] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7297/stat : 7297 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063163747368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7298] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7298/stat : 7298 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063162693800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7299] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7299/stat : 7299 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063161641256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7300] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7300/stat : 7300 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063160588712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7301] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7301/stat : 7301 (java) S 7288 7291 6151 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4331687 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063159536168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7302] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7302/stat : 7302 (java) S 7288 7291 6151 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4331688 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063147338344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7303] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7303/stat : 7303 (java) S 7288 7291 6151 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063146284664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7304] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7304/stat : 7304 (java) S 7288 7291 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063145232008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7305] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7305/stat : 7305 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063144180752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7306] ppid=7288 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/7291/task/7306/stat : 7306 (java) S 7288 7291 6151 0 -1 4202560 2585 0 0 0 20 0 0 0 20 0 19 0 4331691 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063143127096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7307] ppid=7288 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/7291/task/7307/stat : 7307 (java) S 7288 7291 6151 0 -1 4202560 2221 0 0 0 21 0 0 0 20 0 19 0 4331691 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063142074552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7308] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7308/stat : 7308 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063141022200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7309] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7309/stat : 7309 (java) S 7288 7291 6151 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063139969864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7310] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7310/stat : 7310 (java) S 7288 7291 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4331700 9856040960 15764 33554432000 1073741824 1073778376 140736821143888 140063138915624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 9625040


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

[pid=7291/tid=7300] ppid=7288 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7291/task/7300/stat : 7300 (java) S 7288 7291 6151 0 -1 4202560 260 0 0 0 20 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063160588712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7301] ppid=7288 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7291/task/7301/stat : 7301 (java) S 7288 7291 6151 0 -1 4202560 96 0 0 0 23 4 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063159536168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7291/tid=7302] ppid=7288 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7291/task/7302/stat : 7302 (java) S 7288 7291 6151 0 -1 4202560 100 0 0 0 0 1 0 0 20 0 19 0 4331688 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063147338344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7303] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7303/stat : 7303 (java) S 7288 7291 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063146284664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7304] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7304/stat : 7304 (java) S 7288 7291 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063145232008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7305] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7305/stat : 7305 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063144180752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7306] ppid=7288 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/7291/task/7306/stat : 7306 (java) S 7288 7291 6151 0 -1 4202560 18646 0 0 0 113 4 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063143127096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7307] ppid=7288 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7291/task/7307/stat : 7307 (java) S 7288 7291 6151 0 -1 4202560 2423 0 0 0 28 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063142074552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7308] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7308/stat : 7308 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063141022200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7309] ppid=7288 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7291/task/7309/stat : 7309 (java) S 7288 7291 6151 0 -1 4202560 82 0 0 0 23 23 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063139969864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7310] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7310/stat : 7310 (java) S 7288 7291 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4331700 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063138915624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1420.7
Current children cumulated vsize (KiB) 9625040

[startup+1420.8 s]
/proc/loadavg: 2.07 2.04 2.02 3/213 7410
/proc/meminfo: memFree=30531328/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=9625040 CPUtime=1423.91 cores=0,2,4,6
/proc/7291/stat : 7291 (java) S 7288 7291 6151 0 -1 4202496 27004 0 1 0 142323 68 0 0 20 0 19 0 4331686 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140736821135024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2406260 133097 2264 9 0 2396937 0
[pid=7291/tid=7293] ppid=7288 vsize=9625040 CPUtime=1420.07 cores=0,2,4,6
/proc/7291/task/7293/stat : 7293 (java) R 7288 7291 6151 0 -1 4202560 2488 0 1 0 141978 29 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063323306432 140063195722528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7294] ppid=7288 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7291/task/7294/stat : 7294 (java) S 7288 7291 6151 0 -1 4202560 271 0 0 0 27 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063166905000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7295] ppid=7288 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7291/task/7295/stat : 7295 (java) S 7288 7291 6151 0 -1 4202560 232 0 0 0 23 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063165852456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7296] ppid=7288 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7291/task/7296/stat : 7296 (java) S 7288 7291 6151 0 -1 4202560 448 0 0 0 18 4 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063164799912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7297] ppid=7288 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7291/task/7297/stat : 7297 (java) S 7288 7291 6151 0 -1 4202560 231 0 0 0 24 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063163747368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7298] ppid=7288 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7291/task/7298/stat : 7298 (java) S 7288 7291 6151 0 -1 4202560 254 0 0 0 21 6 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063162693800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7299] ppid=7288 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7291/task/7299/stat : 7299 (java) S 7288 7291 6151 0 -1 4202560 214 0 0 0 19 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063161641256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7291/tid=7300] ppid=7288 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7291/task/7300/stat : 7300 (java) S 7288 7291 6151 0 -1 4202560 260 0 0 0 20 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063160588712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7301] ppid=7288 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7291/task/7301/stat : 7301 (java) S 7288 7291 6151 0 -1 4202560 96 0 0 0 23 4 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063159536168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7291/tid=7302] ppid=7288 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7291/task/7302/stat : 7302 (java) S 7288 7291 6151 0 -1 4202560 101 0 0 0 0 1 0 0 20 0 19 0 4331688 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063147338344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7303] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7303/stat : 7303 (java) S 7288 7291 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063146284664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7304] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7304/stat : 7304 (java) S 7288 7291 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063145232008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7305] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7305/stat : 7305 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063144180752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7306] ppid=7288 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/7291/task/7306/stat : 7306 (java) S 7288 7291 6151 0 -1 4202560 18646 0 0 0 113 4 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063143127096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7307] ppid=7288 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7291/task/7307/stat : 7307 (java) S 7288 7291 6151 0 -1 4202560 2423 0 0 0 28 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063142074552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7308] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7308/stat : 7308 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063141022200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7309] ppid=7288 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7291/task/7309/stat : 7309 (java) S 7288 7291 6151 0 -1 4202560 82 0 0 0 23 23 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063139969864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7310] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7310/stat : 7310 (java) S 7288 7291 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4331700 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063138915624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1423.91
Current children cumulated vsize (KiB) 9625040

[startup+1421.6 s]
/proc/loadavg: 2.07 2.04 2.02 3/213 7410
/proc/meminfo: memFree=30531328/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=9625040 CPUtime=1424.72 cores=0,2,4,6
/proc/7291/stat : 7291 (java) S 7288 7291 6151 0 -1 4202496 27005 0 1 0 142404 68 0 0 20 0 19 0 4331686 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140736821135024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2406260 133097 2264 9 0 2396937 0
[pid=7291/tid=7293] ppid=7288 vsize=9625040 CPUtime=1420.87 cores=0,2,4,6
/proc/7291/task/7293/stat : 7293 (java) R 7288 7291 6151 0 -1 4202560 2489 0 1 0 142058 29 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063323306552 140063195746706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7294] ppid=7288 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7291/task/7294/stat : 7294 (java) S 7288 7291 6151 0 -1 4202560 271 0 0 0 27 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063166905000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7295] ppid=7288 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7291/task/7295/stat : 7295 (java) S 7288 7291 6151 0 -1 4202560 232 0 0 0 23 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063165852456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7296] ppid=7288 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7291/task/7296/stat : 7296 (java) S 7288 7291 6151 0 -1 4202560 448 0 0 0 18 4 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063164799912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7297] ppid=7288 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7291/task/7297/stat : 7297 (java) S 7288 7291 6151 0 -1 4202560 231 0 0 0 24 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063163747368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7298] ppid=7288 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7291/task/7298/stat : 7298 (java) S 7288 7291 6151 0 -1 4202560 254 0 0 0 21 6 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063162693800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7299] ppid=7288 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7291/task/7299/stat : 7299 (java) S 7288 7291 6151 0 -1 4202560 214 0 0 0 19 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063161641256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7291/tid=7300] ppid=7288 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7291/task/7300/stat : 7300 (java) S 7288 7291 6151 0 -1 4202560 260 0 0 0 20 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063160588712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7301] ppid=7288 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7291/task/7301/stat : 7301 (java) S 7288 7291 6151 0 -1 4202560 96 0 0 0 23 4 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063159536168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7291/tid=7302] ppid=7288 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7291/task/7302/stat : 7302 (java) S 7288 7291 6151 0 -1 4202560 101 0 0 0 0 1 0 0 20 0 19 0 4331688 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063147338344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7303] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7303/stat : 7303 (java) S 7288 7291 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063146284664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7304] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7304/stat : 7304 (java) S 7288 7291 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063145232008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7305] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7305/stat : 7305 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063144180752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7306] ppid=7288 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7291/task/7306/stat : 7306 (java) S 7288 7291 6151 0 -1 4202560 18646 0 0 0 114 4 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063143127096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7307] ppid=7288 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7291/task/7307/stat : 7307 (java) S 7288 7291 6151 0 -1 4202560 2423 0 0 0 28 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063142074552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7308] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7308/stat : 7308 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063141022200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7309] ppid=7288 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7291/task/7309/stat : 7309 (java) S 7288 7291 6151 0 -1 4202560 82 0 0 0 23 23 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063139969864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7310] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7310/stat : 7310 (java) S 7288 7291 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4331700 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063138915624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1424.72
Current children cumulated vsize (KiB) 9625040

[startup+1422 s]
/proc/loadavg: 2.07 2.04 2.02 3/213 7410
/proc/meminfo: memFree=30531328/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=9625040 CPUtime=1425.12 cores=0,2,4,6
/proc/7291/stat : 7291 (java) S 7288 7291 6151 0 -1 4202496 27005 0 1 0 142444 68 0 0 20 0 19 0 4331686 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140736821135024 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: 2406260 133097 2264 9 0 2396937 0
[pid=7291/tid=7293] ppid=7288 vsize=9625040 CPUtime=1421.27 cores=0,2,4,6
/proc/7291/task/7293/stat : 7293 (java) R 7288 7291 6151 0 -1 4202560 2489 0 1 0 142098 29 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063323308344 140063195722528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7294] ppid=7288 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7291/task/7294/stat : 7294 (java) S 7288 7291 6151 0 -1 4202560 271 0 0 0 27 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063166905000 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7295] ppid=7288 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7291/task/7295/stat : 7295 (java) S 7288 7291 6151 0 -1 4202560 232 0 0 0 23 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063165852456 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7296] ppid=7288 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/7291/task/7296/stat : 7296 (java) S 7288 7291 6151 0 -1 4202560 448 0 0 0 18 4 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063164799912 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7297] ppid=7288 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/7291/task/7297/stat : 7297 (java) S 7288 7291 6151 0 -1 4202560 231 0 0 0 24 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063163747368 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7298] ppid=7288 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7291/task/7298/stat : 7298 (java) S 7288 7291 6151 0 -1 4202560 254 0 0 0 21 6 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063162693800 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7299] ppid=7288 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/7291/task/7299/stat : 7299 (java) S 7288 7291 6151 0 -1 4202560 214 0 0 0 19 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063161641256 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7291/tid=7300] ppid=7288 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/7291/task/7300/stat : 7300 (java) S 7288 7291 6151 0 -1 4202560 260 0 0 0 20 5 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063160588712 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7301] ppid=7288 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7291/task/7301/stat : 7301 (java) S 7288 7291 6151 0 -1 4202560 96 0 0 0 23 4 0 0 20 0 19 0 4331687 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063159536168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7291/tid=7302] ppid=7288 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7291/task/7302/stat : 7302 (java) S 7288 7291 6151 0 -1 4202560 101 0 0 0 0 1 0 0 20 0 19 0 4331688 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063147338344 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7303] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7303/stat : 7303 (java) S 7288 7291 6151 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063146284664 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7304] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7304/stat : 7304 (java) S 7288 7291 6151 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4331689 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063145232008 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7305] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7305/stat : 7305 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063144180752 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7306] ppid=7288 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7291/task/7306/stat : 7306 (java) S 7288 7291 6151 0 -1 4202560 18646 0 0 0 114 4 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063143127096 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7291/tid=7307] ppid=7288 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/7291/task/7307/stat : 7307 (java) S 7288 7291 6151 0 -1 4202560 2423 0 0 0 28 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063142074552 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7308] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7308/stat : 7308 (java) S 7288 7291 6151 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063141022200 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7291/tid=7309] ppid=7288 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/7291/task/7309/stat : 7309 (java) S 7288 7291 6151 0 -1 4202560 82 0 0 0 23 23 0 0 20 0 19 0 4331691 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063139969864 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7291/tid=7310] ppid=7288 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7291/task/7310/stat : 7310 (java) S 7288 7291 6151 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4331700 9856040960 133097 33554432000 1073741824 1073778376 140736821143888 140063138915624 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1425.12
Current children cumulated vsize (KiB) 9625040

[startup+1422.2 s]
/proc/loadavg: 2.07 2.04 2.02 3/213 7410
/proc/meminfo: memFree=30531328/32872528 swapFree=532444/565148
[pid=7291] ppid=7288 vsize=0 CPUtime=1425.49 cores=194,197,224,227-229,258-260,262,290-294,320,323-325,327-329,334,336,338-339,346-348,356-357,453,460,465,524,593,645,647-648,651,653,656-658,666-668,676-677,709,713-714,716-717,720-721,724,730,733-739,742-750,769-773,775,777-782,784,790,832,901,903-905,907,909,911-912,914-915,918-919,923,925-931,934-942
/proc/7291/stat : 7291 (java) Z 7288 7291 6151 0 -1 4203532 27028 0 1 0 142462 87 0 0 20 0 2 0 4331686 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/7291/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 1425.49
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 1422.2
CPU time (s): 1425.82
CPU user time (s): 1424.72
CPU system time (s): 1.10083
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1424.72
system time used= 1.10083
maximum resident set size= 542852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27028
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30464
involuntary context switches= 15055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.5517 second user time and 10.3854 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-15 22:34:21
IDJOB=4089313
IDBENCH=107388
IDSOLVER=2546
FILE ID=node138/4089313-1466022861
RUNJOBID= node138-1466015679-6167
PBS_JOBID= 19902817
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/vertexcover-instances/normalized-vertexcover-grid6x13-hard.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089313-1466022861/watcher-4089313-1466022861 -o /tmp/evaluation-result-4089313-1466022861/solver-4089313-1466022861 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466015679-6167 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4089313-1466022861.opb

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

MD5SUM BENCH= ec34f338cdb702c36fe0f2656d588341
RANDOM SEED=1751577280

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31162224 kB
Buffers:            9900 kB
Cached:            37724 kB
SwapCached:         1268 kB
Active:           419004 kB
Inactive:          26936 kB
Active(anon):     398964 kB
Inactive(anon):     1708 kB
Active(file):      20040 kB
Inactive(file):    25228 kB
Unevictable:      565148 kB
Mlocked:          532444 kB
SwapTotal:      67108856 kB
SwapFree:       67099932 kB
Dirty:               824 kB
Writeback:             0 kB
AnonPages:        962228 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             565484 kB
SReclaimable:       8972 kB
SUnreclaim:       556512 kB
KernelStack:        1608 kB
PageTables:         6440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1128716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    417792 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= 71748 MiB
End job on node138 at 2016-06-15 22:58:03