Trace number 3689588

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 NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.18 921.873

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K90.opb
MD5SUMa811647d9332337c7e73474eee26f5b9
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6120
Total number of constraints6302
Number of constraints which are clauses6212
Number of constraints which are cardinality constraints (but not clauses)90
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint90
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 91
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689588-1337883335.opb
0.08/0.12	c reading problem ... 
0.80/0.45	c ... done. Wall clock time 0.336s.
0.80/0.45	c declared #vars     6120
0.80/0.45	c #constraints  6302
0.80/0.45	c constraints type 
0.80/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5053
0.80/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
0.80/0.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.80/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1157
0.80/0.45	c 6302 constraints processed.
0.80/0.45	c constraints type 
0.80/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1157
0.80/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5053
0.80/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
0.80/0.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.80/0.45	c 6302 constraints processed.
4.72/1.62	c cleaning 2487 clauses out of 4989 with flag 5000/5000
7.38/2.84	c cleaning 4245 clauses out of 8500 with flag 11000/11000
9.74/4.03	c cleaning 5614 clauses out of 11250 with flag 18002/18002
12.57/5.49	c cleaning 6805 clauses out of 13634 with flag 26001/26001
16.71/7.54	c cleaning 7859 clauses out of 15826 with flag 35000/35000
20.42/9.42	c cleaning 8871 clauses out of 17962 with flag 45000/45000
24.29/11.45	c cleaning 9960 clauses out of 20089 with flag 56000/56000
29.77/14.20	c cleaning 10996 clauses out of 22128 with flag 68000/68000
36.72/17.84	c cleaning 11908 clauses out of 24132 with flag 81000/81000
43.79/21.41	c cleaning 12985 clauses out of 26226 with flag 95002/95002
50.23/24.74	c cleaning 14056 clauses out of 28241 with flag 110002/110002
57.66/28.60	c cleaning 14903 clauses out of 30181 with flag 126000/126000
65.33/32.58	c cleaning 15978 clauses out of 32279 with flag 143001/143001
73.53/36.73	c cleaning 17050 clauses out of 34302 with flag 161002/161002
84.71/42.46	c cleaning 17887 clauses out of 36250 with flag 180000/180000
98.48/49.46	c cleaning 19147 clauses out of 38367 with flag 200004/200004
108.24/54.55	c cleaning 19829 clauses out of 40215 with flag 221000/221000
121.74/61.47	c cleaning 21043 clauses out of 42390 with flag 243004/243004
133.61/67.58	c cleaning 22001 clauses out of 44344 with flag 266001/266001
146.47/74.13	c cleaning 22944 clauses out of 46343 with flag 290001/290001
157.90/80.12	c cleaning 24116 clauses out of 48401 with flag 315003/315003
170.51/86.68	c cleaning 24999 clauses out of 50282 with flag 341000/341000
184.08/93.65	c cleaning 26032 clauses out of 52284 with flag 368001/368001
203.25/103.42	c cleaning 26834 clauses out of 54251 with flag 396000/396000
216.69/110.55	c cleaning 28014 clauses out of 56415 with flag 425000/425000
239.05/121.97	c cleaning 29095 clauses out of 58404 with flag 455003/455003
271.28/138.57	c cleaning 29886 clauses out of 60306 with flag 486000/486000
290.67/148.69	c cleaning 30997 clauses out of 62421 with flag 518001/518001
314.51/160.83	c cleaning 31918 clauses out of 64424 with flag 551001/551001
338.41/173.06	c cleaning 0 clauses out of 5001 with flag 0/5001
345.31/176.66	c cleaning 33061 clauses out of 66504 with flag 585000/585000
365.87/187.37	c cleaning 34063 clauses out of 68444 with flag 620001/620001
388.29/198.82	c cleaning 34927 clauses out of 70380 with flag 656000/656000
409.67/209.83	c cleaning 36064 clauses out of 72450 with flag 693000/693000
433.28/221.95	c cleaning 37039 clauses out of 74389 with flag 731003/731003
461.01/236.33	c cleaning 37930 clauses out of 76349 with flag 770003/770003
484.92/248.66	c cleaning 39120 clauses out of 78411 with flag 810002/810002
512.41/262.79	c cleaning 39538 clauses out of 80289 with flag 851000/851000
551.77/282.76	c cleaning 40935 clauses out of 82751 with flag 893000/893000
581.91/298.45	c cleaning 41762 clauses out of 84816 with flag 936000/936000
628.13/321.81	c cleaning 42893 clauses out of 87054 with flag 980000/980000
664.42/340.38	c cleaning 43506 clauses out of 89161 with flag 1025000/1025000
704.87/360.95	c cleaning 44481 clauses out of 91655 with flag 1071000/1071000
755.84/387.20	c cleaning 45433 clauses out of 94175 with flag 1118001/1118001
823.24/421.92	c cleaning 47435 clauses out of 96742 with flag 1166001/1166001
860.75/441.21	c cleaning 47598 clauses out of 98307 with flag 1215001/1215001
924.76/474.08	c cleaning 48886 clauses out of 100709 with flag 1265001/1265001
986.44/505.37	c cleaning 50189 clauses out of 102824 with flag 1316002/1316002
1045.43/535.33	c cleaning 50943 clauses out of 104636 with flag 1368003/1368003
1089.68/558.02	c cleaning 51534 clauses out of 106694 with flag 1421004/1421004
1126.80/577.64	c cleaning 52392 clauses out of 109159 with flag 1475003/1475003
1197.86/613.66	c cleaning 53722 clauses out of 111763 with flag 1530000/1530000
1249.91/640.25	c cleaning 54910 clauses out of 114041 with flag 1586000/1586000
1318.37/675.07	c cleaning 55796 clauses out of 116132 with flag 1643001/1643001
1381.86/707.88	c cleaning 56556 clauses out of 118335 with flag 1701000/1701000
1430.28/732.78	c cleaning 57624 clauses out of 120779 with flag 1760000/1760000
1514.61/775.54	c cleaning 58531 clauses out of 123155 with flag 1820000/1820000
1598.73/818.32	c cleaning 60470 clauses out of 125627 with flag 1881003/1881003
1692.68/866.58	c cleaning 60760 clauses out of 127154 with flag 1943000/1943000
1790.24/916.04	c cleaning 61891 clauses out of 129394 with flag 2006000/2006000
1800.18/921.82	c starts		: 210
1800.18/921.82	c conflicts		: 2014298
1800.18/921.82	c decisions		: 13755240
1800.18/921.82	c propagations		: 664620109
1800.18/921.82	c inspects		: 2882035887
1800.18/921.82	c shortcuts		: 0
1800.18/921.82	c learnt literals	: 49
1800.18/921.82	c learnt binary clauses	: 57530
1800.18/921.82	c learnt ternary clauses	: 69161
1800.18/921.82	c learnt constraints	: 2014248
1800.18/921.82	c ignored constraints	: 0
1800.18/921.82	c root simplifications	: 0
1800.18/921.82	c removed literals (reason simplification)	: 71537479
1800.18/921.82	c reason swapping (by a shorter reason)	: 0
1800.18/921.82	c Calls to reduceDB	: 59
1800.18/921.82	c number of reductions to clauses (during analyze)	: 0
1800.18/921.82	c number of learned constraints concerned by reduction	: 0
1800.18/921.82	c number of learning phase by resolution	: 0
1800.18/921.82	c number of learning phase by cutting planes	: 0
1800.18/921.82	c speed (assignments/second)	: 721358.567094845
1800.18/921.82	c non guided choices	6579
1800.18/921.84	c learnt constraints type 
1800.18/921.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57531
1800.18/921.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18312
1800.18/921.84	c constraints type 
1800.18/921.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5053
1800.18/921.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 90
1800.18/921.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.18/921.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1157
1800.18/921.84	c 6302 constraints processed.
1800.18/921.84	c constraints type 
1800.18/921.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1157
1800.18/921.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5053
1800.18/921.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90
1800.18/921.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.18/921.84	c 6302 constraints processed.
1800.18/921.84	s UNKNOWN
1800.18/921.84	c Total wall clock time (in seconds): 921.727

Verifier Data

ERROR: no interpretation found !

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-3689588-1337883335/watcher-3689588-1337883335 -o /tmp/evaluation-result-3689588-1337883335/solver-3689588-1337883335 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689588-1337883335.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.93 3.89 5/197 25316
/proc/meminfo: memFree=28775580/32873660 swapFree=7108/7108
[pid=25316] ppid=25314 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25316/stat : 25316 (java) D 25314 25316 21381 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 254459275 9515008 183 33554432000 1073741824 1073778376 140735994377328 140735994368360 270330052277 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/25316/statm: 2323 183 140 9 0 71 0

[startup+0.0132601 s]
/proc/loadavg: 3.79 3.93 3.89 5/197 25316
/proc/meminfo: memFree=28775580/32873660 swapFree=7108/7108
[pid=25316] ppid=25314 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/25316/stat : 25316 (java) S 25314 25316 21381 0 -1 4202496 1272 0 0 0 0 0 0 0 20 0 2 0 254459275 98570240 974 33554432000 1073741824 1073778376 140735266833152 140735266824288 270333411389 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25316/statm: 24065 974 740 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100236 s]
/proc/loadavg: 3.79 3.93 3.89 5/197 25316
/proc/meminfo: memFree=28775580/32873660 swapFree=7108/7108
[pid=25316] ppid=25314 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25316/stat : 25316 (java) S 25314 25316 21381 0 -1 4202496 4357 0 1 0 8 0 0 0 20 0 18 0 254459275 9787813888 5018 33554432000 1073741824 1073778376 140735266833152 140735266824288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25316/statm: 2389603 5019 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300172 s]
/proc/loadavg: 3.79 3.93 3.89 5/197 25316
/proc/meminfo: memFree=28775580/32873660 swapFree=7108/7108
[pid=25316] ppid=25314 vsize=9558412 CPUtime=0.56 cores=0,2,4,6
/proc/25316/stat : 25316 (java) S 25314 25316 21381 0 -1 4202496 7559 0 1 0 55 1 0 0 20 0 18 0 254459275 9787813888 9408 33554432000 1073741824 1073778376 140735266833152 140735266824288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25316/statm: 2389603 9408 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700147 s]
/proc/loadavg: 3.79 3.93 3.89 5/197 25316
/proc/meminfo: memFree=28775580/32873660 swapFree=7108/7108
[pid=25316] ppid=25314 vsize=9824668 CPUtime=1.94 cores=0,2,4,6
/proc/25316/stat : 25316 (java) S 25314 25316 21381 0 -1 4202496 15641 0 1 0 191 3 0 0 20 0 22 0 254459275 10060460032 22525 33554432000 1073741824 1073778376 140735266833152 140735266824288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25316/statm: 2456167 22525 2254 9 0 2446860 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9824668

[startup+1.50071 s]
/proc/loadavg: 3.79 3.93 3.89 7/219 25338
/proc/meminfo: memFree=28664168/32873660 swapFree=7108/7108
[pid=25316] ppid=25314 vsize=9824668 CPUtime=4.49 cores=0,2,4,6
/proc/25316/stat : 25316 (java) S 25314 25316 21381 0 -1 4202496 21280 0 1 0 444 5 0 0 20 0 22 0 254459275 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140735266824288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25316/statm: 2456167 41892 2262 9 0 2446860 0
[pid=25316/tid=25318] ppid=25314 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/25316/task/25318/stat : 25318 (java) S 25314 25316 21381 0 -1 4202560 2539 0 1 0 41 1 0 0 20 0 22 0 254459276 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140206125933560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459277 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205969930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25320] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459277 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205968877992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25321] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459277 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205967825192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459277 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205966772392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459277 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205965720616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459277 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205964667816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459277 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205963615016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21381 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254459277 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205962562216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25327] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21381 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254459278 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205950151144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21381 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205949097208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25329] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25329/stat : 25329 (java) S 25314 25316 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205948044296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25330] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25330/stat : 25330 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205946992784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25331] ppid=25314 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/25316/task/25331/stat : 25331 (java) S 25314 25316 21381 0 -1 4202560 10849 0 0 0 100 2 0 0 20 0 22 0 254459281 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205945940920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25332] ppid=25314 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/25316/task/25332/stat : 25332 (java) S 25314 25316 21381 0 -1 4202560 6552 0 0 0 94 2 0 0 20 0 22 0 254459281 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205944888120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25333] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25333/stat : 25333 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205943835512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25334] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25334/stat : 25334 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205942782920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25335] ppid=25314 vsize=9824668 CPUtime=1.01 cores=0,2,4,6
/proc/25316/task/25335/stat : 25335 (java) R 25314 25316 21381 0 -1 4202560 30 0 0 0 101 0 0 0 20 0 22 0 254459321 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205941726720 140205998356075 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25336] ppid=25314 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/25316/task/25336/stat : 25336 (java) R 25314 25316 21381 0 -1 4202560 108 0 0 0 102 0 0 0 20 0 22 0 254459321 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205940673000 140205998254195 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25337] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25337/stat : 25337 (java) S 25314 25316 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254459322 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205939622824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25338] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25338/stat : 25338 (java) S 25314 25316 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254459322 10060460032 41892 33554432000 1073741824 1073778376 140735266833152 140205938570024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 9824668

[startup+3.10072 s]
/proc/loadavg: 3.88 3.94 3.90 5/219 25338
/proc/meminfo: memFree=28557984/32873660 swapFree=7108/7108
[pid=25316] ppid=25314 vsize=9824668 CPUtime=7.94 cores=0,2,4,6
/proc/25316/stat : 25316 (java) S 25314 25316 21381 0 -1 4202496 21564 0 1 0 781 13 0 0 20 0 22 0 254459275 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140735266824288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25316/statm: 2456167 65602 2286 9 0 2446860 0
[pid=25316/tid=25318] ppid=25314 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/25316/task/25318/stat : 25318 (java) S 25314 25316 21381 0 -1 4202560 2539 0 1 0 41 1 0 0 20 0 22 0 254459276 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140206125933560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21381 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 22 0 254459277 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205969930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25320] ppid=25314 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21381 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 254459277 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205968877992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25321] ppid=25314 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21381 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 254459277 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205967825192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21381 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 254459277 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205966772392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21381 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254459277 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205965720616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21381 0 -1 4202560 16 0 0 0 1 1 0 0 20 0 22 0 254459277 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205964667816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21381 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 254459277 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205963615016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21381 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 254459277 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205962562216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25327] ppid=25314 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21381 0 -1 4202560 104 0 0 0 9 0 0 0 20 0 22 0 254459278 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205950151144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205949097208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25329] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25329/stat : 25329 (java) S 25314 25316 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205948044296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25330] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25330/stat : 25330 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205946992784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25331] ppid=25314 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/25316/task/25331/stat : 25331 (java) S 25314 25316 21381 0 -1 4202560 10880 0 0 0 118 2 0 0 20 0 22 0 254459281 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205945940920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25332] ppid=25314 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/25316/task/25332/stat : 25332 (java) S 25314 25316 21381 0 -1 4202560 6563 0 0 0 101 2 0 0 20 0 22 0 254459281 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205944888120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25333] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25333/stat : 25333 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205943835512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25334] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25334/stat : 25334 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205942782920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25335] ppid=25314 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/25316/task/25335/stat : 25335 (java) R 25314 25316 21381 0 -1 4202560 31 0 0 0 241 0 0 0 20 0 22 0 254459321 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205941727944 140205998257313 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25336] ppid=25314 vsize=9824668 CPUtime=2.43 cores=0,2,4,6
/proc/25316/task/25336/stat : 25336 (java) R 25314 25316 21381 0 -1 4202560 121 0 0 0 242 1 0 0 20 0 22 0 254459321 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205940673152 140205998254160 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25337] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25337/stat : 25337 (java) S 25314 25316 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254459322 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205939622824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25338] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25338/stat : 25338 (java) S 25314 25316 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254459322 10060460032 65602 33554432000 1073741824 1073778376 140735266833152 140205938570024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.94
Current children cumulated vsize (KiB) 9824668

[startup+6.30071 s]
/proc/loadavg: 3.88 3.94 3.90 5/219 25338
/proc/meminfo: memFree=28406624/32873660 swapFree=7108/7108
[pid=25316] ppid=25314 vsize=9824668 CPUtime=14.29 cores=0,2,4,6
/proc/25316/stat : 25316 (java) S 25314 25316 21381 0 -1 4202496 22525 0 1 0 1412 17 0 0 20 0 22 0 254459275 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140735266824288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25316/statm: 2456167 104078 2286 9 0 2446860 0
[pid=25316/tid=25318] ppid=25314 vsize=9824668 CPUtime=0.42 cores=0,2,4,6
/proc/25316/task/25318/stat : 25318 (java) S 25314 25316 21381 0 -1 4202560 2539 0 1 0 41 1 0 0 20 0 22 0 254459276 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140206125933560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21381 0 -1 4202560 30 0 0 0 5 0 0 0 20 0 22 0 254459277 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205969930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25320] ppid=25314 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21381 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 254459277 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205968877992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25321] ppid=25314 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21381 0 -1 4202560 28 0 0 0 4 0 0 0 20 0 22 0 254459277 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205967825192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21381 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 254459277 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205966772392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21381 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 254459277 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205965720616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21381 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 22 0 254459277 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205964667816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21381 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 254459277 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205963615016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21381 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 254459277 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205962562216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25327] ppid=25314 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21381 0 -1 4202560 268 0 0 0 32 0 0 0 20 0 22 0 254459278 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205950151144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205949097208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25329] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25329/stat : 25329 (java) S 25314 25316 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205948044296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25330] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25330/stat : 25330 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205946992784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25331] ppid=25314 vsize=9824668 CPUtime=1.25 cores=0,2,4,6
/proc/25316/task/25331/stat : 25331 (java) S 25314 25316 21381 0 -1 4202560 10882 0 0 0 123 2 0 0 20 0 22 0 254459281 10060460032 104078 33554432000 1073741824 1073778376 140735266833152 140205945940920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/25316/statm: 2456167 940846 2287 9 0 2446860 0
[pid=25316/tid=25318] ppid=25314 vsize=9824668 CPUtime=0.45 cores=0,2,4,6
/proc/25316/task/25318/stat : 25318 (java) S 25314 25316 21381 0 -1 4202560 2571 0 1 0 42 3 0 0 20 0 22 0 254459276 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140206125933560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=9824668 CPUtime=2.57 cores=0,2,4,6
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21381 0 -1 4202560 474 0 0 0 252 5 0 0 20 0 22 0 254459277 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205969930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25320] ppid=25314 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21381 0 -1 4202560 355 0 0 0 262 10 0 0 20 0 22 0 254459277 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205968877992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25321] ppid=25314 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21381 0 -1 4202560 583 0 0 0 254 7 0 0 20 0 22 0 254459277 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205967825192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21381 0 -1 4202560 579 0 0 0 255 10 0 0 20 0 22 0 254459277 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205966772392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=9824668 CPUtime=2.73 cores=0,2,4,6
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21381 0 -1 4202560 548 0 0 0 265 8 0 0 20 0 22 0 254459277 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205965720616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=9824668 CPUtime=2.45 cores=0,2,4,6
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21381 0 -1 4202560 588 0 0 0 237 8 0 0 20 0 22 0 254459277 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205964667816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=9824668 CPUtime=2.66 cores=0,2,4,6
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21381 0 -1 4202560 543 0 0 0 258 8 0 0 20 0 22 0 254459277 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205963615016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21381 0 -1 4202560 712 0 0 0 241 8 0 0 20 0 22 0 254459277 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205962562216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25327] ppid=25314 vsize=9824668 CPUtime=52.63 cores=0,2,4,6
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21381 0 -1 4202560 3893 0 0 0 5243 20 0 0 20 0 22 0 254459278 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205950151144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205949097208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25329] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25329/stat : 25329 (java) S 25314 25316 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205948044296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25330] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25330/stat : 25330 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205946992784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25331] ppid=25314 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/25316/task/25331/stat : 25331 (java) S 25314 25316 21381 0 -1 4202560 10887 0 0 0 130 2 0 0 20 0 22 0 254459281 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205945940920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25332] ppid=25314 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/25316/task/25332/stat : 25332 (java) S 25314 25316 21381 0 -1 4202560 11769 0 0 0 159 2 0 0 20 0 22 0 254459281 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205944888120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25333] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25333/stat : 25333 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205943835512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25334] ppid=25314 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/25316/task/25334/stat : 25334 (java) S 25314 25316 21381 0 -1 4202560 47 0 0 0 14 15 0 0 20 0 22 0 254459281 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205942782920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25335] ppid=25314 vsize=9824668 CPUtime=761.38 cores=0,2,4,6
/proc/25316/task/25335/stat : 25335 (java) R 25314 25316 21381 0 -1 4202560 128 0 0 0 76124 14 0 0 20 0 22 0 254459321 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205941727712 140205998279616 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25336] ppid=25314 vsize=9824668 CPUtime=761.4 cores=0,2,4,6
/proc/25316/task/25336/stat : 25336 (java) R 25314 25316 21381 0 -1 4202560 1461 0 0 0 76095 45 0 0 20 0 22 0 254459321 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205940672544 140205998801284 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25337] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25337/stat : 25337 (java) S 25314 25316 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254459322 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205939622824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25338] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25338/stat : 25338 (java) S 25314 25316 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254459322 10060460032 940846 33554432000 1073741824 1073778376 140735266833152 140205938570024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1604
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.93 3.92 3.90 5/220 25410
/proc/meminfo: memFree=23198288/32873660 swapFree=7108/7108
[pid=25316] ppid=25314 vsize=9824668 CPUtime=1722.62 cores=0,2,4,6
/proc/25316/stat : 25316 (java) S 25314 25316 21381 0 -1 4202496 36416 0 1 0 172121 141 0 0 20 0 22 0 254459275 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140735266824288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25316/statm: 2456167 948470 2287 9 0 2446860 0
[pid=25316/tid=25318] ppid=25314 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/25316/task/25318/stat : 25318 (java) S 25314 25316 21381 0 -1 4202560 2572 0 1 0 43 3 0 0 20 0 22 0 254459276 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140206125933560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21381 0 -1 4202560 474 0 0 0 258 5 0 0 20 0 22 0 254459277 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205969930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25320] ppid=25314 vsize=9824668 CPUtime=2.82 cores=0,2,4,6
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21381 0 -1 4202560 355 0 0 0 272 10 0 0 20 0 22 0 254459277 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205968877992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25321] ppid=25314 vsize=9824668 CPUtime=2.72 cores=0,2,4,6
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21381 0 -1 4202560 584 0 0 0 265 7 0 0 20 0 22 0 254459277 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205967825192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=9824668 CPUtime=2.77 cores=0,2,4,6
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21381 0 -1 4202560 579 0 0 0 267 10 0 0 20 0 22 0 254459277 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205966772392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=9824668 CPUtime=2.83 cores=0,2,4,6
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21381 0 -1 4202560 554 0 0 0 275 8 0 0 20 0 22 0 254459277 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205965720616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21381 0 -1 4202560 593 0 0 0 243 8 0 0 20 0 22 0 254459277 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205964667816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21381 0 -1 4202560 564 0 0 0 273 8 0 0 20 0 22 0 254459277 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205963615016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21381 0 -1 4202560 720 0 0 0 253 8 0 0 20 0 22 0 254459277 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205962562216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25327] ppid=25314 vsize=9824668 CPUtime=54.41 cores=0,2,4,6
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21381 0 -1 4202560 3933 0 0 0 5421 20 0 0 20 0 22 0 254459278 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205950151144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205949097208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25329] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25329/stat : 25329 (java) S 25314 25316 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205948044296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25330] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25330/stat : 25330 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205946992784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25331] ppid=25314 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/25316/task/25331/stat : 25331 (java) S 25314 25316 21381 0 -1 4202560 10887 0 0 0 130 2 0 0 20 0 22 0 254459281 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205945940920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25332] ppid=25314 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/25316/task/25332/stat : 25332 (java) S 25314 25316 21381 0 -1 4202560 11769 0 0 0 159 2 0 0 20 0 22 0 254459281 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205944888120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25333] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25333/stat : 25333 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205943835512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25334] ppid=25314 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/25316/task/25334/stat : 25334 (java) S 25314 25316 21381 0 -1 4202560 51 0 0 0 14 16 0 0 20 0 22 0 254459281 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205942782920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25335] ppid=25314 vsize=9824668 CPUtime=819.21 cores=0,2,4,6
/proc/25316/task/25335/stat : 25335 (java) R 25314 25316 21381 0 -1 4202560 129 0 0 0 81906 15 0 0 20 0 22 0 254459321 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205941727712 140205998325765 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25336] ppid=25314 vsize=9824668 CPUtime=819.25 cores=0,2,4,6
/proc/25316/task/25336/stat : 25336 (java) R 25314 25316 21381 0 -1 4202560 1464 0 0 0 81879 46 0 0 20 0 22 0 254459321 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205940672640 140205998477550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25337] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25337/stat : 25337 (java) S 25314 25316 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254459322 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205939622824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25338] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25338/stat : 25338 (java) S 25314 25316 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254459322 10060460032 948470 33554432000 1073741824 1073778376 140735266833152 140205938570024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1722.62
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.807 s]
/proc/loadavg: 3.89 3.91 3.90 5/220 25410
/proc/meminfo: memFree=23270324/32873660 swapFree=7108/7108
[pid=25316] ppid=25314 vsize=9824668 CPUtime=1800.18 cores=0,2,4,6
/proc/25316/stat : 25316 (java) S 25314 25316 21381 0 -1 4202496 36784 0 1 0 179874 144 0 0 20 0 22 0 254459275 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140735266824288 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/25316/statm: 2456167 961047 2287 9 0 2446860 0
[pid=25316/tid=25318] ppid=25314 vsize=9824668 CPUtime=0.46 cores=0,2,4,6
/proc/25316/task/25318/stat : 25318 (java) S 25314 25316 21381 0 -1 4202560 2574 0 1 0 43 3 0 0 20 0 22 0 254459276 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140206125933560 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25319] ppid=25314 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/25316/task/25319/stat : 25319 (java) S 25314 25316 21381 0 -1 4202560 510 0 0 0 265 5 0 0 20 0 22 0 254459277 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205969930792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25320] ppid=25314 vsize=9824668 CPUtime=2.89 cores=0,2,4,6
/proc/25316/task/25320/stat : 25320 (java) S 25314 25316 21381 0 -1 4202560 384 0 0 0 279 10 0 0 20 0 22 0 254459277 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205968877992 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25321] ppid=25314 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/25316/task/25321/stat : 25321 (java) S 25314 25316 21381 0 -1 4202560 661 0 0 0 277 8 0 0 20 0 22 0 254459277 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205967825192 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25322] ppid=25314 vsize=9824668 CPUtime=2.85 cores=0,2,4,6
/proc/25316/task/25322/stat : 25322 (java) S 25314 25316 21381 0 -1 4202560 579 0 0 0 275 10 0 0 20 0 22 0 254459277 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205966772392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25323] ppid=25314 vsize=9824668 CPUtime=2.98 cores=0,2,4,6
/proc/25316/task/25323/stat : 25323 (java) S 25314 25316 21381 0 -1 4202560 696 0 0 0 290 8 0 0 20 0 22 0 254459277 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205965720616 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25324] ppid=25314 vsize=9824668 CPUtime=2.61 cores=0,2,4,6
/proc/25316/task/25324/stat : 25324 (java) S 25314 25316 21381 0 -1 4202560 620 0 0 0 252 9 0 0 20 0 22 0 254459277 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205964667816 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25325] ppid=25314 vsize=9824668 CPUtime=2.92 cores=0,2,4,6
/proc/25316/task/25325/stat : 25325 (java) S 25314 25316 21381 0 -1 4202560 567 0 0 0 284 8 0 0 20 0 22 0 254459277 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205963615016 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25326] ppid=25314 vsize=9824668 CPUtime=2.69 cores=0,2,4,6
/proc/25316/task/25326/stat : 25326 (java) S 25314 25316 21381 0 -1 4202560 730 0 0 0 261 8 0 0 20 0 22 0 254459277 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205962562216 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25327] ppid=25314 vsize=9824668 CPUtime=56.19 cores=0,2,4,6
/proc/25316/task/25327/stat : 25327 (java) S 25314 25316 21381 0 -1 4202560 3971 0 0 0 5599 20 0 0 20 0 22 0 254459278 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205950151144 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25328] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25328/stat : 25328 (java) S 25314 25316 21381 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205949097208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25329] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25329/stat : 25329 (java) S 25314 25316 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254459279 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205948044296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25330] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25330/stat : 25330 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205946992784 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25331] ppid=25314 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/25316/task/25331/stat : 25331 (java) S 25314 25316 21381 0 -1 4202560 10887 0 0 0 130 2 0 0 20 0 22 0 254459281 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205945940920 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25316/tid=25332] ppid=25314 vsize=9824668 CPUtime=1.61 cores=0,2,4,6
/proc/25316/task/25332/stat : 25332 (java) S 25314 25316 21381 0 -1 4202560 11769 0 0 0 159 2 0 0 20 0 22 0 254459281 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205944888120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25316/tid=25333] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25333/stat : 25333 (java) S 25314 25316 21381 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254459281 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205943835512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25334] ppid=25314 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/25316/task/25334/stat : 25334 (java) S 25314 25316 21381 0 -1 4202560 53 0 0 0 15 16 0 0 20 0 22 0 254459281 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205942782920 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25335] ppid=25314 vsize=9824668 CPUtime=856.61 cores=0,2,4,6
/proc/25316/task/25335/stat : 25335 (java) R 25314 25316 21381 0 -1 4202560 131 0 0 0 85645 16 0 0 20 0 22 0 254459321 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205941727712 140205998256844 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25336] ppid=25314 vsize=9824668 CPUtime=856.65 cores=0,2,4,6
/proc/25316/task/25336/stat : 25336 (java) R 25314 25316 21381 0 -1 4202560 1464 0 0 0 85618 47 0 0 20 0 22 0 254459321 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205940673040 140205998401296 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25316/tid=25337] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25337/stat : 25337 (java) S 25314 25316 21381 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254459322 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205939622824 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25316/tid=25338] ppid=25314 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25316/task/25338/stat : 25338 (java) S 25314 25316 21381 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254459322 10060460032 961047 33554432000 1073741824 1073778376 140735266833152 140205938570024 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 25316 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=181242
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=901710
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 921.873
CPU time (s): 1800.18
CPU user time (s): 1798.74
CPU system time (s): 1.44
CPU usage (%): 195.274
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.18
system time used= 1.90171
maximum resident set size= 3844308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36816
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25690
involuntary context switches= 36070

runsolver used 3.35149 second user time and 8.19575 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-24 20:15:35
IDJOB=3689588
IDBENCH=90110
IDSOLVER=2268
FILE ID=node117/3689588-1337883335
RUNJOBID= node117-1337871880-21397
PBS_JOBID= 14620087
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K90.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689588-1337883335/watcher-3689588-1337883335 -o /tmp/evaluation-result-3689588-1337883335/solver-3689588-1337883335 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689588-1337883335.opb

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

MD5SUM BENCH= a811647d9332337c7e73474eee26f5b9
RANDOM SEED=1733456168

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873660 kB
MemFree:        28775936 kB
Buffers:          227060 kB
Cached:          2300208 kB
SwapCached:            0 kB
Active:          1181892 kB
Inactive:        2133840 kB
Active(anon):     791344 kB
Inactive(anon):        0 kB
Active(file):     390548 kB
Inactive(file):  2133840 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               796 kB
Writeback:             0 kB
AnonPages:        800128 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             638728 kB
SReclaimable:      82920 kB
SUnreclaim:       555808 kB
KernelStack:        1624 kB
PageTables:         5960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1088948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    741376 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= 71624 MiB
End job on node117 at 2012-05-24 20:30:59