Trace number 3689695

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.09 1777.08

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K140.opb
MD5SUM59945e7fb6f70b0a7aeb9a0267c89f72
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 variables16660
Total number of constraints16942
Number of constraints which are clauses16802
Number of constraints which are cardinality constraints (but not clauses)140
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint140
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 141
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689695-1337892443.opb
0.09/0.12	c reading problem ... 
0.95/0.57	c ... done. Wall clock time 0.445s.
0.95/0.57	c declared #vars     16660
0.95/0.57	c #constraints  16942
0.95/0.57	c constraints type 
0.95/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
0.95/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
0.95/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.95/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
0.95/0.57	c 16942 constraints processed.
2.73/1.88	c cleaning 2477 clauses out of 4988 with flag 5001/5001
4.54/3.55	c cleaning 4205 clauses out of 8512 with flag 11003/11003
6.04/5.07	c cleaning 5605 clauses out of 11302 with flag 18000/18000
7.87/6.85	c cleaning 6743 clauses out of 13701 with flag 26004/26004
9.94/8.89	c cleaning 7845 clauses out of 15952 with flag 35001/35001
12.26/11.10	c cleaning 8977 clauses out of 18106 with flag 45002/45002
14.79/13.64	c cleaning 9988 clauses out of 20125 with flag 56000/56000
17.71/16.59	c cleaning 10978 clauses out of 22137 with flag 68002/68002
20.91/19.71	c cleaning 12034 clauses out of 24157 with flag 81001/81001
24.03/22.81	c cleaning 12911 clauses out of 26125 with flag 95003/95003
27.16/25.94	c cleaning 13950 clauses out of 28210 with flag 110000/110000
31.00/29.74	c cleaning 14942 clauses out of 30259 with flag 126000/126000
35.15/33.83	c cleaning 15979 clauses out of 32319 with flag 143002/143002
39.38/38.08	c cleaning 17022 clauses out of 34335 with flag 161000/161000
43.81/42.46	c cleaning 18041 clauses out of 36313 with flag 180000/180000
48.73/47.40	c cleaning 18907 clauses out of 38269 with flag 200000/200000
53.77/52.32	c cleaning 19992 clauses out of 40362 with flag 221001/221001
58.90/57.41	c cleaning 20884 clauses out of 42366 with flag 243000/243000
64.02/62.56	c cleaning 22013 clauses out of 44481 with flag 266000/266000
69.48/67.92	c cleaning 22983 clauses out of 46467 with flag 290001/290001
75.63/74.07	c cleaning 23300 clauses out of 48489 with flag 315006/315006
82.25/80.70	c cleaning 24509 clauses out of 51181 with flag 341000/341000
88.99/87.37	c cleaning 25032 clauses out of 53672 with flag 368000/368000
96.14/94.48	c cleaning 25583 clauses out of 56641 with flag 396001/396001
103.36/101.60	c cleaning 27141 clauses out of 60056 with flag 425000/425000
111.10/109.35	c cleaning 27679 clauses out of 62915 with flag 455001/455001
119.13/117.38	c cleaning 29082 clauses out of 66235 with flag 486000/486000
127.01/125.13	c cleaning 30350 clauses out of 69153 with flag 518001/518001
137.02/135.06	c cleaning 31253 clauses out of 71803 with flag 551001/551001
145.88/143.81	c cleaning 31696 clauses out of 74551 with flag 585002/585002
153.74/151.64	c cleaning 32752 clauses out of 77852 with flag 620000/620000
165.39/163.26	c cleaning 33900 clauses out of 81100 with flag 656001/656001
174.82/172.57	c cleaning 34395 clauses out of 84198 with flag 693001/693001
185.15/182.86	c cleaning 35355 clauses out of 87802 with flag 731000/731000
196.71/194.34	c cleaning 37132 clauses out of 91447 with flag 770000/770000
209.00/206.57	c cleaning 37705 clauses out of 94315 with flag 810000/810000
219.63/217.03	c cleaning 38449 clauses out of 97611 with flag 851001/851001
231.00/228.31	c cleaning 39279 clauses out of 101161 with flag 893000/893000
243.15/240.43	c cleaning 39996 clauses out of 104883 with flag 936001/936001
260.94/258.16	c cleaning 42138 clauses out of 108889 with flag 980003/980003
274.11/271.13	c cleaning 42133 clauses out of 111750 with flag 1025002/1025002
287.91/284.90	c cleaning 43501 clauses out of 115615 with flag 1071000/1071000
300.80/297.65	c cleaning 44213 clauses out of 119115 with flag 1118001/1118001
313.85/310.66	c cleaning 45097 clauses out of 122902 with flag 1166002/1166002
329.02/325.74	c cleaning 46314 clauses out of 126805 with flag 1215002/1215002
344.71/341.37	c cleaning 48114 clauses out of 130487 with flag 1265000/1265000
364.01/360.56	c cleaning 48198 clauses out of 133373 with flag 1316000/1316000
377.95/374.36	c cleaning 49378 clauses out of 137175 with flag 1368000/1368000
396.68/392.80	c cleaning 50506 clauses out of 140799 with flag 1421002/1421002
414.89/410.95	c cleaning 51457 clauses out of 144290 with flag 1475000/1475000
432.61/428.50	c cleaning 52371 clauses out of 147833 with flag 1530000/1530000
450.31/446.11	c cleaning 52969 clauses out of 151461 with flag 1586000/1586000
468.62/464.31	c cleaning 54347 clauses out of 155494 with flag 1643002/1643002
488.24/483.90	c cleaning 55388 clauses out of 159145 with flag 1701000/1701000
505.51/501.03	c cleaning 55868 clauses out of 162757 with flag 1760000/1760000
523.99/519.46	c cleaning 56648 clauses out of 166890 with flag 1820001/1820001
542.60/537.97	c cleaning 57775 clauses out of 171241 with flag 1881000/1881000
562.50/557.76	c cleaning 58718 clauses out of 175466 with flag 1943000/1943000
587.00/582.05	c cleaning 60703 clauses out of 179748 with flag 2006000/2006000
607.68/602.64	c cleaning 60893 clauses out of 183045 with flag 2070000/2070000
629.35/624.28	c cleaning 61753 clauses out of 187152 with flag 2135000/2135000
655.49/650.14	c cleaning 63141 clauses out of 191400 with flag 2201001/2201001
676.33/670.92	c cleaning 63697 clauses out of 195259 with flag 2268001/2268001
699.12/693.67	c cleaning 64511 clauses out of 199561 with flag 2336000/2336000
721.70/716.01	c cleaning 66070 clauses out of 204052 with flag 2405002/2405002
748.08/742.15	c cleaning 67223 clauses out of 207979 with flag 2475000/2475000
772.03/766.09	c cleaning 67819 clauses out of 211758 with flag 2546002/2546002
795.92/789.89	c cleaning 68681 clauses out of 215940 with flag 2618003/2618003
822.49/816.39	c cleaning 69537 clauses out of 220256 with flag 2691000/2691000
851.06/844.08	c cleaning 70888 clauses out of 224720 with flag 2765001/2765001
879.52/872.08	c cleaning 71810 clauses out of 228832 with flag 2840001/2840001
907.60/899.69	c cleaning 73109 clauses out of 233021 with flag 2916000/2916000
948.37/939.57	c cleaning 74715 clauses out of 236913 with flag 2993001/2993001
989.11/979.41	c cleaning 75849 clauses out of 240197 with flag 3071000/3071000
1018.07/1007.96	c cleaning 75020 clauses out of 243348 with flag 3150000/3150000
1067.04/1055.86	c cleaning 78126 clauses out of 248328 with flag 3230000/3230000
1098.79/1087.12	c cleaning 77247 clauses out of 251203 with flag 3311001/3311001
1129.18/1116.93	c cleaning 78761 clauses out of 255955 with flag 3393000/3393000
1163.93/1151.08	c cleaning 80048 clauses out of 260195 with flag 3476001/3476001
1196.16/1182.66	c cleaning 80445 clauses out of 264147 with flag 3560001/3560001
1237.44/1223.34	c cleaning 82641 clauses out of 268702 with flag 3645001/3645001
1272.79/1258.07	c cleaning 83097 clauses out of 272060 with flag 3731000/3731000
1310.77/1295.40	c cleaning 83752 clauses out of 275963 with flag 3818000/3818000
1346.02/1330.27	c cleaning 84685 clauses out of 280211 with flag 3906000/3906000
1392.49/1376.00	c cleaning 86934 clauses out of 284527 with flag 3995001/3995001
1432.28/1415.11	c cleaning 87274 clauses out of 287595 with flag 4085003/4085003
1483.59/1465.71	c cleaning 88025 clauses out of 291319 with flag 4176001/4176001
1537.52/1518.74	c cleaning 89938 clauses out of 295295 with flag 4268002/4268002
1581.56/1561.87	c cleaning 90362 clauses out of 298355 with flag 4361000/4361000
1622.55/1602.35	c cleaning 90260 clauses out of 301993 with flag 4455000/4455000
1677.20/1656.12	c cleaning 92508 clauses out of 306733 with flag 4550000/4550000
1723.41/1701.71	c cleaning 93299 clauses out of 310228 with flag 4646003/4646003
1768.94/1746.31	c cleaning 94021 clauses out of 313928 with flag 4743002/4743002
1800.09/1777.01	c starts		: 253
1800.09/1777.01	c conflicts		: 4812295
1800.09/1777.01	c decisions		: 58148093
1800.09/1777.01	c propagations		: 3504963153
1800.09/1777.01	c inspects		: 9414798173
1800.09/1777.01	c shortcuts		: 0
1800.09/1777.01	c learnt literals	: 56
1800.09/1777.01	c learnt binary clauses	: 188749
1800.09/1777.01	c learnt ternary clauses	: 218153
1800.09/1777.01	c learnt constraints	: 4812239
1800.09/1777.01	c ignored constraints	: 0
1800.09/1777.01	c root simplifications	: 0
1800.09/1777.01	c removed literals (reason simplification)	: 0
1800.09/1777.01	c reason swapping (by a shorter reason)	: 0
1800.09/1777.01	c Calls to reduceDB	: 93
1800.09/1777.01	c number of reductions to clauses (during analyze)	: 0
1800.09/1777.01	c number of learned constraints concerned by reduction	: 0
1800.09/1777.01	c number of learning phase by resolution	: 0
1800.09/1777.01	c number of learning phase by cutting planes	: 0
1800.09/1777.01	c speed (assignments/second)	: 1973043.4169751045
1800.09/1777.01	c non guided choices	16762
1800.09/1777.07	c learnt constraints type 
1800.09/1777.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 188750
1800.09/1777.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100559
1800.09/1777.07	c constraints type 
1800.09/1777.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14993
1800.09/1777.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
1800.09/1777.07	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.09/1777.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1807
1800.09/1777.07	c 16942 constraints processed.
1800.09/1777.07	s UNKNOWN
1800.09/1777.07	c Total wall clock time (in seconds): 1776.95

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-3689695-1337892443/watcher-3689695-1337892443 -o /tmp/evaluation-result-3689695-1337892443/solver-3689695-1337892443 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689695-1337892443.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: 1.92 2.06 2.06 3/192 23744
/proc/meminfo: memFree=28355380/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/23744/stat : 23744 (java) D 23742 23744 21473 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255372785 9515008 182 33554432000 1073741824 1073778376 140736462985488 140736462976520 226329706165 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/23744/statm: 2323 182 140 9 0 71 0

[startup+0.066679 s]
/proc/loadavg: 1.92 2.06 2.06 3/192 23744
/proc/meminfo: memFree=28355380/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23742 23744 21473 0 -1 4202496 3090 0 1 0 3 1 0 0 20 0 13 0 255372785 9446973440 4299 33554432000 1073741824 1073778376 140735039648016 140735039639152 226333065277 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23744/statm: 2306390 4299 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100285 s]
/proc/loadavg: 1.92 2.06 2.06 3/192 23744
/proc/meminfo: memFree=28355380/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23742 23744 21473 0 -1 4202496 4195 0 1 0 8 1 0 0 20 0 18 0 255372785 9787813888 5391 33554432000 1073741824 1073778376 140735039648016 140735039639152 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23744/statm: 2389603 5394 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300274 s]
/proc/loadavg: 1.92 2.06 2.06 3/192 23744
/proc/meminfo: memFree=28355380/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9558412 CPUtime=0.55 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23742 23744 21473 0 -1 4202496 7258 0 1 0 53 2 0 0 20 0 18 0 255372785 9787813888 10880 33554432000 1073741824 1073778376 140735039648016 140735039639152 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23744/statm: 2389603 10880 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700252 s]
/proc/loadavg: 1.92 2.06 2.06 3/192 23744
/proc/meminfo: memFree=28355380/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9624976 CPUtime=1.5 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23742 23744 21473 0 -1 4202496 9677 0 1 0 145 5 0 0 20 0 19 0 255372785 9855975424 30589 33554432000 1073741824 1073778376 140735039648016 140735039639152 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23744/statm: 2406244 30589 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.5
Current children cumulated vsize (KiB) 9624976

[startup+1.50075 s]
/proc/loadavg: 1.92 2.06 2.06 3/211 23763
/proc/meminfo: memFree=28241208/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9624976 CPUtime=2.43 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23742 23744 21473 0 -1 4202496 10104 0 1 0 238 5 0 0 20 0 19 0 255372785 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140735039639152 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23744/statm: 2406244 31105 2253 9 0 2396937 0
[pid=23744/tid=23746] ppid=23742 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/23744/task/23746/stat : 23746 (java) R 23742 23744 21473 0 -1 4202560 2505 0 1 0 143 3 0 0 20 0 19 0 255372786 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140440295428520 140440146565964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23747] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140440267881512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23748] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140440266828712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23749] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140440265775912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23750] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140440264723112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23751] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140440134789672 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23752] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140440133736872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23753] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140440132684072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23754] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23742 23744 21473 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140440131631272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23742 23744 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255372788 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140439649119208 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23756] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23742 23744 21473 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140439648065272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23742 23744 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140439647012360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372791 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140439645960848 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23742 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23742 23744 21473 0 -1 4202560 2700 0 0 0 45 0 0 0 20 0 19 0 255372791 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140439644907960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23760] ppid=23742 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) R 23742 23744 21473 0 -1 4202560 3707 0 0 0 45 1 0 0 20 0 19 0 255372792 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140439643855160 226329372799 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23761] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372792 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140439642802552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372792 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140439641749960 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23763] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23742 23744 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255372844 9855975424 31105 33554432000 1073741824 1073778376 140735039648016 140439640696488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624976

[startup+3.10078 s]
/proc/loadavg: 1.92 2.06 2.06 3/211 23763
/proc/meminfo: memFree=28217936/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9624976 CPUtime=4.11 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23742 23744 21473 0 -1 4202496 10261 0 1 0 405 6 0 0 20 0 19 0 255372785 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140735039639152 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23744/statm: 2406244 36269 2278 9 0 2396937 0
[pid=23744/tid=23746] ppid=23742 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/23744/task/23746/stat : 23746 (java) R 23742 23744 21473 0 -1 4202560 2510 0 1 0 299 3 0 0 20 0 19 0 255372786 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140440295426712 140440146499980 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23747] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23742 23744 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140440267881512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23748] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140440266828712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23749] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140440265775912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23750] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23742 23744 21473 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140440264723112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23751] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140440134789672 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23752] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23742 23744 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140440133736872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23753] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140440132684072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23754] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23742 23744 21473 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140440131631272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23742 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23742 23744 21473 0 -1 4202560 34 0 0 0 1 0 0 0 20 0 19 0 255372788 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140439649119208 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23756] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23742 23744 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140439648065272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23742 23744 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140439647012360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372791 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140439645960848 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23742 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23742 23744 21473 0 -1 4202560 2794 0 0 0 49 0 0 0 20 0 19 0 255372791 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140439644907960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23760] ppid=23742 vsize=9624976 CPUtime=0.48 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23742 23744 21473 0 -1 4202560 3711 0 0 0 47 1 0 0 20 0 19 0 255372792 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140439643855160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23761] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372792 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140439642802552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372792 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140439641749960 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23763] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23742 23744 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255372844 9855975424 36269 33554432000 1073741824 1073778376 140735039648016 140439640696488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9624976

[startup+6.30076 s]
/proc/loadavg: 1.93 2.06 2.06 3/211 23763
/proc/meminfo: memFree=28210304/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9624976 CPUtime=7.37 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23742 23744 21473 0 -1 4202496 10282 0 1 0 731 6 0 0 20 0 19 0 255372785 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140735039639152 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23744/statm: 2406244 37768 2278 9 0 2396937 0
[pid=23744/tid=23746] ppid=23742 vsize=9624976 CPUtime=6.14 cores=1,3,5,7
/proc/23744/task/23746/stat : 23746 (java) R 23742 23744 21473 0 -1 4202560 2512 0 1 0 611 3 0 0 20 0 19 0 255372786 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140440295428384 140440146566215 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23747] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23742 23744 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140440267881512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23748] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23742 23744 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140440266828712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23749] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23742 23744 21473 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140440265775912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23750] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23742 23744 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140440264723112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23751] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23742 23744 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140440134789672 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23752] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23742 23744 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140440133736872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23753] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23742 23744 21473 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140440132684072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23754] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23742 23744 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255372787 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140440131631272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23742 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23742 23744 21473 0 -1 4202560 35 0 0 0 6 0 0 0 20 0 19 0 255372788 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140439649119208 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23756] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23742 23744 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140439648065272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23742 23744 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140439647012360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372791 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140439645960848 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23742 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23742 23744 21473 0 -1 4202560 2794 0 0 0 51 0 0 0 20 0 19 0 255372791 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140439644907960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23760] ppid=23742 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23742 23744 21473 0 -1 4202560 3712 0 0 0 49 1 0 0 20 0 19 0 255372792 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140439643855160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23761] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372792 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140439642802552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372792 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140439641749960 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23742 23744 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255372844 9855975424 37768 33554432000 1073741824 1073778376 140735039648016 140439640696488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.37
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=23744/tid=23759] ppid=23742 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23742 23744 21473 0 -1 4202560 2802 0 0 0 51 0 0 0 20 0 19 0 255372791 9855975424 168436 33554432000 1073741824 1073778376 140735039648016 140439644907960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23760] ppid=23742 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23742 23744 21473 0 -1 4202560 4295 0 0 0 65 1 0 0 20 0 19 0 255372792 9855975424 168436 33554432000 1073741824 1073778376 140735039648016 140439643855160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23761] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372792 9855975424 168436 33554432000 1073741824 1073778376 140735039648016 140439642802552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23742 vsize=9624976 CPUtime=0.6 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23742 23744 21473 0 -1 4202560 92 0 0 0 36 24 0 0 20 0 19 0 255372792 9855975424 168436 33554432000 1073741824 1073778376 140735039648016 140439641749960 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23742 23744 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255372844 9855975424 168436 33554432000 1073741824 1073778376 140735039648016 140439640696488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1622.55
Current children cumulated vsize (KiB) 9624976

[startup+1662.3 s]
/proc/loadavg: 2.40 2.21 2.11 3/211 23857
/proc/meminfo: memFree=22784888/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9624976 CPUtime=1683.49 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23742 23744 21473 0 -1 4202496 25269 0 1 0 168201 148 0 0 20 0 19 0 255372785 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140735039639152 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23744/statm: 2406244 168253 2279 9 0 2396937 0
[pid=23744/tid=23746] ppid=23742 vsize=9624976 CPUtime=1643.24 cores=1,3,5,7
/proc/23744/task/23746/stat : 23746 (java) R 23742 23744 21473 0 -1 4202560 2802 0 1 0 164294 30 0 0 20 0 19 0 255372786 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140440295428384 140440146486959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23747] ppid=23742 vsize=9624976 CPUtime=3.28 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23742 23744 21473 0 -1 4202560 1183 0 0 0 314 14 0 0 20 0 19 0 255372787 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140440267881512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23748] ppid=23742 vsize=9624976 CPUtime=3.49 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23742 23744 21473 0 -1 4202560 2596 0 0 0 337 12 0 0 20 0 19 0 255372787 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140440266828712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23749] ppid=23742 vsize=9624976 CPUtime=3.42 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23742 23744 21473 0 -1 4202560 686 0 0 0 327 15 0 0 20 0 19 0 255372787 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140440265775912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23750] ppid=23742 vsize=9624976 CPUtime=3.13 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23742 23744 21473 0 -1 4202560 1727 0 0 0 301 12 0 0 20 0 19 0 255372787 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140440264723112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23751] ppid=23742 vsize=9624976 CPUtime=3.52 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23742 23744 21473 0 -1 4202560 2309 0 0 0 337 15 0 0 20 0 19 0 255372787 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140440134789672 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23752] ppid=23742 vsize=9624976 CPUtime=3.27 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23742 23744 21473 0 -1 4202560 1532 0 0 0 314 13 0 0 20 0 19 0 255372787 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140440133736872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23753] ppid=23742 vsize=9624976 CPUtime=3.48 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23742 23744 21473 0 -1 4202560 1751 0 0 0 334 14 0 0 20 0 19 0 255372787 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140440132684072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23754] ppid=23742 vsize=9624976 CPUtime=3.34 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23742 23744 21473 0 -1 4202560 1584 0 0 0 322 12 0 0 20 0 19 0 255372787 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140440131631272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23742 vsize=9624976 CPUtime=7.23 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23742 23744 21473 0 -1 4202560 729 0 0 0 720 3 0 0 20 0 19 0 255372788 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140439649119208 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23756] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23742 23744 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140439648065272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23742 23744 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140439647012360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372791 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140439645960848 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23742 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23742 23744 21473 0 -1 4202560 2802 0 0 0 51 0 0 0 20 0 19 0 255372791 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140439644907960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23760] ppid=23742 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23742 23744 21473 0 -1 4202560 4295 0 0 0 65 1 0 0 20 0 19 0 255372792 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140439643855160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23761] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372792 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140439642802552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23742 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23742 23744 21473 0 -1 4202560 94 0 0 0 38 25 0 0 20 0 19 0 255372792 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140439641749960 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23742 23744 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255372844 9855975424 168253 33554432000 1073741824 1073778376 140735039648016 140439640696488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1683.49
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.15 2.17 2.10 3/211 23858
/proc/meminfo: memFree=22788548/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9624976 CPUtime=1744.26 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23742 23744 21473 0 -1 4202496 25458 0 1 0 174276 150 0 0 20 0 19 0 255372785 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140735039639152 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23744/statm: 2406244 167373 2279 9 0 2396937 0
[pid=23744/tid=23746] ppid=23742 vsize=9624976 CPUtime=1702.67 cores=1,3,5,7
/proc/23744/task/23746/stat : 23746 (java) R 23742 23744 21473 0 -1 4202560 2809 0 1 0 170236 31 0 0 20 0 19 0 255372786 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140440295427440 140440146529012 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23747] ppid=23742 vsize=9624976 CPUtime=3.38 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23742 23744 21473 0 -1 4202560 1193 0 0 0 324 14 0 0 20 0 19 0 255372787 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140440267881512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23748] ppid=23742 vsize=9624976 CPUtime=3.63 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23742 23744 21473 0 -1 4202560 2646 0 0 0 351 12 0 0 20 0 19 0 255372787 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140440266828712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23749] ppid=23742 vsize=9624976 CPUtime=3.51 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23742 23744 21473 0 -1 4202560 686 0 0 0 336 15 0 0 20 0 19 0 255372787 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140440265775912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23750] ppid=23742 vsize=9624976 CPUtime=3.29 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23742 23744 21473 0 -1 4202560 1728 0 0 0 317 12 0 0 20 0 19 0 255372787 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140440264723112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23751] ppid=23742 vsize=9624976 CPUtime=3.69 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23742 23744 21473 0 -1 4202560 2361 0 0 0 354 15 0 0 20 0 19 0 255372787 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140440134789672 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23752] ppid=23742 vsize=9624976 CPUtime=3.39 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23742 23744 21473 0 -1 4202560 1552 0 0 0 326 13 0 0 20 0 19 0 255372787 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140440133736872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23753] ppid=23742 vsize=9624976 CPUtime=3.6 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23742 23744 21473 0 -1 4202560 1752 0 0 0 346 14 0 0 20 0 19 0 255372787 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140440132684072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23754] ppid=23742 vsize=9624976 CPUtime=3.5 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23742 23744 21473 0 -1 4202560 1586 0 0 0 338 12 0 0 20 0 19 0 255372787 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140440131631272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23742 vsize=9624976 CPUtime=7.37 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23742 23744 21473 0 -1 4202560 771 0 0 0 733 4 0 0 20 0 19 0 255372788 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140439649119208 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23756] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23742 23744 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140439648065272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23742 23744 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140439647012360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372791 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140439645960848 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23742 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23742 23744 21473 0 -1 4202560 2802 0 0 0 51 0 0 0 20 0 19 0 255372791 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140439644907960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23760] ppid=23742 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23742 23744 21473 0 -1 4202560 4295 0 0 0 65 1 0 0 20 0 19 0 255372792 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140439643855160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23761] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372792 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140439642802552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23742 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23742 23744 21473 0 -1 4202560 98 0 0 0 39 26 0 0 20 0 19 0 255372792 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140439641749960 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23742 23744 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255372844 9855975424 167373 33554432000 1073741824 1073778376 140735039648016 140439640696488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1744.26
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777 s]
/proc/loadavg: 2.14 2.15 2.09 3/211 23858
/proc/meminfo: memFree=22730028/32873844 swapFree=6080/6080
[pid=23744] ppid=23742 vsize=9624976 CPUtime=1800.09 cores=1,3,5,7
/proc/23744/stat : 23744 (java) S 23742 23744 21473 0 -1 4202496 26370 0 1 0 179849 160 0 0 20 0 19 0 255372785 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140735039639152 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/23744/statm: 2406244 181958 2279 9 0 2396937 0
[pid=23744/tid=23746] ppid=23742 vsize=9624976 CPUtime=1756.7 cores=1,3,5,7
/proc/23744/task/23746/stat : 23746 (java) R 23742 23744 21473 0 -1 4202560 2818 0 1 0 175638 32 0 0 20 0 19 0 255372786 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140440295427440 140440146597245 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23747] ppid=23742 vsize=9624976 CPUtime=3.53 cores=1,3,5,7
/proc/23744/task/23747/stat : 23747 (java) S 23742 23744 21473 0 -1 4202560 1236 0 0 0 338 15 0 0 20 0 19 0 255372787 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140440267881512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23748] ppid=23742 vsize=9624976 CPUtime=3.81 cores=1,3,5,7
/proc/23744/task/23748/stat : 23748 (java) S 23742 23744 21473 0 -1 4202560 2704 0 0 0 368 13 0 0 20 0 19 0 255372787 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140440266828712 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23749] ppid=23742 vsize=9624976 CPUtime=3.68 cores=1,3,5,7
/proc/23744/task/23749/stat : 23749 (java) S 23742 23744 21473 0 -1 4202560 839 0 0 0 353 15 0 0 20 0 19 0 255372787 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140440265775912 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23750] ppid=23742 vsize=9624976 CPUtime=3.5 cores=1,3,5,7
/proc/23744/task/23750/stat : 23750 (java) S 23742 23744 21473 0 -1 4202560 1733 0 0 0 338 12 0 0 20 0 19 0 255372787 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140440264723112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23751] ppid=23742 vsize=9624976 CPUtime=3.84 cores=1,3,5,7
/proc/23744/task/23751/stat : 23751 (java) S 23742 23744 21473 0 -1 4202560 2599 0 0 0 368 16 0 0 20 0 19 0 255372787 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140440134789672 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23752] ppid=23742 vsize=9624976 CPUtime=3.61 cores=1,3,5,7
/proc/23744/task/23752/stat : 23752 (java) S 23742 23744 21473 0 -1 4202560 1885 0 0 0 345 16 0 0 20 0 19 0 255372787 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140440133736872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23753] ppid=23742 vsize=9624976 CPUtime=3.83 cores=1,3,5,7
/proc/23744/task/23753/stat : 23753 (java) S 23742 23744 21473 0 -1 4202560 1777 0 0 0 367 16 0 0 20 0 19 0 255372787 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140440132684072 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23754] ppid=23742 vsize=9624976 CPUtime=3.7 cores=1,3,5,7
/proc/23744/task/23754/stat : 23754 (java) S 23742 23744 21473 0 -1 4202560 1600 0 0 0 357 13 0 0 20 0 19 0 255372787 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140440131631272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23755] ppid=23742 vsize=9624976 CPUtime=7.5 cores=1,3,5,7
/proc/23744/task/23755/stat : 23755 (java) S 23742 23744 21473 0 -1 4202560 801 0 0 0 746 4 0 0 20 0 19 0 255372788 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140439649119208 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23756] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23756/stat : 23756 (java) S 23742 23744 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140439648065272 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23757] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23757/stat : 23757 (java) S 23742 23744 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255372789 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140439647012360 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23758] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23758/stat : 23758 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372791 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140439645960848 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23744/tid=23759] ppid=23742 vsize=9624976 CPUtime=0.51 cores=1,3,5,7
/proc/23744/task/23759/stat : 23759 (java) S 23742 23744 21473 0 -1 4202560 2802 0 0 0 51 0 0 0 20 0 19 0 255372791 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140439644907960 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23744/tid=23760] ppid=23742 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23744/task/23760/stat : 23760 (java) S 23742 23744 21473 0 -1 4202560 4295 0 0 0 65 1 0 0 20 0 19 0 255372792 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140439643855160 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23761] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23761/stat : 23761 (java) S 23742 23744 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255372792 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140439642802552 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23744/tid=23762] ppid=23742 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/23744/task/23762/stat : 23762 (java) S 23742 23744 21473 0 -1 4202560 102 0 0 0 41 27 0 0 20 0 19 0 255372792 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140439641749960 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23744/tid=23763] ppid=23742 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23744/task/23763/stat : 23763 (java) S 23742 23744 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255372844 9855975424 181958 33554432000 1073741824 1073778376 140735039648016 140439640696488 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 23744 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=27266
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=945704
# CPU time returned by wait4() is 1795.97
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1777.08
CPU time (s): 1800.09
CPU user time (s): 1798.49
CPU system time (s): 1.6
CPU usage (%): 101.295
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 1.9457
maximum resident set size= 727956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26403
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46298
involuntary context switches= 47594

runsolver used 10.7794 second user time and 10.7444 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 22:47:24
IDJOB=3689695
IDBENCH=90196
IDSOLVER=2269
FILE ID=node110/3689695-1337892443
RUNJOBID= node110-1337871882-21490
PBS_JOBID= 14620094
Free space on /tmp= 71612 MiB

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

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

MD5SUM BENCH= 59945e7fb6f70b0a7aeb9a0267c89f72
RANDOM SEED=491290359

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28355644 kB
Buffers:          214388 kB
Cached:          3212192 kB
SwapCached:            0 kB
Active:           866268 kB
Inactive:        2884648 kB
Active(anon):     326512 kB
Inactive(anon):        0 kB
Active(file):     539756 kB
Inactive(file):  2884648 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1628 kB
Writeback:            28 kB
AnonPages:        329732 kB
Mapped:            21536 kB
Shmem:               200 kB
Slab:             628464 kB
SReclaimable:      70916 kB
SUnreclaim:       557548 kB
KernelStack:        1608 kB
PageTables:         4996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     571248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71608 MiB
End job on node110 at 2012-05-24 23:17:03