Trace number 3688610

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.01 926.164

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_10_5.opb
MD5SUM08d7a5060b972f308367859ff82f87f6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
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 constraint11
Maximum length of a constraint23
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)2528
Sum of products size (including duplicates)5056
Number of different products2528
Sum of products size5056

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688610-1337878596.opb
0.09/0.12	c reading problem ... 
0.43/0.38	c ... done. Wall clock time 0.26s.
0.43/0.38	c declared #vars     200
0.43/0.38	c internal #vars     2728
0.43/0.38	c #constraints  5256
0.43/0.38	c constraints type 
0.43/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2728
0.43/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2528
0.43/0.38	c 5256 constraints processed.
0.43/0.38	c constraints type 
0.43/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2728
0.43/0.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2528
0.43/0.38	c 5256 constraints processed.
0.43/0.38	c objective function length is 200 literals
0.67/0.41	c  And the winner is solver0
0.79/0.88	c SATISFIABLE
0.79/0.88	c OPTIMIZING...
0.79/0.88	c Got one! Elapsed wall clock time (in seconds):0.761
0.79/0.88	o 31
0.83/0.93	c  And the winner is solver0
1.10/1.38	c Got one! Elapsed wall clock time (in seconds):1.265
1.10/1.38	o 30
1.10/1.39	c  And the winner is solver0
1.11/1.89	c Got one! Elapsed wall clock time (in seconds):1.766
1.11/1.89	o 29
1.14/1.92	c  And the winner is solver0
1.30/2.39	c Got one! Elapsed wall clock time (in seconds):2.268
1.30/2.39	o 28
6.42/4.54	c cleaning 2551 clauses out of 5103 with flag 5001/5103
11.59/7.04	c cleaning 4273 clauses out of 8551 with flag 11000/11102
17.19/9.90	c cleaning 5630 clauses out of 11278 with flag 18000/18102
23.72/13.17	c cleaning 6824 clauses out of 13648 with flag 26000/26102
31.20/16.98	c cleaning 7901 clauses out of 15824 with flag 35000/35102
39.11/20.92	c  And the winner is solver0
39.23/21.01	c Got one! Elapsed wall clock time (in seconds):20.894
39.23/21.01	o 27
40.16/21.56	c cleaning 11186 clauses out of 22373 with flag 5001/49552
45.19/24.19	c cleaning 8588 clauses out of 17186 with flag 11000/55551
51.14/27.29	c cleaning 7790 clauses out of 15599 with flag 18001/62552
57.76/30.78	c cleaning 7895 clauses out of 15810 with flag 26002/70553
65.27/34.61	c cleaning 8445 clauses out of 16913 with flag 35000/79551
73.42/38.83	c cleaning 9230 clauses out of 18468 with flag 45000/89551
82.36/43.41	c cleaning 10119 clauses out of 20238 with flag 56000/100551
92.11/48.56	c cleaning 11048 clauses out of 22119 with flag 68000/112551
102.46/53.86	c cleaning 12034 clauses out of 24071 with flag 81000/125551
114.34/59.91	c cleaning 13009 clauses out of 26038 with flag 95001/139552
126.84/66.33	c cleaning 14004 clauses out of 28030 with flag 110002/154553
140.28/73.37	c cleaning 15009 clauses out of 30025 with flag 126001/170552
154.11/80.46	c cleaning 16001 clauses out of 32016 with flag 143001/187552
168.75/88.00	c cleaning 16997 clauses out of 34014 with flag 161000/205551
179.00/93.20	c cleaning 0 clauses out of 5533 with flag 0/5534
185.83/96.85	c cleaning 18003 clauses out of 36017 with flag 180000/224551
203.66/105.92	c cleaning 19000 clauses out of 38015 with flag 200001/244552
221.60/115.14	c cleaning 19990 clauses out of 40016 with flag 221002/265553
239.97/124.54	c cleaning 21005 clauses out of 42024 with flag 243000/287551
259.44/134.66	c cleaning 22009 clauses out of 44019 with flag 266000/310551
279.16/144.72	c cleaning 23002 clauses out of 46011 with flag 290001/334552
298.87/154.82	c cleaning 24004 clauses out of 48010 with flag 315002/359553
319.74/165.50	c cleaning 24982 clauses out of 50004 with flag 341000/385551
342.50/177.38	c cleaning 26006 clauses out of 52026 with flag 368004/412555
366.19/189.40	c cleaning 26998 clauses out of 54022 with flag 396006/440557
391.46/203.02	c cleaning 28005 clauses out of 56022 with flag 425004/469555
417.27/216.35	c cleaning 29000 clauses out of 58013 with flag 455000/499551
443.30/229.69	c cleaning 29993 clauses out of 60013 with flag 486000/530551
469.89/243.28	c cleaning 31007 clauses out of 62021 with flag 518001/562552
496.85/257.04	c cleaning 31998 clauses out of 64013 with flag 551000/595551
526.00/272.14	c cleaning 33007 clauses out of 66015 with flag 585000/629551
554.56/286.79	c cleaning 33997 clauses out of 68008 with flag 620000/664551
584.48/302.00	c cleaning 35003 clauses out of 70012 with flag 656001/700552
614.40/317.40	c cleaning 35981 clauses out of 72008 with flag 693000/737551
644.58/333.05	c cleaning 37012 clauses out of 74027 with flag 731000/775551
677.01/349.62	c cleaning 37997 clauses out of 76016 with flag 770001/814552
710.07/366.56	c cleaning 39002 clauses out of 78018 with flag 810000/854551
744.47/384.11	c cleaning 40004 clauses out of 80016 with flag 851000/895551
781.13/403.12	c cleaning 41005 clauses out of 82014 with flag 893002/937553
817.97/421.96	c cleaning 41998 clauses out of 84007 with flag 936000/980551
855.76/441.24	c cleaning 42992 clauses out of 86011 with flag 980002/1024553
857.54/442.57	c cleaning 0 clauses out of 11535 with flag 0/11536
895.25/462.01	c cleaning 44003 clauses out of 88019 with flag 1025002/1069553
934.03/481.89	c cleaning 44997 clauses out of 90015 with flag 1071001/1115552
971.38/500.98	c cleaning 46004 clauses out of 92017 with flag 1118000/1162551
1012.12/521.73	c cleaning 46996 clauses out of 94014 with flag 1166001/1210552
1051.91/542.37	c cleaning 47998 clauses out of 96017 with flag 1215000/1259551
1092.42/563.07	c cleaning 48972 clauses out of 98021 with flag 1265002/1309553
1134.92/584.70	c cleaning 50018 clauses out of 100055 with flag 1316008/1360559
1179.44/607.44	c cleaning 51004 clauses out of 102029 with flag 1368000/1412551
1224.10/630.58	c cleaning 52000 clauses out of 104025 with flag 1421000/1465551
1269.41/653.67	c cleaning 52997 clauses out of 106027 with flag 1475002/1519553
1315.13/676.95	c cleaning 54009 clauses out of 108028 with flag 1530000/1574551
1363.68/701.61	c cleaning 55004 clauses out of 110019 with flag 1586000/1630551
1413.77/727.40	c cleaning 55994 clauses out of 112016 with flag 1643001/1687552
1463.22/752.65	c cleaning 57009 clauses out of 114027 with flag 1701006/1745557
1512.15/777.53	c cleaning 58005 clauses out of 116016 with flag 1760004/1804555
1565.64/804.74	c cleaning 59003 clauses out of 118007 with flag 1820000/1864551
1619.93/832.71	c cleaning 60003 clauses out of 120007 with flag 1881003/1925554
1675.45/861.90	c cleaning 60990 clauses out of 122001 with flag 1943000/1987551
1729.90/889.69	c cleaning 62003 clauses out of 124013 with flag 2006002/2050553
1784.57/917.82	c cleaning 62998 clauses out of 126008 with flag 2070000/2114551
1800.01/926.12	c starts		: 232
1800.01/926.12	c conflicts		: 2131882
1800.01/926.12	c decisions		: 5628665
1800.01/926.12	c propagations		: 1357175262
1800.01/926.12	c inspects		: 7045038450
1800.01/926.12	c shortcuts		: 0
1800.01/926.12	c learnt literals	: 0
1800.01/926.12	c learnt binary clauses	: 0
1800.01/926.12	c learnt ternary clauses	: 0
1800.01/926.12	c learnt constraints	: 2131882
1800.01/926.12	c ignored constraints	: 0
1800.01/926.12	c root simplifications	: 0
1800.01/926.12	c removed literals (reason simplification)	: 127767
1800.01/926.12	c reason swapping (by a shorter reason)	: 0
1800.01/926.12	c Calls to reduceDB	: 65
1800.01/926.12	c number of reductions to clauses (during analyze)	: 0
1800.01/926.12	c number of learned constraints concerned by reduction	: 0
1800.01/926.12	c number of learning phase by resolution	: 0
1800.01/926.12	c number of learning phase by cutting planes	: 0
1800.01/926.12	c speed (assignments/second)	: 1466068.2675740635
1800.01/926.12	c non guided choices	0
1800.01/926.14	c learnt constraints type 
1800.01/926.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 80403
1800.01/926.14	c constraints type 
1800.01/926.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2728
1800.01/926.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.01/926.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2528
1800.01/926.15	c 5257 constraints processed.
1800.01/926.15	c constraints type 
1800.01/926.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2728
1800.01/926.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.01/926.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2528
1800.01/926.15	c 5257 constraints processed.
1800.01/926.15	s SATISFIABLE
1800.01/926.15	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.01/926.15	c objective function=27
1800.01/926.15	c Total wall clock time (in seconds): 926.026

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-3688610-1337878596/watcher-3688610-1337878596 -o /tmp/evaluation-result-3688610-1337878596/solver-3688610-1337878596 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688610-1337878596.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.79 3.91 3.89 3/197 28300
/proc/meminfo: memFree=27649280/32873648 swapFree=6596/6596
[pid=28300] ppid=28298 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/28300/stat : 28300 (java) R 28298 28300 25418 0 -1 4202496 251 0 0 0 0 0 0 0 20 0 1 0 253984095 8192 1 33554432000 0 0 0 140733216086600 212073082295 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/28300/statm: 2 1 0 0 0 2 0

[startup+0.0313659 s]
/proc/loadavg: 3.79 3.91 3.89 3/197 28300
/proc/meminfo: memFree=27649280/32873648 swapFree=6596/6596
[pid=28300] ppid=28298 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 25418 0 -1 4202496 2782 0 1 0 0 0 0 0 20 0 10 0 253984095 9233014784 3482 33554432000 1073741824 1073778376 140735507815808 140735507806944 212076625981 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2254154 3482 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100207 s]
/proc/loadavg: 3.79 3.91 3.89 3/197 28300
/proc/meminfo: memFree=27649280/32873648 swapFree=6596/6596
[pid=28300] ppid=28298 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 25418 0 -1 4202496 4279 0 1 0 8 1 0 0 20 0 18 0 253984095 9787813888 5483 33554432000 1073741824 1073778376 140735507815808 140735507806944 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2389603 5483 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300214 s]
/proc/loadavg: 3.79 3.91 3.89 3/197 28300
/proc/meminfo: memFree=27649280/32873648 swapFree=6596/6596
[pid=28300] ppid=28298 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 25418 0 -1 4202496 6027 0 1 0 42 1 0 0 20 0 18 0 253984095 9787813888 8307 33554432000 1073741824 1073778376 140735507815808 140735507806944 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2389603 8307 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700263 s]
/proc/loadavg: 3.79 3.91 3.89 3/197 28300
/proc/meminfo: memFree=27649280/32873648 swapFree=6596/6596
[pid=28300] ppid=28298 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 25418 0 -1 4202496 6538 0 1 0 75 4 0 0 20 0 19 0 253984095 10060460032 11588 33554432000 1073741824 1073778376 140735507815808 140735507806944 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 11588 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.79
Current children cumulated vsize (KiB) 9824668

[startup+1.50076 s]
/proc/loadavg: 3.79 3.91 3.89 3/216 28325
/proc/meminfo: memFree=27603124/32873648 swapFree=6596/6596
[pid=28300] ppid=28298 vsize=9824668 CPUtime=1.11 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 25418 0 -1 4202496 8749 0 1 0 105 6 0 0 20 0 19 0 253984095 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 140735507806944 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 15237 2251 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 25418 0 -1 4202560 2462 0 1 0 33 2 0 0 20 0 19 0 253984096 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139689480188920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253984097 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139689452640808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253984097 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139689451588008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253984097 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139689450535208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253984097 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139689320818856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253984097 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139689319767080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253984097 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139689318714280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253984097 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139689317661480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253984097 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139689316608680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 25418 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253984098 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139688834095592 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 25418 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253984099 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139688833041656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253984099 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139688831988744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253984101 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139688830937232 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 25418 0 -1 4202560 2806 0 0 0 28 0 0 0 20 0 19 0 253984101 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139688829885368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=0.28 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 25418 0 -1 4202560 2156 0 0 0 28 0 0 0 20 0 19 0 253984101 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139688828832568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253984101 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139688827779960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253984101 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139688826727368 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253984134 10060460032 15237 33554432000 1073741824 1073778376 140735507815808 139688822514472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 9824668

[startup+3.10065 s]
/proc/loadavg: 3.89 3.92 3.90 3/216 28331
/proc/meminfo: memFree=27590060/32873648 swapFree=6596/6596
[pid=28300] ppid=28298 vsize=9824668 CPUtime=3.41 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 25418 0 -1 4202496 15845 0 1 0 329 12 0 0 20 0 22 0 253984095 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 140735507806944 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 45754 2272 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 25418 0 -1 4202560 2462 0 1 0 34 2 0 0 20 0 22 0 253984096 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139689480188920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253984097 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139689452640808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253984097 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139689451588008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984097 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139689450535208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253984097 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139689320818856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 25418 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253984097 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139689319767080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 25418 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 253984097 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139689318714280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 25418 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253984097 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139689317661480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253984097 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139689316608680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253984098 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139688834095592 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253984099 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139688833041656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253984099 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139688831988744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139688830937232 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 25418 0 -1 4202560 5792 0 0 0 65 2 0 0 20 0 22 0 253984101 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139688829885368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 25418 0 -1 4202560 6157 0 0 0 67 2 0 0 20 0 22 0 253984101 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139688828832568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139688827779960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139688826727368 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253984134 10060460032 45754 33554432000 1073741824 1073778376 140735507815808 139688822514472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.89 3.92 3.90 5/219 28334
/proc/meminfo: memFree=27361696/32873648 swapFree=6596/6596
[pid=28300] ppid=28298 vsize=9824668 CPUtime=10.09 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 25418 0 -1 4202496 18392 0 1 0 987 22 0 0 20 0 22 0 253984095 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 140735507806944 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 89811 2288 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 25418 0 -1 4202560 2462 0 1 0 34 2 0 0 20 0 22 0 253984096 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139689480188920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 25418 0 -1 4202560 90 0 0 0 4 0 0 0 20 0 22 0 253984097 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139689452640808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 25418 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 253984097 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139689451588008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 25418 0 -1 4202560 21 0 0 0 4 0 0 0 20 0 22 0 253984097 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139689450535208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 25418 0 -1 4202560 32 0 0 0 5 0 0 0 20 0 22 0 253984097 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139689320818856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 25418 0 -1 4202560 113 0 0 0 3 1 0 0 20 0 22 0 253984097 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139689319767080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 25418 0 -1 4202560 24 0 0 0 3 0 0 0 20 0 22 0 253984097 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139689318714280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 25418 0 -1 4202560 125 0 0 0 4 2 0 0 20 0 22 0 253984097 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139689317661480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 25418 0 -1 4202560 97 0 0 0 4 0 0 0 20 0 22 0 253984097 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139689316608680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 25418 0 -1 4202560 232 0 0 0 9 0 0 0 20 0 22 0 253984098 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688834095592 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253984099 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688833041656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253984099 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688831988744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688830937232 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 25418 0 -1 4202560 7587 0 0 0 79 2 0 0 20 0 22 0 253984101 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688829885368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 25418 0 -1 4202560 6161 0 0 0 78 2 0 0 20 0 22 0 253984101 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688828832568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688827779960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688826727368 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253984134 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688822514472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28332] ppid=28298 vsize=9824668 CPUtime=3.63 cores=0,2,4,6
/proc/28300/task/28332/stat : 28332 (java) R 28298 28300 25418 0 -1 4202560 6 0 0 0 363 0 0 0 20 0 22 0 253984334 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688823565344 139689332392032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28333] ppid=28298 vsize=9824668 CPUtime=3.64 cores=0,2,4,6
/proc/28300/task/28333/stat : 28333 (java) R 28298 28300 25418 0 -1 4202560 101 0 0 0 362 2 0 0 20 0 22 0 253984334 10060460032 89811 33554432000 1073741824 1073778376 140735507815808 139688824619496 139689332366556 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0

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

/proc/28300/statm: 2456167 853646 2290 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 25418 0 -1 4202560 2503 0 1 0 36 3 0 0 20 0 22 0 253984096 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139689480188920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 25418 0 -1 4202560 395 0 0 0 166 6 0 0 20 0 22 0 253984097 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139689452640808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=1.74 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 25418 0 -1 4202560 340 0 0 0 170 4 0 0 20 0 22 0 253984097 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139689451588008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 25418 0 -1 4202560 520 0 0 0 172 5 0 0 20 0 22 0 253984097 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139689450535208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=1.77 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 25418 0 -1 4202560 330 0 0 0 170 7 0 0 20 0 22 0 253984097 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139689320818856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 25418 0 -1 4202560 339 0 0 0 181 7 0 0 20 0 22 0 253984097 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139689319767080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 25418 0 -1 4202560 342 0 0 0 164 8 0 0 20 0 22 0 253984097 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139689318714280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=1.64 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 25418 0 -1 4202560 434 0 0 0 158 6 0 0 20 0 22 0 253984097 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139689317661480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 25418 0 -1 4202560 478 0 0 0 185 6 0 0 20 0 22 0 253984097 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139689316608680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=53.52 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 25418 0 -1 4202560 3576 0 0 0 5335 17 0 0 20 0 22 0 253984098 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688834095592 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253984099 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688833041656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253984099 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688831988744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688830937232 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 25418 0 -1 4202560 11952 0 0 0 134 3 0 0 20 0 22 0 253984101 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688829885368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 25418 0 -1 4202560 6190 0 0 0 97 2 0 0 20 0 22 0 253984101 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688828832568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688827779960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 25418 0 -1 4202560 51 0 0 0 16 15 0 0 20 0 22 0 253984101 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688826727368 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253984134 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688822514472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28335] ppid=28298 vsize=9824668 CPUtime=802.9 cores=0,2,4,6
/proc/28300/task/28335/stat : 28335 (java) R 28298 28300 25418 0 -1 4202560 57 0 0 0 80277 13 0 0 20 0 22 0 253986197 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688824618544 139689332412464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28336] ppid=28298 vsize=9824668 CPUtime=802.76 cores=0,2,4,6
/proc/28300/task/28336/stat : 28336 (java) R 28298 28300 25418 0 -1 4202560 941 0 0 0 80241 35 0 0 20 0 22 0 253986197 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688823564768 139689332472326 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28337] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28337/stat : 28337 (java) S 28298 28300 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253986197 10060460032 853646 33554432000 1073741824 1073778376 140735507815808 139688825672616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1715.23
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+926.101 s]
/proc/loadavg: 3.88 3.78 3.80 5/219 28464
/proc/meminfo: memFree=22198432/32873648 swapFree=6596/6596
[pid=28300] ppid=28298 vsize=9824668 CPUtime=1800.01 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 25418 0 -1 4202496 30577 0 1 0 179871 130 0 0 20 0 22 0 253984095 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 140735507806944 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 859440 2290 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 25418 0 -1 4202560 2505 0 1 0 36 3 0 0 20 0 22 0 253984096 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689480188920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 25418 0 -1 4202560 404 0 0 0 176 6 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689452640808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 25418 0 -1 4202560 388 0 0 0 181 4 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689451588008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 25418 0 -1 4202560 520 0 0 0 178 5 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689450535208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 25418 0 -1 4202560 337 0 0 0 181 7 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689320818856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=2 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 25418 0 -1 4202560 345 0 0 0 193 7 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689319767080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 25418 0 -1 4202560 411 0 0 0 175 8 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689318714280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 25418 0 -1 4202560 446 0 0 0 166 6 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689317661480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=2.01 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 25418 0 -1 4202560 488 0 0 0 195 6 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689316608680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=56.71 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 25418 0 -1 4202560 3590 0 0 0 5653 18 0 0 20 0 22 0 253984098 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688834095592 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253984099 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688833041656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253984099 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688831988744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688830937232 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 25418 0 -1 4202560 11952 0 0 0 134 3 0 0 20 0 22 0 253984101 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688829885368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 25418 0 -1 4202560 6190 0 0 0 97 2 0 0 20 0 22 0 253984101 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688828832568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688827779960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 25418 0 -1 4202560 53 0 0 0 17 16 0 0 20 0 22 0 253984101 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688826727368 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253984134 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688822514472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28335] ppid=28298 vsize=9824668 CPUtime=843.21 cores=0,2,4,6
/proc/28300/task/28335/stat : 28335 (java) R 28298 28300 25418 0 -1 4202560 59 0 0 0 84308 13 0 0 20 0 22 0 253986197 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688824619488 139689332392848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28336] ppid=28298 vsize=9824668 CPUtime=843.05 cores=0,2,4,6
/proc/28300/task/28336/stat : 28336 (java) R 28298 28300 25418 0 -1 4202560 942 0 0 0 84270 35 0 0 20 0 22 0 253986197 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688823564800 139689332512605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28337] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28337/stat : 28337 (java) S 28298 28300 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253986197 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688825672616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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+926.101 s]
/proc/loadavg: 3.88 3.78 3.80 5/219 28464
/proc/meminfo: memFree=22198432/32873648 swapFree=6596/6596
[pid=28300] ppid=28298 vsize=9824668 CPUtime=1800.01 cores=0,2,4,6
/proc/28300/stat : 28300 (java) S 28298 28300 25418 0 -1 4202496 30577 0 1 0 179871 130 0 0 20 0 22 0 253984095 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 140735507806944 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/28300/statm: 2456167 859440 2290 9 0 2446860 0
[pid=28300/tid=28302] ppid=28298 vsize=9824668 CPUtime=0.39 cores=0,2,4,6
/proc/28300/task/28302/stat : 28302 (java) S 28298 28300 25418 0 -1 4202560 2505 0 1 0 36 3 0 0 20 0 22 0 253984096 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689480188920 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28303] ppid=28298 vsize=9824668 CPUtime=1.82 cores=0,2,4,6
/proc/28300/task/28303/stat : 28303 (java) S 28298 28300 25418 0 -1 4202560 404 0 0 0 176 6 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689452640808 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28304] ppid=28298 vsize=9824668 CPUtime=1.85 cores=0,2,4,6
/proc/28300/task/28304/stat : 28304 (java) S 28298 28300 25418 0 -1 4202560 388 0 0 0 181 4 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689451588008 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28305] ppid=28298 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/28300/task/28305/stat : 28305 (java) S 28298 28300 25418 0 -1 4202560 520 0 0 0 178 5 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689450535208 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28306] ppid=28298 vsize=9824668 CPUtime=1.88 cores=0,2,4,6
/proc/28300/task/28306/stat : 28306 (java) S 28298 28300 25418 0 -1 4202560 337 0 0 0 181 7 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689320818856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28307] ppid=28298 vsize=9824668 CPUtime=2 cores=0,2,4,6
/proc/28300/task/28307/stat : 28307 (java) S 28298 28300 25418 0 -1 4202560 345 0 0 0 193 7 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689319767080 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28308] ppid=28298 vsize=9824668 CPUtime=1.83 cores=0,2,4,6
/proc/28300/task/28308/stat : 28308 (java) S 28298 28300 25418 0 -1 4202560 411 0 0 0 175 8 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689318714280 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28309] ppid=28298 vsize=9824668 CPUtime=1.72 cores=0,2,4,6
/proc/28300/task/28309/stat : 28309 (java) S 28298 28300 25418 0 -1 4202560 446 0 0 0 166 6 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689317661480 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28310] ppid=28298 vsize=9824668 CPUtime=2.01 cores=0,2,4,6
/proc/28300/task/28310/stat : 28310 (java) S 28298 28300 25418 0 -1 4202560 488 0 0 0 195 6 0 0 20 0 22 0 253984097 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139689316608680 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28311] ppid=28298 vsize=9824668 CPUtime=56.71 cores=0,2,4,6
/proc/28300/task/28311/stat : 28311 (java) S 28298 28300 25418 0 -1 4202560 3590 0 0 0 5653 18 0 0 20 0 22 0 253984098 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688834095592 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28312] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28312/stat : 28312 (java) S 28298 28300 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253984099 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688833041656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28313] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28313/stat : 28313 (java) S 28298 28300 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253984099 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688831988744 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28314] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28314/stat : 28314 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688830937232 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28315] ppid=28298 vsize=9824668 CPUtime=1.37 cores=0,2,4,6
/proc/28300/task/28315/stat : 28315 (java) S 28298 28300 25418 0 -1 4202560 11952 0 0 0 134 3 0 0 20 0 22 0 253984101 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688829885368 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28316] ppid=28298 vsize=9824668 CPUtime=0.99 cores=0,2,4,6
/proc/28300/task/28316/stat : 28316 (java) S 28298 28300 25418 0 -1 4202560 6190 0 0 0 97 2 0 0 20 0 22 0 253984101 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688828832568 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28317] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28317/stat : 28317 (java) S 28298 28300 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253984101 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688827779960 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28318] ppid=28298 vsize=9824668 CPUtime=0.33 cores=0,2,4,6
/proc/28300/task/28318/stat : 28318 (java) S 28298 28300 25418 0 -1 4202560 53 0 0 0 17 16 0 0 20 0 22 0 253984101 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688826727368 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28300/tid=28322] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28322/stat : 28322 (java) S 28298 28300 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253984134 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688822514472 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28300/tid=28335] ppid=28298 vsize=9824668 CPUtime=843.21 cores=0,2,4,6
/proc/28300/task/28335/stat : 28335 (java) R 28298 28300 25418 0 -1 4202560 59 0 0 0 84308 13 0 0 20 0 22 0 253986197 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688824619488 139689332392848 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28300/tid=28336] ppid=28298 vsize=9824668 CPUtime=843.05 cores=0,2,4,6
/proc/28300/task/28336/stat : 28336 (java) R 28298 28300 25418 0 -1 4202560 942 0 0 0 84270 35 0 0 20 0 22 0 253986197 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688823564800 139689332512605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=28300/tid=28337] ppid=28298 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/28300/task/28337/stat : 28337 (java) S 28298 28300 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253986197 10060460032 859440 33554432000 1073741824 1073778376 140735507815808 139688825672616 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824668

Child status: 143

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

Real time (s): 926.164
CPU time (s): 1800.01
CPU user time (s): 1798.71
CPU system time (s): 1.3
CPU usage (%): 194.351
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.75273
maximum resident set size= 3437872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30606
page faults= 1
swaps= 0
block input operations= 240
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25503
involuntary context switches= 39413

runsolver used 3.18152 second user time and 8.62369 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 18:56:36
IDJOB=3688610
IDBENCH=48122
IDSOLVER=2268
FILE ID=node148/3688610-1337878596
RUNJOBID= node148-1337871865-25434
PBS_JOBID= 14620056
Free space on /tmp= 71704 MiB

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

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

MD5SUM BENCH= 08d7a5060b972f308367859ff82f87f6
RANDOM SEED=1649228602

node148.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.284
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.56
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.284
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.94
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.284
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		: 2667.284
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		: 2667.284
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.90
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.284
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.284
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.90
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.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27649544 kB
Buffers:          236560 kB
Cached:          2574588 kB
SwapCached:            0 kB
Active:          2063728 kB
Inactive:        2373368 kB
Active(anon):    1628436 kB
Inactive(anon):        0 kB
Active(file):     435292 kB
Inactive(file):  2373368 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               532 kB
Writeback:             0 kB
AnonPages:       1632684 kB
Mapped:            22572 kB
Shmem:               200 kB
Slab:             645984 kB
SReclaimable:      90260 kB
SUnreclaim:       555724 kB
KernelStack:        1624 kB
PageTables:         7500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1764268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1556480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node148 at 2012-05-24 19:12:04