Trace number 3689690

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.76 920.075

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K138.opb
MD5SUMb6be79d7c894904bfb5f7c9acfb80f53
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 variables16422
Total number of constraints16700
Number of constraints which are clauses16562
Number of constraints which are cardinality constraints (but not clauses)138
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint138
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 139
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.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c ManyCore solver with 2 solvers running in parallel
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c Expensive reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Armin Biere (Picosat) restarts strategy
0.07/0.13	c Glucose learned constraints deletion strategy
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-3689690-1337884311.opb
0.07/0.13	c reading problem ... 
1.28/0.67	c ... done. Wall clock time 0.536s.
1.28/0.67	c declared #vars     16422
1.28/0.67	c #constraints  16700
1.28/0.67	c constraints type 
1.28/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14779
1.28/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 138
1.28/0.67	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.28/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1781
1.28/0.67	c 16700 constraints processed.
1.28/0.67	c constraints type 
1.28/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1781
1.28/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14779
1.28/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
1.28/0.67	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.28/0.67	c 16700 constraints processed.
7.07/2.72	c cleaning 2477 clauses out of 4994 with flag 5001/5001
12.36/5.16	c cleaning 4232 clauses out of 8515 with flag 11000/11000
17.11/7.56	c cleaning 5616 clauses out of 11274 with flag 18001/18001
22.72/10.30	c cleaning 6758 clauses out of 13659 with flag 26003/26003
29.02/13.55	c cleaning 7826 clauses out of 15891 with flag 35001/35001
35.29/16.75	c cleaning 8934 clauses out of 18061 with flag 45000/45000
42.57/20.49	c cleaning 9856 clauses out of 20126 with flag 56000/56000
50.19/24.39	c cleaning 11033 clauses out of 22272 with flag 68003/68003
58.51/28.62	c cleaning 11899 clauses out of 24235 with flag 81000/81000
67.70/33.30	c cleaning 13049 clauses out of 26334 with flag 95000/95000
78.04/38.65	c cleaning 13925 clauses out of 28283 with flag 110000/110000
94.46/46.92	c cleaning 15105 clauses out of 30360 with flag 126002/126002
106.83/53.39	c cleaning 15937 clauses out of 32250 with flag 143001/143001
120.14/60.12	c cleaning 16964 clauses out of 34312 with flag 161001/161001
134.84/67.64	c cleaning 17972 clauses out of 36346 with flag 180000/180000
151.52/76.14	c cleaning 19158 clauses out of 38373 with flag 200000/200000
168.82/85.01	c cleaning 19884 clauses out of 40215 with flag 221000/221000
185.87/93.75	c cleaning 20861 clauses out of 42331 with flag 243000/243000
209.91/105.96	c cleaning 21976 clauses out of 44470 with flag 266000/266000
228.55/115.44	c cleaning 22232 clauses out of 46492 with flag 290000/290000
248.86/125.98	c cleaning 23125 clauses out of 49258 with flag 315000/315000
268.68/136.01	c cleaning 24561 clauses out of 52133 with flag 341000/341000
290.46/147.15	c cleaning 24871 clauses out of 54578 with flag 368006/368006
318.66/161.93	c cleaning 26162 clauses out of 57701 with flag 396000/396000
350.18/177.99	c cleaning 27653 clauses out of 60539 with flag 425000/425000
375.93/191.07	c cleaning 27748 clauses out of 62885 with flag 455000/455000
404.07/205.42	c cleaning 29156 clauses out of 66136 with flag 486000/486000
430.11/218.97	c cleaning 29609 clauses out of 68979 with flag 518000/518000
457.65/233.05	c cleaning 30611 clauses out of 72375 with flag 551005/551005
482.61/245.89	c cleaning 0 clauses out of 5000 with flag 0/5000
489.88/249.61	c cleaning 31708 clauses out of 75759 with flag 585000/585000
519.54/265.10	c cleaning 32805 clauses out of 79051 with flag 620000/620000
570.00/290.58	c cleaning 33453 clauses out of 82246 with flag 656000/656000
603.94/307.88	c cleaning 34618 clauses out of 85793 with flag 693000/693000
637.78/325.12	c cleaning 35313 clauses out of 89177 with flag 731002/731002
682.57/348.14	c cleaning 37011 clauses out of 92862 with flag 770000/770000
720.23/367.32	c cleaning 37696 clauses out of 95850 with flag 810000/810000
777.39/396.24	c cleaning 38224 clauses out of 99153 with flag 851000/851000
814.96/415.48	c cleaning 39319 clauses out of 102932 with flag 893004/893004
860.32/438.83	c cleaning 40384 clauses out of 106610 with flag 936001/936001
929.21/473.61	c cleaning 41671 clauses out of 110226 with flag 980001/980001
998.02/508.59	c cleaning 42848 clauses out of 113555 with flag 1025001/1025001
1056.50/538.33	c cleaning 43402 clauses out of 116706 with flag 1071000/1071000
1104.31/563.17	c cleaning 44207 clauses out of 120306 with flag 1118002/1118002
1146.89/585.10	c cleaning 45292 clauses out of 124098 with flag 1166003/1166003
1205.08/614.80	c cleaning 46526 clauses out of 127802 with flag 1215000/1215000
1259.46/642.52	c cleaning 47664 clauses out of 131276 with flag 1265000/1265000
1306.98/667.29	c cleaning 48047 clauses out of 134612 with flag 1316000/1316000
1358.97/693.87	c cleaning 49404 clauses out of 138565 with flag 1368000/1368000
1405.77/717.86	c cleaning 49910 clauses out of 142161 with flag 1421000/1421000
1463.38/747.26	c cleaning 51505 clauses out of 146251 with flag 1475000/1475000
1527.84/780.44	c cleaning 52994 clauses out of 149750 with flag 1530005/1530005
1581.64/808.00	c cleaning 52824 clauses out of 152749 with flag 1586000/1586000
1633.60/834.57	c cleaning 54642 clauses out of 156927 with flag 1643002/1643002
1692.77/864.70	c cleaning 55294 clauses out of 160285 with flag 1701002/1701002
1749.81/894.22	c cleaning 56171 clauses out of 163990 with flag 1760001/1760001
1800.13/920.01	c starts		: 208
1800.13/920.01	c conflicts		: 1795596
1800.13/920.01	c decisions		: 24397263
1800.13/920.01	c propagations		: 1277011080
1800.13/920.01	c inspects		: 2514217651
1800.13/920.01	c shortcuts		: 0
1800.13/920.01	c learnt literals	: 60
1800.13/920.01	c learnt binary clauses	: 92902
1800.13/920.01	c learnt ternary clauses	: 104071
1800.13/920.01	c learnt constraints	: 1795536
1800.13/920.01	c ignored constraints	: 0
1800.13/920.01	c root simplifications	: 0
1800.13/920.01	c removed literals (reason simplification)	: 20228665
1800.13/920.01	c reason swapping (by a shorter reason)	: 0
1800.13/920.01	c Calls to reduceDB	: 55
1800.13/920.01	c number of reductions to clauses (during analyze)	: 0
1800.13/920.01	c number of learned constraints concerned by reduction	: 0
1800.13/920.01	c number of learning phase by resolution	: 0
1800.13/920.01	c number of learning phase by cutting planes	: 0
1800.13/920.01	c speed (assignments/second)	: 1389084.4984167628
1800.13/920.01	c non guided choices	10617
1800.13/920.05	c learnt constraints type 
1800.13/920.06	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 92904
1800.13/920.06	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50541
1800.13/920.06	c constraints type 
1800.13/920.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14779
1800.13/920.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 138
1800.13/920.06	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.13/920.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1781
1800.13/920.06	c 16700 constraints processed.
1800.13/920.06	c constraints type 
1800.13/920.06	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1781
1800.13/920.06	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14779
1800.13/920.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 138
1800.13/920.06	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.13/920.06	c 16700 constraints processed.
1800.13/920.06	s UNKNOWN
1800.13/920.06	c Total wall clock time (in seconds): 919.925

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

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.79 3.88 3.82 3/197 25730
/proc/meminfo: memFree=26218736/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25730/stat : 25730 (java) D 25728 25730 22059 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254558119 9515008 182 33554432000 1073741824 1073778376 140735839531408 140735839522440 233411788469 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25730/statm: 2323 182 140 9 0 71 0

[startup+0.0226789 s]
/proc/loadavg: 3.79 3.88 3.82 3/197 25730
/proc/meminfo: memFree=26218736/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=152584 CPUtime=0 cores=1,3,5,7
/proc/25730/stat : 25730 (java) S 25728 25730 22059 0 -1 4202496 1493 0 1 0 0 0 0 0 20 0 2 0 254558119 156246016 1684 33554432000 1073741824 1073778376 140735943153296 140735943144432 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25730/statm: 38146 1696 919 9 0 29255 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 152584

[startup+0.100303 s]
/proc/loadavg: 3.79 3.88 3.82 3/197 25730
/proc/meminfo: memFree=26218736/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/25730/stat : 25730 (java) S 25728 25730 22059 0 -1 4202496 3977 0 1 0 7 0 0 0 20 0 18 0 254558119 9787813888 5179 33554432000 1073741824 1073778376 140735943153296 140735943144432 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25730/statm: 2389603 5181 2035 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300259 s]
/proc/loadavg: 3.79 3.88 3.82 3/197 25730
/proc/meminfo: memFree=26218736/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/25730/stat : 25730 (java) S 25728 25730 22059 0 -1 4202496 7360 0 1 0 52 1 0 0 20 0 18 0 254558119 9787813888 10222 33554432000 1073741824 1073778376 140735943153296 140735943144432 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25730/statm: 2389603 10222 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700772 s]
/proc/loadavg: 3.79 3.88 3.82 3/197 25730
/proc/meminfo: memFree=26218736/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/25730/stat : 25730 (java) S 25728 25730 22059 0 -1 4202496 14263 0 1 0 153 5 0 0 20 0 22 0 254558119 10060460032 42414 33554432000 1073741824 1073778376 140735943153296 140735943144432 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25730/statm: 2456167 42414 2248 9 0 2446860 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9824668

[startup+1.50078 s]
/proc/loadavg: 3.79 3.88 3.82 7/219 25752
/proc/meminfo: memFree=26028412/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=9824668 CPUtime=4.46 cores=1,3,5,7
/proc/25730/stat : 25730 (java) S 25728 25730 22059 0 -1 4202496 20944 0 1 0 438 8 0 0 20 0 22 0 254558119 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140735943144432 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25730/statm: 2456167 49549 2273 9 0 2446860 0
[pid=25730/tid=25732] ppid=25728 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25730/task/25732/stat : 25732 (java) S 25728 25730 22059 0 -1 4202560 2513 0 1 0 61 2 0 0 20 0 22 0 254558120 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024870355960 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25733] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25733/stat : 25733 (java) S 25728 25730 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558122 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024714312488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25734] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25734/stat : 25734 (java) S 25728 25730 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254558122 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024713259688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25735] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25735/stat : 25735 (java) S 25728 25730 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254558122 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024712207400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25736] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25736/stat : 25736 (java) S 25728 25730 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558122 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024711154600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25737] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25737/stat : 25737 (java) S 25728 25730 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558122 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024710101288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25738] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25738/stat : 25738 (java) S 25728 25730 22059 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 254558122 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024709048488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25739] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25739/stat : 25739 (java) S 25728 25730 22059 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254558122 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024707996200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25740] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25740/stat : 25740 (java) S 25728 25730 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254558122 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024706943400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25741] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25741/stat : 25741 (java) S 25728 25730 22059 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024694532840 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25742] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25742/stat : 25742 (java) S 25728 25730 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024693478904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25743] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25743/stat : 25743 (java) S 25728 25730 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024692426504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25744] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25744/stat : 25744 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024691374992 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25745] ppid=25728 vsize=9824668 CPUtime=1.09 cores=1,3,5,7
/proc/25730/task/25745/stat : 25745 (java) S 25728 25730 22059 0 -1 4202560 11417 0 0 0 107 2 0 0 20 0 22 0 254558126 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024690321592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25746] ppid=25728 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/25730/task/25746/stat : 25746 (java) R 25728 25730 22059 0 -1 4202560 5595 0 0 0 101 2 0 0 20 0 22 0 254558126 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024689246064 140024876200176 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25747] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25747/stat : 25747 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024688216696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25748] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25748/stat : 25748 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024687164104 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25749] ppid=25728 vsize=9824668 CPUtime=0.77 cores=1,3,5,7
/proc/25730/task/25749/stat : 25749 (java) R 25728 25730 22059 0 -1 4202560 27 0 0 0 77 0 0 0 20 0 22 0 254558186 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024686109688 140024742856833 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25750] ppid=25728 vsize=9824668 CPUtime=0.78 cores=1,3,5,7
/proc/25730/task/25750/stat : 25750 (java) R 25728 25730 22059 0 -1 4202560 82 0 0 0 78 0 0 0 20 0 22 0 254558186 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024685054272 140024742487163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25751] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25751/stat : 25751 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024684005032 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25752] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25752/stat : 25752 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 49549 33554432000 1073741824 1073778376 140735943153296 140024682952232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9824668

[startup+3.1008 s]
/proc/loadavg: 3.79 3.88 3.82 5/219 25752
/proc/meminfo: memFree=26016384/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=9824668 CPUtime=8.14 cores=1,3,5,7
/proc/25730/stat : 25730 (java) S 25728 25730 22059 0 -1 4202496 21182 0 1 0 799 15 0 0 20 0 22 0 254558119 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140735943144432 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25730/statm: 2456167 65564 2285 9 0 2446860 0
[pid=25730/tid=25732] ppid=25728 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25730/task/25732/stat : 25732 (java) S 25728 25730 22059 0 -1 4202560 2513 0 1 0 61 2 0 0 20 0 22 0 254558120 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024870355960 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25733] ppid=25728 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25730/task/25733/stat : 25733 (java) S 25728 25730 22059 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254558122 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024714312488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25734] ppid=25728 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25730/task/25734/stat : 25734 (java) S 25728 25730 22059 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254558122 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024713259688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25735] ppid=25728 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/25730/task/25735/stat : 25735 (java) S 25728 25730 22059 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254558122 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024712207400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25736] ppid=25728 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25730/task/25736/stat : 25736 (java) S 25728 25730 22059 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254558122 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024711154600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25737] ppid=25728 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25730/task/25737/stat : 25737 (java) S 25728 25730 22059 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 254558122 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024710101288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25738] ppid=25728 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25730/task/25738/stat : 25738 (java) S 25728 25730 22059 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 254558122 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024709048488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25739] ppid=25728 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25730/task/25739/stat : 25739 (java) S 25728 25730 22059 0 -1 4202560 22 0 0 0 2 2 0 0 20 0 22 0 254558122 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024707996200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25740] ppid=25728 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/25730/task/25740/stat : 25740 (java) S 25728 25730 22059 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 254558122 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024706943400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25741] ppid=25728 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25730/task/25741/stat : 25741 (java) S 25728 25730 22059 0 -1 4202560 102 0 0 0 6 0 0 0 20 0 22 0 254558123 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024694532840 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25742] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25742/stat : 25742 (java) S 25728 25730 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024693478904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25743] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25743/stat : 25743 (java) S 25728 25730 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024692426504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25744] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25744/stat : 25744 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024691374992 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25745] ppid=25728 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/25730/task/25745/stat : 25745 (java) R 25728 25730 22059 0 -1 4202560 11532 0 0 0 151 2 0 0 20 0 22 0 254558126 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024690308512 140024874469882 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25746] ppid=25728 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/25730/task/25746/stat : 25746 (java) S 25728 25730 22059 0 -1 4202560 5599 0 0 0 106 2 0 0 20 0 22 0 254558126 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024689268792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25747] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25747/stat : 25747 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024688216696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25748] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25748/stat : 25748 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024687164104 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25749] ppid=25728 vsize=9824668 CPUtime=2.22 cores=1,3,5,7
/proc/25730/task/25749/stat : 25749 (java) R 25728 25730 22059 0 -1 4202560 28 0 0 0 222 0 0 0 20 0 22 0 254558186 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024686109408 140024742908685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25750] ppid=25728 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/25730/task/25750/stat : 25750 (java) R 25728 25730 22059 0 -1 4202560 83 0 0 0 225 0 0 0 20 0 22 0 254558186 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024685054808 140024742536396 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25751] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25751/stat : 25751 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024684005032 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25752] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25752/stat : 25752 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 65564 33554432000 1073741824 1073778376 140735943153296 140024682952232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 9824668

[startup+6.30093 s]
/proc/loadavg: 3.97 3.91 3.83 5/219 25752
/proc/meminfo: memFree=25799180/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=9824668 CPUtime=14.7 cores=1,3,5,7
/proc/25730/stat : 25730 (java) S 25728 25730 22059 0 -1 4202496 21439 0 1 0 1450 20 0 0 20 0 22 0 254558119 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140735943144432 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25730/statm: 2456167 105639 2285 9 0 2446860 0
[pid=25730/tid=25732] ppid=25728 vsize=9824668 CPUtime=0.63 cores=1,3,5,7
/proc/25730/task/25732/stat : 25732 (java) S 25728 25730 22059 0 -1 4202560 2514 0 1 0 61 2 0 0 20 0 22 0 254558120 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024870355960 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25733] ppid=25728 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/25730/task/25733/stat : 25733 (java) S 25728 25730 22059 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 254558122 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024714312488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25734] ppid=25728 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25730/task/25734/stat : 25734 (java) S 25728 25730 22059 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 22 0 254558122 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024713259688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25735] ppid=25728 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25730/task/25735/stat : 25735 (java) S 25728 25730 22059 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 22 0 254558122 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024712207400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25736] ppid=25728 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25730/task/25736/stat : 25736 (java) S 25728 25730 22059 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 22 0 254558122 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024711154600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25737] ppid=25728 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/25730/task/25737/stat : 25737 (java) S 25728 25730 22059 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 22 0 254558122 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024710101288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25738] ppid=25728 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/25730/task/25738/stat : 25738 (java) S 25728 25730 22059 0 -1 4202560 26 0 0 0 4 1 0 0 20 0 22 0 254558122 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024709048488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25739] ppid=25728 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/25730/task/25739/stat : 25739 (java) S 25728 25730 22059 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 254558122 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024707996200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25740] ppid=25728 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/25730/task/25740/stat : 25740 (java) S 25728 25730 22059 0 -1 4202560 13 0 0 0 3 0 0 0 20 0 22 0 254558122 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024706943400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25741] ppid=25728 vsize=9824668 CPUtime=0.18 cores=1,3,5,7
/proc/25730/task/25741/stat : 25741 (java) S 25728 25730 22059 0 -1 4202560 239 0 0 0 18 0 0 0 20 0 22 0 254558123 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024694532840 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25742] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25742/stat : 25742 (java) S 25728 25730 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024693478904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25743] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25743/stat : 25743 (java) S 25728 25730 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024692426504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25744] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25744/stat : 25744 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024691374992 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25745] ppid=25728 vsize=9824668 CPUtime=1.68 cores=1,3,5,7
/proc/25730/task/25745/stat : 25745 (java) S 25728 25730 22059 0 -1 4202560 11532 0 0 0 166 2 0 0 20 0 22 0 254558126 10060460032 105639 33554432000 1073741824 1073778376 140735943153296 140024690321592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=25730/tid=25750] ppid=25728 vsize=9824668 CPUtime=715.96 cores=1,3,5,7
/proc/25730/task/25750/stat : 25750 (java) R 25728 25730 22059 0 -1 4202560 948 0 0 0 71552 44 0 0 20 0 22 0 254558186 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024685054272 140024743178662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25751] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25751/stat : 25751 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024684005032 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25752] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25752/stat : 25752 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024682952232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1491.65
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.81 3.88 3.88 5/219 25836
/proc/meminfo: memFree=24977312/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=9824668 CPUtime=1609.2 cores=1,3,5,7
/proc/25730/stat : 25730 (java) S 25728 25730 22059 0 -1 4202496 30694 0 1 0 160717 203 0 0 20 0 22 0 254558119 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140735943144432 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25730/statm: 2456167 738658 2286 9 0 2446860 0
[pid=25730/tid=25732] ppid=25728 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/25730/task/25732/stat : 25732 (java) S 25728 25730 22059 0 -1 4202560 2544 0 1 0 64 4 0 0 20 0 22 0 254558120 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024870355960 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25733] ppid=25728 vsize=9824668 CPUtime=1.66 cores=1,3,5,7
/proc/25730/task/25733/stat : 25733 (java) S 25728 25730 22059 0 -1 4202560 491 0 0 0 151 15 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024714312488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25734] ppid=25728 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/25730/task/25734/stat : 25734 (java) S 25728 25730 22059 0 -1 4202560 702 0 0 0 140 16 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024713259688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25735] ppid=25728 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/25730/task/25735/stat : 25735 (java) S 25728 25730 22059 0 -1 4202560 561 0 0 0 143 14 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024712207400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25736] ppid=25728 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/25730/task/25736/stat : 25736 (java) S 25728 25730 22059 0 -1 4202560 478 0 0 0 164 20 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024711154600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25737] ppid=25728 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/25730/task/25737/stat : 25737 (java) S 25728 25730 22059 0 -1 4202560 438 0 0 0 142 16 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024710101288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25738] ppid=25728 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/25730/task/25738/stat : 25738 (java) S 25728 25730 22059 0 -1 4202560 636 0 0 0 155 15 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024709048488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25739] ppid=25728 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/25730/task/25739/stat : 25739 (java) S 25728 25730 22059 0 -1 4202560 840 0 0 0 171 18 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024707996200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25740] ppid=25728 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/25730/task/25740/stat : 25740 (java) S 25728 25730 22059 0 -1 4202560 651 0 0 0 141 14 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024706943400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25741] ppid=25728 vsize=9824668 CPUtime=44.45 cores=1,3,5,7
/proc/25730/task/25741/stat : 25741 (java) S 25728 25730 22059 0 -1 4202560 2054 0 0 0 4431 14 0 0 20 0 22 0 254558123 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024694532840 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25742] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25742/stat : 25742 (java) S 25728 25730 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024693478904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25743] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25743/stat : 25743 (java) S 25728 25730 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024692426504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25744] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25744/stat : 25744 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024691374992 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25745] ppid=25728 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/25730/task/25745/stat : 25745 (java) S 25728 25730 22059 0 -1 4202560 11536 0 0 0 187 2 0 0 20 0 22 0 254558126 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024690321592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25746] ppid=25728 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/25730/task/25746/stat : 25746 (java) S 25728 25730 22059 0 -1 4202560 7484 0 0 0 156 3 0 0 20 0 22 0 254558126 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024689268792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25747] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25747/stat : 25747 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024688216696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25748] ppid=25728 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/25730/task/25748/stat : 25748 (java) S 25728 25730 22059 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 22 0 254558126 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024687164104 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25749] ppid=25728 vsize=9824668 CPUtime=773.51 cores=1,3,5,7
/proc/25730/task/25749/stat : 25749 (java) R 25728 25730 22059 0 -1 4202560 96 0 0 0 77337 14 0 0 20 0 22 0 254558186 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024686109408 140024742477439 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25750] ppid=25728 vsize=9824668 CPUtime=773.5 cores=1,3,5,7
/proc/25730/task/25750/stat : 25750 (java) R 25728 25730 22059 0 -1 4202560 948 0 0 0 77305 45 0 0 20 0 22 0 254558186 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024685054128 140024743181498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25751] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25751/stat : 25751 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024684005032 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25752] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25752/stat : 25752 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024682952232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1609.2
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.92 3.90 3.89 5/219 25842
/proc/meminfo: memFree=24977188/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=9824668 CPUtime=1725.99 cores=1,3,5,7
/proc/25730/stat : 25730 (java) S 25728 25730 22059 0 -1 4202496 30704 0 1 0 172395 204 0 0 20 0 22 0 254558119 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140735943144432 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25730/statm: 2456167 738658 2286 9 0 2446860 0
[pid=25730/tid=25732] ppid=25728 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/25730/task/25732/stat : 25732 (java) S 25728 25730 22059 0 -1 4202560 2546 0 1 0 64 4 0 0 20 0 22 0 254558120 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024870355960 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25733] ppid=25728 vsize=9824668 CPUtime=1.66 cores=1,3,5,7
/proc/25730/task/25733/stat : 25733 (java) S 25728 25730 22059 0 -1 4202560 491 0 0 0 151 15 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024714312488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25734] ppid=25728 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/25730/task/25734/stat : 25734 (java) S 25728 25730 22059 0 -1 4202560 702 0 0 0 140 16 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024713259688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25735] ppid=25728 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/25730/task/25735/stat : 25735 (java) S 25728 25730 22059 0 -1 4202560 561 0 0 0 143 14 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024712207400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25736] ppid=25728 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/25730/task/25736/stat : 25736 (java) S 25728 25730 22059 0 -1 4202560 478 0 0 0 164 20 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024711154600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25737] ppid=25728 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/25730/task/25737/stat : 25737 (java) S 25728 25730 22059 0 -1 4202560 438 0 0 0 142 16 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024710101288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25738] ppid=25728 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/25730/task/25738/stat : 25738 (java) S 25728 25730 22059 0 -1 4202560 636 0 0 0 155 15 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024709048488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25739] ppid=25728 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/25730/task/25739/stat : 25739 (java) S 25728 25730 22059 0 -1 4202560 840 0 0 0 171 18 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024707996200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25740] ppid=25728 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/25730/task/25740/stat : 25740 (java) S 25728 25730 22059 0 -1 4202560 651 0 0 0 141 14 0 0 20 0 22 0 254558122 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024706943400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25741] ppid=25728 vsize=9824668 CPUtime=47.66 cores=1,3,5,7
/proc/25730/task/25741/stat : 25741 (java) S 25728 25730 22059 0 -1 4202560 2058 0 0 0 4752 14 0 0 20 0 22 0 254558123 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024694532840 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25742] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25742/stat : 25742 (java) S 25728 25730 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024693478904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25743] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25743/stat : 25743 (java) S 25728 25730 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024692426504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25744] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25744/stat : 25744 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024691374992 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25745] ppid=25728 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/25730/task/25745/stat : 25745 (java) S 25728 25730 22059 0 -1 4202560 11536 0 0 0 187 2 0 0 20 0 22 0 254558126 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024690321592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25746] ppid=25728 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/25730/task/25746/stat : 25746 (java) S 25728 25730 22059 0 -1 4202560 7484 0 0 0 156 3 0 0 20 0 22 0 254558126 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024689268792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25747] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25747/stat : 25747 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024688216696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25748] ppid=25728 vsize=9824668 CPUtime=0.36 cores=1,3,5,7
/proc/25730/task/25748/stat : 25748 (java) S 25728 25730 22059 0 -1 4202560 51 0 0 0 18 18 0 0 20 0 22 0 254558126 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024687164104 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25749] ppid=25728 vsize=9824668 CPUtime=830.31 cores=1,3,5,7
/proc/25730/task/25749/stat : 25749 (java) R 25728 25730 22059 0 -1 4202560 96 0 0 0 83016 15 0 0 20 0 22 0 254558186 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024686109408 140024742737740 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25750] ppid=25728 vsize=9824668 CPUtime=830.29 cores=1,3,5,7
/proc/25730/task/25750/stat : 25750 (java) R 25728 25730 22059 0 -1 4202560 948 0 0 0 82983 46 0 0 20 0 22 0 254558186 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024685054624 140024742585997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25751] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25751/stat : 25751 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024684005032 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25752] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25752/stat : 25752 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 738658 33554432000 1073741824 1073778376 140735943153296 140024682952232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1725.99
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.001 s]
/proc/loadavg: 3.75 3.86 3.88 5/219 25846
/proc/meminfo: memFree=24977188/32873844 swapFree=7100/7100
[pid=25730] ppid=25728 vsize=9824668 CPUtime=1800.13 cores=1,3,5,7
/proc/25730/stat : 25730 (java) S 25728 25730 22059 0 -1 4202496 30707 0 1 0 179808 205 0 0 20 0 22 0 254558119 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140735943144432 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25730/statm: 2456167 738656 2286 9 0 2446860 0
[pid=25730/tid=25732] ppid=25728 vsize=9824668 CPUtime=0.68 cores=1,3,5,7
/proc/25730/task/25732/stat : 25732 (java) S 25728 25730 22059 0 -1 4202560 2547 0 1 0 64 4 0 0 20 0 22 0 254558120 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024870355960 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25733] ppid=25728 vsize=9824668 CPUtime=1.66 cores=1,3,5,7
/proc/25730/task/25733/stat : 25733 (java) S 25728 25730 22059 0 -1 4202560 491 0 0 0 151 15 0 0 20 0 22 0 254558122 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024714312488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25734] ppid=25728 vsize=9824668 CPUtime=1.56 cores=1,3,5,7
/proc/25730/task/25734/stat : 25734 (java) S 25728 25730 22059 0 -1 4202560 702 0 0 0 140 16 0 0 20 0 22 0 254558122 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024713259688 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25735] ppid=25728 vsize=9824668 CPUtime=1.57 cores=1,3,5,7
/proc/25730/task/25735/stat : 25735 (java) S 25728 25730 22059 0 -1 4202560 561 0 0 0 143 14 0 0 20 0 22 0 254558122 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024712207400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25736] ppid=25728 vsize=9824668 CPUtime=1.84 cores=1,3,5,7
/proc/25730/task/25736/stat : 25736 (java) S 25728 25730 22059 0 -1 4202560 478 0 0 0 164 20 0 0 20 0 22 0 254558122 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024711154600 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25737] ppid=25728 vsize=9824668 CPUtime=1.58 cores=1,3,5,7
/proc/25730/task/25737/stat : 25737 (java) S 25728 25730 22059 0 -1 4202560 438 0 0 0 142 16 0 0 20 0 22 0 254558122 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024710101288 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25738] ppid=25728 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/25730/task/25738/stat : 25738 (java) S 25728 25730 22059 0 -1 4202560 636 0 0 0 155 15 0 0 20 0 22 0 254558122 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024709048488 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25739] ppid=25728 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/25730/task/25739/stat : 25739 (java) S 25728 25730 22059 0 -1 4202560 840 0 0 0 171 18 0 0 20 0 22 0 254558122 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024707996200 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25740] ppid=25728 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/25730/task/25740/stat : 25740 (java) S 25728 25730 22059 0 -1 4202560 651 0 0 0 141 14 0 0 20 0 22 0 254558122 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024706943400 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25741] ppid=25728 vsize=9824668 CPUtime=48.93 cores=1,3,5,7
/proc/25730/task/25741/stat : 25741 (java) S 25728 25730 22059 0 -1 4202560 2058 0 0 0 4879 14 0 0 20 0 22 0 254558123 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024694532840 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25742] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25742/stat : 25742 (java) S 25728 25730 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024693478904 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25743] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25743/stat : 25743 (java) S 25728 25730 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254558123 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024692426504 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25744] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25744/stat : 25744 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024691374992 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25745] ppid=25728 vsize=9824668 CPUtime=1.89 cores=1,3,5,7
/proc/25730/task/25745/stat : 25745 (java) S 25728 25730 22059 0 -1 4202560 11536 0 0 0 187 2 0 0 20 0 22 0 254558126 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024690321592 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25730/tid=25746] ppid=25728 vsize=9824668 CPUtime=1.59 cores=1,3,5,7
/proc/25730/task/25746/stat : 25746 (java) S 25728 25730 22059 0 -1 4202560 7484 0 0 0 156 3 0 0 20 0 22 0 254558126 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024689268792 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25730/tid=25747] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25747/stat : 25747 (java) S 25728 25730 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254558126 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024688216696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25748] ppid=25728 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/25730/task/25748/stat : 25748 (java) S 25728 25730 22059 0 -1 4202560 53 0 0 0 19 18 0 0 20 0 22 0 254558126 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024687164104 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25749] ppid=25728 vsize=9824668 CPUtime=866.75 cores=1,3,5,7
/proc/25730/task/25749/stat : 25749 (java) R 25728 25730 22059 0 -1 4202560 96 0 0 0 86659 16 0 0 20 0 22 0 254558186 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024686109408 140024742714096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25750] ppid=25728 vsize=9824668 CPUtime=866.71 cores=1,3,5,7
/proc/25730/task/25750/stat : 25750 (java) R 25728 25730 22059 0 -1 4202560 948 0 0 0 86624 47 0 0 20 0 22 0 254558186 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024685054272 140024743181493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25730/tid=25751] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25751/stat : 25751 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024684005032 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25730/tid=25752] ppid=25728 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/25730/task/25752/stat : 25752 (java) S 25728 25730 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254558189 10060460032 738656 33554432000 1073741824 1073778376 140735943153296 140024682952232 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143
Real time (s): 920.075
CPU time (s): 1800.76
CPU user time (s): 1798.27
CPU system time (s): 2.49262
CPU usage (%): 195.719
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.27
system time used= 2.49262
maximum resident set size= 2954748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30740
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24181
involuntary context switches= 26666

runsolver used 3.79142 second user time and 8.63269 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 20:31:51
IDJOB=3689690
IDBENCH=90190
IDSOLVER=2268
FILE ID=node111/3689690-1337884311
RUNJOBID= node111-1337871880-22076
PBS_JOBID= 14620093
Free space on /tmp= 71620 MiB

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

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

MD5SUM BENCH= b6be79d7c894904bfb5f7c9acfb80f53
RANDOM SEED=722051240

node111.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.152
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	: 5332.30
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.152
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.152
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.152
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.152
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.152
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.152
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26219008 kB
Buffers:          211120 kB
Cached:          3079792 kB
SwapCached:            0 kB
Active:          3341420 kB
Inactive:        2539824 kB
Active(anon):    2592256 kB
Inactive(anon):        0 kB
Active(file):     749164 kB
Inactive(file):  2539824 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       2596276 kB
Mapped:            22544 kB
Shmem:               200 kB
Slab:             630592 kB
SReclaimable:      73280 kB
SUnreclaim:       557312 kB
KernelStack:        1632 kB
PageTables:         9420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2989160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2533376 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= 71620 MiB
End job on node111 at 2012-05-24 20:47:14