Trace number 3689685

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

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K180.opb
MD5SUMf1881d1e83243719865906bde58f94f2
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 variables21420
Total number of constraints21782
Number of constraints which are clauses21602
Number of constraints which are cardinality constraints (but not clauses)180
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint180
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 181
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.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689685-1337892411.opb
0.10/0.11	c reading problem ... 
1.22/0.61	c ... done. Wall clock time 0.5s.
1.22/0.61	c declared #vars     21420
1.22/0.61	c #constraints  21782
1.22/0.61	c constraints type 
1.22/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19273
1.22/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
1.22/0.61	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.22/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2327
1.22/0.61	c 21782 constraints processed.
3.89/2.98	c cleaning 2494 clauses out of 4990 with flag 5000/5000
6.25/5.19	c cleaning 4216 clauses out of 8493 with flag 11000/11000
8.66/7.54	c cleaning 5620 clauses out of 11274 with flag 18000/18000
11.57/10.47	c cleaning 6725 clauses out of 13653 with flag 26002/26002
14.94/13.75	c cleaning 7803 clauses out of 15925 with flag 35001/35001
18.24/17.05	c cleaning 8869 clauses out of 18122 with flag 45002/45002
22.06/20.83	c cleaning 9955 clauses out of 20252 with flag 56003/56003
26.37/25.18	c cleaning 11011 clauses out of 22293 with flag 68000/68000
31.09/29.86	c cleaning 11960 clauses out of 24279 with flag 81000/81000
35.73/34.45	c cleaning 12962 clauses out of 26317 with flag 95000/95000
41.75/40.44	c cleaning 13915 clauses out of 28354 with flag 110001/110001
47.19/45.89	c cleaning 15049 clauses out of 30438 with flag 126001/126001
53.41/52.00	c cleaning 15602 clauses out of 32387 with flag 143000/143000
59.45/58.04	c cleaning 16138 clauses out of 34784 with flag 161000/161000
65.80/64.35	c cleaning 17305 clauses out of 37648 with flag 180003/180003
72.62/71.12	c cleaning 18250 clauses out of 40344 with flag 200005/200005
79.78/78.30	c cleaning 18794 clauses out of 43088 with flag 221000/221000
86.76/85.11	c cleaning 20030 clauses out of 46294 with flag 243000/243000
94.69/93.03	c cleaning 20807 clauses out of 49263 with flag 266000/266000
103.04/101.38	c cleaning 21902 clauses out of 52456 with flag 290000/290000
112.07/110.39	c cleaning 22587 clauses out of 55552 with flag 315000/315000
120.75/118.96	c cleaning 23678 clauses out of 58965 with flag 341001/341001
129.89/128.06	c cleaning 24899 clauses out of 62290 with flag 368005/368005
140.38/138.42	c cleaning 25145 clauses out of 65387 with flag 396001/396001
150.32/148.38	c cleaning 26614 clauses out of 69244 with flag 425004/425004
160.28/158.28	c cleaning 27038 clauses out of 72625 with flag 455000/455000
171.84/169.80	c cleaning 28406 clauses out of 76585 with flag 486000/486000
183.30/181.19	c cleaning 29228 clauses out of 80177 with flag 518000/518000
195.29/193.02	c cleaning 29923 clauses out of 83949 with flag 551000/551000
208.54/206.24	c cleaning 30939 clauses out of 88025 with flag 585001/585001
222.32/219.94	c cleaning 31786 clauses out of 92082 with flag 620000/620000
236.17/233.73	c cleaning 33098 clauses out of 96296 with flag 656000/656000
249.04/246.50	c cleaning 34072 clauses out of 100203 with flag 693006/693006
262.44/259.89	c cleaning 35275 clauses out of 104124 with flag 731000/731000
278.12/275.42	c cleaning 35122 clauses out of 107849 with flag 770000/770000
293.59/290.81	c cleaning 36714 clauses out of 112726 with flag 810000/810000
309.77/306.99	c cleaning 37286 clauses out of 117012 with flag 851000/851000
326.04/323.18	c cleaning 38106 clauses out of 121724 with flag 893000/893000
342.22/339.26	c cleaning 39467 clauses out of 126616 with flag 936000/936000
359.60/356.60	c cleaning 40899 clauses out of 131149 with flag 980000/980000
377.60/374.43	c cleaning 41302 clauses out of 135251 with flag 1025001/1025001
397.17/393.96	c cleaning 42892 clauses out of 139949 with flag 1071001/1071001
416.11/412.79	c cleaning 44165 clauses out of 144056 with flag 1118000/1118000
441.43/437.76	c cleaning 46185 clauses out of 147891 with flag 1166000/1166000
462.19/458.35	c cleaning 45219 clauses out of 150707 with flag 1215003/1215003
481.77/477.89	c cleaning 46188 clauses out of 155485 with flag 1265000/1265000
501.75/497.70	c cleaning 47417 clauses out of 160297 with flag 1316000/1316000
523.84/519.73	c cleaning 47736 clauses out of 164880 with flag 1368000/1368000
543.41/539.21	c cleaning 49229 clauses out of 170145 with flag 1421001/1421001
565.99/561.75	c cleaning 50031 clauses out of 174915 with flag 1475000/1475000
590.31/585.93	c cleaning 51257 clauses out of 179884 with flag 1530000/1530000
614.12/609.61	c cleaning 51728 clauses out of 184626 with flag 1586000/1586000
636.87/632.39	c cleaning 52756 clauses out of 189898 with flag 1643000/1643000
661.29/656.68	c cleaning 53941 clauses out of 195142 with flag 1701000/1701000
689.37/684.62	c cleaning 54258 clauses out of 200201 with flag 1760000/1760000
715.78/710.92	c cleaning 55212 clauses out of 205943 with flag 1820000/1820000
741.97/737.07	c cleaning 57815 clauses out of 211731 with flag 1881000/1881000
767.58/762.53	c cleaning 58214 clauses out of 215916 with flag 1943000/1943000
796.58/791.40	c cleaning 58808 clauses out of 220702 with flag 2006001/2006001
824.47/819.21	c cleaning 59317 clauses out of 225895 with flag 2070002/2070002
851.36/846.01	c cleaning 60671 clauses out of 231577 with flag 2135001/2135001
880.75/875.33	c cleaning 61718 clauses out of 236905 with flag 2201000/2201000
910.87/905.34	c cleaning 62263 clauses out of 242187 with flag 2268000/2268000
942.34/936.75	c cleaning 63444 clauses out of 247926 with flag 2336002/2336002
973.35/967.65	c cleaning 65223 clauses out of 253480 with flag 2405000/2405000
1004.07/998.20	c cleaning 65288 clauses out of 258257 with flag 2475000/2475000
1035.05/1028.99	c cleaning 66913 clauses out of 263969 with flag 2546000/2546000
1067.74/1061.55	c cleaning 67913 clauses out of 269058 with flag 2618002/2618002
1097.09/1090.68	c cleaning 68623 clauses out of 274144 with flag 2691001/2691001
1131.96/1125.43	c cleaning 69687 clauses out of 279520 with flag 2765000/2765000
1169.55/1162.77	c cleaning 70224 clauses out of 284832 with flag 2840000/2840000
1205.33/1198.49	c cleaning 71621 clauses out of 290608 with flag 2916000/2916000
1243.30/1236.13	c cleaning 73578 clauses out of 295987 with flag 2993000/2993000
1282.26/1274.97	c cleaning 73101 clauses out of 300411 with flag 3071002/3071002
1320.88/1313.46	c cleaning 74152 clauses out of 306309 with flag 3150001/3150001
1360.35/1352.76	c cleaning 74832 clauses out of 312156 with flag 3230000/3230000
1395.69/1387.78	c cleaning 77308 clauses out of 318324 with flag 3311000/3311000
1441.31/1432.85	c cleaning 78541 clauses out of 323018 with flag 3393002/3393002
1516.25/1506.18	c cleaning 80135 clauses out of 327478 with flag 3476003/3476003
1562.30/1551.72	c cleaning 79708 clauses out of 331342 with flag 3560002/3560002
1606.09/1595.25	c cleaning 78914 clauses out of 336633 with flag 3645002/3645002
1651.01/1640.02	c cleaning 80227 clauses out of 343718 with flag 3731001/3731001
1695.24/1684.03	c cleaning 81597 clauses out of 350490 with flag 3818000/3818000
1739.78/1728.41	c cleaning 82947 clauses out of 356894 with flag 3906001/3906001
1786.10/1774.60	c cleaning 84338 clauses out of 362948 with flag 3995002/3995002
1800.01/1788.41	c starts		: 251
1800.01/1788.41	c conflicts		: 4031087
1800.01/1788.41	c decisions		: 107845182
1800.01/1788.41	c propagations		: 3527073442
1800.01/1788.41	c inspects		: 7812137559
1800.01/1788.41	c shortcuts		: 0
1800.01/1788.41	c learnt literals	: 67
1800.01/1788.41	c learnt binary clauses	: 248069
1800.01/1788.41	c learnt ternary clauses	: 238870
1800.01/1788.41	c learnt constraints	: 4031020
1800.01/1788.41	c ignored constraints	: 0
1800.01/1788.41	c root simplifications	: 0
1800.01/1788.41	c removed literals (reason simplification)	: 0
1800.01/1788.41	c reason swapping (by a shorter reason)	: 0
1800.01/1788.41	c Calls to reduceDB	: 85
1800.01/1788.41	c number of reductions to clauses (during analyze)	: 0
1800.01/1788.41	c number of learned constraints concerned by reduction	: 0
1800.01/1788.41	c number of learning phase by resolution	: 0
1800.01/1788.41	c number of learning phase by cutting planes	: 0
1800.01/1788.41	c speed (assignments/second)	: 1972883.762842772
1800.01/1788.41	c non guided choices	89178
1800.01/1788.47	c learnt constraints type 
1800.01/1788.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 248070
1800.01/1788.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 66783
1800.01/1788.47	c constraints type 
1800.01/1788.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 19273
1800.01/1788.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 180
1800.01/1788.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.01/1788.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2327
1800.01/1788.47	c 21782 constraints processed.
1800.01/1788.47	s UNKNOWN
1800.01/1788.47	c Total wall clock time (in seconds): 1788.362

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-3689685-1337892411/watcher-3689685-1337892411 -o /tmp/evaluation-result-3689685-1337892411/solver-3689685-1337892411 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689685-1337892411.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 26589
/proc/meminfo: memFree=26189152/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26589/stat : 26589 (java) D 26587 26589 23289 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 255366537 9515008 175 33554432000 1073741824 1073778376 140736317545824 140736317528552 252263089040 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/26589/statm: 2323 175 133 9 0 71 0

[startup+0.0615569 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 26589
/proc/meminfo: memFree=26189152/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9225560 CPUtime=0.04 cores=1,3,5,7
/proc/26589/stat : 26589 (java) S 26587 26589 23289 0 -1 4202496 3085 0 1 0 3 1 0 0 20 0 13 0 255366537 9446973440 4293 33554432000 1073741824 1073778376 140736128529008 140736128520144 252266446909 0 0 0 16800971 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2306390 4293 1709 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100226 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 26589
/proc/meminfo: memFree=26189152/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/26589/stat : 26589 (java) S 26587 26589 23289 0 -1 4202496 4281 0 1 0 8 2 0 0 20 0 18 0 255366537 9787813888 5478 33554432000 1073741824 1073778376 140736128529008 140736128520144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2389603 5478 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300181 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 26589
/proc/meminfo: memFree=26189152/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/26589/stat : 26589 (java) S 26587 26589 23289 0 -1 4202496 7300 0 1 0 53 3 0 0 20 0 18 0 255366537 9787813888 11938 33554432000 1073741824 1073778376 140736128529008 140736128520144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2389603 11938 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700208 s]
/proc/loadavg: 2.00 2.00 2.00 3/192 26589
/proc/meminfo: memFree=26189152/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/26589/stat : 26589 (java) S 26587 26589 23289 0 -1 4202496 9837 0 1 0 142 6 0 0 20 0 19 0 255366537 9855975424 39308 33554432000 1073741824 1073778376 140736128529008 140736128520144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2406244 39308 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9624976

[startup+1.50082 s]
/proc/loadavg: 2.16 2.03 2.01 3/211 26608
/proc/meminfo: memFree=26040740/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9624976 CPUtime=2.46 cores=1,3,5,7
/proc/26589/stat : 26589 (java) S 26587 26589 23289 0 -1 4202496 10167 0 1 0 240 6 0 0 20 0 19 0 255366537 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140736128520144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2406244 39311 2251 9 0 2396937 0
[pid=26589/tid=26591] ppid=26587 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/26589/task/26591/stat : 26591 (java) R 26587 26589 23289 0 -1 4202560 2509 0 1 0 142 3 0 0 20 0 19 0 255366538 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140376345629128 140376191834406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26592] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26592/stat : 26592 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140376318081448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26593] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26593/stat : 26593 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140376317028904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26594] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26594/stat : 26594 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140376315975848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26595] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26595/stat : 26595 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140376314923304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26596] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26596/stat : 26596 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140376313871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26597/stat : 26597 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140376312818728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26598/stat : 26598 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140376311765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26599/stat : 26599 (java) S 26587 26589 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140376310713128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26600] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26600/stat : 26600 (java) S 26587 26589 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255366540 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140375698147688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26601] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26601/stat : 26601 (java) S 26587 26589 23289 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255366540 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140375697094008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26602] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26602/stat : 26602 (java) S 26587 26589 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366541 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140375696040840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26603] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26603/stat : 26603 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140375694989584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26604] ppid=26587 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/26589/task/26604/stat : 26604 (java) S 26587 26589 23289 0 -1 4202560 3468 0 0 0 49 1 0 0 20 0 19 0 255366543 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140375693937464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26605] ppid=26587 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/26589/task/26605/stat : 26605 (java) S 26587 26589 23289 0 -1 4202560 2996 0 0 0 46 0 0 0 20 0 19 0 255366543 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140375692884920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26606] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26606/stat : 26606 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140375691832056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26607] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26607/stat : 26607 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140375690779720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26608] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26608/stat : 26608 (java) S 26587 26589 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366601 9855975424 39311 33554432000 1073741824 1073778376 140736128529008 140375689724968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9624976

[startup+3.10075 s]
/proc/loadavg: 2.16 2.03 2.01 3/211 26608
/proc/meminfo: memFree=26038188/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9624976 CPUtime=4.2 cores=1,3,5,7
/proc/26589/stat : 26589 (java) S 26587 26589 23289 0 -1 4202496 10241 0 1 0 414 6 0 0 20 0 19 0 255366537 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140736128520144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2406244 45505 2281 9 0 2396937 0
[pid=26589/tid=26591] ppid=26587 vsize=9624976 CPUtime=2.99 cores=1,3,5,7
/proc/26589/task/26591/stat : 26591 (java) R 26587 26589 23289 0 -1 4202560 2515 0 1 0 296 3 0 0 20 0 19 0 255366538 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140376345629016 140376191802434 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26592] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26592/stat : 26592 (java) S 26587 26589 23289 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140376318081448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26593] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26593/stat : 26593 (java) S 26587 26589 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140376317028904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26594] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26594/stat : 26594 (java) S 26587 26589 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140376315975848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26595] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26595/stat : 26595 (java) S 26587 26589 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140376314923304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26596] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26596/stat : 26596 (java) S 26587 26589 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140376313871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26597/stat : 26597 (java) S 26587 26589 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140376312818728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26598/stat : 26598 (java) S 26587 26589 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140376311765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26599/stat : 26599 (java) S 26587 26589 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140376310713128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26600] ppid=26587 vsize=9624976 CPUtime=0.02 cores=1,3,5,7
/proc/26589/task/26600/stat : 26600 (java) S 26587 26589 23289 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 255366540 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140375698147688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26601] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26601/stat : 26601 (java) S 26587 26589 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255366540 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140375697094008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26602] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26602/stat : 26602 (java) S 26587 26589 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255366541 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140375696040840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26603] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26603/stat : 26603 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140375694989584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26604] ppid=26587 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/26589/task/26604/stat : 26604 (java) S 26587 26589 23289 0 -1 4202560 3477 0 0 0 51 1 0 0 20 0 19 0 255366543 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140375693937464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26605] ppid=26587 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/26589/task/26605/stat : 26605 (java) S 26587 26589 23289 0 -1 4202560 2997 0 0 0 50 0 0 0 20 0 19 0 255366543 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140375692884920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26606] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26606/stat : 26606 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140375691832056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26607] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26607/stat : 26607 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140375690779720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26608] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26608/stat : 26608 (java) S 26587 26589 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366601 9855975424 45505 33554432000 1073741824 1073778376 140736128529008 140375689724968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 9624976

[startup+6.30073 s]
/proc/loadavg: 2.23 2.05 2.02 3/211 26608
/proc/meminfo: memFree=26008764/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9624976 CPUtime=7.45 cores=1,3,5,7
/proc/26589/stat : 26589 (java) S 26587 26589 23289 0 -1 4202496 10258 0 1 0 738 7 0 0 20 0 19 0 255366537 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140736128520144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2406244 46995 2281 9 0 2396937 0
[pid=26589/tid=26591] ppid=26587 vsize=9624976 CPUtime=6.14 cores=1,3,5,7
/proc/26589/task/26591/stat : 26591 (java) R 26587 26589 23289 0 -1 4202560 2518 0 1 0 611 3 0 0 20 0 19 0 255366538 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140376345628088 140376191777498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26592] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26592/stat : 26592 (java) S 26587 26589 23289 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140376318081448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26593] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26593/stat : 26593 (java) S 26587 26589 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140376317028904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26594] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26594/stat : 26594 (java) S 26587 26589 23289 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140376315975848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26595] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26595/stat : 26595 (java) S 26587 26589 23289 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140376314923304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26596] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26596/stat : 26596 (java) S 26587 26589 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140376313871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26597/stat : 26597 (java) S 26587 26589 23289 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140376312818728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26598/stat : 26598 (java) S 26587 26589 23289 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140376311765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26599/stat : 26599 (java) S 26587 26589 23289 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255366539 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140376310713128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26600] ppid=26587 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/26589/task/26600/stat : 26600 (java) S 26587 26589 23289 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 19 0 255366540 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140375698147688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26601] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26601/stat : 26601 (java) S 26587 26589 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255366540 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140375697094008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26602] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26602/stat : 26602 (java) S 26587 26589 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255366541 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140375696040840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26603] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26603/stat : 26603 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140375694989584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26604] ppid=26587 vsize=9624976 CPUtime=0.54 cores=1,3,5,7
/proc/26589/task/26604/stat : 26604 (java) S 26587 26589 23289 0 -1 4202560 3477 0 0 0 52 2 0 0 20 0 19 0 255366543 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140375693937464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26605] ppid=26587 vsize=9624976 CPUtime=0.53 cores=1,3,5,7
/proc/26589/task/26605/stat : 26605 (java) S 26587 26589 23289 0 -1 4202560 2997 0 0 0 53 0 0 0 20 0 19 0 255366543 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140375692884920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26606] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26606/stat : 26606 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140375691832056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26607] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26607/stat : 26607 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140375690779720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26608] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26608/stat : 26608 (java) S 26587 26589 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366601 9855975424 46995 33554432000 1073741824 1073778376 140736128529008 140375689724968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.45
Current children cumulated vsize (KiB) 9624976

[startup+12.7008 s]

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

[pid=26589/tid=26604] ppid=26587 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/26589/task/26604/stat : 26604 (java) S 26587 26589 23289 0 -1 4202560 3485 0 0 0 53 2 0 0 20 0 19 0 255366543 9855975424 280242 33554432000 1073741824 1073778376 140736128529008 140375693937464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26605] ppid=26587 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/26589/task/26605/stat : 26605 (java) S 26587 26589 23289 0 -1 4202560 3004 0 0 0 70 0 0 0 20 0 19 0 255366543 9855975424 280242 33554432000 1073741824 1073778376 140736128529008 140375692884920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26606] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26606/stat : 26606 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 280242 33554432000 1073741824 1073778376 140736128529008 140375691832056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26607] ppid=26587 vsize=9624976 CPUtime=0.76 cores=1,3,5,7
/proc/26589/task/26607/stat : 26607 (java) S 26587 26589 23289 0 -1 4202560 95 0 0 0 41 35 0 0 20 0 19 0 255366543 9855975424 280242 33554432000 1073741824 1073778376 140736128529008 140375690779720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26608] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26608/stat : 26608 (java) S 26587 26589 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366601 9855975424 280242 33554432000 1073741824 1073778376 140736128529008 140375689724968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1673.4
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.07 2.11 2.04 3/211 26703
/proc/meminfo: memFree=27785252/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9624976 CPUtime=1733.67 cores=1,3,5,7
/proc/26589/stat : 26589 (java) S 26587 26589 23289 0 -1 4202496 14705 0 1 0 173170 197 0 0 20 0 19 0 255366537 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140736128520144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2406244 278482 2282 9 0 2396937 0
[pid=26589/tid=26591] ppid=26587 vsize=9624976 CPUtime=1707.14 cores=1,3,5,7
/proc/26589/task/26591/stat : 26591 (java) R 26587 26589 23289 0 -1 4202560 2613 0 1 0 170685 29 0 0 20 0 19 0 255366538 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140376345628896 140376191790922 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26592] ppid=26587 vsize=9624976 CPUtime=1.55 cores=1,3,5,7
/proc/26589/task/26592/stat : 26592 (java) S 26587 26589 23289 0 -1 4202560 456 0 0 0 138 17 0 0 20 0 19 0 255366539 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140376318081448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26593] ppid=26587 vsize=9624976 CPUtime=1.53 cores=1,3,5,7
/proc/26589/task/26593/stat : 26593 (java) S 26587 26589 23289 0 -1 4202560 576 0 0 0 135 18 0 0 20 0 19 0 255366539 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140376317028904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26594] ppid=26587 vsize=9624976 CPUtime=1.63 cores=1,3,5,7
/proc/26589/task/26594/stat : 26594 (java) S 26587 26589 23289 0 -1 4202560 436 0 0 0 146 17 0 0 20 0 19 0 255366539 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140376315975848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26595] ppid=26587 vsize=9624976 CPUtime=1.75 cores=1,3,5,7
/proc/26589/task/26595/stat : 26595 (java) S 26587 26589 23289 0 -1 4202560 385 0 0 0 157 18 0 0 20 0 19 0 255366539 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140376314923304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26596] ppid=26587 vsize=9624976 CPUtime=1.52 cores=1,3,5,7
/proc/26589/task/26596/stat : 26596 (java) S 26587 26589 23289 0 -1 4202560 333 0 0 0 137 15 0 0 20 0 19 0 255366539 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140376313871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=9624976 CPUtime=1.56 cores=1,3,5,7
/proc/26589/task/26597/stat : 26597 (java) S 26587 26589 23289 0 -1 4202560 527 0 0 0 139 17 0 0 20 0 19 0 255366539 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140376312818728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=9624976 CPUtime=1.48 cores=1,3,5,7
/proc/26589/task/26598/stat : 26598 (java) S 26587 26589 23289 0 -1 4202560 403 0 0 0 131 17 0 0 20 0 19 0 255366539 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140376311765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=9624976 CPUtime=1.55 cores=1,3,5,7
/proc/26589/task/26599/stat : 26599 (java) S 26587 26589 23289 0 -1 4202560 422 0 0 0 140 15 0 0 20 0 19 0 255366539 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140376310713128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26600] ppid=26587 vsize=9624976 CPUtime=7.25 cores=1,3,5,7
/proc/26589/task/26600/stat : 26600 (java) S 26587 26589 23289 0 -1 4202560 785 0 0 0 721 4 0 0 20 0 19 0 255366540 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140375698147688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26601] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26601/stat : 26601 (java) S 26587 26589 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255366540 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140375697094008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26602] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26602/stat : 26602 (java) S 26587 26589 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255366541 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140375696040840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26603] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26603/stat : 26603 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140375694989584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26604] ppid=26587 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/26589/task/26604/stat : 26604 (java) S 26587 26589 23289 0 -1 4202560 3485 0 0 0 53 2 0 0 20 0 19 0 255366543 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140375693937464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26605] ppid=26587 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/26589/task/26605/stat : 26605 (java) S 26587 26589 23289 0 -1 4202560 3004 0 0 0 70 0 0 0 20 0 19 0 255366543 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140375692884920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26606] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26606/stat : 26606 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140375691832056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26607] ppid=26587 vsize=9624976 CPUtime=0.79 cores=1,3,5,7
/proc/26589/task/26607/stat : 26607 (java) S 26587 26589 23289 0 -1 4202560 99 0 0 0 43 36 0 0 20 0 19 0 255366543 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140375690779720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26608] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26608/stat : 26608 (java) S 26587 26589 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366601 9855975424 278482 33554432000 1073741824 1073778376 140736128529008 140375689724968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1733.67
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.02 2.09 2.04 3/211 26704
/proc/meminfo: memFree=27767500/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9624976 CPUtime=1793.91 cores=1,3,5,7
/proc/26589/stat : 26589 (java) S 26587 26589 23289 0 -1 4202496 14733 0 1 0 179192 199 0 0 20 0 19 0 255366537 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140736128520144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2406244 272055 2282 9 0 2396937 0
[pid=26589/tid=26591] ppid=26587 vsize=9624976 CPUtime=1766.63 cores=1,3,5,7
/proc/26589/task/26591/stat : 26591 (java) R 26587 26589 23289 0 -1 4202560 2615 0 1 0 176633 30 0 0 20 0 19 0 255366538 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376345628896 140376191777538 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26592] ppid=26587 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/26589/task/26592/stat : 26592 (java) S 26587 26589 23289 0 -1 4202560 456 0 0 0 142 17 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376318081448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26593] ppid=26587 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/26589/task/26593/stat : 26593 (java) S 26587 26589 23289 0 -1 4202560 581 0 0 0 140 18 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376317028904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26594] ppid=26587 vsize=9624976 CPUtime=1.67 cores=1,3,5,7
/proc/26589/task/26594/stat : 26594 (java) S 26587 26589 23289 0 -1 4202560 441 0 0 0 150 17 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376315975848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26595] ppid=26587 vsize=9624976 CPUtime=1.8 cores=1,3,5,7
/proc/26589/task/26595/stat : 26595 (java) S 26587 26589 23289 0 -1 4202560 385 0 0 0 162 18 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376314923304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26596] ppid=26587 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/26589/task/26596/stat : 26596 (java) S 26587 26589 23289 0 -1 4202560 333 0 0 0 139 15 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376313871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=9624976 CPUtime=1.57 cores=1,3,5,7
/proc/26589/task/26597/stat : 26597 (java) S 26587 26589 23289 0 -1 4202560 527 0 0 0 140 17 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376312818728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=9624976 CPUtime=1.51 cores=1,3,5,7
/proc/26589/task/26598/stat : 26598 (java) S 26587 26589 23289 0 -1 4202560 403 0 0 0 134 17 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376311765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/26589/task/26599/stat : 26599 (java) S 26587 26589 23289 0 -1 4202560 430 0 0 0 143 15 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376310713128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26600] ppid=26587 vsize=9624976 CPUtime=7.53 cores=1,3,5,7
/proc/26589/task/26600/stat : 26600 (java) S 26587 26589 23289 0 -1 4202560 789 0 0 0 748 5 0 0 20 0 19 0 255366540 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375698147688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26601] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26601/stat : 26601 (java) S 26587 26589 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255366540 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375697094008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26602] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26602/stat : 26602 (java) S 26587 26589 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255366541 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375696040840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26603] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26603/stat : 26603 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375694989584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26604] ppid=26587 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/26589/task/26604/stat : 26604 (java) S 26587 26589 23289 0 -1 4202560 3485 0 0 0 53 2 0 0 20 0 19 0 255366543 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375693937464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26605] ppid=26587 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/26589/task/26605/stat : 26605 (java) S 26587 26589 23289 0 -1 4202560 3004 0 0 0 70 0 0 0 20 0 19 0 255366543 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375692884920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26606] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26606/stat : 26606 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375691832056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26607] ppid=26587 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/26589/task/26607/stat : 26607 (java) S 26587 26589 23289 0 -1 4202560 103 0 0 0 45 38 0 0 20 0 19 0 255366543 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375690779720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26608] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26608/stat : 26608 (java) S 26587 26589 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366601 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375689724968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1793.91
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.4 s]
/proc/loadavg: 2.02 2.08 2.04 3/211 26704
/proc/meminfo: memFree=27767252/32873852 swapFree=7616/7616
[pid=26589] ppid=26587 vsize=9624976 CPUtime=1800.01 cores=1,3,5,7
/proc/26589/stat : 26589 (java) S 26587 26589 23289 0 -1 4202496 14733 0 1 0 179802 199 0 0 20 0 19 0 255366537 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140736128520144 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/26589/statm: 2406244 272055 2282 9 0 2396937 0
[pid=26589/tid=26591] ppid=26587 vsize=9624976 CPUtime=1772.72 cores=1,3,5,7
/proc/26589/task/26591/stat : 26591 (java) R 26587 26589 23289 0 -1 4202560 2615 0 1 0 177242 30 0 0 20 0 19 0 255366538 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376345628896 140376191852188 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26592] ppid=26587 vsize=9624976 CPUtime=1.59 cores=1,3,5,7
/proc/26589/task/26592/stat : 26592 (java) S 26587 26589 23289 0 -1 4202560 456 0 0 0 142 17 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376318081448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26593] ppid=26587 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/26589/task/26593/stat : 26593 (java) S 26587 26589 23289 0 -1 4202560 581 0 0 0 140 18 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376317028904 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26594] ppid=26587 vsize=9624976 CPUtime=1.67 cores=1,3,5,7
/proc/26589/task/26594/stat : 26594 (java) S 26587 26589 23289 0 -1 4202560 441 0 0 0 150 17 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376315975848 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26595] ppid=26587 vsize=9624976 CPUtime=1.8 cores=1,3,5,7
/proc/26589/task/26595/stat : 26595 (java) S 26587 26589 23289 0 -1 4202560 385 0 0 0 162 18 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376314923304 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26596] ppid=26587 vsize=9624976 CPUtime=1.54 cores=1,3,5,7
/proc/26589/task/26596/stat : 26596 (java) S 26587 26589 23289 0 -1 4202560 333 0 0 0 139 15 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376313871272 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26597] ppid=26587 vsize=9624976 CPUtime=1.57 cores=1,3,5,7
/proc/26589/task/26597/stat : 26597 (java) S 26587 26589 23289 0 -1 4202560 527 0 0 0 140 17 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376312818728 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26598] ppid=26587 vsize=9624976 CPUtime=1.51 cores=1,3,5,7
/proc/26589/task/26598/stat : 26598 (java) S 26587 26589 23289 0 -1 4202560 403 0 0 0 134 17 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376311765672 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26589/tid=26599] ppid=26587 vsize=9624976 CPUtime=1.58 cores=1,3,5,7
/proc/26589/task/26599/stat : 26599 (java) S 26587 26589 23289 0 -1 4202560 430 0 0 0 143 15 0 0 20 0 19 0 255366539 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140376310713128 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26600] ppid=26587 vsize=9624976 CPUtime=7.53 cores=1,3,5,7
/proc/26589/task/26600/stat : 26600 (java) S 26587 26589 23289 0 -1 4202560 789 0 0 0 748 5 0 0 20 0 19 0 255366540 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375698147688 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26601] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26601/stat : 26601 (java) S 26587 26589 23289 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255366540 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375697094008 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26602] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26602/stat : 26602 (java) S 26587 26589 23289 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255366541 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375696040840 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26603] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26603/stat : 26603 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375694989584 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26604] ppid=26587 vsize=9624976 CPUtime=0.55 cores=1,3,5,7
/proc/26589/task/26604/stat : 26604 (java) S 26587 26589 23289 0 -1 4202560 3485 0 0 0 53 2 0 0 20 0 19 0 255366543 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375693937464 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26605] ppid=26587 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/26589/task/26605/stat : 26605 (java) S 26587 26589 23289 0 -1 4202560 3004 0 0 0 70 0 0 0 20 0 19 0 255366543 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375692884920 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26589/tid=26606] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26606/stat : 26606 (java) S 26587 26589 23289 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255366543 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375691832056 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26589/tid=26607] ppid=26587 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/26589/task/26607/stat : 26607 (java) S 26587 26589 23289 0 -1 4202560 103 0 0 0 45 38 0 0 20 0 19 0 255366543 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375690779720 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26589/tid=26608] ppid=26587 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/26589/task/26608/stat : 26608 (java) S 26587 26589 23289 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255366601 9855975424 272055 33554432000 1073741824 1073778376 140736128529008 140375689724968 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 26589 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=359367
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=245658
# CPU time returned by wait4() is 1795.6
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1788.49
CPU time (s): 1800.01
CPU user time (s): 1798.02
CPU system time (s): 1.99
CPU usage (%): 100.644
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.36
system time used= 2.24566
maximum resident set size= 1120980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14767
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40587
involuntary context switches= 16638

runsolver used 6.07308 second user time and 15.6606 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-24 22:46:51
IDJOB=3689685
IDBENCH=90186
IDSOLVER=2269
FILE ID=node131/3689685-1337892411
RUNJOBID= node131-1337871881-23306
PBS_JOBID= 14620073
Free space on /tmp= 71592 MiB

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

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

MD5SUM BENCH= f1881d1e83243719865906bde58f94f2
RANDOM SEED=722051240

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

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26189416 kB
Buffers:          225328 kB
Cached:          2153124 kB
SwapCached:            0 kB
Active:          4039964 kB
Inactive:        1871612 kB
Active(anon):    3535308 kB
Inactive(anon):        0 kB
Active(file):     504656 kB
Inactive(file):  1871612 kB
Unevictable:        7616 kB
Mlocked:            7616 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1996 kB
Writeback:             0 kB
AnonPages:       3540276 kB
Mapped:            22540 kB
Shmem:               204 kB
Slab:             628972 kB
SReclaimable:      71536 kB
SUnreclaim:       557436 kB
KernelStack:        1592 kB
PageTables:        11128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    4440548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3319808 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= 71596 MiB
End job on node131 at 2012-05-24 23:16:41