Trace number 3688654

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)6 1800.13 911.868

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_100_25_5.opb
MD5SUM65a3c38bd8963c911b96c745ee468cb1
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5
Best CPU time to get the best result obtained on this benchmark1.08083
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5
Optimality of the best value was proved YES
Number of variables100
Total number of constraints100
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints100
Minimum length of a constraint26
Maximum length of a constraint40
Number of terms in the objective function 100
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 100
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)3062
Sum of products size (including duplicates)6124
Number of different products3062
Sum of products size6124

Quality of the solution as a function of time


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

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose learned constraints deletion strategy
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-3688654-1337878696.opb
0.09/0.13	c reading problem ... 
0.67/0.40	c ... done. Wall clock time 0.269s.
0.67/0.40	c declared #vars     100
0.67/0.40	c internal #vars     3162
0.67/0.40	c #constraints  6224
0.67/0.40	c constraints type 
0.67/0.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3162
0.67/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3062
0.67/0.40	c 6224 constraints processed.
0.67/0.40	c constraints type 
0.67/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3162
0.67/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
0.67/0.40	c 6224 constraints processed.
0.67/0.40	c objective function length is 100 literals
0.67/0.43	c  And the winner is solver0
1.02/0.90	c SATISFIABLE
1.02/0.90	c OPTIMIZING...
1.02/0.90	c Got one! Elapsed wall clock time (in seconds):0.771
1.02/0.90	o 8
1.02/0.97	c  And the winner is solver0
1.37/1.40	c Got one! Elapsed wall clock time (in seconds):1.274
1.37/1.40	o 7
5.91/3.11	c cleaning 2536 clauses out of 5075 with flag 5001/5075
7.32/3.80	c  And the winner is solver0
7.39/3.90	c Got one! Elapsed wall clock time (in seconds):3.776
7.39/3.90	o 6
9.89/5.12	c cleaning 4202 clauses out of 8413 with flag 4007/10949
13.60/7.08	c cleaning 5097 clauses out of 10204 with flag 10000/16942
18.08/9.37	c cleaning 6053 clauses out of 12108 with flag 17001/23943
23.12/11.99	c cleaning 7026 clauses out of 14056 with flag 25002/31944
28.56/14.76	c cleaning 8006 clauses out of 16031 with flag 34003/40945
34.63/17.88	c cleaning 9004 clauses out of 18023 with flag 44001/50943
41.68/21.43	c cleaning 10004 clauses out of 20018 with flag 55000/61942
48.44/24.98	c cleaning 10998 clauses out of 22015 with flag 67001/73943
56.70/29.13	c cleaning 12009 clauses out of 24017 with flag 80001/86943
65.15/33.45	c cleaning 13006 clauses out of 26012 with flag 94005/100947
74.40/38.18	c cleaning 14001 clauses out of 28001 with flag 109000/115942
84.92/43.55	c cleaning 14999 clauses out of 30000 with flag 125000/131942
95.69/49.05	c cleaning 15993 clauses out of 32001 with flag 142000/148942
107.07/54.86	c cleaning 16996 clauses out of 34009 with flag 160001/166943
118.27/60.56	c cleaning 18006 clauses out of 36013 with flag 179001/185943
131.12/67.14	c cleaning 18976 clauses out of 38008 with flag 199002/205944
144.65/74.10	c cleaning 20005 clauses out of 40033 with flag 220003/226945
158.41/81.08	c cleaning 21005 clauses out of 42025 with flag 242000/248942
173.14/88.57	c cleaning 21993 clauses out of 44020 with flag 265000/271942
189.16/96.77	c cleaning 23011 clauses out of 46027 with flag 289000/295942
206.09/105.31	c cleaning 24002 clauses out of 48019 with flag 314003/320945
222.21/113.52	c cleaning 24997 clauses out of 50016 with flag 340002/346944
241.50/123.25	c cleaning 26007 clauses out of 52020 with flag 367003/373945
259.85/132.57	c cleaning 27004 clauses out of 54012 with flag 395002/401944
280.96/143.12	c cleaning 27992 clauses out of 56006 with flag 424000/430942
302.68/153.91	c cleaning 28985 clauses out of 58015 with flag 454001/460943
324.22/164.75	c cleaning 30009 clauses out of 60041 with flag 485012/491954
344.54/175.14	c cleaning 30995 clauses out of 62020 with flag 517000/523942
367.23/186.69	c cleaning 32013 clauses out of 64025 with flag 550000/556942
387.92/197.18	c cleaning 33005 clauses out of 66019 with flag 584007/590949
413.67/210.16	c cleaning 33994 clauses out of 68008 with flag 619001/625943
440.39/223.77	c cleaning 35006 clauses out of 70013 with flag 655000/661942
465.75/236.56	c cleaning 35987 clauses out of 72012 with flag 692005/698947
475.32/241.56	c cleaning 0 clauses out of 5676 with flag 0/5678
494.49/251.27	c cleaning 36985 clauses out of 74022 with flag 730002/736944
520.87/264.74	c cleaning 38012 clauses out of 76037 with flag 769002/775944
552.01/280.43	c cleaning 39010 clauses out of 78023 with flag 809000/815942
580.87/295.02	c cleaning 39984 clauses out of 80015 with flag 850002/856944
612.35/310.91	c cleaning 41007 clauses out of 82029 with flag 892000/898942
644.98/327.58	c cleaning 42003 clauses out of 84026 with flag 935004/941946
678.68/344.58	c cleaning 43005 clauses out of 86020 with flag 979001/985943
712.20/361.50	c cleaning 43998 clauses out of 88014 with flag 1024000/1030942
746.30/378.61	c cleaning 44960 clauses out of 90017 with flag 1070001/1076943
783.12/397.34	c cleaning 46025 clauses out of 92063 with flag 1117007/1123949
817.66/414.71	c cleaning 47001 clauses out of 94031 with flag 1165000/1171942
857.60/434.83	c cleaning 48010 clauses out of 96030 with flag 1214000/1220942
896.10/454.29	c cleaning 49004 clauses out of 98020 with flag 1264000/1270942
936.43/474.79	c cleaning 50006 clauses out of 100023 with flag 1315007/1321949
978.80/496.03	c cleaning 50990 clauses out of 102010 with flag 1367000/1373942
1020.27/516.96	c cleaning 52006 clauses out of 104021 with flag 1420001/1426943
1063.14/538.56	c cleaning 52991 clauses out of 106016 with flag 1474002/1480944
1107.60/561.14	c cleaning 54005 clauses out of 108023 with flag 1529000/1535942
1152.96/584.37	c cleaning 54997 clauses out of 110018 with flag 1585000/1591942
1198.92/607.55	c cleaning 55988 clauses out of 112023 with flag 1642002/1648944
1246.62/631.85	c cleaning 57000 clauses out of 114037 with flag 1700004/1706946
1288.76/653.15	c cleaning 57999 clauses out of 116036 with flag 1759003/1765945
1339.79/678.93	c cleaning 59006 clauses out of 118036 with flag 1819002/1825944
1385.36/701.91	c cleaning 60000 clauses out of 120029 with flag 1880001/1886943
1438.65/729.06	c cleaning 60997 clauses out of 122029 with flag 1942001/1948943
1491.37/755.62	c cleaning 62010 clauses out of 124032 with flag 2005001/2011943
1544.44/782.44	c cleaning 62986 clauses out of 126021 with flag 2069000/2075942
1593.35/807.13	c cleaning 64011 clauses out of 128036 with flag 2134001/2140943
1649.16/835.56	c cleaning 65001 clauses out of 130024 with flag 2200000/2206942
1703.61/863.05	c cleaning 66007 clauses out of 132024 with flag 2267001/2273943
1762.92/893.00	c cleaning 66999 clauses out of 134016 with flag 2335000/2341942
1800.13/911.82	c starts		: 232
1800.13/911.82	c conflicts		: 2387934
1800.13/911.82	c decisions		: 4032854
1800.13/911.82	c propagations		: 763430141
1800.13/911.82	c inspects		: 7111586097
1800.13/911.82	c shortcuts		: 0
1800.13/911.82	c learnt literals	: 0
1800.13/911.82	c learnt binary clauses	: 16
1800.13/911.82	c learnt ternary clauses	: 56
1800.13/911.82	c learnt constraints	: 2387934
1800.13/911.82	c ignored constraints	: 0
1800.13/911.82	c root simplifications	: 0
1800.13/911.82	c removed literals (reason simplification)	: 424815
1800.13/911.82	c reason swapping (by a shorter reason)	: 0
1800.13/911.82	c Calls to reduceDB	: 65
1800.13/911.82	c number of reductions to clauses (during analyze)	: 0
1800.13/911.82	c number of learned constraints concerned by reduction	: 0
1800.13/911.82	c number of learning phase by resolution	: 0
1800.13/911.82	c number of learning phase by cutting planes	: 0
1800.13/911.82	c speed (assignments/second)	: 837638.2114267156
1800.13/911.82	c non guided choices	0
1800.13/911.85	c learnt constraints type 
1800.13/911.85	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1800.13/911.85	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113067
1800.13/911.85	c constraints type 
1800.13/911.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3162
1800.13/911.85	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.13/911.85	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3062
1800.13/911.85	c 6225 constraints processed.
1800.13/911.85	c constraints type 
1800.13/911.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3162
1800.13/911.85	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.13/911.85	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3062
1800.13/911.85	c 6225 constraints processed.
1800.13/911.85	s SATISFIABLE
1800.13/911.85	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 
1800.13/911.85	c objective function=6
1800.13/911.85	c Total wall clock time (in seconds): 911.721

Verifier Data

OK	6

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-3688654-1337878696/watcher-3688654-1337878696 -o /tmp/evaluation-result-3688654-1337878696/solver-3688654-1337878696 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688654-1337878696.opb 

running on 4 cores: 1,3,5,7

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.92 3.83 3.84 4/197 25480
/proc/meminfo: memFree=26866288/32873844 swapFree=7616/7616
[pid=25480] ppid=25478 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25480/stat : 25480 (java) D 25478 25480 23801 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253995185 9515008 183 33554432000 1073741824 1073778376 140735293079696 140735293070728 214369648309 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25480/statm: 2323 183 140 9 0 71 0

[startup+0.080636 s]
/proc/loadavg: 3.92 3.83 3.84 4/197 25480
/proc/meminfo: memFree=26866288/32873844 swapFree=7616/7616
[pid=25480] ppid=25478 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/25480/stat : 25480 (java) S 25478 25480 23801 0 -1 4202496 3241 0 1 0 5 1 0 0 20 0 18 0 253995185 9787813888 4450 33554432000 1073741824 1073778376 140737427118368 140737427109504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25480/statm: 2389603 4453 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100342 s]
/proc/loadavg: 3.92 3.83 3.84 4/197 25480
/proc/meminfo: memFree=26866288/32873844 swapFree=7616/7616
[pid=25480] ppid=25478 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/25480/stat : 25480 (java) S 25478 25480 23801 0 -1 4202496 4150 0 1 0 8 1 0 0 20 0 18 0 253995185 9787813888 5350 33554432000 1073741824 1073778376 140737427118368 140737427109504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25480/statm: 2389603 5351 2079 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300285 s]
/proc/loadavg: 3.92 3.83 3.84 4/197 25480
/proc/meminfo: memFree=26866288/32873844 swapFree=7616/7616
[pid=25480] ppid=25478 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/25480/stat : 25480 (java) S 25478 25480 23801 0 -1 4202496 5966 0 1 0 43 2 0 0 20 0 18 0 253995185 9787813888 8238 33554432000 1073741824 1073778376 140737427118368 140737427109504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25480/statm: 2389603 8238 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700312 s]
/proc/loadavg: 3.92 3.83 3.84 4/197 25480
/proc/meminfo: memFree=26866288/32873844 swapFree=7616/7616
[pid=25480] ppid=25478 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/25480/stat : 25480 (java) S 25478 25480 23801 0 -1 4202496 9089 0 1 0 98 4 0 0 20 0 19 0 253995185 10060460032 13024 33554432000 1073741824 1073778376 140737427118368 140737427109504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25480/statm: 2456167 13024 2249 9 0 2446860 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9824668

[startup+1.50061 s]
/proc/loadavg: 3.92 3.83 3.84 5/216 25505
/proc/meminfo: memFree=26816324/32873844 swapFree=7616/7616
[pid=25480] ppid=25478 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/25480/stat : 25480 (java) S 25478 25480 23801 0 -1 4202496 13042 0 1 0 167 7 0 0 20 0 22 0 253995185 10060460032 18223 33554432000 1073741824 1073778376 140737427118368 140737427109504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25480/statm: 2456167 18246 2254 9 0 2446860 0
[pid=25480/tid=25482] ppid=25478 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 23801 0 -1 4202560 2461 0 1 0 35 2 0 0 20 0 22 0 253995186 10060460032 18247 33554432000 1073741824 1073778376 140737427118368 140608334791672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 18247 33554432000 1073741824 1073778376 140737427118368 140608307244072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 18247 33554432000 1073741824 1073778376 140737427118368 140608306191272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 18247 33554432000 1073741824 1073778376 140737427118368 140608305138472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 18247 33554432000 1073741824 1073778376 140737427118368 140608175385256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 18247 33554432000 1073741824 1073778376 140737427118368 140608174332456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 18247 33554432000 1073741824 1073778376 140737427118368 140608173279656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 18247 33554432000 1073741824 1073778376 140737427118368 140608172226856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 18247 33554432000 1073741824 1073778376 140737427118368 140608171174056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 23801 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253995189 10060460032 18248 33554432000 1073741824 1073778376 140737427118368 140607688661992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 23801 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253995189 10060460032 18248 33554432000 1073741824 1073778376 140737427118368 140607687608056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25493/stat : 25493 (java) S 25478 25480 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253995190 10060460032 18248 33554432000 1073741824 1073778376 140737427118368 140607686555144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25494/stat : 25494 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 18248 33554432000 1073741824 1073778376 140737427118368 140607685503632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/25480/task/25495/stat : 25495 (java) R 25478 25480 23801 0 -1 4202560 6656 0 0 0 45 0 0 0 20 0 22 0 253995192 10060460032 18223 33554432000 1073741824 1073778376 140737427118368 140607684426760 140608340745647 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/25480/task/25496/stat : 25496 (java) R 25478 25480 23801 0 -1 4202560 2620 0 0 0 46 0 0 0 20 0 22 0 253995192 10060460032 18215 33554432000 1073741824 1073778376 140737427118368 140607683385224 214369690743 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25497] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25497/stat : 25497 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 18215 33554432000 1073741824 1073778376 140737427118368 140607682345336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25498] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25498/stat : 25498 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 18216 33554432000 1073741824 1073778376 140737427118368 140607681292744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25502] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25502/stat : 25502 (java) S 25478 25480 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253995227 10060460032 18228 33554432000 1073741824 1073778376 140737427118368 140607677080872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 3.77 3.80 3.83 5/219 25508
/proc/meminfo: memFree=26690228/32873844 swapFree=7616/7616
[pid=25480] ppid=25478 vsize=9824668 CPUtime=5.91 cores=1,3,5,7
/proc/25480/stat : 25480 (java) S 25478 25480 23801 0 -1 4202496 18645 0 1 0 576 15 0 0 20 0 22 0 253995185 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140737427109504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25480/statm: 2456167 51624 2276 9 0 2446860 0
[pid=25480/tid=25482] ppid=25478 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 23801 0 -1 4202560 2461 0 1 0 36 2 0 0 20 0 22 0 253995186 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140608334791672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 23801 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140608307244072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 23801 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 253995188 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140608306191272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 23801 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253995188 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140608305138472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140608175385256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 23801 0 -1 4202560 19 0 0 0 1 2 0 0 20 0 22 0 253995188 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140608174332456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 23801 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253995188 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140608173279656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 23801 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253995188 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140608172226856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 23801 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253995188 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140608171174056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 23801 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 253995189 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607688661992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253995189 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607687608056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25493/stat : 25493 (java) S 25478 25480 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253995190 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607686555144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25494/stat : 25494 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607685503632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=9824668 CPUtime=0.94 cores=1,3,5,7
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 23801 0 -1 4202560 8232 0 0 0 92 2 0 0 20 0 22 0 253995192 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607684450744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=9824668 CPUtime=0.87 cores=1,3,5,7
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 23801 0 -1 4202560 6422 0 0 0 86 1 0 0 20 0 22 0 253995192 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607683397944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25497] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25497/stat : 25497 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607682345336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25498] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25498/stat : 25498 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607681292744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25502] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25502/stat : 25502 (java) S 25478 25480 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253995227 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607677080872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25506] ppid=25478 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/25480/task/25506/stat : 25506 (java) R 25478 25480 23801 0 -1 4202560 5 0 0 0 160 0 0 0 20 0 22 0 253995326 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607680237240 140608186464868 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25507] ppid=25478 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/25480/task/25507/stat : 25507 (java) R 25478 25480 23801 0 -1 4202560 57 0 0 0 158 2 0 0 20 0 22 0 253995326 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607679185816 140608186869292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25508] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25508/stat : 25508 (java) S 25478 25480 23801 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253995326 10060460032 51624 33554432000 1073741824 1073778376 140737427118368 140607678133800 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 9824668

[startup+6.30087 s]
/proc/loadavg: 3.77 3.80 3.83 6/219 25511
/proc/meminfo: memFree=26460728/32873844 swapFree=7616/7616
[pid=25480] ppid=25478 vsize=9824668 CPUtime=12.2 cores=1,3,5,7
/proc/25480/stat : 25480 (java) S 25478 25480 23801 0 -1 4202496 19119 0 1 0 1193 27 0 0 20 0 22 0 253995185 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140737427109504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25480/statm: 2456167 104690 2288 9 0 2446860 0
[pid=25480/tid=25482] ppid=25478 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 23801 0 -1 4202560 2462 0 1 0 36 2 0 0 20 0 22 0 253995186 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140608334791672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=9824668 CPUtime=0.09 cores=1,3,5,7
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 23801 0 -1 4202560 35 0 0 0 7 2 0 0 20 0 22 0 253995188 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140608307244072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 23801 0 -1 4202560 21 0 0 0 4 2 0 0 20 0 22 0 253995188 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140608306191272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 23801 0 -1 4202560 24 0 0 0 4 2 0 0 20 0 22 0 253995188 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140608305138472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 23801 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 253995188 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140608175385256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 23801 0 -1 4202560 27 0 0 0 5 2 0 0 20 0 22 0 253995188 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140608174332456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 23801 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 22 0 253995188 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140608173279656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 23801 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 22 0 253995188 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140608172226856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 23801 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 22 0 253995188 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140608171174056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=9824668 CPUtime=0.23 cores=1,3,5,7
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 23801 0 -1 4202560 242 0 0 0 21 2 0 0 20 0 22 0 253995189 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140607688661992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253995189 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140607687608056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25493/stat : 25493 (java) S 25478 25480 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253995190 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140607686555144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25494/stat : 25494 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140607685503632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 23801 0 -1 4202560 8236 0 0 0 100 2 0 0 20 0 22 0 253995192 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140607684450744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=9824668 CPUtime=0.93 cores=1,3,5,7
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 23801 0 -1 4202560 6535 0 0 0 91 2 0 0 20 0 22 0 253995192 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140607683397944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25497] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25497/stat : 25497 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140607682345336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25498] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25498/stat : 25498 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 104690 33554432000 1073741824 1073778376 140737427118368 140607681292744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/25480/statm: 2456167 491594 2289 9 0 2446860 0
[pid=25480/tid=25482] ppid=25478 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 23801 0 -1 4202560 2498 0 1 0 38 4 0 0 20 0 22 0 253995186 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140608334791672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 23801 0 -1 4202560 852 0 0 0 273 10 0 0 20 0 22 0 253995188 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140608307244072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=9824668 CPUtime=2.78 cores=1,3,5,7
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 23801 0 -1 4202560 912 0 0 0 267 11 0 0 20 0 22 0 253995188 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140608306191272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=9824668 CPUtime=2.86 cores=1,3,5,7
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 23801 0 -1 4202560 908 0 0 0 275 11 0 0 20 0 22 0 253995188 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140608305138472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=9824668 CPUtime=2.5 cores=1,3,5,7
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 23801 0 -1 4202560 697 0 0 0 241 9 0 0 20 0 22 0 253995188 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140608175385256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 23801 0 -1 4202560 376 0 0 0 241 7 0 0 20 0 22 0 253995188 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140608174332456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 23801 0 -1 4202560 584 0 0 0 223 8 0 0 20 0 22 0 253995188 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140608173279656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 23801 0 -1 4202560 616 0 0 0 245 10 0 0 20 0 22 0 253995188 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140608172226856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=9824668 CPUtime=2.7 cores=1,3,5,7
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 23801 0 -1 4202560 997 0 0 0 260 10 0 0 20 0 22 0 253995188 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140608171174056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=9824668 CPUtime=32.41 cores=1,3,5,7
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 23801 0 -1 4202560 11252 0 0 0 3219 22 0 0 20 0 22 0 253995189 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607688661992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253995189 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607687608056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25493/stat : 25493 (java) S 25478 25480 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253995190 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607686555144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25494/stat : 25494 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607685503632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 23801 0 -1 4202560 12342 0 0 0 154 2 0 0 20 0 22 0 253995192 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607684450744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 23801 0 -1 4202560 14659 0 0 0 193 4 0 0 20 0 22 0 253995192 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607683397944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25497] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25497/stat : 25497 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607682345336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25498] ppid=25478 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/25480/task/25498/stat : 25498 (java) S 25478 25480 23801 0 -1 4202560 47 0 0 0 21 22 0 0 20 0 22 0 253995192 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607681292744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25502] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25502/stat : 25502 (java) S 25478 25480 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253995227 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607677080872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25509] ppid=25478 vsize=9824668 CPUtime=778.09 cores=1,3,5,7
/proc/25480/task/25509/stat : 25509 (java) R 25478 25480 23801 0 -1 4202560 167 0 0 0 77797 12 0 0 20 0 22 0 253995576 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607679184688 140608186931036 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25510] ppid=25478 vsize=9824668 CPUtime=778.04 cores=1,3,5,7
/proc/25480/task/25510/stat : 25510 (java) R 25478 25480 23801 0 -1 4202560 1510 0 0 0 77761 43 0 0 20 0 22 0 253995576 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607680236320 140608187147161 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25511] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25511/stat : 25511 (java) S 25478 25480 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253995577 10060460032 491594 33554432000 1073741824 1073778376 140737427118368 140607678133416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1622.56
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.81 3.91 3.90 5/219 25649
/proc/meminfo: memFree=26139772/32873844 swapFree=7616/7616
[pid=25480] ppid=25478 vsize=9824668 CPUtime=1741.6 cores=1,3,5,7
/proc/25480/stat : 25480 (java) S 25478 25480 23801 0 -1 4202496 51786 0 1 0 173980 180 0 0 20 0 22 0 253995185 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140737427109504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25480/statm: 2456167 521553 2289 9 0 2446860 0
[pid=25480/tid=25482] ppid=25478 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 23801 0 -1 4202560 2501 0 1 0 39 4 0 0 20 0 22 0 253995186 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140608334791672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=9824668 CPUtime=2.94 cores=1,3,5,7
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 23801 0 -1 4202560 968 0 0 0 284 10 0 0 20 0 22 0 253995188 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140608307244072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=9824668 CPUtime=2.9 cores=1,3,5,7
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 23801 0 -1 4202560 950 0 0 0 279 11 0 0 20 0 22 0 253995188 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140608306191272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=9824668 CPUtime=3.14 cores=1,3,5,7
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 23801 0 -1 4202560 1016 0 0 0 302 12 0 0 20 0 22 0 253995188 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140608305138472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=9824668 CPUtime=2.75 cores=1,3,5,7
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 23801 0 -1 4202560 1157 0 0 0 264 11 0 0 20 0 22 0 253995188 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140608175385256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 23801 0 -1 4202560 672 0 0 0 262 9 0 0 20 0 22 0 253995188 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140608174332456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 23801 0 -1 4202560 759 0 0 0 237 8 0 0 20 0 22 0 253995188 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140608173279656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=9824668 CPUtime=2.79 cores=1,3,5,7
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 23801 0 -1 4202560 857 0 0 0 268 11 0 0 20 0 22 0 253995188 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140608172226856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=9824668 CPUtime=2.91 cores=1,3,5,7
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 23801 0 -1 4202560 1180 0 0 0 279 12 0 0 20 0 22 0 253995188 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140608171174056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=9824668 CPUtime=34.1 cores=1,3,5,7
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 23801 0 -1 4202560 11317 0 0 0 3387 23 0 0 20 0 22 0 253995189 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607688661992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253995189 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607687608056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25493/stat : 25493 (java) S 25478 25480 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253995190 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607686555144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25494/stat : 25494 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607685503632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 23801 0 -1 4202560 12342 0 0 0 154 2 0 0 20 0 22 0 253995192 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607684450744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 23801 0 -1 4202560 14659 0 0 0 193 4 0 0 20 0 22 0 253995192 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607683397944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25497] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25497/stat : 25497 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607682345336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25498] ppid=25478 vsize=9824668 CPUtime=0.46 cores=1,3,5,7
/proc/25480/task/25498/stat : 25498 (java) S 25478 25480 23801 0 -1 4202560 49 0 0 0 23 23 0 0 20 0 22 0 253995192 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607681292744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25502] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25502/stat : 25502 (java) S 25478 25480 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253995227 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607677080872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25509] ppid=25478 vsize=9824668 CPUtime=835.82 cores=1,3,5,7
/proc/25480/task/25509/stat : 25509 (java) R 25478 25480 23801 0 -1 4202560 169 0 0 0 83569 13 0 0 20 0 22 0 253995576 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607679183760 140608187022229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25510] ppid=25478 vsize=9824668 CPUtime=835.74 cores=1,3,5,7
/proc/25480/task/25510/stat : 25510 (java) R 25478 25480 23801 0 -1 4202560 1797 0 0 0 83530 44 0 0 20 0 22 0 253995576 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607680237216 140608187147183 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25511] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25511/stat : 25511 (java) S 25478 25480 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253995577 10060460032 521553 33554432000 1073741824 1073778376 140737427118368 140607678133416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1741.6
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.801 s]
/proc/loadavg: 3.88 3.92 3.90 5/219 25649
/proc/meminfo: memFree=26061452/32873844 swapFree=7616/7616
[pid=25480] ppid=25478 vsize=9824668 CPUtime=1800.13 cores=1,3,5,7
/proc/25480/stat : 25480 (java) S 25478 25480 23801 0 -1 4202496 52081 0 1 0 179826 187 0 0 20 0 22 0 253995185 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140737427109504 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25480/statm: 2456167 534560 2289 9 0 2446860 0
[pid=25480/tid=25482] ppid=25478 vsize=9824668 CPUtime=0.43 cores=1,3,5,7
/proc/25480/task/25482/stat : 25482 (java) S 25478 25480 23801 0 -1 4202560 2501 0 1 0 39 4 0 0 20 0 22 0 253995186 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140608334791672 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25483] ppid=25478 vsize=9824668 CPUtime=3.12 cores=1,3,5,7
/proc/25480/task/25483/stat : 25483 (java) S 25478 25480 23801 0 -1 4202560 998 0 0 0 300 12 0 0 20 0 22 0 253995188 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140608307244072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25484] ppid=25478 vsize=9824668 CPUtime=2.96 cores=1,3,5,7
/proc/25480/task/25484/stat : 25484 (java) S 25478 25480 23801 0 -1 4202560 969 0 0 0 284 12 0 0 20 0 22 0 253995188 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140608306191272 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25485] ppid=25478 vsize=9824668 CPUtime=3.2 cores=1,3,5,7
/proc/25480/task/25485/stat : 25485 (java) S 25478 25480 23801 0 -1 4202560 1023 0 0 0 308 12 0 0 20 0 22 0 253995188 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140608305138472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25486] ppid=25478 vsize=9824668 CPUtime=2.8 cores=1,3,5,7
/proc/25480/task/25486/stat : 25486 (java) S 25478 25480 23801 0 -1 4202560 1178 0 0 0 269 11 0 0 20 0 22 0 253995188 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140608175385256 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25487] ppid=25478 vsize=9824668 CPUtime=2.89 cores=1,3,5,7
/proc/25480/task/25487/stat : 25487 (java) S 25478 25480 23801 0 -1 4202560 724 0 0 0 279 10 0 0 20 0 22 0 253995188 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140608174332456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25488] ppid=25478 vsize=9824668 CPUtime=2.6 cores=1,3,5,7
/proc/25480/task/25488/stat : 25488 (java) S 25478 25480 23801 0 -1 4202560 804 0 0 0 251 9 0 0 20 0 22 0 253995188 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140608173279656 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25489] ppid=25478 vsize=9824668 CPUtime=2.85 cores=1,3,5,7
/proc/25480/task/25489/stat : 25489 (java) S 25478 25480 23801 0 -1 4202560 866 0 0 0 273 12 0 0 20 0 22 0 253995188 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140608172226856 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25490] ppid=25478 vsize=9824668 CPUtime=3.02 cores=1,3,5,7
/proc/25480/task/25490/stat : 25490 (java) S 25478 25480 23801 0 -1 4202560 1253 0 0 0 289 13 0 0 20 0 22 0 253995188 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140608171174056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25491] ppid=25478 vsize=9824668 CPUtime=34.99 cores=1,3,5,7
/proc/25480/task/25491/stat : 25491 (java) S 25478 25480 23801 0 -1 4202560 11350 0 0 0 3476 23 0 0 20 0 22 0 253995189 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607688661992 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25492] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25492/stat : 25492 (java) S 25478 25480 23801 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253995189 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607687608056 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25493] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25493/stat : 25493 (java) S 25478 25480 23801 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253995190 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607686555144 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25494] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25494/stat : 25494 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607685503632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25495] ppid=25478 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/25480/task/25495/stat : 25495 (java) S 25478 25480 23801 0 -1 4202560 12342 0 0 0 154 2 0 0 20 0 22 0 253995192 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607684450744 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25480/tid=25496] ppid=25478 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/25480/task/25496/stat : 25496 (java) S 25478 25480 23801 0 -1 4202560 14659 0 0 0 193 4 0 0 20 0 22 0 253995192 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607683397944 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25497] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25497/stat : 25497 (java) S 25478 25480 23801 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253995192 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607682345336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25480/tid=25498] ppid=25478 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/25480/task/25498/stat : 25498 (java) S 25478 25480 23801 0 -1 4202560 51 0 0 0 23 24 0 0 20 0 22 0 253995192 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607681292744 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25502] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25502/stat : 25502 (java) S 25478 25480 23801 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253995227 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607677080872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25509] ppid=25478 vsize=9824668 CPUtime=864.16 cores=1,3,5,7
/proc/25480/task/25509/stat : 25509 (java) R 25478 25480 23801 0 -1 4202560 172 0 0 0 86402 14 0 0 20 0 22 0 253995576 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607679184672 140608186955941 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25480/tid=25510] ppid=25478 vsize=9824668 CPUtime=864.07 cores=1,3,5,7
/proc/25480/task/25510/stat : 25510 (java) R 25478 25480 23801 0 -1 4202560 1798 0 0 0 86362 45 0 0 20 0 22 0 253995576 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607680236304 140608187147055 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25480/tid=25511] ppid=25478 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25480/task/25511/stat : 25511 (java) S 25478 25480 23801 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253995577 10060460032 534560 33554432000 1073741824 1073778376 140737427118368 140607678133416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25480 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=869290
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=323646
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 911.868
CPU time (s): 1800.13
CPU user time (s): 1798.26
CPU system time (s): 1.87
CPU usage (%): 197.411
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.87
system time used= 2.32365
maximum resident set size= 2284372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52111
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= 28324
involuntary context switches= 49223

runsolver used 3.51347 second user time and 9.02263 second system time

The end

Launcher Data

Begin job on node130 at 2012-05-24 18:58:16
IDJOB=3688654
IDBENCH=48159
IDSOLVER=2268
FILE ID=node130/3688654-1337878696
RUNJOBID= node130-1337871881-23818
PBS_JOBID= 14620074
Free space on /tmp= 71672 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_100_25_5.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688654-1337878696/watcher-3688654-1337878696 -o /tmp/evaluation-result-3688654-1337878696/solver-3688654-1337878696 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688654-1337878696.opb

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

MD5SUM BENCH= 65a3c38bd8963c911b96c745ee468cb1
RANDOM SEED=1191204051

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26866676 kB
Buffers:          200076 kB
Cached:          2123508 kB
SwapCached:            0 kB
Active:          3383168 kB
Inactive:        1827512 kB
Active(anon):    2889668 kB
Inactive(anon):        0 kB
Active(file):     493500 kB
Inactive(file):  1827512 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               552 kB
Writeback:             0 kB
AnonPages:       2919188 kB
Mapped:            22552 kB
Shmem:               200 kB
Slab:             627464 kB
SReclaimable:      69548 kB
SUnreclaim:       557916 kB
KernelStack:        1608 kB
PageTables:         9952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3135736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2824192 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= 71672 MiB
End job on node130 at 2012-05-24 19:13:30