Trace number 3742379

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.75 902.26

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K164.opb
MD5SUM57b7e746b37944d021e8febe16059957
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 variables19516
Total number of constraints19846
Number of constraints which are clauses19682
Number of constraints which are cardinality constraints (but not clauses)164
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint164
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 165
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c Stops conflict analysis at the first Unique Implication Point
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	
0.09/0.11	c solving HOME/instance-3742379-1338786600.opb
0.09/0.11	c reading problem ... 
1.20/0.61	c ... done. Wall clock time 0.504s.
1.20/0.61	c #vars     19516
1.20/0.61	c #constraints  19846
1.20/0.61	c constraints type 
1.20/0.61	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
1.20/0.61	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
1.20/0.61	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
1.20/0.61	c constraints type 
1.20/0.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2119
1.20/0.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17561
1.20/0.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 164
8.02/3.26	c cleaning 2490 clauses out of 4995 with flag 5000/5000
14.93/6.59	c cleaning 4173 clauses out of 8502 with flag 11000/11000
22.46/10.27	c cleaning 5480 clauses out of 11320 with flag 18001/18001
30.49/14.23	c cleaning 6766 clauses out of 13840 with flag 26006/26006
40.16/19.02	c cleaning 7802 clauses out of 16066 with flag 35000/35000
52.66/25.21	c cleaning 8931 clauses out of 18263 with flag 45000/45000
63.85/30.86	c cleaning 9957 clauses out of 20330 with flag 56001/56001
77.07/37.47	c cleaning 10889 clauses out of 22366 with flag 68001/68001
91.43/44.69	c cleaning 11843 clauses out of 24474 with flag 81000/81000
107.43/52.62	c cleaning 12863 clauses out of 26629 with flag 95001/95001
124.03/60.91	c cleaning 13921 clauses out of 28763 with flag 110000/110000
143.41/70.60	c cleaning 15086 clauses out of 30833 with flag 126000/126000
163.20/80.51	c cleaning 16026 clauses out of 32746 with flag 143000/143000
237.09/117.37	c cleaning 17062 clauses out of 34717 with flag 161000/161000
262.53/130.06	c cleaning 18032 clauses out of 36654 with flag 180000/180000
292.56/145.05	c cleaning 18947 clauses out of 38621 with flag 200001/200001
332.14/164.83	c cleaning 19386 clauses out of 39672 with flag 220000/220000
357.15/177.38	c cleaning 19468 clauses out of 40286 with flag 240000/240000
382.38/189.91	c cleaning 19903 clauses out of 40817 with flag 260000/260000
405.93/201.73	c cleaning 19869 clauses out of 40913 with flag 280003/280003
429.23/213.43	c cleaning 19335 clauses out of 41042 with flag 300002/300002
455.92/226.89	c cleaning 18840 clauses out of 41702 with flag 320000/320000
481.73/239.78	c cleaning 18825 clauses out of 42861 with flag 340001/340001
487.40/242.62	c cleaning 0 clauses out of 5001 with flag 0/5001
534.57/266.18	c cleaning 18955 clauses out of 44032 with flag 360000/360000
558.28/277.94	c cleaning 18625 clauses out of 45078 with flag 380001/380001
582.32/290.02	c cleaning 18948 clauses out of 46451 with flag 400003/400003
612.40/305.17	c cleaning 18607 clauses out of 47497 with flag 420001/420001
635.38/316.77	c cleaning 18606 clauses out of 48887 with flag 440000/440000
664.31/331.27	c cleaning 18879 clauses out of 50280 with flag 460000/460000
691.82/345.05	c cleaning 18772 clauses out of 51397 with flag 480001/480001
719.74/359.02	c cleaning 18941 clauses out of 52624 with flag 500000/500000
748.63/373.65	c cleaning 18512 clauses out of 53682 with flag 520000/520000
795.13/396.85	c cleaning 19418 clauses out of 55170 with flag 540000/540000
818.82/408.77	c cleaning 18533 clauses out of 55753 with flag 560001/560001
851.56/425.15	c cleaning 19056 clauses out of 57218 with flag 580000/580000
889.89/444.42	c cleaning 18315 clauses out of 58162 with flag 600000/600000
920.71/459.93	c cleaning 19519 clauses out of 59846 with flag 620000/620000
946.18/472.79	c cleaning 18704 clauses out of 60328 with flag 640002/640002
974.39/486.98	c cleaning 18642 clauses out of 61624 with flag 660003/660003
1017.10/508.43	c cleaning 18556 clauses out of 62976 with flag 680000/680000
1046.93/523.45	c cleaning 18735 clauses out of 64420 with flag 700000/700000
1075.58/537.82	c cleaning 18852 clauses out of 65682 with flag 720000/720000
1105.57/552.98	c cleaning 18635 clauses out of 66829 with flag 740001/740001
1131.81/566.29	c cleaning 18580 clauses out of 68195 with flag 760003/760003
1166.06/583.47	c cleaning 18809 clauses out of 69610 with flag 780001/780001
1190.92/595.99	c cleaning 18673 clauses out of 70799 with flag 800001/800001
1230.02/615.52	c cleaning 19112 clauses out of 72125 with flag 820000/820000
1253.41/627.49	c cleaning 19041 clauses out of 73012 with flag 840001/840001
1280.92/641.29	c cleaning 19098 clauses out of 73972 with flag 860002/860002
1308.84/655.23	c cleaning 18863 clauses out of 74874 with flag 880002/880002
1343.35/672.53	c cleaning 19085 clauses out of 76011 with flag 900003/900003
1375.35/688.71	c cleaning 18292 clauses out of 76918 with flag 920001/920001
1404.38/703.33	c cleaning 19013 clauses out of 78621 with flag 940001/940001
1470.10/736.19	c cleaning 19308 clauses out of 79607 with flag 960000/960000
1511.60/756.93	c cleaning 18896 clauses out of 80301 with flag 980002/980002
1543.61/773.15	c cleaning 18789 clauses out of 81403 with flag 1000000/1000000
1572.69/787.72	c cleaning 18763 clauses out of 82615 with flag 1020002/1020002
1600.39/801.63	c cleaning 18722 clauses out of 83845 with flag 1040000/1040000
1627.48/815.25	c cleaning 19030 clauses out of 85120 with flag 1060000/1060000
1655.80/829.69	c cleaning 18680 clauses out of 86091 with flag 1080002/1080002
1690.99/847.39	c cleaning 18882 clauses out of 87406 with flag 1100000/1100000
1719.38/861.67	c cleaning 19080 clauses out of 88526 with flag 1120002/1120002
1762.29/883.14	c cleaning 18993 clauses out of 89442 with flag 1140000/1140000
1800.04/902.21	c starts		: 168
1800.04/902.21	c conflicts		: 1148645
1800.04/902.21	c decisions		: 40804872
1800.04/902.21	c propagations		: 900374757
1800.04/902.21	c inspects		: 1699995289
1800.04/902.21	c learnt literals	: 138
1800.04/902.21	c learnt binary clauses	: 61301
1800.04/902.21	c learnt ternary clauses	: 66563
1800.04/902.21	c learnt clauses	: 1148506
1800.04/902.21	c ignored clauses	: 0
1800.04/902.21	c root simplifications	: 0
1800.04/902.21	c removed literals (reason simplification)	: 8871557
1800.04/902.21	c reason swapping (by a shorter reason)	: 0
1800.04/902.21	c Calls to reduceDB	: 63
1800.04/902.21	c number of reductions to clauses (during analyze)	: 0
1800.04/902.21	c number of learned constraints concerned by reduction	: 0
1800.04/902.21	c number of learning phase by resolution	: 0
1800.04/902.21	c number of learning phase by cutting planes	: 0
1800.04/902.21	c speed (assignments/second)	: 998644.3577341096
1800.04/902.21	c non guided choices	50896
1800.04/902.24	c learnt constraints type 
1800.04/902.24	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17798
1800.04/902.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61301
1800.04/902.24	c constraints type 
1800.04/902.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17561
1800.04/902.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 164
1800.04/902.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2119
1800.04/902.24	c constraints type 
1800.04/902.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2119
1800.04/902.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17561
1800.04/902.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 164
1800.04/902.24	s UNKNOWN
1800.04/902.24	c Total wall clock time (in seconds): 902.13

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-3742379-1338786600/watcher-3742379-1338786600 -o /tmp/evaluation-result-3742379-1338786600/solver-3742379-1338786600 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742379-1338786600.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.94 3.98 3.88 4/197 18785
/proc/meminfo: memFree=28681364/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/18785/stat : 18785 (java6) D 18783 18785 17860 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 344785438 9515008 182 33554432000 1073741824 1073778376 140734737030832 140734737021864 214537420469 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/18785/statm: 2323 182 140 9 0 71 0

[startup+0.0891191 s]
/proc/loadavg: 3.94 3.98 3.88 4/197 18785
/proc/meminfo: memFree=28681364/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/18785/stat : 18785 (java) S 18783 18785 17860 0 -1 4202496 4144 0 1 0 6 1 0 0 20 0 18 0 344785438 2764726272 5864 33554432000 1073741824 1073778376 140733975387856 140733975378992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18785/statm: 674982 5866 1934 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100175 s]
/proc/loadavg: 3.94 3.98 3.88 4/197 18785
/proc/meminfo: memFree=28681364/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/18785/stat : 18785 (java) S 18783 18785 17860 0 -1 4202496 4744 0 1 0 8 1 0 0 20 0 18 0 344785438 2764726272 6447 33554432000 1073741824 1073778376 140733975387856 140733975378992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18785/statm: 674982 6447 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300165 s]
/proc/loadavg: 3.94 3.98 3.88 4/197 18785
/proc/meminfo: memFree=28681364/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=2699928 CPUtime=0.57 cores=1,3,5,7
/proc/18785/stat : 18785 (java) S 18783 18785 17860 0 -1 4202496 7888 0 1 0 55 2 0 0 20 0 18 0 344785438 2764726272 13167 33554432000 1073741824 1073778376 140733975387856 140733975378992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18785/statm: 674982 13167 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 2699928

[startup+0.700168 s]
/proc/loadavg: 3.94 3.98 3.88 4/197 18785
/proc/meminfo: memFree=28681364/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=2966184 CPUtime=1.53 cores=1,3,5,7
/proc/18785/stat : 18785 (java) S 18783 18785 17860 0 -1 4202496 13704 0 1 0 148 5 0 0 20 0 22 0 344785438 3037372416 43427 33554432000 1073741824 1073778376 140733975387856 140733975378992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18785/statm: 741546 43427 2250 9 0 732240 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 2966184

[startup+1.50071 s]
/proc/loadavg: 3.86 3.96 3.87 7/220 18810
/proc/meminfo: memFree=28495220/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=2966184 CPUtime=4.36 cores=1,3,5,7
/proc/18785/stat : 18785 (java) S 18783 18785 17860 0 -1 4202496 22226 0 1 0 428 8 0 0 20 0 22 0 344785438 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 140733975378992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18785/statm: 741546 77688 2258 9 0 732240 0
[pid=18785/tid=18787] ppid=18783 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/18785/task/18787/stat : 18787 (java) S 18783 18785 17860 0 -1 4202560 2861 0 1 0 54 4 0 0 20 0 22 0 344785439 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139929129022616 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18788] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18788/stat : 18788 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139929113303976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18789] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18789/stat : 18789 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139929112251432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18790] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18790/stat : 18790 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139929111198376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18791] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18791/stat : 18791 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139929110145832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18792] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18792/stat : 18792 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139929109092776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18793] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18793/stat : 18793 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139929108040232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18794] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18794/stat : 18794 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139929106987176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18795] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18795/stat : 18795 (java) S 18783 18785 17860 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139929105934632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18796] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18796/stat : 18796 (java) S 18783 18785 17860 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928975428456 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18797] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18797/stat : 18797 (java) S 18783 18785 17860 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928974374776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18798] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18798/stat : 18798 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928973321608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18799] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18799/stat : 18799 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928972270352 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18800] ppid=18783 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/18785/task/18800/stat : 18800 (java) S 18783 18785 17860 0 -1 4202560 9989 0 0 0 101 2 0 0 20 0 22 0 344785444 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928971217208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18801] ppid=18783 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/18785/task/18801/stat : 18801 (java) S 18783 18785 17860 0 -1 4202560 8024 0 0 0 96 0 0 0 20 0 22 0 344785444 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928970164664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18802] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18802/stat : 18802 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928969111800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18803] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18803/stat : 18803 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928968059464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18804] ppid=18783 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/18785/task/18804/stat : 18804 (java) R 18783 18785 17860 0 -1 4202560 27 0 0 0 86 0 0 0 20 0 22 0 344785500 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928967003968 139928978353389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18805] ppid=18783 vsize=2966184 CPUtime=0.86 cores=1,3,5,7
/proc/18785/task/18805/stat : 18805 (java) R 18783 18785 17860 0 -1 4202560 125 0 0 0 84 2 0 0 20 0 22 0 344785500 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928965952280 139928978652201 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18806] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18806/stat : 18806 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928964900136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18807] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18807/stat : 18807 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 77688 33554432000 1073741824 1073778376 140733975387856 139928963847592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.36
Current children cumulated vsize (KiB) 2966184

[startup+3.1008 s]
/proc/loadavg: 3.86 3.96 3.87 5/220 18810
/proc/meminfo: memFree=28270984/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=2966184 CPUtime=7.75 cores=1,3,5,7
/proc/18785/stat : 18785 (java) S 18783 18785 17860 0 -1 4202496 22381 0 1 0 762 13 0 0 20 0 22 0 344785438 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 140733975378992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18785/statm: 741546 110500 2271 9 0 732240 0
[pid=18785/tid=18787] ppid=18783 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/18785/task/18787/stat : 18787 (java) S 18783 18785 17860 0 -1 4202560 2861 0 1 0 54 4 0 0 20 0 22 0 344785439 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139929129022616 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18788] ppid=18783 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18785/task/18788/stat : 18788 (java) S 18783 18785 17860 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 344785441 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139929113303976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18789] ppid=18783 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18785/task/18789/stat : 18789 (java) S 18783 18785 17860 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 344785441 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139929112251432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18790] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18790/stat : 18790 (java) S 18783 18785 17860 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139929111198376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18791] ppid=18783 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18785/task/18791/stat : 18791 (java) S 18783 18785 17860 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 344785441 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139929110145832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18792] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18792/stat : 18792 (java) S 18783 18785 17860 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139929109092776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18793] ppid=18783 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18785/task/18793/stat : 18793 (java) S 18783 18785 17860 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 344785441 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139929108040232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18794] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18794/stat : 18794 (java) S 18783 18785 17860 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 344785441 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139929106987176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18795] ppid=18783 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18785/task/18795/stat : 18795 (java) S 18783 18785 17860 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 344785441 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139929105934632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18796] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18796/stat : 18796 (java) S 18783 18785 17860 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928975428456 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18797] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18797/stat : 18797 (java) S 18783 18785 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928974374776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18798] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18798/stat : 18798 (java) S 18783 18785 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928973321608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18799] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18799/stat : 18799 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928972270352 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18800] ppid=18783 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/18785/task/18800/stat : 18800 (java) S 18783 18785 17860 0 -1 4202560 9989 0 0 0 106 2 0 0 20 0 22 0 344785444 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928971217208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18801] ppid=18783 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/18785/task/18801/stat : 18801 (java) S 18783 18785 17860 0 -1 4202560 8042 0 0 0 104 0 0 0 20 0 22 0 344785444 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928970164664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18802] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18802/stat : 18802 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928969111800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18803] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18803/stat : 18803 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928968059464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18804] ppid=18783 vsize=2966184 CPUtime=2.4 cores=1,3,5,7
/proc/18785/task/18804/stat : 18804 (java) R 18783 18785 17860 0 -1 4202560 28 0 0 0 240 0 0 0 20 0 22 0 344785500 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928967005040 139928978521797 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18805] ppid=18783 vsize=2966184 CPUtime=2.39 cores=1,3,5,7
/proc/18785/task/18805/stat : 18805 (java) R 18783 18785 17860 0 -1 4202560 172 0 0 0 236 3 0 0 20 0 22 0 344785500 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928965951056 139928978596204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18806] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18806/stat : 18806 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928964900136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18807] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18807/stat : 18807 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 110500 33554432000 1073741824 1073778376 140733975387856 139928963847592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 2966184

[startup+6.30073 s]
/proc/loadavg: 3.87 3.96 3.87 5/220 18810
/proc/meminfo: memFree=28226960/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=2966184 CPUtime=14.52 cores=1,3,5,7
/proc/18785/stat : 18785 (java) S 18783 18785 17860 0 -1 4202496 26314 0 1 0 1438 14 0 0 20 0 22 0 344785438 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 140733975378992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18785/statm: 741546 114523 2283 9 0 732240 0
[pid=18785/tid=18787] ppid=18783 vsize=2966184 CPUtime=0.58 cores=1,3,5,7
/proc/18785/task/18787/stat : 18787 (java) S 18783 18785 17860 0 -1 4202560 2861 0 1 0 54 4 0 0 20 0 22 0 344785439 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139929129022616 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18788] ppid=18783 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18785/task/18788/stat : 18788 (java) S 18783 18785 17860 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 344785441 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139929113303976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18789] ppid=18783 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18785/task/18789/stat : 18789 (java) S 18783 18785 17860 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 344785441 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139929112251432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18790] ppid=18783 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18785/task/18790/stat : 18790 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 2 0 0 0 20 0 22 0 344785441 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139929111198376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18791] ppid=18783 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18785/task/18791/stat : 18791 (java) S 18783 18785 17860 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 344785441 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139929110145832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18792] ppid=18783 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18785/task/18792/stat : 18792 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 344785441 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139929109092776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18793] ppid=18783 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/18785/task/18793/stat : 18793 (java) S 18783 18785 17860 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 344785441 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139929108040232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18794] ppid=18783 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18785/task/18794/stat : 18794 (java) S 18783 18785 17860 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 344785441 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139929106987176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18795] ppid=18783 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/18785/task/18795/stat : 18795 (java) S 18783 18785 17860 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 344785441 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139929105934632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18796] ppid=18783 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/18785/task/18796/stat : 18796 (java) S 18783 18785 17860 0 -1 4202560 38 0 0 0 5 0 0 0 20 0 22 0 344785442 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139928975428456 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18797] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18797/stat : 18797 (java) S 18783 18785 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139928974374776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18798] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18798/stat : 18798 (java) S 18783 18785 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139928973321608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18799] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18799/stat : 18799 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139928972270352 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18800] ppid=18783 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/18785/task/18800/stat : 18800 (java) S 18783 18785 17860 0 -1 4202560 9992 0 0 0 111 2 0 0 20 0 22 0 344785444 3037372416 114523 33554432000 1073741824 1073778376 140733975387856 139928971217208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=18785/tid=18805] ppid=18783 vsize=2966184 CPUtime=737.66 cores=1,3,5,7
/proc/18785/task/18805/stat : 18805 (java) R 18783 18785 17860 0 -1 4202560 366 0 0 0 73749 17 0 0 20 0 22 0 344785500 3037372416 221127 33554432000 1073741824 1073778376 140733975387856 139928965950240 139928978561436 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18806] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18806/stat : 18806 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 221127 33554432000 1073741824 1073778376 140733975387856 139928964900136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18807] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18807/stat : 18807 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 221127 33554432000 1073741824 1073778376 140733975387856 139928963847592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1521.83
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.92 5/219 18877
/proc/meminfo: memFree=27842248/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=2966184 CPUtime=1641.08 cores=1,3,5,7
/proc/18785/stat : 18785 (java) S 18783 18785 17860 0 -1 4202496 32846 0 1 0 163996 112 0 0 20 0 22 0 344785438 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 140733975378992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18785/statm: 741546 221723 2284 9 0 732240 0
[pid=18785/tid=18787] ppid=18783 vsize=2966184 CPUtime=0.6 cores=1,3,5,7
/proc/18785/task/18787/stat : 18787 (java) S 18783 18785 17860 0 -1 4202560 2876 0 1 0 55 5 0 0 20 0 22 0 344785439 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139929129022616 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18788] ppid=18783 vsize=2966184 CPUtime=3.52 cores=1,3,5,7
/proc/18785/task/18788/stat : 18788 (java) S 18783 18785 17860 0 -1 4202560 203 0 0 0 347 5 0 0 20 0 22 0 344785441 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139929113303976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18789] ppid=18783 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/18785/task/18789/stat : 18789 (java) S 18783 18785 17860 0 -1 4202560 235 0 0 0 361 8 0 0 20 0 22 0 344785441 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139929112251432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18790] ppid=18783 vsize=2966184 CPUtime=3.69 cores=1,3,5,7
/proc/18785/task/18790/stat : 18790 (java) S 18783 18785 17860 0 -1 4202560 194 0 0 0 362 7 0 0 20 0 22 0 344785441 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139929111198376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18791] ppid=18783 vsize=2966184 CPUtime=3.81 cores=1,3,5,7
/proc/18785/task/18791/stat : 18791 (java) S 18783 18785 17860 0 -1 4202560 230 0 0 0 374 7 0 0 20 0 22 0 344785441 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139929110145832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18792] ppid=18783 vsize=2966184 CPUtime=3.52 cores=1,3,5,7
/proc/18785/task/18792/stat : 18792 (java) S 18783 18785 17860 0 -1 4202560 170 0 0 0 346 6 0 0 20 0 22 0 344785441 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139929109092776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18793] ppid=18783 vsize=2966184 CPUtime=3.63 cores=1,3,5,7
/proc/18785/task/18793/stat : 18793 (java) S 18783 18785 17860 0 -1 4202560 210 0 0 0 355 8 0 0 20 0 22 0 344785441 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139929108040232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18794] ppid=18783 vsize=2966184 CPUtime=3.49 cores=1,3,5,7
/proc/18785/task/18794/stat : 18794 (java) S 18783 18785 17860 0 -1 4202560 182 0 0 0 343 6 0 0 20 0 22 0 344785441 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139929106987176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18795] ppid=18783 vsize=2966184 CPUtime=3.7 cores=1,3,5,7
/proc/18785/task/18795/stat : 18795 (java) S 18783 18785 17860 0 -1 4202560 190 0 0 0 363 7 0 0 20 0 22 0 344785441 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139929105934632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18796] ppid=18783 vsize=2966184 CPUtime=18.59 cores=1,3,5,7
/proc/18785/task/18796/stat : 18796 (java) S 18783 18785 17860 0 -1 4202560 120 0 0 0 1836 23 0 0 20 0 22 0 344785442 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928975428456 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18797] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18797/stat : 18797 (java) S 18783 18785 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928974374776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18798] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18798/stat : 18798 (java) S 18783 18785 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928973321608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18799] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18799/stat : 18799 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928972270352 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18800] ppid=18783 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/18785/task/18800/stat : 18800 (java) S 18783 18785 17860 0 -1 4202560 14314 0 0 0 183 3 0 0 20 0 22 0 344785444 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928971217208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18801] ppid=18783 vsize=2966184 CPUtime=1.59 cores=1,3,5,7
/proc/18785/task/18801/stat : 18801 (java) S 18783 18785 17860 0 -1 4202560 11930 0 0 0 157 2 0 0 20 0 22 0 344785444 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928970164664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18802] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18802/stat : 18802 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928969111800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18803] ppid=18783 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/18785/task/18803/stat : 18803 (java) S 18783 18785 17860 0 -1 4202560 47 0 0 0 11 21 0 0 20 0 22 0 344785444 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928968059464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18804] ppid=18783 vsize=2966184 CPUtime=794.62 cores=1,3,5,7
/proc/18785/task/18804/stat : 18804 (java) R 18783 18785 17860 0 -1 4202560 372 0 0 0 79448 14 0 0 20 0 22 0 344785500 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928967004080 139928978449307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18805] ppid=18783 vsize=2966184 CPUtime=794.7 cores=1,3,5,7
/proc/18785/task/18805/stat : 18805 (java) R 18783 18785 17860 0 -1 4202560 386 0 0 0 79452 18 0 0 20 0 22 0 344785500 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928965950256 139928978592591 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18806] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18806/stat : 18806 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928964900136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18807] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18807/stat : 18807 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 221723 33554432000 1073741824 1073778376 140733975387856 139928963847592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1641.08
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.94 3.98 3.91 5/219 18877
/proc/meminfo: memFree=27806812/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=2966184 CPUtime=1760.69 cores=1,3,5,7
/proc/18785/stat : 18785 (java) S 18783 18785 17860 0 -1 4202496 32979 0 1 0 175951 118 0 0 20 0 22 0 344785438 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 140733975378992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18785/statm: 741546 224872 2284 9 0 732240 0
[pid=18785/tid=18787] ppid=18783 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/18785/task/18787/stat : 18787 (java) S 18783 18785 17860 0 -1 4202560 2876 0 1 0 56 5 0 0 20 0 22 0 344785439 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139929129022616 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18788] ppid=18783 vsize=2966184 CPUtime=3.83 cores=1,3,5,7
/proc/18785/task/18788/stat : 18788 (java) S 18783 18785 17860 0 -1 4202560 214 0 0 0 378 5 0 0 20 0 22 0 344785441 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139929113303976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18789] ppid=18783 vsize=2966184 CPUtime=3.96 cores=1,3,5,7
/proc/18785/task/18789/stat : 18789 (java) S 18783 18785 17860 0 -1 4202560 247 0 0 0 388 8 0 0 20 0 22 0 344785441 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139929112251432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18790] ppid=18783 vsize=2966184 CPUtime=3.94 cores=1,3,5,7
/proc/18785/task/18790/stat : 18790 (java) S 18783 18785 17860 0 -1 4202560 206 0 0 0 387 7 0 0 20 0 22 0 344785441 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139929111198376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18791] ppid=18783 vsize=2966184 CPUtime=4.07 cores=1,3,5,7
/proc/18785/task/18791/stat : 18791 (java) S 18783 18785 17860 0 -1 4202560 237 0 0 0 400 7 0 0 20 0 22 0 344785441 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139929110145832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18792] ppid=18783 vsize=2966184 CPUtime=3.83 cores=1,3,5,7
/proc/18785/task/18792/stat : 18792 (java) S 18783 18785 17860 0 -1 4202560 182 0 0 0 376 7 0 0 20 0 22 0 344785441 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139929109092776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18793] ppid=18783 vsize=2966184 CPUtime=3.93 cores=1,3,5,7
/proc/18785/task/18793/stat : 18793 (java) S 18783 18785 17860 0 -1 4202560 227 0 0 0 385 8 0 0 20 0 22 0 344785441 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139929108040232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18794] ppid=18783 vsize=2966184 CPUtime=3.74 cores=1,3,5,7
/proc/18785/task/18794/stat : 18794 (java) S 18783 18785 17860 0 -1 4202560 194 0 0 0 368 6 0 0 20 0 22 0 344785441 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139929106987176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18795] ppid=18783 vsize=2966184 CPUtime=4 cores=1,3,5,7
/proc/18785/task/18795/stat : 18795 (java) S 18783 18785 17860 0 -1 4202560 202 0 0 0 393 7 0 0 20 0 22 0 344785441 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139929105934632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18796] ppid=18783 vsize=2966184 CPUtime=19.97 cores=1,3,5,7
/proc/18785/task/18796/stat : 18796 (java) S 18783 18785 17860 0 -1 4202560 124 0 0 0 1972 25 0 0 20 0 22 0 344785442 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928975428456 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18797] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18797/stat : 18797 (java) S 18783 18785 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928974374776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18798] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18798/stat : 18798 (java) S 18783 18785 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928973321608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18799] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18799/stat : 18799 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928972270352 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18800] ppid=18783 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/18785/task/18800/stat : 18800 (java) S 18783 18785 17860 0 -1 4202560 14314 0 0 0 183 3 0 0 20 0 22 0 344785444 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928971217208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18801] ppid=18783 vsize=2966184 CPUtime=1.59 cores=1,3,5,7
/proc/18785/task/18801/stat : 18801 (java) S 18783 18785 17860 0 -1 4202560 11930 0 0 0 157 2 0 0 20 0 22 0 344785444 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928970164664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18802] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18802/stat : 18802 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928969111800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18803] ppid=18783 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/18785/task/18803/stat : 18803 (java) S 18783 18785 17860 0 -1 4202560 51 0 0 0 11 23 0 0 20 0 22 0 344785444 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928968059464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18804] ppid=18783 vsize=2966184 CPUtime=852.61 cores=1,3,5,7
/proc/18785/task/18804/stat : 18804 (java) R 18783 18785 17860 0 -1 4202560 389 0 0 0 85246 15 0 0 20 0 22 0 344785500 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928967003024 139928978449326 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18805] ppid=18783 vsize=2966184 CPUtime=852.69 cores=1,3,5,7
/proc/18785/task/18805/stat : 18805 (java) R 18783 18785 17860 0 -1 4202560 399 0 0 0 85251 18 0 0 20 0 22 0 344785500 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928965951072 139928978561365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18806] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18806/stat : 18806 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928964900136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18807] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18807/stat : 18807 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 224872 33554432000 1073741824 1073778376 140733975387856 139928963847592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1760.69
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.201 s]
/proc/loadavg: 4.03 4.00 3.92 5/219 18878
/proc/meminfo: memFree=27796324/32873648 swapFree=7116/7116
[pid=18785] ppid=18783 vsize=2966184 CPUtime=1800.04 cores=1,3,5,7
/proc/18785/stat : 18785 (java) S 18783 18785 17860 0 -1 4202496 33003 0 1 0 179885 119 0 0 20 0 22 0 344785438 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 140733975378992 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/18785/statm: 741546 225395 2284 9 0 732240 0
[pid=18785/tid=18787] ppid=18783 vsize=2966184 CPUtime=0.61 cores=1,3,5,7
/proc/18785/task/18787/stat : 18787 (java) S 18783 18785 17860 0 -1 4202560 2877 0 1 0 56 5 0 0 20 0 22 0 344785439 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139929129022616 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18788] ppid=18783 vsize=2966184 CPUtime=3.9 cores=1,3,5,7
/proc/18785/task/18788/stat : 18788 (java) S 18783 18785 17860 0 -1 4202560 217 0 0 0 385 5 0 0 20 0 22 0 344785441 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139929113303976 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18789] ppid=18783 vsize=2966184 CPUtime=4.08 cores=1,3,5,7
/proc/18785/task/18789/stat : 18789 (java) S 18783 18785 17860 0 -1 4202560 249 0 0 0 400 8 0 0 20 0 22 0 344785441 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139929112251432 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18790] ppid=18783 vsize=2966184 CPUtime=4.04 cores=1,3,5,7
/proc/18785/task/18790/stat : 18790 (java) S 18783 18785 17860 0 -1 4202560 206 0 0 0 397 7 0 0 20 0 22 0 344785441 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139929111198376 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18791] ppid=18783 vsize=2966184 CPUtime=4.16 cores=1,3,5,7
/proc/18785/task/18791/stat : 18791 (java) S 18783 18785 17860 0 -1 4202560 238 0 0 0 409 7 0 0 20 0 22 0 344785441 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139929110145832 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18792] ppid=18783 vsize=2966184 CPUtime=3.9 cores=1,3,5,7
/proc/18785/task/18792/stat : 18792 (java) S 18783 18785 17860 0 -1 4202560 182 0 0 0 383 7 0 0 20 0 22 0 344785441 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139929109092776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18793] ppid=18783 vsize=2966184 CPUtime=3.99 cores=1,3,5,7
/proc/18785/task/18793/stat : 18793 (java) S 18783 18785 17860 0 -1 4202560 228 0 0 0 391 8 0 0 20 0 22 0 344785441 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139929108040232 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18794] ppid=18783 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/18785/task/18794/stat : 18794 (java) S 18783 18785 17860 0 -1 4202560 200 0 0 0 378 6 0 0 20 0 22 0 344785441 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139929106987176 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18785/tid=18795] ppid=18783 vsize=2966184 CPUtime=4.06 cores=1,3,5,7
/proc/18785/task/18795/stat : 18795 (java) S 18783 18785 17860 0 -1 4202560 202 0 0 0 399 7 0 0 20 0 22 0 344785441 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139929105934632 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18796] ppid=18783 vsize=2966184 CPUtime=20.73 cores=1,3,5,7
/proc/18785/task/18796/stat : 18796 (java) S 18783 18785 17860 0 -1 4202560 124 0 0 0 2048 25 0 0 20 0 22 0 344785442 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928975428456 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18797] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18797/stat : 18797 (java) S 18783 18785 17860 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928974374776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18798] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18798/stat : 18798 (java) S 18783 18785 17860 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 344785442 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928973321608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18799] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18799/stat : 18799 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928972270352 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18800] ppid=18783 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/18785/task/18800/stat : 18800 (java) S 18783 18785 17860 0 -1 4202560 14314 0 0 0 183 3 0 0 20 0 22 0 344785444 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928971217208 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18801] ppid=18783 vsize=2966184 CPUtime=1.59 cores=1,3,5,7
/proc/18785/task/18801/stat : 18801 (java) S 18783 18785 17860 0 -1 4202560 11930 0 0 0 157 2 0 0 20 0 22 0 344785444 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928970164664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18802] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18802/stat : 18802 (java) S 18783 18785 17860 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 344785444 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928969111800 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18785/tid=18803] ppid=18783 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/18785/task/18803/stat : 18803 (java) S 18783 18785 17860 0 -1 4202560 51 0 0 0 11 24 0 0 20 0 22 0 344785444 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928968059464 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18804] ppid=18783 vsize=2966184 CPUtime=871.57 cores=1,3,5,7
/proc/18785/task/18804/stat : 18804 (java) R 18783 18785 17860 0 -1 4202560 397 0 0 0 87141 16 0 0 20 0 22 0 344785500 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928967004080 139928978367536 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18805] ppid=18783 vsize=2966184 CPUtime=871.65 cores=1,3,5,7
/proc/18785/task/18805/stat : 18805 (java) R 18783 18785 17860 0 -1 4202560 401 0 0 0 87146 19 0 0 20 0 22 0 344785500 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928965950752 139928978508146 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18785/tid=18806] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18806/stat : 18806 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928964900136 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18785/tid=18807] ppid=18783 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18785/task/18807/stat : 18807 (java) S 18783 18785 17860 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 344785502 3037372416 225395 33554432000 1073741824 1073778376 140733975387856 139928963847592 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 2966184

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): 902.26
CPU time (s): 1800.75
CPU user time (s): 1799.1
CPU system time (s): 1.65175
CPU usage (%): 199.582
Max. virtual memory (cumulated for all children) (KiB): 2967972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.65175
maximum resident set size= 901708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33037
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38143
involuntary context switches= 66857

runsolver used 3.21351 second user time and 8.23375 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 07:10:00
IDJOB=3742379
IDBENCH=90170
IDSOLVER=2324
FILE ID=node127/3742379-1338786600
RUNJOBID= node127-1338781344-17877
PBS_JOBID= 14636831
Free space on /tmp= 70480 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K164.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3742379-1338786600/watcher-3742379-1338786600 -o /tmp/evaluation-result-3742379-1338786600/solver-3742379-1338786600 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3742379-1338786600.opb

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

MD5SUM BENCH= 57b7e746b37944d021e8febe16059957
RANDOM SEED=1869086943

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28681372 kB
Buffers:          428388 kB
Cached:          2120276 kB
SwapCached:         1428 kB
Active:          1808556 kB
Inactive:        1497624 kB
Active(anon):     751420 kB
Inactive(anon):     7952 kB
Active(file):    1057136 kB
Inactive(file):  1489672 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:              1244 kB
Writeback:             0 kB
AnonPages:        768820 kB
Mapped:            18976 kB
Shmem:                92 kB
Slab:             747124 kB
SReclaimable:     191232 kB
SUnreclaim:       555892 kB
KernelStack:        1624 kB
PageTables:         5352 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1571868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70480 MiB
End job on node127 at 2012-06-04 07:25:04