Trace number 3711232

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)-26 1800.02 1796.85

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_1.opb
MD5SUMfac2f381943513d71e556a5764721ca3
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-26
Best CPU time to get the best result obtained on this benchmark2.58061
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -26
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint10
Maximum length of a constraint18
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)1248
Sum of products size (including duplicates)2496
Number of different products624
Sum of products size1248

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.08	c version 2.3.2.v20120418
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		501472288
0.04/0.08	c Max memory 		7480803328
0.04/0.08	c Total memory 		504102912
0.04/0.08	c Number of processors 	8
0.09/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.11	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3711232-1338170355.opb
0.09/0.12	c reading problem ... 
0.22/0.22	c ... done. Wall clock time 0.105s.
0.22/0.22	c declared #vars     100
0.22/0.22	c internal #vars     724
0.22/0.22	c #constraints  1348
0.22/0.22	c constraints type 
0.22/0.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 624
0.22/0.22	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
0.22/0.22	c ignored satisfied constraints => 100
0.22/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 624
0.22/0.22	c 1448 constraints processed.
0.22/0.23	c SATISFIABLE
0.22/0.23	c OPTIMIZING...
0.22/0.23	c Got one! Elapsed wall clock time (in seconds):0.114
0.22/0.23	o 0
0.22/0.23	c Got one! Elapsed wall clock time (in seconds):0.117
0.22/0.23	o -1
0.22/0.24	c Got one! Elapsed wall clock time (in seconds):0.12
0.22/0.24	o -2
0.22/0.24	c Got one! Elapsed wall clock time (in seconds):0.122
0.22/0.24	o -3
0.22/0.24	c Got one! Elapsed wall clock time (in seconds):0.125
0.22/0.24	o -4
0.22/0.25	c Got one! Elapsed wall clock time (in seconds):0.128
0.22/0.25	o -20
0.22/0.29	c Got one! Elapsed wall clock time (in seconds):0.173
0.22/0.29	o -21
0.46/0.30	c Got one! Elapsed wall clock time (in seconds):0.179
0.46/0.30	o -22
0.46/0.33	c Got one! Elapsed wall clock time (in seconds):0.215
0.46/0.33	o -23
0.78/0.51	c Got one! Elapsed wall clock time (in seconds):0.392
0.78/0.51	o -24
0.78/0.59	c cleaning 2982 clauses out of 5967 with flag 1002/5967
1.18/0.87	c cleaning 4492 clauses out of 8983 with flag 7000/11965
1.59/1.20	c cleaning 5746 clauses out of 11491 with flag 14000/18965
2.00/1.63	c cleaning 6873 clauses out of 13745 with flag 22000/26965
2.54/2.19	c cleaning 7933 clauses out of 15873 with flag 31001/35966
3.14/2.77	c cleaning 8965 clauses out of 17940 with flag 41001/45966
3.94/3.50	c cleaning 9988 clauses out of 19976 with flag 52002/56967
4.76/4.33	c cleaning 10985 clauses out of 21986 with flag 64000/68965
5.78/5.32	c cleaning 11998 clauses out of 24002 with flag 77001/81966
6.79/6.37	c cleaning 12999 clauses out of 26004 with flag 91001/95966
8.00/7.56	c cleaning 14002 clauses out of 28004 with flag 106000/110965
9.41/8.93	c cleaning 14999 clauses out of 30003 with flag 122001/126966
10.02/9.52	c Got one! Elapsed wall clock time (in seconds):9.404
10.02/9.52	o -25
10.52/10.04	c cleaning 14154 clauses out of 28313 with flag 5001/140275
11.02/10.53	c cleaning 10077 clauses out of 20158 with flag 11000/146274
11.54/11.02	c cleaning 8540 clauses out of 17082 with flag 18001/153275
11.94/11.48	c cleaning 8265 clauses out of 16541 with flag 26000/161274
12.44/11.96	c cleaning 8631 clauses out of 17277 with flag 35001/170275
13.15/12.60	c cleaning 9321 clauses out of 18646 with flag 45001/180275
13.79/13.28	c cleaning 10159 clauses out of 20325 with flag 56001/191275
14.69/14.10	c cleaning 11081 clauses out of 22167 with flag 68002/203276
15.69/15.17	c cleaning 12039 clauses out of 24086 with flag 81002/216276
16.89/16.40	c cleaning 13019 clauses out of 26045 with flag 95000/230274
18.19/17.70	c cleaning 14007 clauses out of 28027 with flag 110001/245275
19.69/19.19	c cleaning 15010 clauses out of 30019 with flag 126000/261274
21.30/20.76	c cleaning 16000 clauses out of 32010 with flag 143001/278275
22.90/22.39	c cleaning 17004 clauses out of 34009 with flag 161000/296274
25.02/24.48	c cleaning 17998 clauses out of 36006 with flag 180001/315275
26.12/25.56	c Got one! Elapsed wall clock time (in seconds):25.44
26.12/25.56	o -26
26.93/26.37	c cleaning 18546 clauses out of 37104 with flag 5001/334371
27.43/26.86	c cleaning 12277 clauses out of 24559 with flag 11002/340372
27.97/27.37	c cleaning 9636 clauses out of 19281 with flag 18001/347371
28.49/27.88	c cleaning 8820 clauses out of 17645 with flag 26001/355371
29.09/28.42	c cleaning 8909 clauses out of 17824 with flag 35000/364370
29.71/29.03	c cleaning 9453 clauses out of 18915 with flag 45000/374370
30.42/29.75	c cleaning 10224 clauses out of 20462 with flag 56000/385370
31.34/30.60	c cleaning 11114 clauses out of 22238 with flag 68000/397370
32.25/31.52	c cleaning 12060 clauses out of 24124 with flag 81000/410370
33.26/32.51	c cleaning 13033 clauses out of 26066 with flag 95002/424372
34.47/33.75	c cleaning 14013 clauses out of 28031 with flag 110000/439370
35.88/35.11	c cleaning 15010 clauses out of 30019 with flag 126001/455371
37.48/36.74	c cleaning 15998 clauses out of 32008 with flag 143000/472370
38.88/38.17	c cleaning 16999 clauses out of 34010 with flag 161000/490370
40.49/39.70	c cleaning 18005 clauses out of 36011 with flag 180000/509370
42.30/41.58	c cleaning 19003 clauses out of 38006 with flag 200000/529370
44.21/43.48	c cleaning 19999 clauses out of 40006 with flag 221003/550373
46.31/45.57	c cleaning 20995 clauses out of 42004 with flag 243000/572370
48.82/48.06	c cleaning 22001 clauses out of 44010 with flag 266001/595371
51.73/50.94	c cleaning 22998 clauses out of 46008 with flag 290000/619370
54.64/53.82	c cleaning 23996 clauses out of 48010 with flag 315000/644370
58.45/57.63	c cleaning 25005 clauses out of 50014 with flag 341000/670370
62.58/61.70	c cleaning 26002 clauses out of 52009 with flag 368000/697370
66.91/66.02	c cleaning 27001 clauses out of 54007 with flag 396000/725370
71.45/70.50	c cleaning 28002 clauses out of 56006 with flag 425000/754370
76.37/75.44	c cleaning 29004 clauses out of 58007 with flag 455003/784373
81.19/80.25	c cleaning 29997 clauses out of 60000 with flag 486000/815370
86.60/85.66	c cleaning 30994 clauses out of 62003 with flag 518000/847370
92.12/91.16	c cleaning 32000 clauses out of 64009 with flag 551000/880370
97.64/96.70	c cleaning 33002 clauses out of 66010 with flag 585001/914371
104.58/103.53	c cleaning 34001 clauses out of 68008 with flag 620001/949371
111.82/110.72	c cleaning 35000 clauses out of 70007 with flag 656001/985371
118.92/117.88	c cleaning 36001 clauses out of 72007 with flag 693001/1022371
125.45/124.39	c cleaning 36996 clauses out of 74006 with flag 731001/1060371
133.96/132.83	c cleaning 38000 clauses out of 76009 with flag 770000/1099370
143.46/142.38	c cleaning 39005 clauses out of 78010 with flag 810001/1139371
155.33/153.87	c cleaning 39997 clauses out of 80006 with flag 851002/1180372
165.94/164.48	c cleaning 41002 clauses out of 82007 with flag 893000/1222370
176.25/174.70	c cleaning 41999 clauses out of 84007 with flag 936002/1265372
186.96/185.46	c cleaning 43003 clauses out of 86007 with flag 980001/1309371
199.89/198.38	c cleaning 43995 clauses out of 88004 with flag 1025001/1354371
210.41/208.82	c cleaning 44999 clauses out of 90008 with flag 1071000/1400370
222.13/220.58	c cleaning 45996 clauses out of 92009 with flag 1118000/1447370
234.46/232.85	c cleaning 47004 clauses out of 94014 with flag 1166001/1495371
248.47/246.85	c cleaning 47996 clauses out of 96009 with flag 1215000/1544370
262.69/261.02	c cleaning 49002 clauses out of 98014 with flag 1265001/1594371
278.94/277.27	c cleaning 50001 clauses out of 100012 with flag 1316001/1645371
293.75/292.09	c cleaning 51000 clauses out of 102010 with flag 1368000/1697370
309.79/308.04	c cleaning 51999 clauses out of 104010 with flag 1421000/1750370
324.90/323.13	c cleaning 52997 clauses out of 106011 with flag 1475000/1804370
340.12/338.39	c cleaning 54004 clauses out of 108016 with flag 1530002/1859372
355.85/354.02	c cleaning 54993 clauses out of 110010 with flag 1586000/1915370
374.71/372.84	c cleaning 56009 clauses out of 112019 with flag 1643002/1972372
393.94/392.09	c cleaning 57001 clauses out of 114008 with flag 1701000/2030370
413.48/411.50	c cleaning 58003 clauses out of 116012 with flag 1760005/2089375
437.20/435.28	c cleaning 58998 clauses out of 118005 with flag 1820001/2149371
459.41/457.48	c cleaning 59997 clauses out of 120007 with flag 1881001/2210371
484.32/481.98	c cleaning 61001 clauses out of 122009 with flag 1943000/2272370
509.89/507.45	c cleaning 61997 clauses out of 124009 with flag 2006001/2335371
536.70/534.23	c cleaning 63003 clauses out of 126013 with flag 2070002/2399372
560.82/558.37	c cleaning 63999 clauses out of 128008 with flag 2135000/2464370
586.86/584.32	c cleaning 65005 clauses out of 130010 with flag 2201001/2530371
611.60/609.06	c cleaning 65994 clauses out of 132004 with flag 2268000/2597370
637.84/635.21	c cleaning 67004 clauses out of 134014 with flag 2336004/2665374
672.28/669.62	c cleaning 67999 clauses out of 136006 with flag 2405000/2734370
708.29/705.63	c cleaning 68997 clauses out of 138007 with flag 2475000/2804370
751.00/748.38	c cleaning 70003 clauses out of 140011 with flag 2546001/2875371
788.53/785.89	c cleaning 71001 clauses out of 142007 with flag 2618000/2947370
826.45/823.77	c cleaning 72001 clauses out of 144006 with flag 2691000/3020370
858.29/855.51	c cleaning 72998 clauses out of 146006 with flag 2765001/3094371
891.51/888.79	c cleaning 73998 clauses out of 148007 with flag 2840000/3169370
931.15/928.38	c cleaning 74999 clauses out of 150010 with flag 2916001/3245371
967.29/964.45	c cleaning 75997 clauses out of 152010 with flag 2993000/3322370
1007.63/1004.79	c cleaning 77006 clauses out of 154013 with flag 3071000/3400370
1048.06/1045.11	c cleaning 77999 clauses out of 156008 with flag 3150001/3479371
1085.68/1082.72	c cleaning 78999 clauses out of 158008 with flag 3230000/3559370
1126.64/1123.69	c cleaning 79999 clauses out of 160009 with flag 3311000/3640370
1167.15/1164.12	c cleaning 80997 clauses out of 162010 with flag 3393000/3722370
1217.76/1214.71	c cleaning 82007 clauses out of 164016 with flag 3476003/3805373
1266.18/1263.13	c cleaning 82995 clauses out of 166006 with flag 3560000/3889370
1310.80/1307.76	c cleaning 84002 clauses out of 168012 with flag 3645001/3974371
1360.62/1357.51	c cleaning 85005 clauses out of 170009 with flag 3731000/4060370
1426.34/1423.22	c cleaning 85994 clauses out of 172004 with flag 3818000/4147370
1491.85/1488.78	c cleaning 86997 clauses out of 174010 with flag 3906000/4235370
1556.36/1553.23	c cleaning 88001 clauses out of 176013 with flag 3995000/4324370
1615.16/1612.07	c cleaning 89002 clauses out of 178013 with flag 4085001/4414371
1679.47/1676.35	c cleaning 90001 clauses out of 180012 with flag 4176002/4505372
1737.10/1733.99	c cleaning 91001 clauses out of 182011 with flag 4268002/4597372
1800.02/1796.81	c starts		: 283
1800.02/1796.81	c conflicts		: 4688965
1800.02/1796.81	c decisions		: 4739566
1800.02/1796.81	c propagations		: 24676317
1800.02/1796.81	c inspects		: 22615941572
1800.02/1796.81	c shortcuts		: 0
1800.02/1796.81	c learnt literals	: 0
1800.02/1796.81	c learnt binary clauses	: 6
1800.02/1796.81	c learnt ternary clauses	: 47
1800.02/1796.81	c learnt constraints	: 4688965
1800.02/1796.81	c ignored constraints	: 0
1800.02/1796.81	c root simplifications	: 283
1800.02/1796.81	c removed literals (reason simplification)	: 44569440
1800.02/1796.81	c reason swapping (by a shorter reason)	: 0
1800.02/1796.81	c Calls to reduceDB	: 115
1800.02/1796.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.81	c number of learned constraints concerned by reduction	: 0
1800.02/1796.81	c number of learning phase by resolution	: 0
1800.02/1796.81	c number of learning phase by cutting planes	: 0
1800.02/1796.81	c speed (assignments/second)	: 13735.1481869461
1800.02/1796.81	c non guided choices	490
1800.02/1796.84	c learnt constraints type 
1800.02/1796.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 6
1800.02/1796.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 182622
1800.02/1796.84	c constraints type 
1800.02/1796.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 624
1800.02/1796.84	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
1800.02/1796.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/1796.84	c ignored satisfied constraints => 100
1800.02/1796.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 624
1800.02/1796.84	c 1449 constraints processed.
1800.02/1796.84	s SATISFIABLE
1800.02/1796.84	v -x1 x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 x21 -x22 x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 x49 x50 x51 -x52 x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 x79 x80 x81 -x82 -x83 -x84 x85 x86 x87 x88 -x89 x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 
1800.02/1796.84	c objective function=-26
1800.02/1796.84	c Total wall clock time (in seconds): 1796.724

Verifier Data

OK	-26

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3711232-1338170355/watcher-3711232-1338170355 -o /tmp/evaluation-result-3711232-1338170355/solver-3711232-1338170355 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711232-1338170355.opb 

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.00 2.00 2.00 3/194 6201
/proc/meminfo: memFree=28783832/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/6201/stat : 6201 (java) R 6199 6201 3132 0 -1 4202496 253 0 0 0 0 0 0 0 20 0 1 0 283161382 8192 1 33554432000 0 0 0 140733639766680 259112201655 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2 1 0 0 0 2 0

[startup+0.0722889 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 6201
/proc/meminfo: memFree=28783832/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/6201/stat : 6201 (java) S 6199 6201 3132 0 -1 4202496 3327 0 1 0 4 0 0 0 20 0 18 0 283161382 9787842560 4534 33554432000 1073741824 1073778376 140733818553040 140733818544176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2389610 4534 1778 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100416 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 6201
/proc/meminfo: memFree=28783832/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/6201/stat : 6201 (java) S 6199 6201 3132 0 -1 4202496 4279 0 1 0 8 1 0 0 20 0 18 0 283161382 9787842560 5996 33554432000 1073741824 1073778376 140733818553040 140733818544176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2389610 5996 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.301079 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 6201
/proc/meminfo: memFree=28783832/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=9625004 CPUtime=0.46 cores=0,2,4,6
/proc/6201/stat : 6201 (java) S 6199 6201 3132 0 -1 4202496 6691 0 1 0 44 2 0 0 20 0 19 0 283161382 9856004096 8596 33554432000 1073741824 1073778376 140733818553040 140733818544176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2406251 8596 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625004

[startup+0.700225 s]
/proc/loadavg: 2.00 2.00 2.00 3/194 6201
/proc/meminfo: memFree=28783832/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/6201/stat : 6201 (java) S 6199 6201 3132 0 -1 4202496 6920 0 1 0 103 2 0 0 20 0 19 0 283161382 9856004096 12199 33554432000 1073741824 1073778376 140733818553040 140733818544176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2406251 12199 2276 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625004

[startup+1.50145 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6220
/proc/meminfo: memFree=28741492/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=9625004 CPUtime=1.9 cores=0,2,4,6
/proc/6201/stat : 6201 (java) S 6199 6201 3132 0 -1 4202496 6932 0 1 0 187 3 0 0 20 0 19 0 283161382 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140733818544176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2406251 13228 2276 9 0 2396937 0
[pid=6201/tid=6203] ppid=6199 vsize=9625004 CPUtime=1.42 cores=0,2,4,6
/proc/6201/task/6203/stat : 6203 (java) R 6199 6201 3132 0 -1 4202560 2514 0 1 0 142 0 0 0 20 0 19 0 283161383 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192551588344 140192380269940 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6204] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6204/stat : 6204 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192513080232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6205] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6205/stat : 6205 (java) S 6199 6201 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192512027688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6206] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6206/stat : 6206 (java) S 6199 6201 3132 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192510974632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6207] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6207/stat : 6207 (java) S 6199 6201 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192509922088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6208] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6208/stat : 6208 (java) S 6199 6201 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192508869032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6209] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6209/stat : 6209 (java) S 6199 6201 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192507816488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6210] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6210/stat : 6210 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192506763432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6211] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6211/stat : 6211 (java) S 6199 6201 3132 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192505710888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6212] ppid=6199 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/6201/task/6212/stat : 6212 (java) S 6199 6201 3132 0 -1 4202560 33 0 0 0 2 0 0 0 20 0 19 0 283161385 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192375614312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6201/tid=6213] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6213/stat : 6213 (java) S 6199 6201 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192374560632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6214] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6214/stat : 6214 (java) S 6199 6201 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192373507464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6215] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6215/stat : 6215 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192372456208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6216] ppid=6199 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/6201/task/6216/stat : 6216 (java) S 6199 6201 3132 0 -1 4202560 1547 0 0 0 16 0 0 0 20 0 19 0 283161388 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192371403064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6217] ppid=6199 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/6201/task/6217/stat : 6217 (java) S 6199 6201 3132 0 -1 4202560 1612 0 0 0 22 0 0 0 20 0 19 0 283161388 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192370350520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6218] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6218/stat : 6218 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192369297656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6219] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6219/stat : 6219 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192368245320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6220] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6220/stat : 6220 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161405 9856004096 13228 33554432000 1073741824 1073778376 140733818553040 140192367191592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9625004

[startup+3.10146 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6220
/proc/meminfo: memFree=28738948/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=9625004 CPUtime=3.54 cores=0,2,4,6
/proc/6201/stat : 6201 (java) S 6199 6201 3132 0 -1 4202496 6965 0 1 0 351 3 0 0 20 0 19 0 283161382 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140733818544176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2406251 13251 2278 9 0 2396937 0
[pid=6201/tid=6203] ppid=6199 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/6201/task/6203/stat : 6203 (java) R 6199 6201 3132 0 -1 4202560 2516 0 1 0 297 0 0 0 20 0 19 0 283161383 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192551588128 140192380298210 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6204] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6204/stat : 6204 (java) S 6199 6201 3132 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192513080232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6205] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6205/stat : 6205 (java) S 6199 6201 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192512027688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6206] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6206/stat : 6206 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192510974632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6207] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6207/stat : 6207 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192509922088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6208] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6208/stat : 6208 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192508869032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6209] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6209/stat : 6209 (java) S 6199 6201 3132 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192507816488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6210] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6210/stat : 6210 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192506763432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6211] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6211/stat : 6211 (java) S 6199 6201 3132 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192505710888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6212] ppid=6199 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/6201/task/6212/stat : 6212 (java) S 6199 6201 3132 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 19 0 283161385 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192375614312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6201/tid=6213] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6213/stat : 6213 (java) S 6199 6201 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192374560632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6214] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6214/stat : 6214 (java) S 6199 6201 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192373507464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6215] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6215/stat : 6215 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192372456208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6216] ppid=6199 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/6201/task/6216/stat : 6216 (java) S 6199 6201 3132 0 -1 4202560 1547 0 0 0 16 0 0 0 20 0 19 0 283161388 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192371403064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6217] ppid=6199 vsize=9625004 CPUtime=0.25 cores=0,2,4,6
/proc/6201/task/6217/stat : 6217 (java) S 6199 6201 3132 0 -1 4202560 1622 0 0 0 25 0 0 0 20 0 19 0 283161388 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192370350520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6218] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6218/stat : 6218 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192369297656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6219] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6219/stat : 6219 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192368245320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6220] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6220/stat : 6220 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161405 9856004096 13251 33554432000 1073741824 1073778376 140733818553040 140192367191592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 9625004

[startup+6.30063 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6220
/proc/meminfo: memFree=28734984/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=9625004 CPUtime=6.79 cores=0,2,4,6
/proc/6201/stat : 6201 (java) S 6199 6201 3132 0 -1 4202496 7024 0 1 0 676 3 0 0 20 0 19 0 283161382 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140733818544176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2406251 14035 2278 9 0 2396937 0
[pid=6201/tid=6203] ppid=6199 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/6201/task/6203/stat : 6203 (java) R 6199 6201 3132 0 -1 4202560 2520 0 1 0 611 0 0 0 20 0 19 0 283161383 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192551588408 140192380456762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6204] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6204/stat : 6204 (java) S 6199 6201 3132 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192513080232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6205] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6205/stat : 6205 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192512027688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6206] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6206/stat : 6206 (java) S 6199 6201 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192510974632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6201/tid=6207] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6207/stat : 6207 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192509922088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6201/tid=6208] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6208/stat : 6208 (java) S 6199 6201 3132 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192508869032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6209] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6209/stat : 6209 (java) S 6199 6201 3132 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192507816488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6210] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6210/stat : 6210 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192506763432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6211] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6211/stat : 6211 (java) S 6199 6201 3132 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283161384 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192505710888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6212] ppid=6199 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/6201/task/6212/stat : 6212 (java) S 6199 6201 3132 0 -1 4202560 35 0 0 0 9 0 0 0 20 0 19 0 283161385 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192375614312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6213] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6213/stat : 6213 (java) S 6199 6201 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192374560632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6214] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6214/stat : 6214 (java) S 6199 6201 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192373507464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6215] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6215/stat : 6215 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192372456208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6216] ppid=6199 vsize=9625004 CPUtime=0.16 cores=0,2,4,6
/proc/6201/task/6216/stat : 6216 (java) S 6199 6201 3132 0 -1 4202560 1547 0 0 0 16 0 0 0 20 0 19 0 283161388 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192371403064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6217] ppid=6199 vsize=9625004 CPUtime=0.29 cores=0,2,4,6
/proc/6201/task/6217/stat : 6217 (java) S 6199 6201 3132 0 -1 4202560 1663 0 0 0 29 0 0 0 20 0 19 0 283161388 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192370350520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6218] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6218/stat : 6218 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192369297656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6219] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6219/stat : 6219 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192368245320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6220] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6220/stat : 6220 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161405 9856004096 14035 33554432000 1073741824 1073778376 140733818553040 140192367191592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.79
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=6201/tid=6216] ppid=6199 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/6201/task/6216/stat : 6216 (java) S 6199 6201 3132 0 -1 4202560 1799 0 0 0 23 0 0 0 20 0 19 0 283161388 9856004096 40256 33554432000 1073741824 1073778376 140733818553040 140192371403064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6217] ppid=6199 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/6201/task/6217/stat : 6217 (java) S 6199 6201 3132 0 -1 4202560 12635 0 0 0 103 3 0 0 20 0 19 0 283161388 9856004096 40256 33554432000 1073741824 1073778376 140733818553040 140192370350520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6218] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6218/stat : 6218 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 40256 33554432000 1073741824 1073778376 140733818553040 140192369297656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6219] ppid=6199 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/6201/task/6219/stat : 6219 (java) S 6199 6201 3132 0 -1 4202560 95 0 0 0 25 26 0 0 20 0 19 0 283161388 9856004096 40256 33554432000 1073741824 1073778376 140733818553040 140192368245320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6220] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6220/stat : 6220 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161405 9856004096 40256 33554432000 1073741824 1073778376 140733818553040 140192367191592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1665.46
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6375
/proc/meminfo: memFree=28708660/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=9625004 CPUtime=1725.5 cores=0,2,4,6
/proc/6201/stat : 6201 (java) S 6199 6201 3132 0 -1 4202496 19674 0 1 0 172516 34 0 0 20 0 19 0 283161382 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140733818544176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2406251 40770 2279 9 0 2396937 0
[pid=6201/tid=6203] ppid=6199 vsize=9625004 CPUtime=1713.71 cores=0,2,4,6
/proc/6201/task/6203/stat : 6203 (java) R 6199 6201 3132 0 -1 4202560 2638 0 1 0 171342 29 0 0 20 0 19 0 283161383 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192551588128 140192380299099 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6204] ppid=6199 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/6201/task/6204/stat : 6204 (java) S 6199 6201 3132 0 -1 4202560 193 0 0 0 33 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192513080232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6205] ppid=6199 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/6201/task/6205/stat : 6205 (java) S 6199 6201 3132 0 -1 4202560 166 0 0 0 33 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192512027688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6206] ppid=6199 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/6201/task/6206/stat : 6206 (java) S 6199 6201 3132 0 -1 4202560 53 0 0 0 32 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192510974632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6207] ppid=6199 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6201/task/6207/stat : 6207 (java) S 6199 6201 3132 0 -1 4202560 205 0 0 0 35 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192509922088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6201/tid=6208] ppid=6199 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6201/task/6208/stat : 6208 (java) S 6199 6201 3132 0 -1 4202560 139 0 0 0 34 1 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192508869032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6209] ppid=6199 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/6201/task/6209/stat : 6209 (java) S 6199 6201 3132 0 -1 4202560 228 0 0 0 36 1 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192507816488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6201/tid=6210] ppid=6199 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/6201/task/6210/stat : 6210 (java) S 6199 6201 3132 0 -1 4202560 159 0 0 0 33 1 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192506763432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6211] ppid=6199 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/6201/task/6211/stat : 6211 (java) S 6199 6201 3132 0 -1 4202560 41 0 0 0 34 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192505710888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6212] ppid=6199 vsize=9625004 CPUtime=2.91 cores=0,2,4,6
/proc/6201/task/6212/stat : 6212 (java) S 6199 6201 3132 0 -1 4202560 137 0 0 0 287 4 0 0 20 0 19 0 283161385 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192375614312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6213] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6213/stat : 6213 (java) S 6199 6201 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192374560632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6214] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6214/stat : 6214 (java) S 6199 6201 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192373507464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6215] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6215/stat : 6215 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192372456208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6216] ppid=6199 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/6201/task/6216/stat : 6216 (java) S 6199 6201 3132 0 -1 4202560 1799 0 0 0 23 0 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192371403064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6217] ppid=6199 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/6201/task/6217/stat : 6217 (java) S 6199 6201 3132 0 -1 4202560 12635 0 0 0 103 3 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192370350520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6218] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6218/stat : 6218 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192369297656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6219] ppid=6199 vsize=9625004 CPUtime=0.53 cores=0,2,4,6
/proc/6201/task/6219/stat : 6219 (java) S 6199 6201 3132 0 -1 4202560 99 0 0 0 26 27 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192368245320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6220] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6220/stat : 6220 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161405 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192367191592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.5
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6376
/proc/meminfo: memFree=28681548/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=9625004 CPUtime=1785.52 cores=0,2,4,6
/proc/6201/stat : 6201 (java) S 6199 6201 3132 0 -1 4202496 19683 0 1 0 178517 35 0 0 20 0 19 0 283161382 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140733818544176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2406251 40770 2279 9 0 2396937 0
[pid=6201/tid=6203] ppid=6199 vsize=9625004 CPUtime=1773.49 cores=0,2,4,6
/proc/6201/task/6203/stat : 6203 (java) R 6199 6201 3132 0 -1 4202560 2640 0 1 0 177320 29 0 0 20 0 19 0 283161383 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192551586272 140192380355207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6204] ppid=6199 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6201/task/6204/stat : 6204 (java) S 6199 6201 3132 0 -1 4202560 193 0 0 0 35 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192513080232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6205] ppid=6199 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/6201/task/6205/stat : 6205 (java) S 6199 6201 3132 0 -1 4202560 166 0 0 0 34 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192512027688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6206] ppid=6199 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/6201/task/6206/stat : 6206 (java) S 6199 6201 3132 0 -1 4202560 53 0 0 0 32 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192510974632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6207] ppid=6199 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6201/task/6207/stat : 6207 (java) S 6199 6201 3132 0 -1 4202560 205 0 0 0 35 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192509922088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6201/tid=6208] ppid=6199 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6201/task/6208/stat : 6208 (java) S 6199 6201 3132 0 -1 4202560 139 0 0 0 34 1 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192508869032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6209] ppid=6199 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/6201/task/6209/stat : 6209 (java) S 6199 6201 3132 0 -1 4202560 228 0 0 0 37 1 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192507816488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6210] ppid=6199 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/6201/task/6210/stat : 6210 (java) S 6199 6201 3132 0 -1 4202560 159 0 0 0 33 1 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192506763432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6211] ppid=6199 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6201/task/6211/stat : 6211 (java) S 6199 6201 3132 0 -1 4202560 41 0 0 0 35 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192505710888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6212] ppid=6199 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/6201/task/6212/stat : 6212 (java) S 6199 6201 3132 0 -1 4202560 140 0 0 0 292 4 0 0 20 0 19 0 283161385 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192375614312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6213] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6213/stat : 6213 (java) S 6199 6201 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192374560632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6214] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6214/stat : 6214 (java) S 6199 6201 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192373507464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6215] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6215/stat : 6215 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192372456208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6216] ppid=6199 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/6201/task/6216/stat : 6216 (java) S 6199 6201 3132 0 -1 4202560 1799 0 0 0 23 0 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192371403064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6217] ppid=6199 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/6201/task/6217/stat : 6217 (java) S 6199 6201 3132 0 -1 4202560 12635 0 0 0 103 3 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192370350520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6218] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6218/stat : 6218 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192369297656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6219] ppid=6199 vsize=9625004 CPUtime=0.55 cores=0,2,4,6
/proc/6201/task/6219/stat : 6219 (java) S 6199 6201 3132 0 -1 4202560 103 0 0 0 26 29 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192368245320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6220] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6220/stat : 6220 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161405 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192367191592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.52
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 6376
/proc/meminfo: memFree=28675528/32873648 swapFree=6844/6844
[pid=6201] ppid=6199 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/6201/stat : 6201 (java) S 6199 6201 3132 0 -1 4202496 19683 0 1 0 179967 35 0 0 20 0 19 0 283161382 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140733818544176 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6201/statm: 2406251 40770 2279 9 0 2396937 0
[pid=6201/tid=6203] ppid=6199 vsize=9625004 CPUtime=1787.95 cores=0,2,4,6
/proc/6201/task/6203/stat : 6203 (java) R 6199 6201 3132 0 -1 4202560 2640 0 1 0 178765 30 0 0 20 0 19 0 283161383 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192551586272 140192380356389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6204] ppid=6199 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6201/task/6204/stat : 6204 (java) S 6199 6201 3132 0 -1 4202560 193 0 0 0 35 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192513080232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6205] ppid=6199 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/6201/task/6205/stat : 6205 (java) S 6199 6201 3132 0 -1 4202560 166 0 0 0 34 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192512027688 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6206] ppid=6199 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/6201/task/6206/stat : 6206 (java) S 6199 6201 3132 0 -1 4202560 53 0 0 0 32 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192510974632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6207] ppid=6199 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6201/task/6207/stat : 6207 (java) S 6199 6201 3132 0 -1 4202560 205 0 0 0 35 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192509922088 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6201/tid=6208] ppid=6199 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6201/task/6208/stat : 6208 (java) S 6199 6201 3132 0 -1 4202560 139 0 0 0 34 1 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192508869032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6209] ppid=6199 vsize=9625004 CPUtime=0.38 cores=0,2,4,6
/proc/6201/task/6209/stat : 6209 (java) S 6199 6201 3132 0 -1 4202560 228 0 0 0 37 1 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192507816488 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6210] ppid=6199 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/6201/task/6210/stat : 6210 (java) S 6199 6201 3132 0 -1 4202560 159 0 0 0 33 1 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192506763432 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6211] ppid=6199 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/6201/task/6211/stat : 6211 (java) S 6199 6201 3132 0 -1 4202560 41 0 0 0 35 0 0 0 20 0 19 0 283161384 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192505710888 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6212] ppid=6199 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/6201/task/6212/stat : 6212 (java) S 6199 6201 3132 0 -1 4202560 140 0 0 0 292 4 0 0 20 0 19 0 283161385 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192375614312 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6213] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6213/stat : 6213 (java) S 6199 6201 3132 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192374560632 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6214] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6214/stat : 6214 (java) S 6199 6201 3132 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283161386 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192373507464 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6215] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6215/stat : 6215 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192372456208 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6216] ppid=6199 vsize=9625004 CPUtime=0.23 cores=0,2,4,6
/proc/6201/task/6216/stat : 6216 (java) S 6199 6201 3132 0 -1 4202560 1799 0 0 0 23 0 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192371403064 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6201/tid=6217] ppid=6199 vsize=9625004 CPUtime=1.06 cores=0,2,4,6
/proc/6201/task/6217/stat : 6217 (java) S 6199 6201 3132 0 -1 4202560 12635 0 0 0 103 3 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192370350520 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6218] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6218/stat : 6218 (java) S 6199 6201 3132 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192369297656 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6201/tid=6219] ppid=6199 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/6201/task/6219/stat : 6219 (java) S 6199 6201 3132 0 -1 4202560 103 0 0 0 26 30 0 0 20 0 19 0 283161388 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192368245320 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6201/tid=6220] ppid=6199 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/6201/task/6220/stat : 6220 (java) S 6199 6201 3132 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283161405 9856004096 40770 33554432000 1073741824 1073778376 140733818553040 140192367191592 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6201 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=60109
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=840872
# CPU time returned by wait4() is 1795.9
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.85
CPU time (s): 1800.02
CPU user time (s): 1799.67
CPU system time (s): 0.35
CPU usage (%): 100.176
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.06
system time used= 0.840872
maximum resident set size= 169640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19821
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41060
involuntary context switches= 33799

runsolver used 5.74113 second user time and 15.6426 second system time

The end

Launcher Data

Begin job on node124 at 2012-05-28 03:59:15
IDJOB=3711232
IDBENCH=48218
IDSOLVER=2289
FILE ID=node124/3711232-1338170355
RUNJOBID= node124-1338143409-3148
PBS_JOBID= 14624516
Free space on /tmp= 71432 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_100_10_1.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711232-1338170355/watcher-3711232-1338170355 -o /tmp/evaluation-result-3711232-1338170355/solver-3711232-1338170355 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711232-1338170355.opb

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

MD5SUM BENCH= fac2f381943513d71e556a5764721ca3
RANDOM SEED=1077533670

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28784104 kB
Buffers:          358784 kB
Cached:          2695484 kB
SwapCached:            0 kB
Active:          1143604 kB
Inactive:        2137348 kB
Active(anon):     228944 kB
Inactive(anon):        0 kB
Active(file):     914660 kB
Inactive(file):  2137348 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:        235532 kB
Mapped:            22632 kB
Shmem:               200 kB
Slab:             669412 kB
SReclaimable:     113588 kB
SUnreclaim:       555824 kB
KernelStack:        1608 kB
PageTables:         4752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    186368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71432 MiB
End job on node124 at 2012-05-28 04:29:14