Trace number 3688692

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 RES // CP 2.3.2 SnapshotSAT (TO)-27 1800.1 921.941

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_200_25_5.opb
MD5SUMcdccc05ac387e7ee9cb8ab81f53ca6f8
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-31
Best CPU time to get the best result obtained on this benchmark1797.22
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -31
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 constraint25
Maximum length of a constraint49
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)6226
Sum of products size (including duplicates)12452
Number of different products3113
Sum of products size6226

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3688692-1337879016.opb
0.10/0.11	c reading problem ... 
0.71/0.44	c ... done. Wall clock time 0.328s.
0.71/0.44	c declared #vars     200
0.71/0.44	c internal #vars     3313
0.71/0.44	c #constraints  6426
0.71/0.44	c constraints type 
0.71/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3113
0.71/0.44	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
0.71/0.44	c ignored satisfied constraints => 200
0.71/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3113
0.71/0.44	c 6626 constraints processed.
0.71/0.44	c constraints type 
0.71/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3113
0.71/0.44	c ignored satisfied constraints => 200
0.71/0.44	c org.sat4j.pb.constraints.pb.UnitClausesPB => 200
0.71/0.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3113
0.71/0.44	c 6626 constraints processed.
0.71/0.44	c objective function length is 200 literals
0.71/0.48	c  And the winner is solver0
1.45/0.94	c SATISFIABLE
1.45/0.94	c OPTIMIZING...
1.45/0.94	c Got one! Elapsed wall clock time (in seconds):0.831
1.45/0.94	o -20
1.66/1.04	c  And the winner is solver0
2.05/1.45	c Got one! Elapsed wall clock time (in seconds):1.332
2.05/1.45	o -21
2.05/1.45	c  And the winner is solver0
2.15/1.95	c Got one! Elapsed wall clock time (in seconds):1.835
2.15/1.95	o -23
3.05/2.26	c  And the winner is solver1
3.23/2.45	c Got one! Elapsed wall clock time (in seconds):2.337
3.23/2.45	o -24
3.60/2.68	c cleaning 3076 clauses out of 6151 with flag 2000/6151
4.00/2.80	c  And the winner is solver1
4.03/2.95	c Got one! Elapsed wall clock time (in seconds):2.838
4.03/2.95	o -25
4.14/3.08	c  And the winner is solver1
4.33/3.45	c Got one! Elapsed wall clock time (in seconds):3.339
4.33/3.45	o -26
5.18/3.85	c cleaning 4477 clauses out of 8954 with flag 4002/12030
6.36/4.47	c cleaning 5235 clauses out of 10477 with flag 10002/18030
8.13/5.35	c cleaning 6117 clauses out of 12240 with flag 17000/25028
10.71/6.61	c cleaning 7059 clauses out of 14125 with flag 25002/33030
13.02/7.88	c cleaning 8032 clauses out of 16064 with flag 34000/42028
16.13/9.40	c cleaning 9017 clauses out of 18033 with flag 44001/52029
19.81/11.37	c cleaning 10005 clauses out of 20015 with flag 55000/63028
23.64/13.38	c cleaning 11007 clauses out of 22013 with flag 67003/75031
28.15/15.68	c cleaning 11999 clauses out of 24005 with flag 80002/88030
33.40/18.33	c cleaning 13002 clauses out of 26004 with flag 94000/102028
39.25/21.35	c cleaning 13997 clauses out of 28003 with flag 109001/117029
47.18/25.45	c cleaning 14998 clauses out of 30005 with flag 125000/133028
56.43/30.12	c cleaning 16004 clauses out of 32007 with flag 142000/150028
64.84/34.44	c cleaning 16999 clauses out of 34003 with flag 160000/168028
74.62/39.46	c cleaning 18004 clauses out of 36007 with flag 179003/187031
85.62/45.20	c cleaning 19001 clauses out of 38001 with flag 199001/207029
97.96/51.50	c cleaning 19991 clauses out of 39999 with flag 220000/228028
110.09/57.61	c cleaning 20995 clauses out of 42008 with flag 242000/250028
124.46/64.91	c cleaning 22003 clauses out of 44014 with flag 265001/273029
139.60/72.72	c cleaning 23001 clauses out of 46011 with flag 289001/297029
143.71/74.94	c cleaning 0 clauses out of 5512 with flag 0/5512
159.69/82.82	c cleaning 24005 clauses out of 48009 with flag 314000/322028
178.15/92.29	c cleaning 24999 clauses out of 50006 with flag 340002/348030
198.95/102.91	c cleaning 26002 clauses out of 52005 with flag 367000/375028
207.59/107.48	c  And the winner is solver1
207.29/107.85	c Got one! Elapsed wall clock time (in seconds):107.733
207.29/107.85	o -27
212.79/110.65	c cleaning 23157 clauses out of 46330 with flag 5002/395355
216.82/112.86	c cleaning 14582 clauses out of 29172 with flag 11001/401354
220.82/115.02	c cleaning 10792 clauses out of 21589 with flag 18000/408353
224.56/117.29	c cleaning 9393 clauses out of 18797 with flag 26000/416353
228.56/119.40	c cleaning 9195 clauses out of 18406 with flag 35002/425355
232.37/121.57	c cleaning 9603 clauses out of 19215 with flag 45006/435359
236.76/123.96	c cleaning 10303 clauses out of 20607 with flag 56001/446354
241.46/126.67	c cleaning 11149 clauses out of 22306 with flag 68003/458356
247.25/129.80	c cleaning 12075 clauses out of 24156 with flag 81002/471355
253.80/133.23	c cleaning 13035 clauses out of 26079 with flag 95000/485353
260.96/137.03	c cleaning 14023 clauses out of 28045 with flag 110001/500354
269.05/141.44	c cleaning 15006 clauses out of 30021 with flag 126000/516353
277.80/146.01	c cleaning 16002 clauses out of 32015 with flag 143000/533353
287.97/151.30	c cleaning 17004 clauses out of 34014 with flag 161001/551354
298.31/156.74	c cleaning 18005 clauses out of 36009 with flag 180000/570353
310.98/163.43	c cleaning 18997 clauses out of 38004 with flag 200000/590353
323.96/170.11	c cleaning 19999 clauses out of 40009 with flag 221002/611355
337.09/176.97	c cleaning 21003 clauses out of 42008 with flag 243000/633353
350.44/183.86	c cleaning 21994 clauses out of 44005 with flag 266000/656353
369.29/193.67	c cleaning 23003 clauses out of 46011 with flag 290000/680353
388.99/203.79	c cleaning 24005 clauses out of 48009 with flag 315001/705354
404.69/211.89	c cleaning 25002 clauses out of 50004 with flag 341001/731354
421.58/220.55	c cleaning 25989 clauses out of 52002 with flag 368001/758354
443.09/231.70	c cleaning 26998 clauses out of 54012 with flag 396000/786353
468.18/244.54	c cleaning 28008 clauses out of 56018 with flag 425004/815357
497.05/259.29	c cleaning 28997 clauses out of 58006 with flag 455000/845353
524.32/273.18	c cleaning 30003 clauses out of 60012 with flag 486003/876356
557.05/289.97	c cleaning 30998 clauses out of 62008 with flag 518002/908355
583.91/303.63	c cleaning 31997 clauses out of 64011 with flag 551003/941356
610.79/317.38	c cleaning 33004 clauses out of 66011 with flag 585000/975353
655.94/341.41	c cleaning 34001 clauses out of 68009 with flag 620002/1010355
695.96/361.67	c cleaning 34996 clauses out of 70006 with flag 656000/1046353
731.21/379.56	c cleaning 36004 clauses out of 72011 with flag 693001/1083354
775.94/402.24	c cleaning 37002 clauses out of 74007 with flag 731001/1121354
825.28/427.49	c cleaning 38000 clauses out of 76007 with flag 770003/1160356
838.22/434.23	c cleaning 0 clauses out of 11483 with flag 0/11483
865.38/448.11	c cleaning 38996 clauses out of 78005 with flag 810001/1200354
901.91/466.74	c cleaning 40002 clauses out of 80008 with flag 851000/1241353
946.79/489.72	c cleaning 40990 clauses out of 82007 with flag 893001/1283354
1004.26/518.87	c cleaning 42002 clauses out of 84016 with flag 936000/1326353
1074.00/554.00	c cleaning 42998 clauses out of 86014 with flag 980000/1370353
1139.53/587.13	c cleaning 44006 clauses out of 88016 with flag 1025000/1415353
1204.42/620.14	c cleaning 45005 clauses out of 90011 with flag 1071001/1461354
1273.38/654.91	c cleaning 46001 clauses out of 92005 with flag 1118000/1508353
1340.82/689.09	c cleaning 47003 clauses out of 94005 with flag 1166001/1556354
1408.94/723.45	c cleaning 47997 clauses out of 96002 with flag 1215001/1605354
1468.58/753.95	c cleaning 49002 clauses out of 98004 with flag 1265000/1655353
1540.97/790.55	c cleaning 50001 clauses out of 100003 with flag 1316001/1706354
1620.85/830.85	c cleaning 50993 clauses out of 102001 with flag 1368000/1758353
1698.11/869.87	c cleaning 52001 clauses out of 104009 with flag 1421001/1811354
1771.00/907.06	c cleaning 52994 clauses out of 106008 with flag 1475001/1865354
1799.80/921.91	c starts		: 50
1799.80/921.91	c conflicts		: 16135
1799.80/921.91	c decisions		: 17866
1799.80/921.91	c propagations		: 166251
1799.80/921.91	c inspects		: 726480486
1799.80/921.91	c shortcuts		: 0
1799.80/921.91	c learnt literals	: 0
1799.80/921.91	c learnt binary clauses	: 0
1799.80/921.91	c learnt ternary clauses	: 0
1799.80/921.91	c learnt constraints	: 16134
1799.80/921.91	c ignored constraints	: 0
1799.80/921.91	c root simplifications	: 0
1799.80/921.91	c removed literals (reason simplification)	: 0
1799.80/921.91	c reason swapping (by a shorter reason)	: 0
1799.80/921.91	c Calls to reduceDB	: 2
1799.80/921.91	c number of reductions to clauses (during analyze)	: 0
1799.80/921.91	c number of learned constraints concerned by reduction	: 0
1799.80/921.91	c number of learning phase by resolution	: 0
1799.80/921.91	c number of learning phase by cutting planes	: 0
1799.80/921.91	c speed (assignments/second)	: 180.71566232842986
1799.80/921.91	c non guided choices	0
1799.80/921.92	c learnt constraints type 
1799.80/921.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 249
1799.80/921.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15885
1799.80/921.92	c constraints type 
1799.80/921.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3113
1799.80/921.92	c org.sat4j.minisat.constraints.cnf.UnitClauses => 200
1799.80/921.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1799.80/921.92	c ignored satisfied constraints => 200
1799.80/921.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3113
1799.80/921.92	c 6627 constraints processed.
1799.80/921.92	c constraints type 
1799.80/921.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3113
1799.80/921.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1799.80/921.92	c ignored satisfied constraints => 200
1799.80/921.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 200
1799.80/921.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3113
1799.80/921.92	c 6627 constraints processed.
1799.80/921.92	s SATISFIABLE
1799.80/921.92	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 
1799.80/921.92	c objective function=-27
1799.80/921.92	c Total wall clock time (in seconds): 921.809

Verifier Data

OK	-27

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-3688692-1337879016/watcher-3688692-1337879016 -o /tmp/evaluation-result-3688692-1337879016/solver-3688692-1337879016 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688692-1337879016.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: 3.80 3.80 3.77 4/197 22932
/proc/meminfo: memFree=25679004/32873844 swapFree=6856/6856
[pid=22932] ppid=22930 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/22932/stat : 22932 (java) S 22930 22932 20503 0 -1 4202496 1165 0 0 0 0 0 0 0 20 0 2 0 254030081 91889664 885 33554432000 1073741824 1073778376 140733924828480 140733924819616 270121599037 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22932/statm: 22435 886 670 9 0 16770 0
[pid=22932/tid=22933] ppid=22930 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22933/stat : 22933 (java) R 22930 22932 20503 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 254030082 91889664 894 33554432000 1073741824 1073778376 140733924828480 140733924817544 270109076775 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.018839 s]
/proc/loadavg: 3.80 3.80 3.77 4/197 22932
/proc/meminfo: memFree=25679004/32873844 swapFree=6856/6856
[pid=22932] ppid=22930 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/22932/stat : 22932 (java) S 22930 22932 20503 0 -1 4202496 2758 0 1 0 0 0 0 0 20 0 10 0 254030081 9233014784 3457 33554432000 1073741824 1073778376 140733924828480 140733924819616 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22932/statm: 2254154 3457 1535 9 0 2244855 0
[pid=22932/tid=22933] ppid=22930 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22933/stat : 22933 (java) R 22930 22932 20503 0 -1 4202560 1601 0 1 0 0 0 0 0 20 0 10 0 254030082 9233014784 3457 33554432000 1073741824 1073778376 140733924828480 140430815179456 270121624845 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.10031 s]
/proc/loadavg: 3.80 3.80 3.77 4/197 22932
/proc/meminfo: memFree=25679004/32873844 swapFree=6856/6856
[pid=22932] ppid=22930 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/22932/stat : 22932 (java) S 22930 22932 20503 0 -1 4202496 4320 0 1 0 9 1 0 0 20 0 18 0 254030081 9787813888 6028 33554432000 1073741824 1073778376 140733924828480 140733924819616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22932/statm: 2389603 6031 2109 9 0 2380296 0
[pid=22932/tid=22933] ppid=22930 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/22932/task/22933/stat : 22933 (java) R 22930 22932 20503 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 254030082 9787813888 6032 33554432000 1073741824 1073778376 140733924828480 140430815181136 270118282215 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300202 s]
/proc/loadavg: 3.80 3.80 3.77 4/197 22932
/proc/meminfo: memFree=25679004/32873844 swapFree=6856/6856
[pid=22932] ppid=22930 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/22932/stat : 22932 (java) S 22930 22932 20503 0 -1 4202496 6218 0 1 0 48 2 0 0 20 0 18 0 254030081 9787813888 8707 33554432000 1073741824 1073778376 140733924828480 140733924819616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22932/statm: 2389603 8707 2229 9 0 2380296 0
[pid=22932/tid=22933] ppid=22930 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/22932/task/22933/stat : 22933 (java) R 22930 22932 20503 0 -1 4202560 2444 0 1 0 26 1 0 0 20 0 18 0 254030082 9787813888 8707 33554432000 1073741824 1073778376 140733924828480 140430815182904 140430683471744 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700212 s]
/proc/loadavg: 3.80 3.80 3.77 4/197 22932
/proc/meminfo: memFree=25679004/32873844 swapFree=6856/6856
[pid=22932] ppid=22930 vsize=9759132 CPUtime=1.42 cores=0,2,4,6
/proc/22932/stat : 22932 (java) S 22930 22932 20503 0 -1 4202496 16409 0 1 0 136 6 0 0 20 0 19 0 254030081 9993351168 17498 33554432000 1073741824 1073778376 140733924828480 140733924819616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22932/statm: 2439783 17498 2250 9 0 2430476 0
[pid=22932/tid=22933] ppid=22930 vsize=9759132 CPUtime=0.42 cores=0,2,4,6
/proc/22932/task/22933/stat : 22933 (java) S 22930 22932 20503 0 -1 4202560 2480 0 1 0 41 1 0 0 20 0 19 0 254030082 9993351168 17498 33554432000 1073741824 1073778376 140733924828480 140430815183864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 9759132

[startup+1.50072 s]
/proc/loadavg: 3.80 3.80 3.77 7/219 22957
/proc/meminfo: memFree=25608816/32873844 swapFree=6856/6856
[pid=22932] ppid=22930 vsize=9824668 CPUtime=2.14 cores=0,2,4,6
/proc/22932/stat : 22932 (java) S 22930 22932 20503 0 -1 4202496 19591 0 1 0 206 8 0 0 20 0 19 0 254030081 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140733924819616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22932/statm: 2456167 20719 2255 9 0 2446860 0
[pid=22932/tid=22933] ppid=22930 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/22932/task/22933/stat : 22933 (java) S 22930 22932 20503 0 -1 4202560 2480 0 1 0 41 1 0 0 20 0 19 0 254030082 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430815183864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22935] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22935/stat : 22935 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430804245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22936] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22936/stat : 22936 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430803192232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22937] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22937/stat : 22937 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430802139432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22938] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22938/stat : 22938 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430655830184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22939] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22939/stat : 22939 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430654778408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22940] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22940/stat : 22940 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430653725608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22941] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22941/stat : 22941 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430652672808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22942] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22942/stat : 22942 (java) S 22930 22932 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430651620008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22943] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22943/stat : 22943 (java) S 22930 22932 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254030084 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430639421928 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22944] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22944/stat : 22944 (java) S 22930 22932 20503 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254030084 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430638367992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22945] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22945/stat : 22945 (java) S 22930 22932 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254030084 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430637315080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22946] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22946/stat : 22946 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030087 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430636263568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22947] ppid=22930 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/22932/task/22947/stat : 22947 (java) R 22930 22932 20503 0 -1 4202560 8802 0 0 0 70 2 0 0 20 0 19 0 254030087 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430635211704 140430819274823 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22948] ppid=22930 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/22932/task/22948/stat : 22948 (java) S 22930 22932 20503 0 -1 4202560 6975 0 0 0 65 2 0 0 20 0 19 0 254030087 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430634158904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22949] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22949/stat : 22949 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030087 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430633106296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22950] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22950/stat : 22950 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030087 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430632053704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22953] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22953/stat : 22953 (java) S 22930 22932 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254030129 10060460032 20719 33554432000 1073741824 1073778376 140733924828480 140430627877800 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9824668

[startup+3.10075 s]
/proc/loadavg: 3.80 3.80 3.77 7/219 22963
/proc/meminfo: memFree=25570216/32873844 swapFree=6856/6856
[pid=22932] ppid=22930 vsize=9824668 CPUtime=4.33 cores=0,2,4,6
/proc/22932/stat : 22932 (java) S 22930 22932 20503 0 -1 4202496 20490 0 1 0 412 21 0 0 20 0 19 0 254030081 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140733924819616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22932/statm: 2456167 57639 2287 9 0 2446860 0
[pid=22932/tid=22933] ppid=22930 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/22932/task/22933/stat : 22933 (java) S 22930 22932 20503 0 -1 4202560 2480 0 1 0 41 2 0 0 20 0 19 0 254030082 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430815183864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22935] ppid=22930 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22932/task/22935/stat : 22935 (java) S 22930 22932 20503 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254030082 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430804245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22936] ppid=22930 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22932/task/22936/stat : 22936 (java) S 22930 22932 20503 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 254030082 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430803192232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22937] ppid=22930 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22932/task/22937/stat : 22937 (java) S 22930 22932 20503 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254030082 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430802139432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22938] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22938/stat : 22938 (java) S 22930 22932 20503 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430655830184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22939] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22939/stat : 22939 (java) S 22930 22932 20503 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430654778408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22940] ppid=22930 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22932/task/22940/stat : 22940 (java) S 22930 22932 20503 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 254030082 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430653725608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22941] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22941/stat : 22941 (java) S 22930 22932 20503 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430652672808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22942] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22942/stat : 22942 (java) S 22930 22932 20503 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254030082 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430651620008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22943] ppid=22930 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/22932/task/22943/stat : 22943 (java) S 22930 22932 20503 0 -1 4202560 37 0 0 0 5 0 0 0 20 0 19 0 254030084 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430639421928 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22944] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22944/stat : 22944 (java) S 22930 22932 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254030084 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430638367992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22945] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22945/stat : 22945 (java) S 22930 22932 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254030084 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430637315080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22946] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22946/stat : 22946 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030087 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430636263568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22947] ppid=22930 vsize=9824668 CPUtime=0.94 cores=0,2,4,6
/proc/22932/task/22947/stat : 22947 (java) S 22930 22932 20503 0 -1 4202560 8808 0 0 0 92 2 0 0 20 0 19 0 254030087 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430635211704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22948] ppid=22930 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/22932/task/22948/stat : 22948 (java) S 22930 22932 20503 0 -1 4202560 7673 0 0 0 98 2 0 0 20 0 19 0 254030087 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430634158904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22949] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22949/stat : 22949 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030087 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430633106296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22950] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22950/stat : 22950 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254030087 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430632053704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22963] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22963/stat : 22963 (java) S 22930 22932 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254030277 10060460032 57639 33554432000 1073741824 1073778376 140733924828480 140430625740456 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 3.82 3.80 3.78 4/219 22972
/proc/meminfo: memFree=25427352/32873844 swapFree=6856/6856
[pid=22932] ppid=22930 vsize=9824668 CPUtime=10.05 cores=0,2,4,6
/proc/22932/stat : 22932 (java) S 22930 22932 20503 0 -1 4202496 20625 0 1 0 982 23 0 0 20 0 22 0 254030081 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140733924819616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22932/statm: 2456167 73428 2288 9 0 2446860 0
[pid=22932/tid=22933] ppid=22930 vsize=9824668 CPUtime=0.43 cores=0,2,4,6
/proc/22932/task/22933/stat : 22933 (java) S 22930 22932 20503 0 -1 4202560 2480 0 1 0 41 2 0 0 20 0 22 0 254030082 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430815183864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22935] ppid=22930 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22932/task/22935/stat : 22935 (java) S 22930 22932 20503 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254030082 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430804245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22936] ppid=22930 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/22932/task/22936/stat : 22936 (java) S 22930 22932 20503 0 -1 4202560 24 0 0 0 5 0 0 0 20 0 22 0 254030082 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430803192232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22937] ppid=22930 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/22932/task/22937/stat : 22937 (java) S 22930 22932 20503 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 254030082 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430802139432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22938] ppid=22930 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22932/task/22938/stat : 22938 (java) S 22930 22932 20503 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 22 0 254030082 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430655830184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22939] ppid=22930 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/22932/task/22939/stat : 22939 (java) S 22930 22932 20503 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 254030082 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430654778408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22940] ppid=22930 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22932/task/22940/stat : 22940 (java) S 22930 22932 20503 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 254030082 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430653725608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22941] ppid=22930 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/22932/task/22941/stat : 22941 (java) S 22930 22932 20503 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 22 0 254030082 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430652672808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22942] ppid=22930 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/22932/task/22942/stat : 22942 (java) S 22930 22932 20503 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254030082 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430651620008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22943] ppid=22930 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/22932/task/22943/stat : 22943 (java) S 22930 22932 20503 0 -1 4202560 115 0 0 0 32 1 0 0 20 0 22 0 254030084 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430639421928 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22944] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22944/stat : 22944 (java) S 22930 22932 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254030084 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430638367992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22945] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22945/stat : 22945 (java) S 22930 22932 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254030084 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430637315080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22946] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22946/stat : 22946 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254030087 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430636263568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22947] ppid=22930 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/22932/task/22947/stat : 22947 (java) S 22930 22932 20503 0 -1 4202560 8809 0 0 0 101 2 0 0 20 0 22 0 254030087 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430635211704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22948] ppid=22930 vsize=9824668 CPUtime=1.17 cores=0,2,4,6
/proc/22932/task/22948/stat : 22948 (java) S 22930 22932 20503 0 -1 4202560 7676 0 0 0 115 2 0 0 20 0 22 0 254030087 10060460032 73428 33554432000 1073741824 1073778376 140733924828480 140430634158904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=22932/tid=22938] ppid=22930 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/22932/task/22938/stat : 22938 (java) S 22930 22932 20503 0 -1 4202560 298 0 0 0 141 4 0 0 20 0 22 0 254030082 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430655830184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22939] ppid=22930 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/22932/task/22939/stat : 22939 (java) S 22930 22932 20503 0 -1 4202560 382 0 0 0 157 4 0 0 20 0 22 0 254030082 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430654778408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22940] ppid=22930 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/22932/task/22940/stat : 22940 (java) S 22930 22932 20503 0 -1 4202560 384 0 0 0 146 6 0 0 20 0 22 0 254030082 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430653725608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22941] ppid=22930 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/22932/task/22941/stat : 22941 (java) S 22930 22932 20503 0 -1 4202560 267 0 0 0 135 4 0 0 20 0 22 0 254030082 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430652672808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22942] ppid=22930 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/22932/task/22942/stat : 22942 (java) S 22930 22932 20503 0 -1 4202560 945 0 0 0 149 5 0 0 20 0 22 0 254030082 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430651620008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22943] ppid=22930 vsize=9824668 CPUtime=45.47 cores=0,2,4,6
/proc/22932/task/22943/stat : 22943 (java) S 22930 22932 20503 0 -1 4202560 2431 0 0 0 4531 16 0 0 20 0 22 0 254030084 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430639421928 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22944] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22944/stat : 22944 (java) S 22930 22932 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254030084 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430638367992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22945] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22945/stat : 22945 (java) S 22930 22932 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254030084 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430637315080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22946] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22946/stat : 22946 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254030087 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430636263568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22947] ppid=22930 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/22932/task/22947/stat : 22947 (java) S 22930 22932 20503 0 -1 4202560 13542 0 0 0 178 3 0 0 20 0 22 0 254030087 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430635211704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22948] ppid=22930 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/22932/task/22948/stat : 22948 (java) S 22930 22932 20503 0 -1 4202560 7676 0 0 0 119 2 0 0 20 0 22 0 254030087 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430634158904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22949] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22949/stat : 22949 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254030087 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430633106296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22950] ppid=22930 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/22932/task/22950/stat : 22950 (java) S 22930 22932 20503 0 -1 4202560 51 0 0 0 18 16 0 0 20 0 22 0 254030087 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430632053704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22963] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22963/stat : 22963 (java) S 22930 22932 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254030277 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430625740456 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22973] ppid=22930 vsize=9824668 CPUtime=730.69 cores=0,2,4,6
/proc/22932/task/22973/stat : 22973 (java) R 22930 22932 20503 0 -1 4202560 30 0 0 0 73057 12 0 0 20 0 22 0 254040866 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430628930272 140430684148604 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22974] ppid=22930 vsize=9824668 CPUtime=730.71 cores=0,2,4,6
/proc/22932/task/22974/stat : 22974 (java) R 22930 22932 20503 0 -1 4202560 181 0 0 0 73053 18 0 0 20 0 22 0 254040866 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430627875568 140430684263545 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22975] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22975/stat : 22975 (java) S 22930 22932 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254040866 10060460032 834228 33554432000 1073741824 1073778376 140733924828480 140430629983400 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1721.46
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.901 s]
/proc/loadavg: 3.86 3.90 3.83 5/219 23169
/proc/meminfo: memFree=24205148/32873844 swapFree=6856/6856
[pid=22932] ppid=22930 vsize=9824668 CPUtime=1799.8 cores=0,2,4,6
/proc/22932/stat : 22932 (java) S 22930 22932 20503 0 -1 4202496 32024 0 1 0 179844 136 0 0 20 0 22 0 254030081 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140733924819616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22932/statm: 2456167 837341 2289 9 0 2446860 0
[pid=22932/tid=22933] ppid=22930 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/22932/task/22933/stat : 22933 (java) S 22930 22932 20503 0 -1 4202560 2535 0 1 0 44 4 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430815183864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22935] ppid=22930 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/22932/task/22935/stat : 22935 (java) S 22930 22932 20503 0 -1 4202560 330 0 0 0 145 5 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430804245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22936] ppid=22930 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/22932/task/22936/stat : 22936 (java) S 22930 22932 20503 0 -1 4202560 283 0 0 0 137 5 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430803192232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22937] ppid=22930 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/22932/task/22937/stat : 22937 (java) S 22930 22932 20503 0 -1 4202560 239 0 0 0 145 5 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430802139432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22938] ppid=22930 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/22932/task/22938/stat : 22938 (java) S 22930 22932 20503 0 -1 4202560 315 0 0 0 146 4 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430655830184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22939] ppid=22930 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/22932/task/22939/stat : 22939 (java) S 22930 22932 20503 0 -1 4202560 388 0 0 0 170 5 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430654778408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22940] ppid=22930 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/22932/task/22940/stat : 22940 (java) S 22930 22932 20503 0 -1 4202560 384 0 0 0 151 6 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430653725608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22941] ppid=22930 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/22932/task/22941/stat : 22941 (java) S 22930 22932 20503 0 -1 4202560 282 0 0 0 139 4 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430652672808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22942] ppid=22930 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/22932/task/22942/stat : 22942 (java) S 22930 22932 20503 0 -1 4202560 945 0 0 0 155 5 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430651620008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22943] ppid=22930 vsize=9824668 CPUtime=46.56 cores=0,2,4,6
/proc/22932/task/22943/stat : 22943 (java) S 22930 22932 20503 0 -1 4202560 2439 0 0 0 4640 16 0 0 20 0 22 0 254030084 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430639421928 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22944] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22944/stat : 22944 (java) S 22930 22932 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254030084 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430638367992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22945] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22945/stat : 22945 (java) S 22930 22932 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254030084 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430637315080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22946] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22946/stat : 22946 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254030087 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430636263568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22947] ppid=22930 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/22932/task/22947/stat : 22947 (java) S 22930 22932 20503 0 -1 4202560 13542 0 0 0 178 3 0 0 20 0 22 0 254030087 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430635211704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22948] ppid=22930 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/22932/task/22948/stat : 22948 (java) S 22930 22932 20503 0 -1 4202560 7676 0 0 0 119 2 0 0 20 0 22 0 254030087 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430634158904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22949] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22949/stat : 22949 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254030087 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430633106296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22950] ppid=22930 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/22932/task/22950/stat : 22950 (java) S 22930 22932 20503 0 -1 4202560 53 0 0 0 18 17 0 0 20 0 22 0 254030087 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430632053704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22963] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22963/stat : 22963 (java) S 22930 22932 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254030277 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430625740456 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22973] ppid=22930 vsize=9824668 CPUtime=768.94 cores=0,2,4,6
/proc/22932/task/22973/stat : 22973 (java) R 22930 22932 20503 0 -1 4202560 34 0 0 0 76882 12 0 0 20 0 22 0 254040866 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430628930272 140430684148604 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22974] ppid=22930 vsize=9824668 CPUtime=768.98 cores=0,2,4,6
/proc/22932/task/22974/stat : 22974 (java) R 22930 22932 20503 0 -1 4202560 181 0 0 0 76880 18 0 0 20 0 22 0 254040866 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430627875568 140430684263604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22975] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22975/stat : 22975 (java) S 22930 22932 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254040866 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430629983400 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (KiB) 9824668

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

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

[startup+921.901 s]
/proc/loadavg: 3.86 3.90 3.83 5/219 23169
/proc/meminfo: memFree=24205148/32873844 swapFree=6856/6856
[pid=22932] ppid=22930 vsize=9824668 CPUtime=1799.8 cores=0,2,4,6
/proc/22932/stat : 22932 (java) S 22930 22932 20503 0 -1 4202496 32024 0 1 0 179844 136 0 0 20 0 22 0 254030081 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140733924819616 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/22932/statm: 2456167 837341 2289 9 0 2446860 0
[pid=22932/tid=22933] ppid=22930 vsize=9824668 CPUtime=0.48 cores=0,2,4,6
/proc/22932/task/22933/stat : 22933 (java) S 22930 22932 20503 0 -1 4202560 2535 0 1 0 44 4 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430815183864 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22935] ppid=22930 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/22932/task/22935/stat : 22935 (java) S 22930 22932 20503 0 -1 4202560 330 0 0 0 145 5 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430804245032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22936] ppid=22930 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/22932/task/22936/stat : 22936 (java) S 22930 22932 20503 0 -1 4202560 283 0 0 0 137 5 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430803192232 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22937] ppid=22930 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/22932/task/22937/stat : 22937 (java) S 22930 22932 20503 0 -1 4202560 239 0 0 0 145 5 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430802139432 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22938] ppid=22930 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/22932/task/22938/stat : 22938 (java) S 22930 22932 20503 0 -1 4202560 315 0 0 0 146 4 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430655830184 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22939] ppid=22930 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/22932/task/22939/stat : 22939 (java) S 22930 22932 20503 0 -1 4202560 388 0 0 0 170 5 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430654778408 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22940] ppid=22930 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/22932/task/22940/stat : 22940 (java) S 22930 22932 20503 0 -1 4202560 384 0 0 0 151 6 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430653725608 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22941] ppid=22930 vsize=9824668 CPUtime=1.43 cores=0,2,4,6
/proc/22932/task/22941/stat : 22941 (java) S 22930 22932 20503 0 -1 4202560 282 0 0 0 139 4 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430652672808 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22942] ppid=22930 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/22932/task/22942/stat : 22942 (java) S 22930 22932 20503 0 -1 4202560 945 0 0 0 155 5 0 0 20 0 22 0 254030082 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430651620008 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22943] ppid=22930 vsize=9824668 CPUtime=46.56 cores=0,2,4,6
/proc/22932/task/22943/stat : 22943 (java) S 22930 22932 20503 0 -1 4202560 2439 0 0 0 4640 16 0 0 20 0 22 0 254030084 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430639421928 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22944] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22944/stat : 22944 (java) S 22930 22932 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254030084 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430638367992 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22945] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22945/stat : 22945 (java) S 22930 22932 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254030084 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430637315080 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22946] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22946/stat : 22946 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254030087 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430636263568 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22947] ppid=22930 vsize=9824668 CPUtime=1.81 cores=0,2,4,6
/proc/22932/task/22947/stat : 22947 (java) S 22930 22932 20503 0 -1 4202560 13542 0 0 0 178 3 0 0 20 0 22 0 254030087 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430635211704 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22948] ppid=22930 vsize=9824668 CPUtime=1.21 cores=0,2,4,6
/proc/22932/task/22948/stat : 22948 (java) S 22930 22932 20503 0 -1 4202560 7676 0 0 0 119 2 0 0 20 0 22 0 254030087 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430634158904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22949] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22949/stat : 22949 (java) S 22930 22932 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254030087 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430633106296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22932/tid=22950] ppid=22930 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/22932/task/22950/stat : 22950 (java) S 22930 22932 20503 0 -1 4202560 53 0 0 0 18 17 0 0 20 0 22 0 254030087 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430632053704 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22963] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22963/stat : 22963 (java) S 22930 22932 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254030277 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430625740456 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22932/tid=22973] ppid=22930 vsize=9824668 CPUtime=768.94 cores=0,2,4,6
/proc/22932/task/22973/stat : 22973 (java) R 22930 22932 20503 0 -1 4202560 34 0 0 0 76882 12 0 0 20 0 22 0 254040866 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430628930272 140430684148604 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=22932/tid=22974] ppid=22930 vsize=9824668 CPUtime=768.98 cores=0,2,4,6
/proc/22932/task/22974/stat : 22974 (java) R 22930 22932 20503 0 -1 4202560 181 0 0 0 76880 18 0 0 20 0 22 0 254040866 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430627875568 140430684263604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22932/tid=22975] ppid=22930 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/22932/task/22975/stat : 22975 (java) S 22930 22932 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 254040866 10060460032 837341 33554432000 1073741824 1073778376 140733924828480 140430629983400 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1799.8
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 22932 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=369214
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=722738
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1799.8
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.300003
#  lost CPU user time (s): 0.330002
#  lost CPU system time (s): -0.03

Real time (s): 921.941
CPU time (s): 1800.1
CPU user time (s): 1798.77
CPU system time (s): 1.33
CPU usage (%): 195.251
Max. virtual memory (cumulated for all children) (KiB): 9826012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.72274
maximum resident set size= 3349480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32056
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25116
involuntary context switches= 32834

runsolver used 3.51047 second user time and 8.38472 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-24 19:03:36
IDJOB=3688692
IDBENCH=48205
IDSOLVER=2268
FILE ID=node106/3688692-1337879016
RUNJOBID= node106-1337871881-20519
PBS_JOBID= 14620098
Free space on /tmp= 71664 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_200_25_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688692-1337879016/watcher-3688692-1337879016 -o /tmp/evaluation-result-3688692-1337879016/solver-3688692-1337879016 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688692-1337879016.opb

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

MD5SUM BENCH= cdccc05ac387e7ee9cb8ab81f53ca6f8
RANDOM SEED=1347285644

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

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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		: 2667.065
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		: 2667.065
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		: 2667.065
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:        25679160 kB
Buffers:          202492 kB
Cached:          2902748 kB
SwapCached:            0 kB
Active:          4020684 kB
Inactive:        2401576 kB
Active(anon):    3319616 kB
Inactive(anon):        0 kB
Active(file):     701068 kB
Inactive(file):  2401576 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               504 kB
Writeback:             0 kB
AnonPages:       3325644 kB
Mapped:            22560 kB
Shmem:               200 kB
Slab:             626356 kB
SReclaimable:      68592 kB
SUnreclaim:       557764 kB
KernelStack:        1632 kB
PageTables:        10404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3513004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3219456 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= 71664 MiB
End job on node106 at 2012-05-24 19:19:00