Trace number 3689611

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 Resolution 2.3.2 Snapshot? (TO) 1800.08 1771.89

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K92.opb
MD5SUM21cc97db69195cd3dcf69a6d797764c1
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark900.986
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6256
Total number of constraints6442
Number of constraints which are clauses6350
Number of constraints which are cardinality constraints (but not clauses)92
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint92
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 93
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
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 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-3689611-1337891780.opb
0.08/0.12	c reading problem ... 
0.54/0.38	c ... done. Wall clock time 0.259s.
0.54/0.38	c declared #vars     6256
0.54/0.38	c #constraints  6442
0.54/0.38	c constraints type 
0.54/0.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5165
0.54/0.38	c org.sat4j.minisat.constraints.card.MinWatchCard => 92
0.54/0.38	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.54/0.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1183
0.54/0.38	c 6442 constraints processed.
1.75/1.17	c cleaning 2477 clauses out of 4993 with flag 5000/5000
2.53/1.89	c cleaning 4227 clauses out of 8513 with flag 11002/11002
3.55/2.84	c cleaning 5613 clauses out of 11277 with flag 18001/18001
4.57/3.86	c cleaning 6772 clauses out of 13660 with flag 26000/26000
5.81/5.02	c cleaning 7925 clauses out of 15887 with flag 35001/35001
7.12/6.35	c cleaning 8858 clauses out of 17959 with flag 45000/45000
8.63/7.81	c cleaning 9934 clauses out of 20101 with flag 56002/56002
10.15/9.34	c cleaning 10990 clauses out of 22164 with flag 68000/68000
11.96/11.17	c cleaning 12012 clauses out of 24175 with flag 81001/81001
13.86/13.07	c cleaning 13044 clauses out of 26160 with flag 95000/95000
15.98/15.18	c cleaning 13964 clauses out of 28117 with flag 110001/110001
18.29/17.47	c cleaning 14997 clauses out of 30152 with flag 126000/126000
20.71/19.89	c cleaning 15960 clauses out of 32157 with flag 143002/143002
23.43/22.51	c cleaning 16987 clauses out of 34198 with flag 161004/161004
26.16/25.24	c cleaning 17989 clauses out of 36206 with flag 180000/180000
29.00/28.01	c cleaning 18971 clauses out of 38217 with flag 200000/200000
32.02/31.10	c cleaning 19937 clauses out of 40248 with flag 221002/221002
35.35/34.39	c cleaning 20913 clauses out of 42310 with flag 243001/243001
38.78/37.79	c cleaning 21957 clauses out of 44395 with flag 266000/266000
43.11/42.00	c cleaning 22999 clauses out of 46440 with flag 290002/290002
47.07/45.92	c cleaning 24013 clauses out of 48439 with flag 315000/315000
51.19/50.04	c cleaning 24916 clauses out of 50426 with flag 341000/341000
56.63/55.49	c cleaning 26189 clauses out of 52510 with flag 368000/368000
61.30/60.07	c cleaning 26875 clauses out of 54321 with flag 396000/396000
68.34/67.10	c cleaning 27914 clauses out of 56449 with flag 425003/425003
73.13/71.75	c cleaning 29072 clauses out of 58532 with flag 455000/455000
78.05/76.67	c cleaning 30071 clauses out of 60459 with flag 486000/486000
83.19/81.73	c cleaning 31077 clauses out of 62389 with flag 518001/518001
89.33/87.81	c cleaning 31910 clauses out of 64314 with flag 551003/551003
97.75/96.24	c cleaning 32959 clauses out of 66402 with flag 585001/585001
109.55/107.98	c cleaning 33918 clauses out of 68445 with flag 620003/620003
117.55/115.87	c cleaning 35112 clauses out of 70524 with flag 656000/656000
124.39/122.65	c cleaning 35926 clauses out of 72414 with flag 693002/693002
131.23/129.41	c cleaning 37206 clauses out of 74485 with flag 731000/731000
139.46/137.64	c cleaning 38023 clauses out of 76280 with flag 770001/770001
147.21/145.33	c cleaning 38833 clauses out of 78256 with flag 810000/810000
154.76/152.90	c cleaning 39996 clauses out of 80423 with flag 851000/851000
163.42/161.45	c cleaning 40491 clauses out of 82427 with flag 893000/893000
173.27/171.22	c cleaning 42319 clauses out of 84936 with flag 936000/936000
181.33/179.22	c cleaning 42071 clauses out of 86617 with flag 980000/980000
189.78/187.60	c cleaning 43402 clauses out of 89545 with flag 1025000/1025000
198.91/196.72	c cleaning 44311 clauses out of 92143 with flag 1071000/1071000
208.55/206.38	c cleaning 45523 clauses out of 94832 with flag 1118000/1118000
219.98/217.80	c cleaning 46393 clauses out of 97311 with flag 1166002/1166002
232.83/230.57	c cleaning 47455 clauses out of 99917 with flag 1215001/1215001
244.24/241.82	c cleaning 48550 clauses out of 102461 with flag 1265000/1265000
256.60/254.19	c cleaning 49432 clauses out of 104913 with flag 1316002/1316002
268.68/266.15	c cleaning 50674 clauses out of 107479 with flag 1368000/1368000
280.13/277.52	c cleaning 51847 clauses out of 109809 with flag 1421004/1421004
291.50/288.81	c cleaning 52469 clauses out of 111958 with flag 1475000/1475000
306.36/303.47	c cleaning 53385 clauses out of 114490 with flag 1530001/1530001
320.59/317.65	c cleaning 54402 clauses out of 117106 with flag 1586003/1586003
333.68/330.64	c cleaning 55736 clauses out of 119705 with flag 1643004/1643004
354.05/350.81	c cleaning 57099 clauses out of 121966 with flag 1701001/1701001
366.79/363.59	c cleaning 57131 clauses out of 123866 with flag 1760000/1760000
382.54/379.21	c cleaning 58919 clauses out of 126735 with flag 1820000/1820000
399.82/396.32	c cleaning 59933 clauses out of 128818 with flag 1881002/1881002
422.86/419.24	c cleaning 60834 clauses out of 130883 with flag 1943000/1943000
436.39/432.61	c cleaning 61512 clauses out of 133049 with flag 2006000/2006000
456.38/451.91	c cleaning 63270 clauses out of 135537 with flag 2070000/2070000
474.13/469.37	c cleaning 63719 clauses out of 137268 with flag 2135001/2135001
489.12/484.01	c cleaning 64452 clauses out of 139549 with flag 2201001/2201001
507.43/501.99	c cleaning 65564 clauses out of 142096 with flag 2268000/2268000
533.89/527.84	c cleaning 66580 clauses out of 144534 with flag 2336002/2336002
567.69/560.98	c cleaning 68456 clauses out of 146952 with flag 2405000/2405000
597.43/590.16	c cleaning 68871 clauses out of 148499 with flag 2475003/2475003
619.11/611.34	c cleaning 69775 clauses out of 150625 with flag 2546000/2546000
640.09/631.74	c cleaning 70307 clauses out of 152850 with flag 2618000/2618000
664.68/655.87	c cleaning 71728 clauses out of 155543 with flag 2691000/2691000
685.57/676.23	c cleaning 72678 clauses out of 157817 with flag 2765003/2765003
709.84/700.00	c cleaning 73662 clauses out of 160137 with flag 2840001/2840001
733.98/723.79	c cleaning 74543 clauses out of 162475 with flag 2916001/2916001
756.74/746.02	c cleaning 75710 clauses out of 164936 with flag 2993005/2993005
780.25/769.01	c cleaning 76588 clauses out of 167220 with flag 3071000/3071000
805.10/793.38	c cleaning 77757 clauses out of 169632 with flag 3150000/3150000
835.69/823.39	c cleaning 79154 clauses out of 171876 with flag 3230001/3230001
865.71/852.76	c cleaning 79819 clauses out of 173721 with flag 3311000/3311000
902.49/888.73	c cleaning 81476 clauses out of 175904 with flag 3393002/3393002
925.56/911.30	c cleaning 81464 clauses out of 177429 with flag 3476003/3476003
952.49/937.65	c cleaning 82303 clauses out of 179966 with flag 3560004/3560004
982.65/967.10	c cleaning 83768 clauses out of 182659 with flag 3645000/3645000
1013.97/997.97	c cleaning 85223 clauses out of 184892 with flag 3731002/3731002
1048.59/1031.77	c cleaning 85743 clauses out of 186668 with flag 3818001/3818001
1079.58/1062.10	c cleaning 87205 clauses out of 188925 with flag 3906001/3906001
1116.61/1098.60	c cleaning 87427 clauses out of 190721 with flag 3995002/3995002
1166.03/1147.18	c cleaning 89185 clauses out of 193293 with flag 4085001/4085001
1214.09/1194.37	c cleaning 90430 clauses out of 195107 with flag 4176000/4176000
1273.07/1252.53	c cleaning 91534 clauses out of 196678 with flag 4268001/4268001
1313.41/1292.23	c cleaning 91906 clauses out of 198146 with flag 4361003/4361003
1351.54/1329.72	c cleaning 93227 clauses out of 200239 with flag 4455002/4455002
1385.61/1363.27	c cleaning 93903 clauses out of 202010 with flag 4550000/4550000
1419.93/1397.07	c cleaning 94872 clauses out of 204109 with flag 4646002/4646002
1460.39/1436.97	c cleaning 96065 clauses out of 206235 with flag 4743001/4743001
1498.13/1474.11	c cleaning 97071 clauses out of 208175 with flag 4841006/4841006
1543.00/1518.30	c cleaning 98180 clauses out of 210101 with flag 4940003/4940003
1596.54/1571.27	c cleaning 99067 clauses out of 211919 with flag 5040001/5040001
1658.29/1632.03	c cleaning 99356 clauses out of 213853 with flag 5141002/5141002
1686.25/1659.60	c cleaning 100235 clauses out of 216497 with flag 5243002/5243002
1722.36/1695.13	c cleaning 101975 clauses out of 219260 with flag 5346000/5346000
1784.88/1756.91	c cleaning 103395 clauses out of 221285 with flag 5450000/5450000
1800.08/1771.81	c starts		: 272
1800.08/1771.81	c conflicts		: 5488276
1800.08/1771.81	c decisions		: 34015306
1800.08/1771.81	c propagations		: 1754590311
1800.08/1771.81	c inspects		: 11583459883
1800.08/1771.81	c shortcuts		: 0
1800.08/1771.81	c learnt literals	: 43
1800.08/1771.81	c learnt binary clauses	: 100383
1800.08/1771.81	c learnt ternary clauses	: 129209
1800.08/1771.81	c learnt constraints	: 5488232
1800.08/1771.81	c ignored constraints	: 0
1800.08/1771.81	c root simplifications	: 0
1800.08/1771.81	c removed literals (reason simplification)	: 0
1800.08/1771.81	c reason swapping (by a shorter reason)	: 0
1800.08/1771.81	c Calls to reduceDB	: 100
1800.08/1771.81	c number of reductions to clauses (during analyze)	: 0
1800.08/1771.81	c number of learned constraints concerned by reduction	: 0
1800.08/1771.81	c number of learning phase by resolution	: 0
1800.08/1771.81	c number of learning phase by cutting planes	: 0
1800.08/1771.81	c speed (assignments/second)	: 990498.2833000832
1800.08/1771.81	c non guided choices	7902
1800.08/1771.88	c learnt constraints type 
1800.08/1771.88	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 100383
1800.08/1771.88	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55834
1800.08/1771.88	c constraints type 
1800.08/1771.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5165
1800.08/1771.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 92
1800.08/1771.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.08/1771.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1183
1800.08/1771.88	c 6442 constraints processed.
1800.08/1771.88	s UNKNOWN
1800.08/1771.88	c Total wall clock time (in seconds): 1771.769

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-3689611-1337891780/watcher-3689611-1337891780 -o /tmp/evaluation-result-3689611-1337891780/solver-3689611-1337891780 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689611-1337891780.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: 2.00 2.00 2.00 3/192 24110
/proc/meminfo: memFree=26548312/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/24110/stat : 24110 (java) D 24108 24110 21495 0 -1 4202496 80 0 0 0 0 0 0 0 20 0 1 0 255303474 278528 34 33554432000 1073741824 1073778376 140735942143696 140735942140872 227503336743 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/24110/statm: 68 34 25 9 0 25 0

[startup+0.0224321 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 24110
/proc/meminfo: memFree=26548312/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=101560 CPUtime=0 cores=1,3,5,7
/proc/24110/stat : 24110 (java) S 24108 24110 21495 0 -1 4202496 1407 0 1 0 0 0 0 0 20 0 2 0 255303474 103997440 1089 33554432000 1073741824 1073778376 140736769888672 140736769879808 227515859005 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 25390 1101 851 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.100159 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 24110
/proc/meminfo: memFree=26548312/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/24110/stat : 24110 (java) S 24108 24110 21495 0 -1 4202496 4240 0 1 0 7 1 0 0 20 0 18 0 255303474 9787813888 5437 33554432000 1073741824 1073778376 140736769888672 140736769879808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 2389603 5438 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300171 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 24110
/proc/meminfo: memFree=26548312/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=9558412 CPUtime=0.54 cores=1,3,5,7
/proc/24110/stat : 24110 (java) S 24108 24110 21495 0 -1 4202496 7156 0 1 0 53 1 0 0 20 0 18 0 255303474 9787813888 9785 33554432000 1073741824 1073778376 140736769888672 140736769879808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 2389603 9785 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.700276 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 24110
/proc/meminfo: memFree=26548312/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/24110/stat : 24110 (java) S 24108 24110 21495 0 -1 4202496 8323 0 1 0 130 2 0 0 20 0 19 0 255303474 9855975424 15742 33554432000 1073741824 1073778376 140736769888672 140736769879808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 2406244 15742 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9624976

[startup+1.50064 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 24129
/proc/meminfo: memFree=26491800/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=9624976 CPUtime=2.21 cores=1,3,5,7
/proc/24110/stat : 24110 (java) S 24108 24110 21495 0 -1 4202496 8396 0 1 0 219 2 0 0 20 0 19 0 255303474 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140736769879808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 2406244 18870 2275 9 0 2396937 0
[pid=24110/tid=24112] ppid=24108 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/24110/task/24112/stat : 24112 (java) R 24108 24110 21495 0 -1 4202560 2469 0 1 0 142 2 0 0 20 0 19 0 255303475 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653562278784 140653418367533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24113] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24113/stat : 24113 (java) S 24108 24110 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653540383016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24114] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24114/stat : 24114 (java) S 24108 24110 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653539330216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24115] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24115/stat : 24115 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653538277928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24116] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24116/stat : 24116 (java) S 24108 24110 21495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653537225128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24117] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24117/stat : 24117 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653199616808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24118] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24118/stat : 24118 (java) S 24108 24110 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653198564008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24119] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24119/stat : 24119 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653197511720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24120] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24120/stat : 24120 (java) S 24108 24110 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653196458920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24121] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24121/stat : 24121 (java) S 24108 24110 21495 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653184260328 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24122] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24122/stat : 24122 (java) S 24108 24110 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653183206392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24123] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24123/stat : 24123 (java) S 24108 24110 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653182153992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24124] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24124/stat : 24124 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303480 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653181102480 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24125] ppid=24108 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/24110/task/24125/stat : 24125 (java) S 24108 24110 21495 0 -1 4202560 2397 0 0 0 38 0 0 0 20 0 19 0 255303480 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653180050104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24126] ppid=24108 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/24110/task/24126/stat : 24126 (java) S 24108 24110 21495 0 -1 4202560 2284 0 0 0 32 0 0 0 20 0 19 0 255303480 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653178997304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24127] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24127/stat : 24127 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303481 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653177945208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24128] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24128/stat : 24128 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303481 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653176892616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24129] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24129/stat : 24129 (java) S 24108 24110 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255303513 9855975424 18870 33554432000 1073741824 1073778376 140736769888672 140653175837608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9624976

[startup+3.10063 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 24129
/proc/meminfo: memFree=26477464/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=9624976 CPUtime=3.87 cores=1,3,5,7
/proc/24110/stat : 24110 (java) S 24108 24110 21495 0 -1 4202496 8420 0 1 0 384 3 0 0 20 0 19 0 255303474 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140736769879808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 2406244 20420 2275 9 0 2396937 0
[pid=24110/tid=24112] ppid=24108 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/24110/task/24112/stat : 24112 (java) R 24108 24110 21495 0 -1 4202560 2470 0 1 0 298 2 0 0 20 0 19 0 255303475 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653562282256 140653418398099 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24113] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24113/stat : 24113 (java) S 24108 24110 21495 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653540383016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24114] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24114/stat : 24114 (java) S 24108 24110 21495 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653539330216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24115] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24115/stat : 24115 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653538277928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24116] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24116/stat : 24116 (java) S 24108 24110 21495 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653537225128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24117] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24117/stat : 24117 (java) S 24108 24110 21495 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653199616808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24118] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24118/stat : 24118 (java) S 24108 24110 21495 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653198564008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24119] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24119/stat : 24119 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653197511720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24120] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24120/stat : 24120 (java) S 24108 24110 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653196458920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24121] ppid=24108 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/24110/task/24121/stat : 24121 (java) S 24108 24110 21495 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 255303478 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653184260328 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24122] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24122/stat : 24122 (java) S 24108 24110 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653183206392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24123] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24123/stat : 24123 (java) S 24108 24110 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653182153992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24124] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24124/stat : 24124 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303480 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653181102480 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24125] ppid=24108 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/24110/task/24125/stat : 24125 (java) S 24108 24110 21495 0 -1 4202560 2398 0 0 0 40 0 0 0 20 0 19 0 255303480 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653180050104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24126] ppid=24108 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/24110/task/24126/stat : 24126 (java) S 24108 24110 21495 0 -1 4202560 2284 0 0 0 34 0 0 0 20 0 19 0 255303480 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653178997304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24127] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24127/stat : 24127 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303481 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653177945208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24128] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24128/stat : 24128 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303481 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653176892616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24129] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24129/stat : 24129 (java) S 24108 24110 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255303513 9855975424 20420 33554432000 1073741824 1073778376 140736769888672 140653175837608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.00 2.00 2.00 3/211 24129
/proc/meminfo: memFree=26469024/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=9624976 CPUtime=7.12 cores=1,3,5,7
/proc/24110/stat : 24110 (java) S 24108 24110 21495 0 -1 4202496 8559 0 1 0 708 4 0 0 20 0 19 0 255303474 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140736769879808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 2406244 21951 2275 9 0 2396937 0
[pid=24110/tid=24112] ppid=24108 vsize=9624976 CPUtime=6.15 cores=1,3,5,7
/proc/24110/task/24112/stat : 24112 (java) R 24108 24110 21495 0 -1 4202560 2472 0 1 0 613 2 0 0 20 0 19 0 255303475 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653562282336 140653418364061 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24113] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24113/stat : 24113 (java) S 24108 24110 21495 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653540383016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24114] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24114/stat : 24114 (java) S 24108 24110 21495 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653539330216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24115] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24115/stat : 24115 (java) S 24108 24110 21495 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653538277928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24116] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24116/stat : 24116 (java) S 24108 24110 21495 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653537225128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24117] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24117/stat : 24117 (java) S 24108 24110 21495 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653199616808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24118] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24118/stat : 24118 (java) S 24108 24110 21495 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653198564008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24119] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24119/stat : 24119 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653197511720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24120] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24120/stat : 24120 (java) S 24108 24110 21495 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255303476 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653196458920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24121] ppid=24108 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/24110/task/24121/stat : 24121 (java) S 24108 24110 21495 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 255303478 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653184260328 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24122] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24122/stat : 24122 (java) S 24108 24110 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653183206392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24123] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24123/stat : 24123 (java) S 24108 24110 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653182153992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24124] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24124/stat : 24124 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303480 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653181102480 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24125] ppid=24108 vsize=9624976 CPUtime=0.44 cores=1,3,5,7
/proc/24110/task/24125/stat : 24125 (java) S 24108 24110 21495 0 -1 4202560 2521 0 0 0 44 0 0 0 20 0 19 0 255303480 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653180050104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24126] ppid=24108 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/24110/task/24126/stat : 24126 (java) S 24108 24110 21495 0 -1 4202560 2284 0 0 0 34 0 0 0 20 0 19 0 255303480 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653178997304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24127] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24127/stat : 24127 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303481 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653177945208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24128] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24128/stat : 24128 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303481 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653176892616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24129] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24129/stat : 24129 (java) S 24108 24110 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255303513 9855975424 21951 33554432000 1073741824 1073778376 140736769888672 140653175837608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=24110/tid=24125] ppid=24108 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24110/task/24125/stat : 24125 (java) S 24108 24110 21495 0 -1 4202560 2590 0 0 0 46 0 0 0 20 0 19 0 255303480 9855975424 151076 33554432000 1073741824 1073778376 140736769888672 140653180050104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24126] ppid=24108 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/24110/task/24126/stat : 24126 (java) S 24108 24110 21495 0 -1 4202560 2284 0 0 0 34 0 0 0 20 0 19 0 255303480 9855975424 151076 33554432000 1073741824 1073778376 140736769888672 140653178997304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24127] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24127/stat : 24127 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303481 9855975424 151076 33554432000 1073741824 1073778376 140736769888672 140653177945208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24128] ppid=24108 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/24110/task/24128/stat : 24128 (java) S 24108 24110 21495 0 -1 4202560 93 0 0 0 23 22 0 0 20 0 19 0 255303481 9855975424 151076 33554432000 1073741824 1073778376 140736769888672 140653176892616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24129] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24129/stat : 24129 (java) S 24108 24110 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255303513 9855975424 151076 33554432000 1073741824 1073778376 140736769888672 140653175837608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1628.15
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/211 24453
/proc/meminfo: memFree=28334256/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=9624976 CPUtime=1689.12 cores=1,3,5,7
/proc/24110/stat : 24110 (java) S 24108 24110 21495 0 -1 4202496 24296 0 1 0 168780 132 0 0 20 0 19 0 255303474 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140736769879808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 2406244 186099 2276 9 0 2396937 0
[pid=24110/tid=24112] ppid=24108 vsize=9624976 CPUtime=1643.14 cores=1,3,5,7
/proc/24110/task/24112/stat : 24112 (java) R 24108 24110 21495 0 -1 4202560 3050 0 1 0 164285 29 0 0 20 0 19 0 255303475 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653562282256 140653418411803 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24113] ppid=24108 vsize=9624976 CPUtime=4.35 cores=1,3,5,7
/proc/24110/task/24113/stat : 24113 (java) S 24108 24110 21495 0 -1 4202560 1603 0 0 0 424 11 0 0 20 0 19 0 255303476 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653540383016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24114] ppid=24108 vsize=9624976 CPUtime=4.42 cores=1,3,5,7
/proc/24110/task/24114/stat : 24114 (java) S 24108 24110 21495 0 -1 4202560 995 0 0 0 432 10 0 0 20 0 19 0 255303476 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653539330216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24115] ppid=24108 vsize=9624976 CPUtime=4.33 cores=1,3,5,7
/proc/24110/task/24115/stat : 24115 (java) S 24108 24110 21495 0 -1 4202560 1627 0 0 0 421 12 0 0 20 0 19 0 255303476 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653538277928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24116] ppid=24108 vsize=9624976 CPUtime=4.42 cores=1,3,5,7
/proc/24110/task/24116/stat : 24116 (java) S 24108 24110 21495 0 -1 4202560 2828 0 0 0 431 11 0 0 20 0 19 0 255303476 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653537225128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24117] ppid=24108 vsize=9624976 CPUtime=4.55 cores=1,3,5,7
/proc/24110/task/24117/stat : 24117 (java) S 24108 24110 21495 0 -1 4202560 1670 0 0 0 443 12 0 0 20 0 19 0 255303476 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653199616808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24118] ppid=24108 vsize=9624976 CPUtime=4.65 cores=1,3,5,7
/proc/24110/task/24118/stat : 24118 (java) S 24108 24110 21495 0 -1 4202560 1519 0 0 0 451 14 0 0 20 0 19 0 255303476 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653198564008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24119] ppid=24108 vsize=9624976 CPUtime=4.43 cores=1,3,5,7
/proc/24110/task/24119/stat : 24119 (java) S 24108 24110 21495 0 -1 4202560 1208 0 0 0 429 14 0 0 20 0 19 0 255303476 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653197511720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24120] ppid=24108 vsize=9624976 CPUtime=4.54 cores=1,3,5,7
/proc/24110/task/24120/stat : 24120 (java) S 24108 24110 21495 0 -1 4202560 2312 0 0 0 441 13 0 0 20 0 19 0 255303476 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653196458920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24121] ppid=24108 vsize=9624976 CPUtime=4.66 cores=1,3,5,7
/proc/24110/task/24121/stat : 24121 (java) S 24108 24110 21495 0 -1 4202560 1335 0 0 0 460 6 0 0 20 0 19 0 255303478 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653184260328 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24122] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24122/stat : 24122 (java) S 24108 24110 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653183206392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24123] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24123/stat : 24123 (java) S 24108 24110 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653182153992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24124] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24124/stat : 24124 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303480 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653181102480 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24125] ppid=24108 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24110/task/24125/stat : 24125 (java) S 24108 24110 21495 0 -1 4202560 2590 0 0 0 46 0 0 0 20 0 19 0 255303480 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653180050104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24126] ppid=24108 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/24110/task/24126/stat : 24126 (java) S 24108 24110 21495 0 -1 4202560 2284 0 0 0 34 0 0 0 20 0 19 0 255303480 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653178997304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24127] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24127/stat : 24127 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303481 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653177945208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24128] ppid=24108 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24110/task/24128/stat : 24128 (java) S 24108 24110 21495 0 -1 4202560 95 0 0 0 23 23 0 0 20 0 19 0 255303481 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653176892616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24129] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24129/stat : 24129 (java) S 24108 24110 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255303513 9855975424 186099 33554432000 1073741824 1073778376 140736769888672 140653175837608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1689.12
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/211 24453
/proc/meminfo: memFree=28179916/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=9624976 CPUtime=1750.04 cores=1,3,5,7
/proc/24110/stat : 24110 (java) S 24108 24110 21495 0 -1 4202496 24330 0 1 0 174871 133 0 0 20 0 19 0 255303474 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140736769879808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 2406244 186105 2276 9 0 2396937 0
[pid=24110/tid=24112] ppid=24108 vsize=9624976 CPUtime=1702.57 cores=1,3,5,7
/proc/24110/task/24112/stat : 24112 (java) R 24108 24110 21495 0 -1 4202560 3061 0 1 0 170227 30 0 0 20 0 19 0 255303475 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653562281432 140653418364033 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24113] ppid=24108 vsize=9624976 CPUtime=4.52 cores=1,3,5,7
/proc/24110/task/24113/stat : 24113 (java) S 24108 24110 21495 0 -1 4202560 1612 0 0 0 441 11 0 0 20 0 19 0 255303476 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653540383016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24114] ppid=24108 vsize=9624976 CPUtime=4.59 cores=1,3,5,7
/proc/24110/task/24114/stat : 24114 (java) S 24108 24110 21495 0 -1 4202560 995 0 0 0 448 11 0 0 20 0 19 0 255303476 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653539330216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24115] ppid=24108 vsize=9624976 CPUtime=4.46 cores=1,3,5,7
/proc/24110/task/24115/stat : 24115 (java) S 24108 24110 21495 0 -1 4202560 1627 0 0 0 434 12 0 0 20 0 19 0 255303476 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653538277928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24116] ppid=24108 vsize=9624976 CPUtime=4.59 cores=1,3,5,7
/proc/24110/task/24116/stat : 24116 (java) S 24108 24110 21495 0 -1 4202560 2828 0 0 0 448 11 0 0 20 0 19 0 255303476 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653537225128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24117] ppid=24108 vsize=9624976 CPUtime=4.76 cores=1,3,5,7
/proc/24110/task/24117/stat : 24117 (java) S 24108 24110 21495 0 -1 4202560 1670 0 0 0 464 12 0 0 20 0 19 0 255303476 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653199616808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24118] ppid=24108 vsize=9624976 CPUtime=4.81 cores=1,3,5,7
/proc/24110/task/24118/stat : 24118 (java) S 24108 24110 21495 0 -1 4202560 1519 0 0 0 467 14 0 0 20 0 19 0 255303476 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653198564008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24119] ppid=24108 vsize=9624976 CPUtime=4.57 cores=1,3,5,7
/proc/24110/task/24119/stat : 24119 (java) S 24108 24110 21495 0 -1 4202560 1208 0 0 0 443 14 0 0 20 0 19 0 255303476 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653197511720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24120] ppid=24108 vsize=9624976 CPUtime=4.66 cores=1,3,5,7
/proc/24110/task/24120/stat : 24120 (java) S 24108 24110 21495 0 -1 4202560 2312 0 0 0 453 13 0 0 20 0 19 0 255303476 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653196458920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24121] ppid=24108 vsize=9624976 CPUtime=4.73 cores=1,3,5,7
/proc/24110/task/24121/stat : 24121 (java) S 24108 24110 21495 0 -1 4202560 1346 0 0 0 467 6 0 0 20 0 19 0 255303478 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653184260328 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24122] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24122/stat : 24122 (java) S 24108 24110 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653183206392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24123] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24123/stat : 24123 (java) S 24108 24110 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653182153992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24124] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24124/stat : 24124 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303480 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653181102480 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24125] ppid=24108 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24110/task/24125/stat : 24125 (java) S 24108 24110 21495 0 -1 4202560 2590 0 0 0 46 0 0 0 20 0 19 0 255303480 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653180050104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24126] ppid=24108 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/24110/task/24126/stat : 24126 (java) S 24108 24110 21495 0 -1 4202560 2284 0 0 0 34 0 0 0 20 0 19 0 255303480 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653178997304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24127] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24127/stat : 24127 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303481 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653177945208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24128] ppid=24108 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/24110/task/24128/stat : 24128 (java) S 24108 24110 21495 0 -1 4202560 98 0 0 0 25 24 0 0 20 0 19 0 255303481 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653176892616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24129] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24129/stat : 24129 (java) S 24108 24110 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255303513 9855975424 186105 33554432000 1073741824 1073778376 140736769888672 140653175837608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1750.04
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.8 s]
/proc/loadavg: 2.06 2.04 2.00 3/211 24453
/proc/meminfo: memFree=28169060/32873624 swapFree=7104/7104
[pid=24110] ppid=24108 vsize=9624976 CPUtime=1800.08 cores=1,3,5,7
/proc/24110/stat : 24110 (java) S 24108 24110 21495 0 -1 4202496 24348 0 1 0 179873 135 0 0 20 0 19 0 255303474 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140736769879808 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/24110/statm: 2406244 185944 2276 9 0 2396937 0
[pid=24110/tid=24112] ppid=24108 vsize=9624976 CPUtime=1751.68 cores=1,3,5,7
/proc/24110/task/24112/stat : 24112 (java) R 24108 24110 21495 0 -1 4202560 3068 0 1 0 175137 31 0 0 20 0 19 0 255303475 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653562281312 140653418346459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24113] ppid=24108 vsize=9624976 CPUtime=4.61 cores=1,3,5,7
/proc/24110/task/24113/stat : 24113 (java) S 24108 24110 21495 0 -1 4202560 1617 0 0 0 450 11 0 0 20 0 19 0 255303476 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653540383016 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24114] ppid=24108 vsize=9624976 CPUtime=4.65 cores=1,3,5,7
/proc/24110/task/24114/stat : 24114 (java) S 24108 24110 21495 0 -1 4202560 995 0 0 0 454 11 0 0 20 0 19 0 255303476 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653539330216 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24115] ppid=24108 vsize=9624976 CPUtime=4.55 cores=1,3,5,7
/proc/24110/task/24115/stat : 24115 (java) S 24108 24110 21495 0 -1 4202560 1627 0 0 0 443 12 0 0 20 0 19 0 255303476 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653538277928 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24110/tid=24116] ppid=24108 vsize=9624976 CPUtime=4.7 cores=1,3,5,7
/proc/24110/task/24116/stat : 24116 (java) S 24108 24110 21495 0 -1 4202560 2828 0 0 0 459 11 0 0 20 0 19 0 255303476 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653537225128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24117] ppid=24108 vsize=9624976 CPUtime=4.86 cores=1,3,5,7
/proc/24110/task/24117/stat : 24117 (java) S 24108 24110 21495 0 -1 4202560 1670 0 0 0 474 12 0 0 20 0 19 0 255303476 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653199616808 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24118] ppid=24108 vsize=9624976 CPUtime=4.88 cores=1,3,5,7
/proc/24110/task/24118/stat : 24118 (java) S 24108 24110 21495 0 -1 4202560 1519 0 0 0 474 14 0 0 20 0 19 0 255303476 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653198564008 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24119] ppid=24108 vsize=9624976 CPUtime=4.66 cores=1,3,5,7
/proc/24110/task/24119/stat : 24119 (java) S 24108 24110 21495 0 -1 4202560 1208 0 0 0 452 14 0 0 20 0 19 0 255303476 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653197511720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24120] ppid=24108 vsize=9624976 CPUtime=4.75 cores=1,3,5,7
/proc/24110/task/24120/stat : 24120 (java) S 24108 24110 21495 0 -1 4202560 2312 0 0 0 462 13 0 0 20 0 19 0 255303476 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653196458920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24121] ppid=24108 vsize=9624976 CPUtime=4.81 cores=1,3,5,7
/proc/24110/task/24121/stat : 24121 (java) S 24108 24110 21495 0 -1 4202560 1350 0 0 0 474 7 0 0 20 0 19 0 255303478 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653184260328 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24122] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24122/stat : 24122 (java) S 24108 24110 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653183206392 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24123] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24123/stat : 24123 (java) S 24108 24110 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255303478 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653182153992 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24124] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24124/stat : 24124 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303480 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653181102480 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24110/tid=24125] ppid=24108 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/24110/task/24125/stat : 24125 (java) S 24108 24110 21495 0 -1 4202560 2590 0 0 0 46 0 0 0 20 0 19 0 255303480 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653180050104 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24126] ppid=24108 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/24110/task/24126/stat : 24126 (java) S 24108 24110 21495 0 -1 4202560 2284 0 0 0 34 0 0 0 20 0 19 0 255303480 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653178997304 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24110/tid=24127] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24127/stat : 24127 (java) S 24108 24110 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255303481 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653177945208 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24128] ppid=24108 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/24110/task/24128/stat : 24128 (java) S 24108 24110 21495 0 -1 4202560 100 0 0 0 26 24 0 0 20 0 19 0 255303481 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653176892616 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24110/tid=24129] ppid=24108 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24110/task/24129/stat : 24129 (java) S 24108 24110 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255303513 9855975424 185944 33554432000 1073741824 1073778376 140736769888672 140653175837608 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

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

Real time (s): 1771.89
CPU time (s): 1800.08
CPU user time (s): 1798.73
CPU system time (s): 1.35
CPU usage (%): 101.591
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 1.74173
maximum resident set size= 744440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24389
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54964
involuntary context switches= 74028

runsolver used 5.80912 second user time and 14.4748 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-24 22:36:20
IDJOB=3689611
IDBENCH=90121
IDSOLVER=2269
FILE ID=node121/3689611-1337891780
RUNJOBID= node121-1337871882-21512
PBS_JOBID= 14620083
Free space on /tmp= 71480 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K92.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689611-1337891780/watcher-3689611-1337891780 -o /tmp/evaluation-result-3689611-1337891780/solver-3689611-1337891780 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689611-1337891780.opb

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

MD5SUM BENCH= 21cc97db69195cd3dcf69a6d797764c1
RANDOM SEED=17280435

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

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        26548468 kB
Buffers:          224600 kB
Cached:          2421120 kB
SwapCached:            0 kB
Active:          3584116 kB
Inactive:        1969444 kB
Active(anon):    2910436 kB
Inactive(anon):        0 kB
Active(file):     673680 kB
Inactive(file):  1969444 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       2914856 kB
Mapped:            21520 kB
Shmem:               200 kB
Slab:             629168 kB
SReclaimable:      73392 kB
SUnreclaim:       555776 kB
KernelStack:        1560 kB
PageTables:         9592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:    3259884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2856960 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= 71496 MiB
End job on node121 at 2012-05-24 23:05:54