Trace number 3711234

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)-25 1800.06 1796.95

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_100_10_3.opb
MD5SUM737bdf32fd69c002d569e68c523af4bf
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 benchmark3.01854
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)1244
Sum of products size (including duplicates)2488
Number of different products622
Sum of products size1244

Quality of the solution as a function of time


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

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.10/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.12	c configuring ORDERS
0.10/0.13	c --- Begin Solver configuration ---
0.10/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.13	c Learn all clauses as in MiniSAT
0.10/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.13	c Expensive reason simplification
0.10/0.13	c Armin Biere (Picosat) restarts strategy
0.10/0.13	c Glucose learned constraints deletion strategy
0.10/0.13	c timeout=2147483s
0.10/0.13	c DB Simplification allowed=true
0.10/0.13	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.13	c --- End Solver configuration ---
0.10/0.13	c solving HOME/instance-3711234-1338171028.opb
0.10/0.13	c reading problem ... 
0.23/0.24	c ... done. Wall clock time 0.112s.
0.23/0.24	c declared #vars     100
0.23/0.24	c internal #vars     722
0.23/0.24	c #constraints  1344
0.23/0.24	c constraints type 
0.23/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 622
0.23/0.24	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
0.23/0.24	c ignored satisfied constraints => 100
0.23/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 622
0.23/0.24	c 1444 constraints processed.
0.23/0.25	c SATISFIABLE
0.23/0.25	c OPTIMIZING...
0.23/0.25	c Got one! Elapsed wall clock time (in seconds):0.122
0.23/0.25	o 0
0.23/0.25	c Got one! Elapsed wall clock time (in seconds):0.124
0.23/0.25	o -1
0.23/0.25	c Got one! Elapsed wall clock time (in seconds):0.128
0.23/0.25	o -2
0.23/0.26	c Got one! Elapsed wall clock time (in seconds):0.131
0.23/0.26	o -3
0.23/0.26	c Got one! Elapsed wall clock time (in seconds):0.134
0.23/0.26	o -21
0.44/0.32	c Got one! Elapsed wall clock time (in seconds):0.193
0.44/0.32	o -22
0.76/0.54	c Got one! Elapsed wall clock time (in seconds):0.413
0.76/0.54	o -23
0.91/0.62	c cleaning 3029 clauses out of 6060 with flag 1001/6060
1.18/0.85	c Got one! Elapsed wall clock time (in seconds):0.724
1.18/0.85	o -24
1.48/1.17	c cleaning 6834 clauses out of 13672 with flag 5002/16701
1.89/1.55	c cleaning 6417 clauses out of 12836 with flag 11000/22699
2.22/1.89	c cleaning 6706 clauses out of 13419 with flag 18000/29699
2.74/2.32	c cleaning 7357 clauses out of 14713 with flag 26000/37699
3.24/2.84	c cleaning 8176 clauses out of 16357 with flag 35001/46700
3.84/3.49	c cleaning 9088 clauses out of 18180 with flag 45000/56699
4.65/4.25	c cleaning 10046 clauses out of 20092 with flag 56000/67699
5.55/5.13	c cleaning 11020 clauses out of 22048 with flag 68002/79701
6.56/6.11	c cleaning 12012 clauses out of 24026 with flag 81000/92699
7.76/7.33	c cleaning 13006 clauses out of 26014 with flag 95000/106699
9.07/8.65	c cleaning 14002 clauses out of 28009 with flag 110001/121700
10.39/9.98	c cleaning 15001 clauses out of 30007 with flag 126001/137700
12.08/11.62	c cleaning 16003 clauses out of 32006 with flag 143001/154700
14.00/13.53	c cleaning 16996 clauses out of 34003 with flag 161001/172700
15.83/15.37	c cleaning 18002 clauses out of 36007 with flag 180001/191700
17.74/17.28	c cleaning 19002 clauses out of 38005 with flag 200001/211700
19.86/19.31	c Got one! Elapsed wall clock time (in seconds):19.182
19.86/19.31	o -25
20.66/20.15	c cleaning 21558 clauses out of 43131 with flag 5000/235828
21.17/20.69	c cleaning 13779 clauses out of 27573 with flag 11000/241828
21.67/21.17	c cleaning 10386 clauses out of 20795 with flag 18001/248829
22.18/21.68	c cleaning 9197 clauses out of 18410 with flag 26002/256830
22.79/22.28	c cleaning 9106 clauses out of 18212 with flag 35001/265829
23.49/22.95	c cleaning 9548 clauses out of 19105 with flag 45000/275828
24.30/23.75	c cleaning 10279 clauses out of 20558 with flag 56001/286829
25.32/24.74	c cleaning 11136 clauses out of 22278 with flag 68000/298828
26.34/25.76	c cleaning 12072 clauses out of 24143 with flag 81001/311829
27.45/26.84	c cleaning 13033 clauses out of 26073 with flag 95003/325831
28.56/27.98	c cleaning 14019 clauses out of 28037 with flag 110000/340828
30.08/29.41	c cleaning 15006 clauses out of 30018 with flag 126000/356828
31.48/30.87	c cleaning 16001 clauses out of 32012 with flag 143000/373828
33.18/32.58	c cleaning 17006 clauses out of 34012 with flag 161001/391829
35.08/34.40	c cleaning 18003 clauses out of 36007 with flag 180002/410830
37.00/36.39	c cleaning 19000 clauses out of 38003 with flag 200001/430829
39.24/38.58	c cleaning 19999 clauses out of 40002 with flag 221000/451828
41.95/41.27	c cleaning 20998 clauses out of 42004 with flag 243001/473829
44.67/43.93	c cleaning 22001 clauses out of 44005 with flag 266000/496828
47.47/46.76	c cleaning 22999 clauses out of 46004 with flag 290000/520828
50.99/50.22	c cleaning 23997 clauses out of 48006 with flag 315001/545829
54.72/53.92	c cleaning 24995 clauses out of 50009 with flag 341001/571829
58.63/57.82	c cleaning 26006 clauses out of 52013 with flag 368000/598828
62.23/61.47	c cleaning 27000 clauses out of 54009 with flag 396002/626830
66.76/65.94	c cleaning 28001 clauses out of 56007 with flag 425000/655828
71.06/70.28	c cleaning 28997 clauses out of 58007 with flag 455001/685829
76.38/75.57	c cleaning 30003 clauses out of 60010 with flag 486001/716829
81.39/80.59	c cleaning 31000 clauses out of 62006 with flag 518000/748828
86.61/85.71	c cleaning 32000 clauses out of 64007 with flag 551001/781829
92.12/91.29	c cleaning 32994 clauses out of 66006 with flag 585000/815828
99.01/98.12	c cleaning 33999 clauses out of 68012 with flag 620000/850828
106.62/105.70	c cleaning 35007 clauses out of 70014 with flag 656001/886829
113.93/113.01	c cleaning 36000 clauses out of 72007 with flag 693001/923829
121.87/120.95	c cleaning 36999 clauses out of 74006 with flag 731000/961828
130.78/129.87	c cleaning 37998 clauses out of 76009 with flag 770002/1000830
139.38/138.42	c cleaning 38995 clauses out of 78009 with flag 810000/1040828
147.89/146.97	c cleaning 40003 clauses out of 80014 with flag 851000/1081828
157.52/156.52	c cleaning 41001 clauses out of 82012 with flag 893001/1123829
167.93/166.91	c cleaning 41998 clauses out of 84011 with flag 936001/1166829
178.24/177.20	c cleaning 43002 clauses out of 86013 with flag 980001/1210829
187.66/186.68	c cleaning 44004 clauses out of 88011 with flag 1025001/1255829
196.58/195.59	c cleaning 44994 clauses out of 90006 with flag 1071000/1301828
208.50/207.42	c cleaning 46007 clauses out of 92013 with flag 1118001/1348829
221.13/220.06	c cleaning 47001 clauses out of 94005 with flag 1166000/1396828
235.04/233.95	c cleaning 47996 clauses out of 96004 with flag 1215000/1445828
247.06/245.97	c cleaning 49002 clauses out of 98009 with flag 1265001/1495829
259.90/258.79	c cleaning 49998 clauses out of 100007 with flag 1316001/1546829
275.93/274.78	c cleaning 50998 clauses out of 102008 with flag 1368000/1598828
290.07/288.80	c cleaning 52002 clauses out of 104010 with flag 1421000/1651828
305.30/304.02	c cleaning 53001 clauses out of 106008 with flag 1475000/1705828
321.94/320.66	c cleaning 53998 clauses out of 108007 with flag 1530000/1760828
342.96/341.67	c cleaning 54998 clauses out of 110010 with flag 1586001/1816829
361.79/360.43	c cleaning 56006 clauses out of 112011 with flag 1643000/1873828
379.14/377.76	c cleaning 57001 clauses out of 114005 with flag 1701000/1931828
398.76/397.32	c cleaning 58002 clauses out of 116004 with flag 1760000/1990828
419.62/418.10	c cleaning 58997 clauses out of 118002 with flag 1820000/2050828
439.16/437.63	c cleaning 59994 clauses out of 120005 with flag 1881000/2111828
460.40/458.85	c cleaning 60999 clauses out of 122012 with flag 1943001/2173829
484.73/483.12	c cleaning 61999 clauses out of 124013 with flag 2006001/2236829
509.24/507.68	c cleaning 63005 clauses out of 126013 with flag 2070000/2300828
537.98/536.31	c cleaning 63997 clauses out of 128008 with flag 2135000/2365828
571.45/569.44	c cleaning 65000 clauses out of 130012 with flag 2201001/2431829
602.51/600.44	c cleaning 66002 clauses out of 132011 with flag 2268000/2498828
635.74/633.64	c cleaning 67001 clauses out of 134010 with flag 2336001/2566829
668.67/666.60	c cleaning 68001 clauses out of 136008 with flag 2405000/2635828
702.71/700.60	c cleaning 69000 clauses out of 138007 with flag 2475000/2705828
739.56/737.35	c cleaning 69998 clauses out of 140007 with flag 2546000/2776828
777.72/775.49	c cleaning 71002 clauses out of 142010 with flag 2618001/2848829
819.28/816.90	c cleaning 72000 clauses out of 144010 with flag 2691003/2921831
857.79/855.49	c cleaning 73003 clauses out of 146008 with flag 2765001/2995829
887.84/885.41	c cleaning 73997 clauses out of 148006 with flag 2840002/3070830
926.48/924.08	c cleaning 74995 clauses out of 150007 with flag 2916000/3146828
960.81/958.32	c cleaning 76003 clauses out of 152012 with flag 2993000/3223828
993.44/990.99	c cleaning 77003 clauses out of 154011 with flag 3071002/3301830
1042.57/1040.07	c cleaning 78000 clauses out of 156007 with flag 3150001/3380829
1075.72/1073.11	c cleaning 78998 clauses out of 158006 with flag 3230000/3460828
1117.86/1115.21	c cleaning 79996 clauses out of 160008 with flag 3311000/3541828
1165.67/1163.03	c cleaning 81001 clauses out of 162012 with flag 3393000/3623828
1207.50/1204.87	c cleaning 82006 clauses out of 164012 with flag 3476001/3706829
1253.22/1250.52	c cleaning 82994 clauses out of 166005 with flag 3560000/3790828
1305.88/1303.14	c cleaning 84002 clauses out of 168012 with flag 3645001/3875829
1350.44/1347.68	c cleaning 85002 clauses out of 170010 with flag 3731001/3961829
1399.19/1396.36	c cleaning 86002 clauses out of 172008 with flag 3818001/4048829
1453.31/1450.43	c cleaning 86991 clauses out of 174006 with flag 3906001/4136829
1504.07/1501.14	c cleaning 88001 clauses out of 176014 with flag 3995000/4225828
1569.74/1566.78	c cleaning 89002 clauses out of 178014 with flag 4085001/4315829
1636.26/1633.27	c cleaning 90006 clauses out of 180011 with flag 4176000/4406828
1706.91/1703.89	c cleaning 91003 clauses out of 182006 with flag 4268001/4498829
1763.05/1759.96	c cleaning 91996 clauses out of 184002 with flag 4361000/4591828
1800.06/1796.91	c starts		: 279
1800.06/1796.91	c conflicts		: 4678363
1800.06/1796.91	c decisions		: 4731765
1800.06/1796.91	c propagations		: 24395220
1800.06/1796.91	c inspects		: 22774361883
1800.06/1796.91	c shortcuts		: 0
1800.06/1796.91	c learnt literals	: 0
1800.06/1796.91	c learnt binary clauses	: 3
1800.06/1796.91	c learnt ternary clauses	: 27
1800.06/1796.91	c learnt constraints	: 4678363
1800.06/1796.91	c ignored constraints	: 0
1800.06/1796.91	c root simplifications	: 279
1800.06/1796.91	c removed literals (reason simplification)	: 40552609
1800.06/1796.91	c reason swapping (by a shorter reason)	: 0
1800.06/1796.91	c Calls to reduceDB	: 106
1800.06/1796.91	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.91	c number of learned constraints concerned by reduction	: 0
1800.06/1796.91	c number of learning phase by resolution	: 0
1800.06/1796.91	c number of learning phase by cutting planes	: 0
1800.06/1796.91	c speed (assignments/second)	: 13578.034450438257
1800.06/1796.91	c non guided choices	394
1800.06/1796.94	c learnt constraints type 
1800.06/1796.94	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.06/1796.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 178560
1800.06/1796.94	c constraints type 
1800.06/1796.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 622
1800.06/1796.94	c org.sat4j.minisat.constraints.cnf.UnitClauses => 100
1800.06/1796.94	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/1796.94	c ignored satisfied constraints => 100
1800.06/1796.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 622
1800.06/1796.94	c 1445 constraints processed.
1800.06/1796.94	s SATISFIABLE
1800.06/1796.94	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.06/1796.94	c objective function=-25
1800.06/1796.94	c Total wall clock time (in seconds): 1796.817

Verifier Data

OK	-25

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-3711234-1338171028/watcher-3711234-1338171028 -o /tmp/evaluation-result-3711234-1338171028/solver-3711234-1338171028 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711234-1338171028.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: 1.95 1.98 1.99 3/195 1910
/proc/meminfo: memFree=31032832/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/1910/stat : 1910 (java) R 1908 1910 31312 0 -1 4202496 985 0 0 0 0 0 0 0 20 0 1 0 283228364 23793664 711 33554432000 1073741824 1073778376 140734777146448 140734777135512 214360438120 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 5809 711 526 9 0 128 0

[startup+0.06728 s]
/proc/loadavg: 1.95 1.98 1.99 3/195 1910
/proc/meminfo: memFree=31032832/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=9558440 CPUtime=0.05 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 31312 0 -1 4202496 3227 0 1 0 4 1 0 0 20 0 18 0 283228364 9787842560 4434 33554432000 1073741824 1073778376 140734777146448 140734777137584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 2389610 4435 1765 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558440

[startup+0.100254 s]
/proc/loadavg: 1.95 1.98 1.99 3/195 1910
/proc/meminfo: memFree=31032832/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 31312 0 -1 4202496 4224 0 1 0 9 1 0 0 20 0 18 0 283228364 9787842560 5430 33554432000 1073741824 1073778376 140734777146448 140734777137584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 2389610 5430 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300221 s]
/proc/loadavg: 1.95 1.98 1.99 3/195 1910
/proc/meminfo: memFree=31032832/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=9625004 CPUtime=0.44 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 31312 0 -1 4202496 5992 0 1 0 43 1 0 0 20 0 19 0 283228364 9856004096 8250 33554432000 1073741824 1073778376 140734777146448 140734777137584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 2406251 8250 2231 9 0 2396937 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9625004

[startup+0.700224 s]
/proc/loadavg: 1.95 1.98 1.99 3/195 1910
/proc/meminfo: memFree=31032832/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=9625004 CPUtime=1.05 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 31312 0 -1 4202496 6713 0 1 0 103 2 0 0 20 0 19 0 283228364 9856004096 12086 33554432000 1073741824 1073778376 140734777146448 140734777137584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 2406251 12086 2276 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9625004

[startup+1.50064 s]
/proc/loadavg: 1.95 1.98 1.99 3/214 1929
/proc/meminfo: memFree=30990692/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=9625004 CPUtime=1.89 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 31312 0 -1 4202496 6730 0 1 0 186 3 0 0 20 0 19 0 283228364 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140734777137584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 2406251 13629 2276 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9625004 CPUtime=1.44 cores=0,2,4,6
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31312 0 -1 4202560 2507 0 1 0 143 1 0 0 20 0 19 0 283228365 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643895804312 140643754512768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31312 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643873904936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643872852136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643670157864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643669105064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 31312 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643668052776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643666999976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643665947688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643664894888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31312 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 19 0 283228367 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643652696296 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643651642360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643650589960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643649538448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31312 0 -1 4202560 1530 0 0 0 18 0 0 0 20 0 19 0 283228370 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643648486072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31312 0 -1 4202560 1437 0 0 0 18 0 0 0 20 0 19 0 283228370 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643647433272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643646381176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643645328584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283228389 9856004096 13629 33554432000 1073741824 1073778376 140734777146448 140643644273576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 9625004

[startup+3.10064 s]
/proc/loadavg: 1.95 1.98 1.99 3/214 1929
/proc/meminfo: memFree=30984052/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=9625004 CPUtime=3.54 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 31312 0 -1 4202496 6747 0 1 0 351 3 0 0 20 0 19 0 283228364 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140734777137584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 2406251 13642 2277 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9625004 CPUtime=2.98 cores=0,2,4,6
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31312 0 -1 4202560 2510 0 1 0 297 1 0 0 20 0 19 0 283228365 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643895804192 140643754456703 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31312 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643873904936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31312 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643872852136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643670157864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 31312 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643669105064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643668052776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643666999976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643665947688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643664894888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9625004 CPUtime=0.05 cores=0,2,4,6
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31312 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 283228367 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643652696296 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643651642360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643650589960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643649538448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31312 0 -1 4202560 1530 0 0 0 18 0 0 0 20 0 19 0 283228370 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643648486072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31312 0 -1 4202560 1439 0 0 0 22 0 0 0 20 0 19 0 283228370 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643647433272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643646381176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643645328584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283228389 9856004096 13642 33554432000 1073741824 1073778376 140734777146448 140643644273576 214373021609 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.30069 s]
/proc/loadavg: 1.95 1.98 1.99 3/214 1929
/proc/meminfo: memFree=30968848/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=9625004 CPUtime=6.76 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 31312 0 -1 4202496 6778 0 1 0 673 3 0 0 20 0 19 0 283228364 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140734777137584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 2406251 14093 2277 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31312 0 -1 4202560 2515 0 1 0 610 1 0 0 20 0 19 0 283228365 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643895804192 140643754561570 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31312 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643873904936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643872852136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31312 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643670157864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 31312 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643669105064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643668052776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31312 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643666999976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31312 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643665947688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283228365 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643664894888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9625004 CPUtime=0.11 cores=0,2,4,6
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31312 0 -1 4202560 34 0 0 0 11 0 0 0 20 0 19 0 283228367 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643652696296 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643651642360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643650589960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643649538448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9625004 CPUtime=0.18 cores=0,2,4,6
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31312 0 -1 4202560 1530 0 0 0 18 0 0 0 20 0 19 0 283228370 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643648486072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9625004 CPUtime=0.22 cores=0,2,4,6
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31312 0 -1 4202560 1439 0 0 0 22 0 0 0 20 0 19 0 283228370 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643647433272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643646381176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643645328584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283228389 9856004096 14093 33554432000 1073741824 1073778376 140734777146448 140643644273576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=1910/tid=1925] ppid=1908 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31312 0 -1 4202560 1539 0 0 0 24 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643648486072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31312 0 -1 4202560 9187 0 0 0 56 3 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643647433272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643646381176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31312 0 -1 4202560 99 0 0 0 39 32 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643645328584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283228389 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643644273576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.44
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.17 2.06 2.02 3/214 2004
/proc/meminfo: memFree=30996124/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=9625004 CPUtime=1785.46 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 31312 0 -1 4202496 16112 0 1 0 178501 45 0 0 20 0 19 0 283228364 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140734777137584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 2406251 42942 2278 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9625004 CPUtime=1773.74 cores=0,2,4,6
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31312 0 -1 4202560 2621 0 1 0 177345 29 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643895804192 140643754561514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31312 0 -1 4202560 79 0 0 0 38 2 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643873904936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31312 0 -1 4202560 122 0 0 0 34 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643872852136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31312 0 -1 4202560 90 0 0 0 37 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643670157864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 31312 0 -1 4202560 148 0 0 0 31 2 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643669105064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 31312 0 -1 4202560 174 0 0 0 35 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643668052776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31312 0 -1 4202560 235 0 0 0 36 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643666999976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31312 0 -1 4202560 226 0 0 0 36 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643665947688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31312 0 -1 4202560 267 0 0 0 37 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643664894888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31312 0 -1 4202560 139 0 0 0 294 3 0 0 20 0 19 0 283228367 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643652696296 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643651642360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643650589960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643649538448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31312 0 -1 4202560 1539 0 0 0 24 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643648486072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31312 0 -1 4202560 9187 0 0 0 56 3 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643647433272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643646381176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9625004 CPUtime=0.74 cores=0,2,4,6
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31312 0 -1 4202560 103 0 0 0 41 33 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643645328584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283228389 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643644273576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.46
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.13 2.06 2.01 4/214 2004
/proc/meminfo: memFree=30991672/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 31312 0 -1 4202496 16112 0 1 0 179961 45 0 0 20 0 19 0 283228364 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140734777137584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 2406251 42942 2278 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9625004 CPUtime=1788.31 cores=0,2,4,6
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31312 0 -1 4202560 2621 0 1 0 178801 30 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643895804192 140643754561570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31312 0 -1 4202560 79 0 0 0 38 2 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643873904936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31312 0 -1 4202560 122 0 0 0 34 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643872852136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31312 0 -1 4202560 90 0 0 0 37 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643670157864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 31312 0 -1 4202560 148 0 0 0 31 2 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643669105064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 31312 0 -1 4202560 174 0 0 0 35 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643668052776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31312 0 -1 4202560 235 0 0 0 36 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643666999976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31312 0 -1 4202560 226 0 0 0 36 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643665947688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31312 0 -1 4202560 267 0 0 0 37 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643664894888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31312 0 -1 4202560 139 0 0 0 294 3 0 0 20 0 19 0 283228367 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643652696296 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643651642360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643650589960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643649538448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31312 0 -1 4202560 1539 0 0 0 24 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643648486072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31312 0 -1 4202560 9187 0 0 0 56 3 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643647433272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643646381176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31312 0 -1 4202560 103 0 0 0 42 33 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643645328584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283228389 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643644273576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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

[startup+1796.9 s]
/proc/loadavg: 2.13 2.06 2.01 4/214 2004
/proc/meminfo: memFree=30991672/32873844 swapFree=7624/7624
[pid=1910] ppid=1908 vsize=9625004 CPUtime=1800.06 cores=0,2,4,6
/proc/1910/stat : 1910 (java) S 1908 1910 31312 0 -1 4202496 16112 0 1 0 179961 45 0 0 20 0 19 0 283228364 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140734777137584 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/1910/statm: 2406251 42942 2278 9 0 2396937 0
[pid=1910/tid=1912] ppid=1908 vsize=9625004 CPUtime=1788.31 cores=0,2,4,6
/proc/1910/task/1912/stat : 1912 (java) R 1908 1910 31312 0 -1 4202560 2621 0 1 0 178801 30 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643895804192 140643754561570 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1913] ppid=1908 vsize=9625004 CPUtime=0.4 cores=0,2,4,6
/proc/1910/task/1913/stat : 1913 (java) S 1908 1910 31312 0 -1 4202560 79 0 0 0 38 2 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643873904936 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1914] ppid=1908 vsize=9625004 CPUtime=0.34 cores=0,2,4,6
/proc/1910/task/1914/stat : 1914 (java) S 1908 1910 31312 0 -1 4202560 122 0 0 0 34 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643872852136 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=1910/tid=1915] ppid=1908 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/1910/task/1915/stat : 1915 (java) S 1908 1910 31312 0 -1 4202560 90 0 0 0 37 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643670157864 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1916] ppid=1908 vsize=9625004 CPUtime=0.33 cores=0,2,4,6
/proc/1910/task/1916/stat : 1916 (java) S 1908 1910 31312 0 -1 4202560 148 0 0 0 31 2 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643669105064 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1917] ppid=1908 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/1910/task/1917/stat : 1917 (java) S 1908 1910 31312 0 -1 4202560 174 0 0 0 35 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643668052776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1918] ppid=1908 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/1910/task/1918/stat : 1918 (java) S 1908 1910 31312 0 -1 4202560 235 0 0 0 36 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643666999976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1919] ppid=1908 vsize=9625004 CPUtime=0.36 cores=0,2,4,6
/proc/1910/task/1919/stat : 1919 (java) S 1908 1910 31312 0 -1 4202560 226 0 0 0 36 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643665947688 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1920] ppid=1908 vsize=9625004 CPUtime=0.37 cores=0,2,4,6
/proc/1910/task/1920/stat : 1920 (java) S 1908 1910 31312 0 -1 4202560 267 0 0 0 37 0 0 0 20 0 19 0 283228365 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643664894888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1921] ppid=1908 vsize=9625004 CPUtime=2.97 cores=0,2,4,6
/proc/1910/task/1921/stat : 1921 (java) S 1908 1910 31312 0 -1 4202560 139 0 0 0 294 3 0 0 20 0 19 0 283228367 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643652696296 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1922] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1922/stat : 1922 (java) S 1908 1910 31312 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643651642360 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1923] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1923/stat : 1923 (java) S 1908 1910 31312 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 283228367 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643650589960 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1924] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1924/stat : 1924 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643649538448 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1925] ppid=1908 vsize=9625004 CPUtime=0.24 cores=0,2,4,6
/proc/1910/task/1925/stat : 1925 (java) S 1908 1910 31312 0 -1 4202560 1539 0 0 0 24 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643648486072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=1910/tid=1926] ppid=1908 vsize=9625004 CPUtime=0.59 cores=0,2,4,6
/proc/1910/task/1926/stat : 1926 (java) S 1908 1910 31312 0 -1 4202560 9187 0 0 0 56 3 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643647433272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1927] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1927/stat : 1927 (java) S 1908 1910 31312 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643646381176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=1910/tid=1928] ppid=1908 vsize=9625004 CPUtime=0.75 cores=0,2,4,6
/proc/1910/task/1928/stat : 1928 (java) S 1908 1910 31312 0 -1 4202560 103 0 0 0 42 33 0 0 20 0 19 0 283228370 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643645328584 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=1910/tid=1929] ppid=1908 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/1910/task/1929/stat : 1929 (java) S 1908 1910 31312 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 283228389 9856004096 42942 33554432000 1073741824 1073778376 140734777146448 140643644273576 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625004

Child status: 143

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

Real time (s): 1796.95
CPU time (s): 1800.06
CPU user time (s): 1799.61
CPU system time (s): 0.45
CPU usage (%): 100.173
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.22
system time used= 0.871867
maximum resident set size= 176020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16157
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40759
involuntary context switches= 13551

runsolver used 6.24005 second user time and 14.9837 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-28 04:10:28
IDJOB=3711234
IDBENCH=48223
IDSOLVER=2289
FILE ID=node130/3711234-1338171028
RUNJOBID= node130-1338158197-31328
PBS_JOBID= 14624537
Free space on /tmp= 71472 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_3.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-3711234-1338171028/watcher-3711234-1338171028 -o /tmp/evaluation-result-3711234-1338171028/solver-3711234-1338171028 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711234-1338171028.opb

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

MD5SUM BENCH= 737bdf32fd69c002d569e68c523af4bf
RANDOM SEED=1230524985

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31032980 kB
Buffers:          314220 kB
Cached:           489128 kB
SwapCached:         4508 kB
Active:           875676 kB
Inactive:         108680 kB
Active(anon):     171240 kB
Inactive(anon):     9016 kB
Active(file):     704436 kB
Inactive(file):    99664 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099916 kB
Dirty:              1848 kB
Writeback:             0 kB
AnonPages:        205352 kB
Mapped:            19872 kB
Shmem:                 8 kB
Slab:             694152 kB
SReclaimable:     135864 kB
SUnreclaim:       558288 kB
KernelStack:        1608 kB
PageTables:         4612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697152 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71472 MiB
End job on node130 at 2012-05-28 04:40:27