Trace number 3688617

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)13 1800.04 1797.24

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_1.opb
MD5SUM88e7a647c6e46a38e952354158b1fb76
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark1789.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
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 constraints200
Minimum length of a constraint26
Maximum length of a constraint44
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6204
Sum of products size (including duplicates)12408
Number of different products6204
Sum of products size12408

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.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3688617-1337885850.opb
0.09/0.11	c reading problem ... 
0.74/0.46	c ... done. Wall clock time 0.344s.
0.74/0.46	c declared #vars     200
0.74/0.46	c internal #vars     6404
0.74/0.46	c #constraints  12608
0.74/0.46	c constraints type 
0.74/0.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6404
0.74/0.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6204
0.74/0.46	c 12608 constraints processed.
0.74/0.46	c objective function length is 200 literals
1.04/0.55	c SATISFIABLE
1.04/0.55	c OPTIMIZING...
1.04/0.55	c Got one! Elapsed wall clock time (in seconds):0.437
1.04/0.55	o 15
5.24/4.38	c cleaning 2492 clauses out of 5001 with flag 5001/5001
9.72/8.79	c cleaning 4248 clauses out of 8515 with flag 11007/11007
15.02/14.09	c cleaning 5631 clauses out of 11261 with flag 18001/18001
21.13/20.20	c cleaning 6799 clauses out of 13629 with flag 26000/26000
27.85/26.87	c cleaning 7899 clauses out of 15830 with flag 35000/35000
35.16/34.15	c cleaning 8962 clauses out of 17936 with flag 45005/45005
43.26/42.25	c cleaning 9985 clauses out of 19969 with flag 56000/56000
51.97/50.92	c cleaning 10992 clauses out of 21984 with flag 68000/68000
61.77/60.71	c cleaning 11982 clauses out of 23994 with flag 81002/81002
71.97/70.97	c cleaning 13001 clauses out of 26013 with flag 95003/95003
83.68/82.68	c cleaning 14003 clauses out of 28009 with flag 110000/110000
95.49/94.46	c cleaning 15000 clauses out of 30006 with flag 126000/126000
108.20/107.12	c cleaning 16003 clauses out of 32006 with flag 143000/143000
121.51/120.47	c cleaning 16991 clauses out of 34003 with flag 161000/161000
135.51/134.40	c cleaning 18003 clauses out of 36012 with flag 180000/180000
150.22/149.10	c cleaning 19002 clauses out of 38010 with flag 200001/200001
165.82/164.79	c cleaning 19995 clauses out of 40008 with flag 221001/221001
182.32/181.22	c cleaning 21003 clauses out of 42012 with flag 243000/243000
197.94/196.88	c cleaning 22003 clauses out of 44013 with flag 266004/266004
215.45/214.30	c cleaning 22993 clauses out of 46006 with flag 290000/290000
234.27/233.13	c cleaning 23991 clauses out of 48013 with flag 315000/315000
253.77/252.69	c cleaning 25008 clauses out of 50022 with flag 341000/341000
271.91/270.79	c cleaning 26004 clauses out of 52016 with flag 368002/368002
292.94/291.72	c cleaning 27005 clauses out of 54010 with flag 396000/396000
314.65/313.47	c cleaning 27986 clauses out of 56005 with flag 425000/425000
337.05/335.87	c cleaning 28996 clauses out of 58023 with flag 455004/455004
359.66/358.41	c cleaning 29987 clauses out of 60023 with flag 486000/486000
384.88/383.69	c cleaning 31010 clauses out of 62038 with flag 518002/518002
408.60/407.38	c cleaning 31998 clauses out of 64026 with flag 551000/551000
430.91/429.67	c cleaning 33002 clauses out of 66032 with flag 585004/585004
456.93/455.60	c cleaning 34013 clauses out of 68027 with flag 620001/620001
484.15/482.88	c cleaning 34998 clauses out of 70015 with flag 656002/656002
511.79/510.45	c cleaning 35993 clauses out of 72021 with flag 693006/693006
539.94/538.59	c cleaning 37004 clauses out of 74024 with flag 731002/731002
568.75/567.33	c cleaning 37985 clauses out of 76018 with flag 770000/770000
597.88/596.41	c cleaning 39003 clauses out of 78033 with flag 810000/810000
629.52/628.06	c cleaning 40004 clauses out of 80034 with flag 851004/851004
660.53/659.07	c cleaning 41005 clauses out of 82027 with flag 893001/893001
694.58/693.05	c cleaning 42004 clauses out of 84023 with flag 936002/936002
703.31/701.75	c Got one! Elapsed wall clock time (in seconds):701.642
703.31/701.75	o 14
704.11/702.56	c cleaning 28922 clauses out of 57859 with flag 5000/951842
704.43/702.86	c Got one! Elapsed wall clock time (in seconds):702.749
704.43/702.86	o 13
705.17/703.53	c cleaning 17350 clauses out of 34718 with flag 4000/957623
706.18/704.53	c cleaning 11677 clauses out of 23368 with flag 10000/963623
707.58/705.94	c cleaning 9334 clauses out of 18692 with flag 17001/970624
713.40/711.75	c cleaning 8678 clauses out of 17358 with flag 25001/978624
719.92/718.21	c cleaning 8815 clauses out of 17679 with flag 34000/987623
727.22/725.59	c cleaning 9416 clauses out of 18864 with flag 44000/997623
735.12/733.43	c cleaning 10219 clauses out of 20448 with flag 55000/1008623
743.93/742.22	c cleaning 11098 clauses out of 22229 with flag 67000/1020623
753.24/751.59	c cleaning 12059 clauses out of 24135 with flag 80004/1033627
762.24/760.56	c cleaning 13018 clauses out of 26072 with flag 94000/1047623
771.47/769.71	c cleaning 14021 clauses out of 28056 with flag 109002/1062625
782.00/780.24	c cleaning 15010 clauses out of 30035 with flag 125002/1078625
794.61/792.86	c cleaning 16010 clauses out of 32023 with flag 142000/1095623
808.32/806.59	c cleaning 17005 clauses out of 34014 with flag 160001/1113624
822.43/820.63	c cleaning 18006 clauses out of 36012 with flag 179004/1132627
836.33/834.52	c cleaning 18990 clauses out of 38002 with flag 199000/1152623
849.84/848.08	c cleaning 19995 clauses out of 40012 with flag 220000/1173623
864.86/863.03	c cleaning 20997 clauses out of 42017 with flag 242000/1195623
881.68/879.88	c cleaning 22004 clauses out of 44020 with flag 265000/1218623
898.70/896.82	c cleaning 23006 clauses out of 46017 with flag 289001/1242624
914.62/912.70	c cleaning 23994 clauses out of 48011 with flag 314001/1267624
933.06/931.17	c cleaning 24986 clauses out of 50016 with flag 340000/1293623
952.08/950.16	c cleaning 26006 clauses out of 52030 with flag 367000/1320623
972.00/970.07	c cleaning 27012 clauses out of 54028 with flag 395004/1348627
992.45/990.40	c cleaning 27987 clauses out of 56014 with flag 424002/1377625
1014.08/1012.01	c cleaning 28997 clauses out of 58026 with flag 454001/1407624
1035.99/1033.96	c cleaning 30008 clauses out of 60028 with flag 485000/1438623
1057.82/1055.77	c cleaning 31008 clauses out of 62020 with flag 517000/1470623
1079.23/1077.18	c cleaning 32000 clauses out of 64017 with flag 550005/1503628
1103.57/1101.49	c cleaning 32999 clauses out of 66015 with flag 584003/1537626
1129.41/1127.21	c cleaning 34000 clauses out of 68013 with flag 619000/1572623
1153.83/1151.66	c cleaning 35002 clauses out of 70016 with flag 655003/1608626
1179.06/1176.82	c cleaning 35972 clauses out of 72011 with flag 692000/1645623
1205.41/1203.17	c cleaning 37001 clauses out of 74039 with flag 730000/1683623
1230.83/1228.51	c cleaning 37997 clauses out of 76038 with flag 769000/1722623
1260.07/1257.76	c cleaning 38997 clauses out of 78041 with flag 809000/1762623
1289.31/1286.96	c cleaning 40020 clauses out of 80044 with flag 850000/1803623
1318.42/1316.08	c cleaning 41004 clauses out of 82029 with flag 892005/1845628
1350.74/1348.35	c cleaning 41981 clauses out of 84021 with flag 935001/1888624
1378.27/1375.82	c cleaning 43004 clauses out of 86039 with flag 979000/1932623
1409.91/1407.43	c cleaning 44017 clauses out of 88037 with flag 1024002/1977625
1444.05/1441.54	c cleaning 44989 clauses out of 90018 with flag 1070000/2023623
1479.18/1476.66	c cleaning 46014 clauses out of 92031 with flag 1117002/2070625
1515.29/1512.73	c cleaning 46977 clauses out of 94016 with flag 1165001/2118624
1552.20/1549.65	c cleaning 48011 clauses out of 96039 with flag 1214001/2167624
1586.95/1584.37	c cleaning 49011 clauses out of 98028 with flag 1264001/2217624
1623.67/1621.01	c cleaning 49970 clauses out of 100016 with flag 1315000/2268623
1658.22/1655.53	c cleaning 51011 clauses out of 102046 with flag 1367000/2320623
1698.24/1695.53	c cleaning 51986 clauses out of 104035 with flag 1420000/2373623
1734.85/1732.18	c cleaning 53001 clauses out of 106049 with flag 1474000/2427623
1772.99/1770.29	c cleaning 53987 clauses out of 108048 with flag 1529000/2482623
1800.04/1797.21	c starts		: 233
1800.04/1797.21	c conflicts		: 2522099
1800.04/1797.21	c decisions		: 7377303
1800.04/1797.21	c propagations		: 2622562540
1800.04/1797.21	c inspects		: 16257565257
1800.04/1797.21	c shortcuts		: 0
1800.04/1797.21	c learnt literals	: 0
1800.04/1797.21	c learnt binary clauses	: 0
1800.04/1797.21	c learnt ternary clauses	: 1
1800.04/1797.21	c learnt constraints	: 2522099
1800.04/1797.21	c ignored constraints	: 0
1800.04/1797.21	c root simplifications	: 0
1800.04/1797.21	c removed literals (reason simplification)	: 0
1800.04/1797.21	c reason swapping (by a shorter reason)	: 0
1800.04/1797.21	c Calls to reduceDB	: 91
1800.04/1797.21	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.21	c number of learned constraints concerned by reduction	: 0
1800.04/1797.21	c number of learning phase by resolution	: 0
1800.04/1797.21	c number of learning phase by cutting planes	: 0
1800.04/1797.21	c speed (assignments/second)	: 1459623.5591257273
1800.04/1797.21	c non guided choices	0
1800.04/1797.24	c learnt constraints type 
1800.04/1797.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 93573
1800.04/1797.24	c constraints type 
1800.04/1797.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6404
1800.04/1797.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.04/1797.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6204
1800.04/1797.24	c 12609 constraints processed.
1800.04/1797.24	s SATISFIABLE
1800.04/1797.24	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 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.04/1797.24	c objective function=13
1800.04/1797.24	c Total wall clock time (in seconds): 1797.124

Verifier Data

OK	13

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-3688617-1337885850/watcher-3688617-1337885850 -o /tmp/evaluation-result-3688617-1337885850/solver-3688617-1337885850 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688617-1337885850.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.92 1.99 1.99 3/194 22903
/proc/meminfo: memFree=29007380/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/22903/stat : 22903 (runsolver) D 22901 22903 21484 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 254713548 12095488 50 33554432000 4194304 5436572 140737258510336 140737258506632 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/22903/statm: 2953 50 31 304 0 2645 0

[startup+0.0806071 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 22903
/proc/meminfo: memFree=29007380/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/22903/stat : 22903 (java) S 22901 22903 21484 0 -1 4202496 3398 0 1 0 5 0 0 0 20 0 18 0 254713548 9787813888 4096 33554432000 1073741824 1073778376 140734337377888 140734337369024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22903/statm: 2389603 4097 1772 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100312 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 22903
/proc/meminfo: memFree=29007380/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/22903/stat : 22903 (java) S 22901 22903 21484 0 -1 4202496 4336 0 1 0 8 1 0 0 20 0 18 0 254713548 9787813888 5020 33554432000 1073741824 1073778376 140734337377888 140734337369024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22903/statm: 2389603 5020 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300151 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 22903
/proc/meminfo: memFree=29007380/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/22903/stat : 22903 (java) S 22901 22903 21484 0 -1 4202496 5342 0 1 0 43 1 0 0 20 0 18 0 254713548 9787813888 7226 33554432000 1073741824 1073778376 140734337377888 140734337369024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22903/statm: 2389603 7226 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700281 s]
/proc/loadavg: 1.92 1.99 1.99 3/194 22903
/proc/meminfo: memFree=29007380/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=9624976 CPUtime=1.58 cores=0,2,4,6
/proc/22903/stat : 22903 (java) S 22901 22903 21484 0 -1 4202496 13890 0 1 0 155 3 0 0 20 0 19 0 254713548 9855975424 13983 33554432000 1073741824 1073778376 140734337377888 140734337369024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22903/statm: 2406244 13983 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 22922
/proc/meminfo: memFree=28959724/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=9624976 CPUtime=2.39 cores=0,2,4,6
/proc/22903/stat : 22903 (java) S 22901 22903 21484 0 -1 4202496 13892 0 1 0 236 3 0 0 20 0 19 0 254713548 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140734337369024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22903/statm: 2406244 14496 2258 9 0 2396937 0
[pid=22903/tid=22905] ppid=22901 vsize=9624976 CPUtime=1.46 cores=0,2,4,6
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 21484 0 -1 4202560 2517 0 1 0 146 0 0 0 20 0 19 0 254713549 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338732130728 140338605391116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338576091304 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338575038760 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338573986216 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338572933672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338571881128 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22911] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338570828584 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22912] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338569776040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22913] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 21484 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338568723496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 21484 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338556311656 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22915] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 21484 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338555257976 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22916] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22916/stat : 22916 (java) S 22901 22903 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338554205320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22917] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22917/stat : 22917 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338553154064 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22918] ppid=22901 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/22903/task/22918/stat : 22918 (java) S 22901 22903 21484 0 -1 4202560 4513 0 0 0 43 1 0 0 20 0 19 0 254713554 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338552101432 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22919] ppid=22901 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/22903/task/22919/stat : 22919 (java) S 22901 22903 21484 0 -1 4202560 5668 0 0 0 44 0 0 0 20 0 19 0 254713554 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338551048888 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22920] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22920/stat : 22920 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338549996536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22921] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22921/stat : 22921 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338548944200 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22922] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22922/stat : 22922 (java) S 22901 22903 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254713595 9855975424 14496 33554432000 1073741824 1073778376 140734337377888 140338547888936 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9624976

[startup+3.10069 s]
/proc/loadavg: 1.92 1.99 1.99 3/213 22922
/proc/meminfo: memFree=28957668/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=9624976 CPUtime=4.03 cores=0,2,4,6
/proc/22903/stat : 22903 (java) S 22901 22903 21484 0 -1 4202496 13902 0 1 0 400 3 0 0 20 0 19 0 254713548 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140734337369024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22903/statm: 2406244 14505 2259 9 0 2396937 0
[pid=22903/tid=22905] ppid=22901 vsize=9624976 CPUtime=3.06 cores=0,2,4,6
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 21484 0 -1 4202560 2518 0 1 0 306 0 0 0 20 0 19 0 254713549 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338732130936 140338605324996 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338576091304 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338575038760 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338573986216 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338572933672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338571881128 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22911] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338570828584 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22912] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338569776040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22913] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 21484 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338568723496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 21484 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338556311656 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22915] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 21484 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338555257976 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22916] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22916/stat : 22916 (java) S 22901 22903 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338554205320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22917] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22917/stat : 22917 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338553154064 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22918] ppid=22901 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/22903/task/22918/stat : 22918 (java) S 22901 22903 21484 0 -1 4202560 4514 0 0 0 43 2 0 0 20 0 19 0 254713554 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338552101432 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22919] ppid=22901 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/22903/task/22919/stat : 22919 (java) S 22901 22903 21484 0 -1 4202560 5675 0 0 0 47 0 0 0 20 0 19 0 254713554 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338551048888 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22920] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22920/stat : 22920 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338549996536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22921] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22921/stat : 22921 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338548944200 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22922] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22922/stat : 22922 (java) S 22901 22903 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254713595 9855975424 14505 33554432000 1073741824 1073778376 140734337377888 140338547888936 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9624976

[startup+6.3007 s]
/proc/loadavg: 1.93 1.99 1.99 3/213 22922
/proc/meminfo: memFree=28937932/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=9624976 CPUtime=7.28 cores=0,2,4,6
/proc/22903/stat : 22903 (java) S 22901 22903 21484 0 -1 4202496 13973 0 1 0 724 4 0 0 20 0 19 0 254713548 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140734337369024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22903/statm: 2406244 19274 2284 9 0 2396937 0
[pid=22903/tid=22905] ppid=22901 vsize=9624976 CPUtime=6.21 cores=0,2,4,6
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 21484 0 -1 4202560 2523 0 1 0 621 0 0 0 20 0 19 0 254713549 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338732130664 140338605391008 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 21484 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338576091304 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338575038760 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338573986216 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 21484 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338572933672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338571881128 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22911] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338570828584 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22912] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338569776040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22913] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 21484 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254713550 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338568723496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 21484 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 254713551 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338556311656 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22915] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338555257976 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22916] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22916/stat : 22916 (java) S 22901 22903 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338554205320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22917] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22917/stat : 22917 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338553154064 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22918] ppid=22901 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/22903/task/22918/stat : 22918 (java) S 22901 22903 21484 0 -1 4202560 4518 0 0 0 45 2 0 0 20 0 19 0 254713554 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338552101432 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22919] ppid=22901 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/22903/task/22919/stat : 22919 (java) S 22901 22903 21484 0 -1 4202560 5681 0 0 0 49 0 0 0 20 0 19 0 254713554 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338551048888 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22920] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22920/stat : 22920 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338549996536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22921] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22921/stat : 22921 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338548944200 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22922] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22922/stat : 22922 (java) S 22901 22903 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254713595 9855975424 19274 33554432000 1073741824 1073778376 140734337377888 140338547888936 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=22903/tid=22918] ppid=22901 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22903/task/22918/stat : 22918 (java) S 22901 22903 21484 0 -1 4202560 4530 0 0 0 54 2 0 0 20 0 19 0 254713554 9855975424 30317 33554432000 1073741824 1073778376 140734337377888 140338552101432 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22919] ppid=22901 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22903/task/22919/stat : 22919 (java) S 22901 22903 21484 0 -1 4202560 5688 0 0 0 52 0 0 0 20 0 19 0 254713554 9855975424 30317 33554432000 1073741824 1073778376 140734337377888 140338551048888 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22920] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22920/stat : 22920 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 30317 33554432000 1073741824 1073778376 140734337377888 140338549996536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22921] ppid=22901 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/22903/task/22921/stat : 22921 (java) S 22901 22903 21484 0 -1 4202560 95 0 0 0 19 15 0 0 20 0 19 0 254713554 9855975424 30317 33554432000 1073741824 1073778376 140734337377888 140338548944200 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22922] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22922/stat : 22922 (java) S 22901 22903 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254713595 9855975424 30317 33554432000 1073741824 1073778376 140734337377888 140338547888936 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1665.04
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 23076
/proc/meminfo: memFree=28840988/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=9624976 CPUtime=1725.06 cores=0,2,4,6
/proc/22903/stat : 22903 (java) S 22901 22903 21484 0 -1 4202496 14556 0 1 0 172468 38 0 0 20 0 19 0 254713548 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140734337369024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22903/statm: 2406244 30321 2286 9 0 2396937 0
[pid=22903/tid=22905] ppid=22901 vsize=9624976 CPUtime=1713.74 cores=0,2,4,6
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 21484 0 -1 4202560 2611 0 1 0 171345 29 0 0 20 0 19 0 254713549 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338732130576 140338605401721 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 21484 0 -1 4202560 51 0 0 0 23 0 0 0 20 0 19 0 254713550 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338576091304 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 21484 0 -1 4202560 36 0 0 0 18 0 0 0 20 0 19 0 254713550 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338575038760 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 21484 0 -1 4202560 31 0 0 0 22 0 0 0 20 0 19 0 254713550 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338573986216 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 21484 0 -1 4202560 26 0 0 0 27 0 0 0 20 0 19 0 254713550 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338572933672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 21484 0 -1 4202560 19 0 0 0 22 0 0 0 20 0 19 0 254713550 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338571881128 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22911] ppid=22901 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 21484 0 -1 4202560 64 0 0 0 24 0 0 0 20 0 19 0 254713550 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338570828584 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22912] ppid=22901 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 21484 0 -1 4202560 35 0 0 0 22 0 0 0 20 0 19 0 254713550 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338569776040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22913] ppid=22901 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 21484 0 -1 4202560 39 0 0 0 23 0 0 0 20 0 19 0 254713550 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338568723496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=9624976 CPUtime=3.42 cores=0,2,4,6
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 21484 0 -1 4202560 147 0 0 0 340 2 0 0 20 0 19 0 254713551 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338556311656 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22915] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338555257976 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22916] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22916/stat : 22916 (java) S 22901 22903 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338554205320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22917] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22917/stat : 22917 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338553154064 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22918] ppid=22901 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22903/task/22918/stat : 22918 (java) S 22901 22903 21484 0 -1 4202560 4530 0 0 0 54 2 0 0 20 0 19 0 254713554 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338552101432 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22919] ppid=22901 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22903/task/22919/stat : 22919 (java) S 22901 22903 21484 0 -1 4202560 5688 0 0 0 52 0 0 0 20 0 19 0 254713554 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338551048888 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22920] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22920/stat : 22920 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338549996536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22921] ppid=22901 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/22903/task/22921/stat : 22921 (java) S 22901 22903 21484 0 -1 4202560 99 0 0 0 19 16 0 0 20 0 19 0 254713554 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338548944200 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22922] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22922/stat : 22922 (java) S 22901 22903 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254713595 9855975424 30321 33554432000 1073741824 1073778376 140734337377888 140338547888936 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1725.06
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/213 23076
/proc/meminfo: memFree=28772784/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=9624976 CPUtime=1785.12 cores=0,2,4,6
/proc/22903/stat : 22903 (java) S 22901 22903 21484 0 -1 4202496 14580 0 1 0 178473 39 0 0 20 0 19 0 254713548 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140734337369024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22903/statm: 2406244 30846 2286 9 0 2396937 0
[pid=22903/tid=22905] ppid=22901 vsize=9624976 CPUtime=1773.47 cores=0,2,4,6
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 21484 0 -1 4202560 2613 0 1 0 177318 29 0 0 20 0 19 0 254713549 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338732130576 140338605391513 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 21484 0 -1 4202560 64 0 0 0 24 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338576091304 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 21484 0 -1 4202560 36 0 0 0 19 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338575038760 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 21484 0 -1 4202560 31 0 0 0 23 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338573986216 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 21484 0 -1 4202560 26 0 0 0 27 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338572933672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 21484 0 -1 4202560 19 0 0 0 23 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338571881128 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22911] ppid=22901 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 21484 0 -1 4202560 64 0 0 0 25 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338570828584 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22912] ppid=22901 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 21484 0 -1 4202560 35 0 0 0 22 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338569776040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22913] ppid=22901 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 21484 0 -1 4202560 39 0 0 0 23 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338568723496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=9624976 CPUtime=3.51 cores=0,2,4,6
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 21484 0 -1 4202560 152 0 0 0 349 2 0 0 20 0 19 0 254713551 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338556311656 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22915] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338555257976 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22916] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22916/stat : 22916 (java) S 22901 22903 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338554205320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22917] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22917/stat : 22917 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338553154064 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22918] ppid=22901 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22903/task/22918/stat : 22918 (java) S 22901 22903 21484 0 -1 4202560 4530 0 0 0 54 2 0 0 20 0 19 0 254713554 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338552101432 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22919] ppid=22901 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22903/task/22919/stat : 22919 (java) S 22901 22903 21484 0 -1 4202560 5688 0 0 0 52 0 0 0 20 0 19 0 254713554 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338551048888 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22920] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22920/stat : 22920 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338549996536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22921] ppid=22901 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/22903/task/22921/stat : 22921 (java) S 22901 22903 21484 0 -1 4202560 103 0 0 0 21 16 0 0 20 0 19 0 254713554 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338548944200 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22922] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22922/stat : 22922 (java) S 22901 22903 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254713595 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338547888936 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.12
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 23076
/proc/meminfo: memFree=28747836/32873844 swapFree=7620/7620
[pid=22903] ppid=22901 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/22903/stat : 22903 (java) S 22901 22903 21484 0 -1 4202496 14580 0 1 0 179964 40 0 0 20 0 19 0 254713548 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140734337369024 218217087037 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/22903/statm: 2406244 30846 2286 9 0 2396937 0
[pid=22903/tid=22905] ppid=22901 vsize=9624976 CPUtime=1788.34 cores=0,2,4,6
/proc/22903/task/22905/stat : 22905 (java) R 22901 22903 21484 0 -1 4202560 2613 0 1 0 178804 30 0 0 20 0 19 0 254713549 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338732130576 140338605391211 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22906] ppid=22901 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/22903/task/22906/stat : 22906 (java) S 22901 22903 21484 0 -1 4202560 64 0 0 0 24 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338576091304 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22907] ppid=22901 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/22903/task/22907/stat : 22907 (java) S 22901 22903 21484 0 -1 4202560 36 0 0 0 19 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338575038760 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22908] ppid=22901 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/22903/task/22908/stat : 22908 (java) S 22901 22903 21484 0 -1 4202560 31 0 0 0 23 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338573986216 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22909] ppid=22901 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/22903/task/22909/stat : 22909 (java) S 22901 22903 21484 0 -1 4202560 26 0 0 0 27 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338572933672 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22910] ppid=22901 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/22903/task/22910/stat : 22910 (java) S 22901 22903 21484 0 -1 4202560 19 0 0 0 23 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338571881128 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22911] ppid=22901 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/22903/task/22911/stat : 22911 (java) S 22901 22903 21484 0 -1 4202560 64 0 0 0 25 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338570828584 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22912] ppid=22901 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/22903/task/22912/stat : 22912 (java) S 22901 22903 21484 0 -1 4202560 35 0 0 0 22 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338569776040 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22913] ppid=22901 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/22903/task/22913/stat : 22913 (java) S 22901 22903 21484 0 -1 4202560 39 0 0 0 23 0 0 0 20 0 19 0 254713550 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338568723496 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22903/tid=22914] ppid=22901 vsize=9624976 CPUtime=3.51 cores=0,2,4,6
/proc/22903/task/22914/stat : 22914 (java) S 22901 22903 21484 0 -1 4202560 152 0 0 0 349 2 0 0 20 0 19 0 254713551 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338556311656 218217101225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22915] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22915/stat : 22915 (java) S 22901 22903 21484 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338555257976 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22916] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22916/stat : 22916 (java) S 22901 22903 21484 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254713551 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338554205320 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22917] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22917/stat : 22917 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338553154064 218217109280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22918] ppid=22901 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/22903/task/22918/stat : 22918 (java) S 22901 22903 21484 0 -1 4202560 4530 0 0 0 54 2 0 0 20 0 19 0 254713554 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338552101432 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22903/tid=22919] ppid=22901 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/22903/task/22919/stat : 22919 (java) S 22901 22903 21484 0 -1 4202560 5688 0 0 0 52 0 0 0 20 0 19 0 254713554 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338551048888 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22920] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22920/stat : 22920 (java) S 22901 22903 21484 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254713554 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338549996536 218217100348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22903/tid=22921] ppid=22901 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/22903/task/22921/stat : 22921 (java) S 22901 22903 21484 0 -1 4202560 103 0 0 0 21 16 0 0 20 0 19 0 254713554 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338548944200 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22903/tid=22922] ppid=22901 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/22903/task/22922/stat : 22922 (java) S 22901 22903 21484 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254713595 9855975424 30846 33554432000 1073741824 1073778376 140734337377888 140338547888936 218217101225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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 22903 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=870138
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=641902
# CPU time returned by wait4() is 1795.51
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.24
CPU time (s): 1800.04
CPU user time (s): 1799.64
CPU system time (s): 0.4
CPU usage (%): 100.156
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.87
system time used= 0.641902
maximum resident set size= 125560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14617
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40384
involuntary context switches= 7276

runsolver used 5.9101 second user time and 13.6949 second system time

The end

Launcher Data

Begin job on node107 at 2012-05-24 20:57:30
IDJOB=3688617
IDBENCH=48128
IDSOLVER=2269
FILE ID=node107/3688617-1337885850
RUNJOBID= node107-1337871881-21500
PBS_JOBID= 14620097
Free space on /tmp= 71656 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688617-1337885850/watcher-3688617-1337885850 -o /tmp/evaluation-result-3688617-1337885850/solver-3688617-1337885850 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688617-1337885850.opb

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

MD5SUM BENCH= 88e7a647c6e46a38e952354158b1fb76
RANDOM SEED=1571911905

node107.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.760
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.52
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.760
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.760
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.92
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.760
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.91
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.760
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.760
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.91
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.760
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.86
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.760
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29007992 kB
Buffers:          209000 kB
Cached:          2566236 kB
SwapCached:            0 kB
Active:           833668 kB
Inactive:        2265816 kB
Active(anon):     326572 kB
Inactive(anon):        0 kB
Active(file):     507096 kB
Inactive(file):  2265816 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:        331588 kB
Mapped:            22532 kB
Shmem:               200 kB
Slab:             626108 kB
SReclaimable:      68656 kB
SUnreclaim:       557452 kB
KernelStack:        1608 kB
PageTables:         4900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     825812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    303104 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= 71660 MiB
End job on node107 at 2012-05-24 21:27:29