Trace number 3689656

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.7 918.482

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K199.opb
MD5SUM2cd10947adfbc402d943437a9cfa9f95
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 variables23681
Total number of constraints24081
Number of constraints which are clauses23882
Number of constraints which are cardinality constraints (but not clauses)199
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint199
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 200
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.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689656-1337884021.opb
0.08/0.13	c reading problem ... 
1.48/0.76	c ... done. Wall clock time 0.631s.
1.48/0.76	c declared #vars     23681
1.48/0.76	c #constraints  24081
1.48/0.76	c constraints type 
1.48/0.76	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21306
1.48/0.76	c org.sat4j.minisat.constraints.card.MinWatchCard => 199
1.48/0.76	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.48/0.76	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2574
1.48/0.76	c 24081 constraints processed.
1.48/0.76	c constraints type 
1.48/0.76	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2574
1.48/0.76	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21306
1.48/0.76	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 199
1.48/0.76	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.48/0.76	c 24081 constraints processed.
9.53/4.13	c cleaning 2486 clauses out of 4994 with flag 5003/5003
16.53/7.37	c cleaning 4189 clauses out of 8501 with flag 11002/11002
24.07/11.13	c cleaning 5551 clauses out of 11308 with flag 18000/18000
31.38/14.81	c cleaning 6775 clauses out of 13755 with flag 26002/26002
39.84/19.12	c cleaning 7796 clauses out of 15975 with flag 35000/35000
49.36/23.95	c cleaning 8851 clauses out of 18175 with flag 45000/45000
61.18/29.91	c cleaning 9990 clauses out of 20325 with flag 56001/56001
72.87/35.85	c cleaning 10916 clauses out of 22333 with flag 68001/68001
84.40/41.80	c cleaning 12031 clauses out of 24415 with flag 81000/81000
96.79/48.01	c cleaning 12922 clauses out of 26386 with flag 95003/95003
110.95/55.21	c cleaning 13957 clauses out of 28461 with flag 110002/110002
125.29/62.58	c cleaning 15015 clauses out of 30502 with flag 126002/126002
141.29/70.70	c cleaning 15580 clauses out of 32485 with flag 143001/143001
159.64/80.06	c cleaning 16113 clauses out of 34903 with flag 161000/161000
179.66/90.20	c cleaning 16898 clauses out of 37791 with flag 180001/180001
198.17/99.50	c cleaning 17607 clauses out of 40890 with flag 200000/200000
218.26/109.80	c cleaning 18805 clauses out of 44281 with flag 221001/221001
241.75/121.73	c cleaning 19570 clauses out of 47472 with flag 243002/243002
265.44/133.75	c cleaning 20446 clauses out of 50902 with flag 266003/266003
292.55/147.43	c cleaning 21095 clauses out of 54454 with flag 290002/290002
319.56/161.24	c cleaning 22625 clauses out of 58355 with flag 315000/315000
343.71/173.51	c cleaning 23193 clauses out of 61732 with flag 341003/341003
369.00/186.48	c cleaning 23898 clauses out of 65537 with flag 368002/368002
396.79/200.63	c cleaning 25073 clauses out of 69636 with flag 396000/396000
419.94/212.66	c cleaning 0 clauses out of 5000 with flag 0/5000
427.63/216.61	c cleaning 26335 clauses out of 73564 with flag 425001/425001
461.66/234.62	c cleaning 26609 clauses out of 77228 with flag 455001/455001
496.20/252.33	c cleaning 27702 clauses out of 81618 with flag 486000/486000
533.78/271.38	c cleaning 28724 clauses out of 85918 with flag 518003/518003
570.68/290.07	c cleaning 29391 clauses out of 90191 with flag 551000/551000
610.60/310.27	c cleaning 30410 clauses out of 94799 with flag 585001/585001
649.92/330.35	c cleaning 31534 clauses out of 99388 with flag 620000/620000
690.42/350.89	c cleaning 32664 clauses out of 103853 with flag 656000/656000
735.36/373.54	c cleaning 32836 clauses out of 108191 with flag 693002/693002
774.92/393.62	c cleaning 34256 clauses out of 113353 with flag 731000/731000
823.97/418.80	c cleaning 35352 clauses out of 118096 with flag 770000/770000
872.57/443.46	c cleaning 35810 clauses out of 122749 with flag 810005/810005
924.37/469.75	c cleaning 37078 clauses out of 127934 with flag 851000/851000
972.91/494.43	c cleaning 37529 clauses out of 132856 with flag 893000/893000
1017.64/517.61	c cleaning 38806 clauses out of 138327 with flag 936000/936000
1068.02/543.24	c cleaning 39684 clauses out of 143520 with flag 980000/980000
1126.42/573.78	c cleaning 41526 clauses out of 148836 with flag 1025000/1025000
1184.68/603.62	c cleaning 41594 clauses out of 153311 with flag 1071001/1071001
1240.56/632.05	c cleaning 42310 clauses out of 158718 with flag 1118002/1118002
1291.83/658.15	c cleaning 44514 clauses out of 164406 with flag 1166000/1166000
1347.48/686.49	c cleaning 44748 clauses out of 168892 with flag 1215000/1215000
1408.96/718.06	c cleaning 45727 clauses out of 174145 with flag 1265001/1265001
1468.19/748.24	c cleaning 46255 clauses out of 179417 with flag 1316000/1316000
1532.31/780.84	c cleaning 48306 clauses out of 185162 with flag 1368000/1368000
1601.24/815.88	c cleaning 48181 clauses out of 189857 with flag 1421002/1421002
1668.24/850.35	c cleaning 49615 clauses out of 195677 with flag 1475003/1475003
1728.11/880.90	c cleaning 50519 clauses out of 201063 with flag 1530004/1530004
1793.29/914.29	c cleaning 51222 clauses out of 206543 with flag 1586003/1586003
1800.06/918.42	c starts		: 205
1800.06/918.42	c conflicts		: 1591173
1800.06/918.42	c decisions		: 59477719
1800.06/918.42	c propagations		: 1672526715
1800.06/918.42	c inspects		: 2752752721
1800.06/918.42	c shortcuts		: 0
1800.06/918.42	c learnt literals	: 63
1800.06/918.42	c learnt binary clauses	: 139732
1800.06/918.42	c learnt ternary clauses	: 116983
1800.06/918.42	c learnt constraints	: 1591109
1800.06/918.42	c ignored constraints	: 0
1800.06/918.42	c root simplifications	: 0
1800.06/918.42	c removed literals (reason simplification)	: 7615688
1800.06/918.42	c reason swapping (by a shorter reason)	: 0
1800.06/918.42	c Calls to reduceDB	: 52
1800.06/918.42	c number of reductions to clauses (during analyze)	: 0
1800.06/918.42	c number of learned constraints concerned by reduction	: 0
1800.06/918.42	c number of learning phase by resolution	: 0
1800.06/918.42	c number of learning phase by cutting planes	: 0
1800.06/918.42	c speed (assignments/second)	: 1822661.13756213
1800.06/918.42	c non guided choices	63553
1800.06/918.45	c learnt constraints type 
1800.06/918.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 139738
1800.06/918.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20821
1800.06/918.45	c constraints type 
1800.06/918.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 21306
1800.06/918.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 199
1800.06/918.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.06/918.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2574
1800.06/918.45	c 24081 constraints processed.
1800.06/918.45	c constraints type 
1800.06/918.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2574
1800.06/918.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 21306
1800.06/918.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 199
1800.06/918.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1800.06/918.45	c 24081 constraints processed.
1800.06/918.45	s UNKNOWN
1800.06/918.45	c Total wall clock time (in seconds): 918.322

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

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.80 3.89 3.82 3/197 25664
/proc/meminfo: memFree=25294688/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/25664/stat : 25664 (java) D 25662 25664 22059 0 -1 4202496 239 0 0 0 0 0 0 0 20 0 1 0 254529055 9515008 175 33554432000 1073741824 1073778376 140735249971952 140735249954680 233411789712 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/25664/statm: 2323 175 133 9 0 71 0

[startup+0.0836439 s]
/proc/loadavg: 3.80 3.89 3.82 3/197 25664
/proc/meminfo: memFree=25294688/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/25664/stat : 25664 (java) S 25662 25664 22059 0 -1 4202496 3278 0 1 0 5 1 0 0 20 0 18 0 254529055 9787813888 4488 33554432000 1073741824 1073778376 140734504056096 140734504047232 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25664/statm: 2389603 4488 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100253 s]
/proc/loadavg: 3.80 3.89 3.82 3/197 25664
/proc/meminfo: memFree=25294688/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/25664/stat : 25664 (java) S 25662 25664 22059 0 -1 4202496 3982 0 1 0 7 1 0 0 20 0 18 0 254529055 9787813888 5192 33554432000 1073741824 1073778376 140734504056096 140734504047232 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25664/statm: 2389603 5195 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.30024 s]
/proc/loadavg: 3.80 3.89 3.82 3/197 25664
/proc/meminfo: memFree=25294688/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9558412 CPUtime=0.54 cores=0,2,4,6
/proc/25664/stat : 25664 (java) S 25662 25664 22059 0 -1 4202496 7547 0 1 0 52 2 0 0 20 0 18 0 254529055 9787813888 10418 33554432000 1073741824 1073778376 140734504056096 140734504047232 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25664/statm: 2389603 10418 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558412

[startup+0.712434 s]
/proc/loadavg: 3.80 3.89 3.82 3/197 25664
/proc/meminfo: memFree=25294688/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9558412 CPUtime=1.48 cores=0,2,4,6
/proc/25664/stat : 25664 (java) S 25662 25664 22059 0 -1 4202496 13670 0 1 0 142 6 0 0 20 0 18 0 254529055 9787813888 45824 33554432000 1073741824 1073778376 140734504056096 140734504047232 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25664/statm: 2389603 45824 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9558412

[startup+1.50071 s]
/proc/loadavg: 3.80 3.89 3.82 7/219 25686
/proc/meminfo: memFree=25119296/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9824668 CPUtime=3.99 cores=0,2,4,6
/proc/25664/stat : 25664 (java) S 25662 25664 22059 0 -1 4202496 17042 0 1 0 390 9 0 0 20 0 22 0 254529055 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140734504047232 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25664/statm: 2456167 51131 2271 9 0 2446860 0
[pid=25664/tid=25666] ppid=25662 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/25664/task/25666/stat : 25666 (java) S 25662 25664 22059 0 -1 4202560 2519 0 1 0 68 3 0 0 20 0 22 0 254529056 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577994900472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25667] ppid=25662 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25664/task/25667/stat : 25667 (java) S 25662 25664 22059 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254529058 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577973001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25668] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25668/stat : 25668 (java) S 25662 25664 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254529058 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577971948456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25669] ppid=25662 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25664/task/25669/stat : 25669 (java) S 25662 25664 22059 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 254529058 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577769253672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25670] ppid=25662 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25664/task/25670/stat : 25670 (java) S 25662 25664 22059 0 -1 4202560 24 0 0 0 1 1 0 0 20 0 22 0 254529058 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577768200872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25671] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25671/stat : 25671 (java) S 25662 25664 22059 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 254529058 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577767148072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25672] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25672/stat : 25672 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529058 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577766095272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25673] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25673/stat : 25673 (java) S 25662 25664 22059 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 254529058 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577765042472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25674] ppid=25662 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25664/task/25674/stat : 25674 (java) S 25662 25664 22059 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 254529058 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577763989672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25675] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25675/stat : 25675 (java) S 25662 25664 22059 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577751792616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25676] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25676/stat : 25676 (java) S 25662 25664 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577750738680 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25677] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25677/stat : 25677 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577749685768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25678] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25678/stat : 25678 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577748634256 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25679] ppid=25662 vsize=9824668 CPUtime=0.81 cores=0,2,4,6
/proc/25664/task/25679/stat : 25679 (java) S 25662 25664 22059 0 -1 4202560 7449 0 0 0 81 0 0 0 20 0 22 0 254529062 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577747581368 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25680] ppid=25662 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/25664/task/25680/stat : 25680 (java) S 25662 25664 22059 0 -1 4202560 5627 0 0 0 84 2 0 0 20 0 22 0 254529062 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577746528568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25681] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25681/stat : 25681 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577745475960 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25682] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25682/stat : 25682 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577744423368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25683] ppid=25662 vsize=9824668 CPUtime=0.69 cores=0,2,4,6
/proc/25664/task/25683/stat : 25683 (java) R 25662 25664 22059 0 -1 4202560 26 0 0 0 69 0 0 0 20 0 22 0 254529132 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577743367280 140577853727240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25684] ppid=25662 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/25664/task/25684/stat : 25684 (java) R 25662 25664 22059 0 -1 4202560 71 0 0 0 68 0 0 0 20 0 22 0 254529132 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577742316360 140577854011524 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25685] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25685/stat : 25685 (java) S 25662 25664 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577741264296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25686] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25686/stat : 25686 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 51131 33554432000 1073741824 1073778376 140734504056096 140577740211496 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 9824668

[startup+3.10071 s]
/proc/loadavg: 3.80 3.89 3.82 5/219 25686
/proc/meminfo: memFree=25036352/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9824668 CPUtime=7.41 cores=0,2,4,6
/proc/25664/stat : 25664 (java) S 25662 25664 22059 0 -1 4202496 18264 0 1 0 728 13 0 0 20 0 22 0 254529055 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140734504047232 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25664/statm: 2456167 85568 2272 9 0 2446860 0
[pid=25664/tid=25666] ppid=25662 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/25664/task/25666/stat : 25666 (java) S 25662 25664 22059 0 -1 4202560 2519 0 1 0 68 3 0 0 20 0 22 0 254529056 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577994900472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25667] ppid=25662 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25664/task/25667/stat : 25667 (java) S 25662 25664 22059 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 254529058 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577973001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25668] ppid=25662 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25664/task/25668/stat : 25668 (java) S 25662 25664 22059 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254529058 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577971948456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25669] ppid=25662 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/25664/task/25669/stat : 25669 (java) S 25662 25664 22059 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 254529058 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577769253672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25670] ppid=25662 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/25664/task/25670/stat : 25670 (java) S 25662 25664 22059 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 22 0 254529058 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577768200872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25671] ppid=25662 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25664/task/25671/stat : 25671 (java) S 25662 25664 22059 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254529058 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577767148072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25672] ppid=25662 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25664/task/25672/stat : 25672 (java) S 25662 25664 22059 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254529058 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577766095272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25673] ppid=25662 vsize=9824668 CPUtime=0.01 cores=0,2,4,6
/proc/25664/task/25673/stat : 25673 (java) S 25662 25664 22059 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 254529058 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577765042472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25674] ppid=25662 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/25664/task/25674/stat : 25674 (java) S 25662 25664 22059 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254529058 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577763989672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25675] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25675/stat : 25675 (java) S 25662 25664 22059 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577751792616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25676] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25676/stat : 25676 (java) S 25662 25664 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577750738680 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25677] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25677/stat : 25677 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577749685768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25678] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25678/stat : 25678 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577748634256 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25679] ppid=25662 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/25664/task/25679/stat : 25679 (java) S 25662 25664 22059 0 -1 4202560 8439 0 0 0 87 1 0 0 20 0 22 0 254529062 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577747581368 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25680] ppid=25662 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/25664/task/25680/stat : 25680 (java) S 25662 25664 22059 0 -1 4202560 5628 0 0 0 96 2 0 0 20 0 22 0 254529062 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577746528568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25681] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25681/stat : 25681 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577745475960 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25682] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25682/stat : 25682 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577744423368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25683] ppid=25662 vsize=9824668 CPUtime=2.25 cores=0,2,4,6
/proc/25664/task/25683/stat : 25683 (java) R 25662 25664 22059 0 -1 4202560 27 0 0 0 225 0 0 0 20 0 22 0 254529132 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577743369448 140577854003080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25684] ppid=25662 vsize=9824668 CPUtime=2.24 cores=0,2,4,6
/proc/25664/task/25684/stat : 25684 (java) R 25662 25664 22059 0 -1 4202560 128 0 0 0 222 2 0 0 20 0 22 0 254529132 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577742316288 140577854135313 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25685] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25685/stat : 25685 (java) S 25662 25664 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577741264296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25686] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25686/stat : 25686 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 85568 33554432000 1073741824 1073778376 140734504056096 140577740211496 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9824668

[startup+6.30071 s]
/proc/loadavg: 3.82 3.89 3.82 5/219 25686
/proc/meminfo: memFree=24800292/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9824668 CPUtime=14.48 cores=0,2,4,6
/proc/25664/stat : 25664 (java) S 25662 25664 22059 0 -1 4202496 25512 0 1 0 1426 22 0 0 20 0 22 0 254529055 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140734504047232 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25664/statm: 2456167 158730 2285 9 0 2446860 0
[pid=25664/tid=25666] ppid=25662 vsize=9824668 CPUtime=0.71 cores=0,2,4,6
/proc/25664/task/25666/stat : 25666 (java) S 25662 25664 22059 0 -1 4202560 2519 0 1 0 68 3 0 0 20 0 22 0 254529056 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577994900472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25667] ppid=25662 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25664/task/25667/stat : 25667 (java) S 25662 25664 22059 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 22 0 254529058 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577973001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25668] ppid=25662 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25664/task/25668/stat : 25668 (java) S 25662 25664 22059 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 22 0 254529058 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577971948456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25669] ppid=25662 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/25664/task/25669/stat : 25669 (java) S 25662 25664 22059 0 -1 4202560 69 0 0 0 6 2 0 0 20 0 22 0 254529058 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577769253672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25670] ppid=25662 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/25664/task/25670/stat : 25670 (java) S 25662 25664 22059 0 -1 4202560 77 0 0 0 6 3 0 0 20 0 22 0 254529058 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577768200872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25671] ppid=25662 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/25664/task/25671/stat : 25671 (java) S 25662 25664 22059 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 22 0 254529058 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577767148072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25672] ppid=25662 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/25664/task/25672/stat : 25672 (java) S 25662 25664 22059 0 -1 4202560 38 0 0 0 5 2 0 0 20 0 22 0 254529058 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577766095272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25673] ppid=25662 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25664/task/25673/stat : 25673 (java) S 25662 25664 22059 0 -1 4202560 27 0 0 0 6 0 0 0 20 0 22 0 254529058 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577765042472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25674] ppid=25662 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/25664/task/25674/stat : 25674 (java) S 25662 25664 22059 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 22 0 254529058 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577763989672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25675] ppid=25662 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/25664/task/25675/stat : 25675 (java) S 25662 25664 22059 0 -1 4202560 492 0 0 0 11 0 0 0 20 0 22 0 254529059 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577751792616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25676] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25676/stat : 25676 (java) S 25662 25664 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577750738680 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25677] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25677/stat : 25677 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577749685768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25678] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25678/stat : 25678 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577748634256 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25679] ppid=25662 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/25664/task/25679/stat : 25679 (java) S 25662 25664 22059 0 -1 4202560 14444 0 0 0 143 2 0 0 20 0 22 0 254529062 10060460032 158730 33554432000 1073741824 1073778376 140734504056096 140577747581368 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=25664/tid=25684] ppid=25662 vsize=9824668 CPUtime=716.2 cores=0,2,4,6
/proc/25664/task/25684/stat : 25684 (java) R 25662 25664 22059 0 -1 4202560 2149 0 0 0 71572 48 0 0 20 0 22 0 254529132 10060460032 803702 33554432000 1073741824 1073778376 140734504056096 140577742315376 140577854423193 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25685] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25685/stat : 25685 (java) S 25662 25664 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 803702 33554432000 1073741824 1073778376 140734504056096 140577741264296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25686] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25686/stat : 25686 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 803702 33554432000 1073741824 1073778376 140734504056096 140577740211496 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1495.15
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.90 3.96 3.90 5/220 25758
/proc/meminfo: memFree=22682376/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9824668 CPUtime=1611.97 cores=0,2,4,6
/proc/25664/stat : 25664 (java) S 25662 25664 22059 0 -1 4202496 36195 0 1 0 161035 162 0 0 20 0 22 0 254529055 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140734504047232 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25664/statm: 2456167 807903 2285 9 0 2446860 0
[pid=25664/tid=25666] ppid=25662 vsize=9824668 CPUtime=0.74 cores=0,2,4,6
/proc/25664/task/25666/stat : 25666 (java) S 25662 25664 22059 0 -1 4202560 2551 0 1 0 70 4 0 0 20 0 22 0 254529056 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577994900472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25667] ppid=25662 vsize=9824668 CPUtime=2.36 cores=0,2,4,6
/proc/25664/task/25667/stat : 25667 (java) S 25662 25664 22059 0 -1 4202560 464 0 0 0 226 10 0 0 20 0 22 0 254529058 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577973001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25668] ppid=25662 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/25664/task/25668/stat : 25668 (java) S 25662 25664 22059 0 -1 4202560 800 0 0 0 254 11 0 0 20 0 22 0 254529058 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577971948456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25669] ppid=25662 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/25664/task/25669/stat : 25669 (java) S 25662 25664 22059 0 -1 4202560 644 0 0 0 258 12 0 0 20 0 22 0 254529058 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577769253672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25670] ppid=25662 vsize=9824668 CPUtime=2.54 cores=0,2,4,6
/proc/25664/task/25670/stat : 25670 (java) S 25662 25664 22059 0 -1 4202560 481 0 0 0 242 12 0 0 20 0 22 0 254529058 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577768200872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25671] ppid=25662 vsize=9824668 CPUtime=2.28 cores=0,2,4,6
/proc/25664/task/25671/stat : 25671 (java) S 25662 25664 22059 0 -1 4202560 374 0 0 0 217 11 0 0 20 0 22 0 254529058 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577767148072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25672] ppid=25662 vsize=9824668 CPUtime=2.4 cores=0,2,4,6
/proc/25664/task/25672/stat : 25672 (java) S 25662 25664 22059 0 -1 4202560 448 0 0 0 231 9 0 0 20 0 22 0 254529058 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577766095272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25673] ppid=25662 vsize=9824668 CPUtime=2.66 cores=0,2,4,6
/proc/25664/task/25673/stat : 25673 (java) S 25662 25664 22059 0 -1 4202560 650 0 0 0 256 10 0 0 20 0 22 0 254529058 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577765042472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25674] ppid=25662 vsize=9824668 CPUtime=2.21 cores=0,2,4,6
/proc/25664/task/25674/stat : 25674 (java) S 25662 25664 22059 0 -1 4202560 653 0 0 0 212 9 0 0 20 0 22 0 254529058 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577763989672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25675] ppid=25662 vsize=9824668 CPUtime=44.12 cores=0,2,4,6
/proc/25664/task/25675/stat : 25675 (java) S 25662 25664 22059 0 -1 4202560 3205 0 0 0 4394 18 0 0 20 0 22 0 254529059 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577751792616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25676] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25676/stat : 25676 (java) S 25662 25664 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577750738680 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25677] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25677/stat : 25677 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577749685768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25678] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25678/stat : 25678 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577748634256 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25679] ppid=25662 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/25664/task/25679/stat : 25679 (java) S 25662 25664 22059 0 -1 4202560 14447 0 0 0 155 2 0 0 20 0 22 0 254529062 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577747581368 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25680] ppid=25662 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/25664/task/25680/stat : 25680 (java) S 25662 25664 22059 0 -1 4202560 7999 0 0 0 153 2 0 0 20 0 22 0 254529062 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577746528568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25681] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25681/stat : 25681 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577745475960 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25682] ppid=25662 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/25664/task/25682/stat : 25682 (java) S 25662 25664 22059 0 -1 4202560 47 0 0 0 16 16 0 0 20 0 22 0 254529062 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577744423368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25683] ppid=25662 vsize=9824668 CPUtime=772.12 cores=0,2,4,6
/proc/25664/task/25683/stat : 25683 (java) R 25662 25664 22059 0 -1 4202560 92 0 0 0 77199 13 0 0 20 0 22 0 254529132 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577743369184 140577853759039 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25684] ppid=25662 vsize=9824668 CPUtime=771.92 cores=0,2,4,6
/proc/25664/task/25684/stat : 25684 (java) R 25662 25664 22059 0 -1 4202560 2153 0 0 0 77142 50 0 0 20 0 22 0 254529132 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577742314480 140577854523076 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25685] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25685/stat : 25685 (java) S 25662 25664 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577741264296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25686] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25686/stat : 25686 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 807903 33554432000 1073741824 1073778376 140734504056096 140577740211496 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1611.97
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.96 3.97 3.91 4/219 25758
/proc/meminfo: memFree=22525256/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9824668 CPUtime=1729.72 cores=0,2,4,6
/proc/25664/stat : 25664 (java) S 25662 25664 22059 0 -1 4202496 36522 0 1 0 172804 168 0 0 20 0 22 0 254529055 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140734504047232 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25664/statm: 2456167 830125 2286 9 0 2446860 0
[pid=25664/tid=25666] ppid=25662 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/25664/task/25666/stat : 25666 (java) S 25662 25664 22059 0 -1 4202560 2552 0 1 0 71 4 0 0 20 0 22 0 254529056 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577994900184 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25667] ppid=25662 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/25664/task/25667/stat : 25667 (java) S 25662 25664 22059 0 -1 4202560 481 0 0 0 242 10 0 0 20 0 22 0 254529058 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577973001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25668] ppid=25662 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/25664/task/25668/stat : 25668 (java) S 25662 25664 22059 0 -1 4202560 849 0 0 0 270 11 0 0 20 0 22 0 254529058 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577971948456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25669] ppid=25662 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/25664/task/25669/stat : 25669 (java) S 25662 25664 22059 0 -1 4202560 693 0 0 0 275 12 0 0 20 0 22 0 254529058 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577769253672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25670] ppid=25662 vsize=9824668 CPUtime=2.67 cores=0,2,4,6
/proc/25664/task/25670/stat : 25670 (java) S 25662 25664 22059 0 -1 4202560 505 0 0 0 255 12 0 0 20 0 22 0 254529058 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577768200872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25671] ppid=25662 vsize=9824668 CPUtime=2.46 cores=0,2,4,6
/proc/25664/task/25671/stat : 25671 (java) S 25662 25664 22059 0 -1 4202560 400 0 0 0 235 11 0 0 20 0 22 0 254529058 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577767148072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25672] ppid=25662 vsize=9824668 CPUtime=2.55 cores=0,2,4,6
/proc/25664/task/25672/stat : 25672 (java) S 25662 25664 22059 0 -1 4202560 477 0 0 0 245 10 0 0 20 0 22 0 254529058 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577766095272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25673] ppid=25662 vsize=9824668 CPUtime=2.83 cores=0,2,4,6
/proc/25664/task/25673/stat : 25673 (java) S 25662 25664 22059 0 -1 4202560 674 0 0 0 272 11 0 0 20 0 22 0 254529058 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577765042472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25674] ppid=25662 vsize=9824668 CPUtime=2.42 cores=0,2,4,6
/proc/25664/task/25674/stat : 25674 (java) S 25662 25664 22059 0 -1 4202560 671 0 0 0 233 9 0 0 20 0 22 0 254529058 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577763989672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25675] ppid=25662 vsize=9824668 CPUtime=47.02 cores=0,2,4,6
/proc/25664/task/25675/stat : 25675 (java) R 25662 25664 22059 0 -1 4202560 3284 0 0 0 4683 19 0 0 20 0 22 0 254529059 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577751791464 140578001408032 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25676] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25676/stat : 25676 (java) S 25662 25664 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577750738680 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25677] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25677/stat : 25677 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577749685768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25678] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25678/stat : 25678 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577748634256 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25679] ppid=25662 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/25664/task/25679/stat : 25679 (java) S 25662 25664 22059 0 -1 4202560 14447 0 0 0 155 2 0 0 20 0 22 0 254529062 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577747581368 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25680] ppid=25662 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/25664/task/25680/stat : 25680 (java) S 25662 25664 22059 0 -1 4202560 8002 0 0 0 155 2 0 0 20 0 22 0 254529062 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577746528568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25681] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25681/stat : 25681 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577745475960 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25682] ppid=25662 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/25664/task/25682/stat : 25682 (java) S 25662 25664 22059 0 -1 4202560 51 0 0 0 18 16 0 0 20 0 22 0 254529062 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577744423368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25683] ppid=25662 vsize=9824668 CPUtime=828.86 cores=0,2,4,6
/proc/25664/task/25683/stat : 25683 (java) S 25662 25664 22059 0 -1 4202560 94 0 0 0 82872 14 0 0 20 0 22 0 254529132 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577743369304 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25684] ppid=25662 vsize=9824668 CPUtime=828.66 cores=0,2,4,6
/proc/25664/task/25684/stat : 25684 (java) S 25662 25664 22059 0 -1 4202560 2155 0 0 0 82815 51 0 0 20 0 22 0 254529132 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577742314312 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25685] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25685/stat : 25685 (java) S 25662 25664 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577741264296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25686] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25686/stat : 25686 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 830125 33554432000 1073741824 1073778376 140734504056096 140577740211496 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1729.72
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+918.401 s]
/proc/loadavg: 3.98 3.97 3.91 5/219 25759
/proc/meminfo: memFree=22356452/32873844 swapFree=7100/7100
[pid=25664] ppid=25662 vsize=9824668 CPUtime=1800.06 cores=0,2,4,6
/proc/25664/stat : 25664 (java) S 25662 25664 22059 0 -1 4202496 36716 0 1 0 179829 177 0 0 20 0 22 0 254529055 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140734504047232 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25664/statm: 2456167 872133 2286 9 0 2446860 0
[pid=25664/tid=25666] ppid=25662 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/25664/task/25666/stat : 25666 (java) S 25662 25664 22059 0 -1 4202560 2552 0 1 0 71 4 0 0 20 0 22 0 254529056 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577994900472 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25667] ppid=25662 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/25664/task/25667/stat : 25667 (java) S 25662 25664 22059 0 -1 4202560 492 0 0 0 246 10 0 0 20 0 22 0 254529058 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577973001256 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25668] ppid=25662 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/25664/task/25668/stat : 25668 (java) S 25662 25664 22059 0 -1 4202560 861 0 0 0 275 12 0 0 20 0 22 0 254529058 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577971948456 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25669] ppid=25662 vsize=9824668 CPUtime=2.96 cores=0,2,4,6
/proc/25664/task/25669/stat : 25669 (java) S 25662 25664 22059 0 -1 4202560 706 0 0 0 283 13 0 0 20 0 22 0 254529058 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577769253672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25670] ppid=25662 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/25664/task/25670/stat : 25670 (java) S 25662 25664 22059 0 -1 4202560 525 0 0 0 263 13 0 0 20 0 22 0 254529058 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577768200872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25671] ppid=25662 vsize=9824668 CPUtime=2.52 cores=0,2,4,6
/proc/25664/task/25671/stat : 25671 (java) S 25662 25664 22059 0 -1 4202560 408 0 0 0 240 12 0 0 20 0 22 0 254529058 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577767148072 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25672] ppid=25662 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/25664/task/25672/stat : 25672 (java) S 25662 25664 22059 0 -1 4202560 486 0 0 0 255 10 0 0 20 0 22 0 254529058 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577766095272 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25673] ppid=25662 vsize=9824668 CPUtime=2.88 cores=0,2,4,6
/proc/25664/task/25673/stat : 25673 (java) S 25662 25664 22059 0 -1 4202560 685 0 0 0 276 12 0 0 20 0 22 0 254529058 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577765042472 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25674] ppid=25662 vsize=9824668 CPUtime=2.59 cores=0,2,4,6
/proc/25664/task/25674/stat : 25674 (java) S 25662 25664 22059 0 -1 4202560 696 0 0 0 248 11 0 0 20 0 22 0 254529058 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577763989672 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25675] ppid=25662 vsize=9824668 CPUtime=49.21 cores=0,2,4,6
/proc/25664/task/25675/stat : 25675 (java) S 25662 25664 22059 0 -1 4202560 3365 0 0 0 4901 20 0 0 20 0 22 0 254529059 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577751792616 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25676] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25676/stat : 25676 (java) S 25662 25664 22059 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577750738680 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25677] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25677/stat : 25677 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529059 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577749685768 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25678] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25678/stat : 25678 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577748634256 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25679] ppid=25662 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/25664/task/25679/stat : 25679 (java) S 25662 25664 22059 0 -1 4202560 14447 0 0 0 155 2 0 0 20 0 22 0 254529062 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577747581368 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25680] ppid=25662 vsize=9824668 CPUtime=1.57 cores=0,2,4,6
/proc/25664/task/25680/stat : 25680 (java) S 25662 25664 22059 0 -1 4202560 8002 0 0 0 155 2 0 0 20 0 22 0 254529062 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577746528568 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25681] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25681/stat : 25681 (java) S 25662 25664 22059 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254529062 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577745475960 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25664/tid=25682] ppid=25662 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/25664/task/25682/stat : 25682 (java) S 25662 25664 22059 0 -1 4202560 53 0 0 0 18 17 0 0 20 0 22 0 254529062 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577744423368 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25683] ppid=25662 vsize=9824668 CPUtime=862.6 cores=0,2,4,6
/proc/25664/task/25683/stat : 25683 (java) R 25662 25664 22059 0 -1 4202560 96 0 0 0 86245 15 0 0 20 0 22 0 254529132 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577743369184 140577853759432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25664/tid=25684] ppid=25662 vsize=9824668 CPUtime=862.41 cores=0,2,4,6
/proc/25664/task/25684/stat : 25684 (java) R 25662 25664 22059 0 -1 4202560 2155 0 0 0 86189 52 0 0 20 0 22 0 254529132 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577742314192 140577853961671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25664/tid=25685] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25685/stat : 25685 (java) S 25662 25664 22059 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577741264296 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25664/tid=25686] ppid=25662 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/25664/task/25686/stat : 25686 (java) S 25662 25664 22059 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254529135 10060460032 872133 33554432000 1073741824 1073778376 140734504056096 140577740211496 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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): 918.482
CPU time (s): 1800.7
CPU user time (s): 1798.48
CPU system time (s): 2.22566
CPU usage (%): 196.052
Max. virtual memory (cumulated for all children) (KiB): 9826268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.48
system time used= 2.22566
maximum resident set size= 3488656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36749
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25419
involuntary context switches= 37984

runsolver used 3.24051 second user time and 8.19375 second system time

The end

Launcher Data

Begin job on node111 at 2012-05-24 20:27:01
IDJOB=3689656
IDBENCH=90145
IDSOLVER=2268
FILE ID=node111/3689656-1337884021
RUNJOBID= node111-1337871880-22075
PBS_JOBID= 14620093
Free space on /tmp= 71624 MiB

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

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

MD5SUM BENCH= 2cd10947adfbc402d943437a9cfa9f95
RANDOM SEED=1379821960

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:        25294952 kB
Buffers:          210792 kB
Cached:          3079220 kB
SwapCached:            0 kB
Active:          4265860 kB
Inactive:        2539124 kB
Active(anon):    3517452 kB
Inactive(anon):        0 kB
Active(file):     748408 kB
Inactive(file):  2539124 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2204 kB
Writeback:             0 kB
AnonPages:       3522080 kB
Mapped:            22644 kB
Shmem:               200 kB
Slab:             630764 kB
SReclaimable:      73308 kB
SUnreclaim:       557456 kB
KernelStack:        1616 kB
PageTables:        10704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4087284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3426304 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:42:21