Trace number 3455451

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
Sat4j Res//CP 2.3.0? (TO) 1800.38 914.505

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12037_7-sat.opb
MD5SUMc76ba3fc1d0a0f3a1a96791ffe6c4cf4
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 variables39204
Total number of constraints130975
Number of constraints which are clauses130331
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints644
Minimum length of a constraint1
Maximum length of a constraint120
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 27
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 714
Number of bits of the biggest sum of numbers10
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.12/0.11	c Pseudo Boolean Optimization
0.12/0.11	c ManyCore solver with 2 solvers running in parallel
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.11	c Expensive reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.11	c --- Begin Solver configuration ---
0.12/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.12/0.11	c Learn all clauses as in MiniSAT
0.12/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.11	c No reason simplification
0.12/0.11	c Armin Biere (Picosat) restarts strategy
0.12/0.11	c Glucose learned constraints deletion strategy
0.12/0.11	c timeout=2147483s
0.12/0.11	c DB Simplification allowed=false
0.12/0.11	c --- End Solver configuration ---
0.12/0.11	c solving HOME/instance-3455451-1307196953.opb
0.12/0.11	c reading problem ... 
2.52/1.40	c ... done. Wall clock time 1.286s.
2.52/1.40	c #vars     39204
2.52/1.40	c #constraints  119302
2.52/1.40	c constraints type 
2.52/1.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15845
2.52/1.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 98486
2.52/1.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 644
2.52/1.40	c constraints type 
2.52/1.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 98486
2.52/1.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15845
2.52/1.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
8.22/3.75	c cleaning 2495 clauses out of 5000 with flag 5000/5000
13.11/6.12	c cleaning 4252 clauses out of 8505 with flag 11000/11000
18.66/8.93	c cleaning 5612 clauses out of 11255 with flag 18002/18002
23.92/11.69	c cleaning 6812 clauses out of 13644 with flag 26003/26003
31.74/15.51	c cleaning 7911 clauses out of 15830 with flag 35001/35001
39.86/19.56	c cleaning 8930 clauses out of 17918 with flag 45000/45000
49.09/24.02	c cleaning 9986 clauses out of 19988 with flag 56000/56000
57.52/28.34	c cleaning 10981 clauses out of 22002 with flag 68000/68000
68.11/33.74	c cleaning 11999 clauses out of 24021 with flag 81000/81000
78.94/39.23	c cleaning 12999 clauses out of 26022 with flag 95000/95000
91.96/45.80	c cleaning 13975 clauses out of 28023 with flag 110000/110000
105.37/52.68	c cleaning 15015 clauses out of 30048 with flag 126000/126000
118.68/59.49	c cleaning 16005 clauses out of 32035 with flag 143002/143002
119.24/59.84	c cleaning 0 clauses out of 5003 with flag 0/5003
133.50/66.94	c cleaning 16987 clauses out of 34028 with flag 161000/161000
148.37/74.48	c cleaning 18016 clauses out of 36041 with flag 180000/180000
162.39/81.61	c cleaning 19010 clauses out of 38026 with flag 200001/200001
178.55/89.80	c cleaning 19983 clauses out of 40015 with flag 221000/221000
195.50/98.40	c cleaning 21006 clauses out of 42033 with flag 243001/243001
212.85/107.25	c cleaning 21998 clauses out of 44027 with flag 266001/266001
233.23/117.66	c cleaning 22959 clauses out of 46029 with flag 290001/290001
253.94/128.10	c cleaning 24018 clauses out of 48069 with flag 315000/315000
278.03/140.34	c cleaning 24978 clauses out of 50051 with flag 341000/341000
301.89/152.41	c cleaning 26011 clauses out of 52073 with flag 368000/368000
327.37/165.40	c cleaning 27014 clauses out of 54062 with flag 396000/396000
354.19/179.02	c cleaning 28004 clauses out of 56048 with flag 425000/425000
357.17/180.76	c cleaning 0 clauses out of 11000 with flag 0/11000
385.39/195.01	c cleaning 28998 clauses out of 58044 with flag 455000/455000
416.20/210.72	c cleaning 30004 clauses out of 60046 with flag 486000/486000
453.80/229.77	c cleaning 30974 clauses out of 62042 with flag 518000/518000
487.55/246.89	c cleaning 32003 clauses out of 64068 with flag 551000/551000
525.31/265.90	c cleaning 33004 clauses out of 66065 with flag 585000/585000
553.36/280.39	c cleaning 34019 clauses out of 68061 with flag 620000/620000
586.50/297.19	c cleaning 35014 clauses out of 70045 with flag 656003/656003
614.37/311.38	c cleaning 35995 clauses out of 72029 with flag 693001/693001
648.82/328.86	c cleaning 37008 clauses out of 74033 with flag 731000/731000
689.20/349.42	c cleaning 37991 clauses out of 76025 with flag 770000/770000
725.24/367.77	c cleaning 39001 clauses out of 78034 with flag 810000/810000
760.44/385.66	c cleaning 0 clauses out of 18004 with flag 0/18004
771.18/391.35	c cleaning 39994 clauses out of 80034 with flag 851001/851001
811.66/412.06	c cleaning 41010 clauses out of 82039 with flag 893000/893000
855.51/434.23	c cleaning 41980 clauses out of 84029 with flag 936000/936000
895.84/454.72	c cleaning 43006 clauses out of 86049 with flag 980000/980000
939.02/476.67	c cleaning 44003 clauses out of 88043 with flag 1025000/1025000
989.22/502.21	c cleaning 45002 clauses out of 90041 with flag 1071001/1071001
1033.51/524.75	c cleaning 45997 clauses out of 92038 with flag 1118000/1118000
1081.79/549.20	c cleaning 47000 clauses out of 94041 with flag 1166000/1166000
1135.55/576.46	c cleaning 48005 clauses out of 96043 with flag 1215002/1215002
1208.07/613.28	c cleaning 48989 clauses out of 98038 with flag 1265002/1265002
1285.32/652.24	c cleaning 50011 clauses out of 100047 with flag 1316000/1316000
1336.33/678.13	c cleaning 50988 clauses out of 102037 with flag 1368001/1368001
1388.33/704.53	c cleaning 51993 clauses out of 104048 with flag 1421000/1421000
1452.76/737.37	c cleaning 53003 clauses out of 106057 with flag 1475002/1475002
1522.35/772.57	c cleaning 54012 clauses out of 108054 with flag 1530002/1530002
1562.70/793.16	c cleaning 0 clauses out of 26000 with flag 0/26000
1595.40/809.92	c cleaning 54988 clauses out of 110040 with flag 1586000/1586000
1655.12/840.47	c cleaning 56016 clauses out of 112052 with flag 1643000/1643000
1711.19/868.97	c cleaning 57001 clauses out of 114036 with flag 1701000/1701000
1774.09/900.80	c cleaning 58001 clauses out of 116036 with flag 1760001/1760001
1800.10/914.32	c starts		: 210
1800.10/914.32	c conflicts		: 1786456
1800.10/914.32	c decisions		: 2260321
1800.10/914.32	c propagations		: 1274731721
1800.10/914.32	c inspects		: 4707158259
1800.10/914.32	c shortcuts		: 0
1800.10/914.32	c learnt literals	: 0
1800.10/914.32	c learnt binary clauses	: 17
1800.10/914.32	c learnt ternary clauses	: 987
1800.10/914.32	c learnt constraints	: 1786456
1800.10/914.32	c ignored constraints	: 0
1800.10/914.32	c root simplifications	: 0
1800.10/914.32	c removed literals (reason simplification)	: 25979189
1800.10/914.32	c reason swapping (by a shorter reason)	: 0
1800.10/914.32	c Calls to reduceDB	: 55
1800.10/914.32	c number of reductions to clauses (during analyze)	: 0
1800.10/914.32	c number of learned constraints concerned by reduction	: 0
1800.10/914.32	c number of learning phase by resolution	: 0
1800.10/914.32	c number of learning phase by cutting planes	: 0
1800.10/914.32	c speed (assignments/second)	: 1396320.662663404
1800.10/914.32	c non guided choices	6241
1800.10/914.35	c learnt constraints type 
1800.10/914.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
1800.10/914.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 84520
1800.10/914.35	c constraints type 
1800.10/914.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15845
1800.10/914.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 98486
1800.10/914.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 644
1800.10/914.35	c constraints type 
1800.10/914.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 98486
1800.10/914.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15845
1800.10/914.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 644
1800.10/914.35	s UNKNOWN
1800.10/914.35	c Total wall clock time (in seconds): 914.24

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3455451-1307196953/watcher-3455451-1307196953 -o /tmp/evaluation-result-3455451-1307196953/solver-3455451-1307196953 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455451-1307196953.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.67 3.62 3.50 3/450 5908
/proc/meminfo: memFree=26306696/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 2730 0 1 0 0 0 0 0 25 0 2 0 831295767 10681323520 2432 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2607745 2445 906 9 0 2598901 0
[pid=5908/tid=5909] ppid=5906 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) R 5906 5908 5513 0 -1 4202560 5745 0 1 0 0 0 0 0 25 0 2 0 831295767 10694979584 6561 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.113958 s]
/proc/loadavg: 3.67 3.62 3.50 3/450 5908
/proc/meminfo: memFree=26306696/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10540428 CPUtime=0.12 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 13306 0 1 0 10 2 0 0 25 0 18 0 831295767 10793398272 13003 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2635107 13003 2126 9 0 2625841 0
[pid=5908/tid=5909] ppid=5906 vsize=10540428 CPUtime=0.1 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) R 5906 5908 5513 0 -1 4202560 11328 0 1 0 8 2 0 0 22 0 18 0 831295767 10793398272 13004 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 47535571139411 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540428

[startup+0.204887 s]
/proc/loadavg: 3.67 3.62 3.50 3/450 5908
/proc/meminfo: memFree=26306696/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10540576 CPUtime=0.25 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 14406 0 1 0 23 2 0 0 25 0 18 0 831295767 10793549824 14090 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2635144 14090 2182 9 0 2625878 0
[pid=5908/tid=5909] ppid=5906 vsize=10540576 CPUtime=0.18 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) R 5906 5908 5513 0 -1 4202560 12288 0 1 0 16 2 0 0 22 0 18 0 831295767 10793549824 14090 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 47535571139380 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540576

[startup+0.312913 s]
/proc/loadavg: 3.67 3.62 3.50 3/450 5908
/proc/meminfo: memFree=26306696/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10543160 CPUtime=0.5 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 17164 0 1 0 48 2 0 0 25 0 18 0 831295767 10796195840 16539 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2635790 16541 2202 9 0 2626524 0
[pid=5908/tid=5909] ppid=5906 vsize=10543160 CPUtime=0.29 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) R 5906 5908 5513 0 -1 4202560 13690 0 1 0 27 2 0 0 22 0 18 0 831295767 10796195840 16542 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10543160

[startup+0.700769 s]
/proc/loadavg: 3.67 3.62 3.50 3/450 5908
/proc/meminfo: memFree=26306696/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10544940 CPUtime=1.26 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 49621 0 1 0 118 8 0 0 25 0 18 0 831295767 10798018560 46965 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2636235 46965 2222 9 0 2626969 0
[pid=5908/tid=5909] ppid=5906 vsize=10544940 CPUtime=0.68 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) R 5906 5908 5513 0 -1 4202560 42382 0 1 0 61 7 0 0 24 0 18 0 831295767 10798018560 46965 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 46912505600251 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 10544940

[startup+1.50062 s]
/proc/loadavg: 3.67 3.62 3.50 5/468 5926
/proc/meminfo: memFree=25966368/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10555868 CPUtime=2.89 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 113514 0 1 0 272 17 0 0 25 0 22 0 831295767 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2638967 108415 2231 9 0 2629701 0
[pid=5908/tid=5909] ppid=5906 vsize=10555868 CPUtime=1.38 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) S 5906 5908 5513 0 -1 4202560 99689 0 1 0 123 15 0 0 25 0 22 0 831295767 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831295769 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5513 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 22 0 831295769 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831295769 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831295769 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5513 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831295769 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5513 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831295769 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831295769 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831295769 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5513 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831295770 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5513 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831295771 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5921] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5921/stat : 5921 (java) S 5906 5908 5513 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831295771 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5922] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5922/stat : 5922 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831295773 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=10555868 CPUtime=0.72 cores=1,3,5,7
/proc/5908/task/5923/stat : 5923 (java) R 5906 5908 5513 0 -1 4202560 4856 0 0 0 71 1 0 0 15 0 22 0 831295773 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 47535569837824 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=10555868 CPUtime=0.58 cores=1,3,5,7
/proc/5908/task/5924/stat : 5924 (java) R 5906 5908 5513 0 -1 4202560 6429 0 0 0 58 0 0 0 16 0 22 0 831295773 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 47535566254400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5925] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5925/stat : 5925 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831295773 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5926] ppid=5906 vsize=10555868 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5926/stat : 5926 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831295773 10809208832 108415 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 10555868

[startup+3.10133 s]
/proc/loadavg: 3.77 3.64 3.51 5/472 5930
/proc/meminfo: memFree=25659812/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10557636 CPUtime=7.03 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 276749 0 1 0 668 35 0 0 25 0 22 0 831295767 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2639409 269837 2241 9 0 2630143 0
[pid=5908/tid=5909] ppid=5906 vsize=10557636 CPUtime=1.38 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) S 5906 5908 5513 0 -1 4202560 99689 0 1 0 123 15 0 0 15 0 22 0 831295767 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831295769 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5513 0 -1 4202560 3 0 0 0 0 0 0 0 25 0 22 0 831295769 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831295769 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831295769 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5513 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831295769 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5513 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831295769 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831295769 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 831295769 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5513 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831295770 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5513 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831295771 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5921] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5921/stat : 5921 (java) S 5906 5908 5513 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831295771 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5922] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5922/stat : 5922 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831295773 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=10557636 CPUtime=1.21 cores=1,3,5,7
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5513 0 -1 4202560 4935 0 0 0 120 1 0 0 15 0 22 0 831295773 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=10557636 CPUtime=1.03 cores=1,3,5,7
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5513 0 -1 4202560 8747 0 0 0 102 1 0 0 15 0 22 0 831295773 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5925] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5925/stat : 5925 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831295773 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5926] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5926/stat : 5926 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831295773 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=5908/tid=5927] ppid=5906 vsize=10557636 CPUtime=1.69 cores=1,3,5,7
/proc/5908/task/5927/stat : 5927 (java) R 5906 5908 5513 0 -1 4202560 812 0 0 0 169 0 0 0 25 0 22 0 831295907 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 46912506102055 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=5908/tid=5928] ppid=5906 vsize=10557636 CPUtime=1.67 cores=1,3,5,7
/proc/5908/task/5928/stat : 5928 (java) R 5906 5908 5513 0 -1 4202560 161391 0 0 0 151 16 0 0 25 0 22 0 831295907 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 46912505977193 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=5908/tid=5929] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5929/stat : 5929 (java) S 5906 5908 5513 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831295912 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5930] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5930/stat : 5930 (java) S 5906 5908 5513 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831295912 10811019264 269837 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 10557636

[startup+6.30073 s]
/proc/loadavg: 3.77 3.64 3.51 5/472 5930
/proc/meminfo: memFree=24776868/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10557636 CPUtime=13.4 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 392151 0 1 0 1293 47 0 0 25 0 22 0 831295767 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2639409 385114 2267 9 0 2630143 0
[pid=5908/tid=5909] ppid=5906 vsize=10557636 CPUtime=1.38 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) S 5906 5908 5513 0 -1 4202560 99689 0 1 0 123 15 0 0 15 0 22 0 831295767 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=10557636 CPUtime=0.04 cores=1,3,5,7
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5513 0 -1 4202560 2856 0 0 0 4 0 0 0 18 0 22 0 831295769 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5513 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 831295769 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=10557636 CPUtime=0.03 cores=1,3,5,7
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5513 0 -1 4202560 2658 0 0 0 3 0 0 0 18 0 22 0 831295769 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5513 0 -1 4202560 329 0 0 0 0 0 0 0 16 0 22 0 831295769 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5513 0 -1 4202560 471 0 0 0 0 0 0 0 16 0 22 0 831295769 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5513 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 22 0 831295769 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=10557636 CPUtime=0.03 cores=1,3,5,7
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5513 0 -1 4202560 2480 0 0 0 3 0 0 0 18 0 22 0 831295769 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=10557636 CPUtime=0.04 cores=1,3,5,7
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5513 0 -1 4202560 2788 0 0 0 4 0 0 0 18 0 22 0 831295769 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=10557636 CPUtime=0.25 cores=1,3,5,7
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5513 0 -1 4202560 11388 0 0 0 25 0 0 0 15 0 22 0 831295770 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5513 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831295771 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5921] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5921/stat : 5921 (java) S 5906 5908 5513 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831295771 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5922] ppid=5906 vsize=10557636 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5922/stat : 5922 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831295773 10811019264 385114 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=21125940/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10558576 CPUtime=1618.82 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 1026262 0 1 0 161764 118 0 0 25 0 22 0 831295767 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2639644 1012295 2268 9 0 2630378 0
[pid=5908/tid=5909] ppid=5906 vsize=10558576 CPUtime=1.38 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) S 5906 5908 5513 0 -1 4202560 99714 0 1 0 123 15 0 0 15 0 22 0 831295767 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=10558576 CPUtime=0.76 cores=1,3,5,7
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5513 0 -1 4202560 10698 0 0 0 75 1 0 0 15 0 22 0 831295769 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=10558576 CPUtime=1 cores=1,3,5,7
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5513 0 -1 4202560 13016 0 0 0 99 1 0 0 16 0 22 0 831295769 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=10558576 CPUtime=0.82 cores=1,3,5,7
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5513 0 -1 4202560 13764 0 0 0 81 1 0 0 15 0 22 0 831295769 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=10558576 CPUtime=0.93 cores=1,3,5,7
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5513 0 -1 4202560 13161 0 0 0 91 2 0 0 16 0 22 0 831295769 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=10558576 CPUtime=0.89 cores=1,3,5,7
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5513 0 -1 4202560 10974 0 0 0 88 1 0 0 16 0 22 0 831295769 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=10558576 CPUtime=0.77 cores=1,3,5,7
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5513 0 -1 4202560 11375 0 0 0 76 1 0 0 15 0 22 0 831295769 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=10558576 CPUtime=1.18 cores=1,3,5,7
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5513 0 -1 4202560 13642 0 0 0 117 1 0 0 15 0 22 0 831295769 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=10558576 CPUtime=1.04 cores=1,3,5,7
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5513 0 -1 4202560 14712 0 0 0 103 1 0 0 16 0 22 0 831295769 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=10558576 CPUtime=31.39 cores=1,3,5,7
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5513 0 -1 4202560 64129 0 0 0 3131 8 0 0 15 0 22 0 831295770 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5513 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831295771 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5921] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5921/stat : 5921 (java) S 5906 5908 5513 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831295771 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5922] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5922/stat : 5922 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831295773 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=10558576 CPUtime=1.57 cores=1,3,5,7
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5513 0 -1 4202560 4953 0 0 0 156 1 0 0 15 0 22 0 831295773 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=10558576 CPUtime=2.32 cores=1,3,5,7
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5513 0 -1 4202560 13528 0 0 0 230 2 0 0 15 0 22 0 831295773 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5925] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5925/stat : 5925 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831295773 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5926] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5926/stat : 5926 (java) S 5906 5908 5513 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 831295773 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5927] ppid=5906 vsize=10558576 CPUtime=787.36 cores=1,3,5,7
/proc/5908/task/5927/stat : 5927 (java) R 5906 5908 5513 0 -1 4202560 1289 0 0 0 78736 0 0 0 25 0 22 0 831295907 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 46912506136799 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5908/tid=5928] ppid=5906 vsize=10558576 CPUtime=787.27 cores=1,3,5,7
/proc/5908/task/5928/stat : 5928 (java) R 5906 5908 5513 0 -1 4202560 740101 0 0 0 78651 76 0 0 25 0 22 0 831295907 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 46912506167201 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5929] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5929/stat : 5929 (java) S 5906 5908 5513 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831295912 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5930] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5930/stat : 5930 (java) S 5906 5908 5513 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831295912 10811981824 1012295 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1618.82
Current children cumulated vsize (KiB) 10558576

[startup+882.317 s]
/proc/loadavg: 3.16 3.79 3.73 3/445 5973
/proc/meminfo: memFree=24959432/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10558576 CPUtime=1737.07 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 1028830 0 1 0 173588 119 0 0 25 0 22 0 831295767 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2639644 1014811 2268 9 0 2630378 0
[pid=5908/tid=5909] ppid=5906 vsize=10558576 CPUtime=1.38 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) S 5906 5908 5513 0 -1 4202560 99716 0 1 0 123 15 0 0 15 0 22 0 831295767 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=10558576 CPUtime=0.89 cores=1,3,5,7
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5513 0 -1 4202560 11066 0 0 0 88 1 0 0 15 0 22 0 831295769 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=10558576 CPUtime=1.05 cores=1,3,5,7
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5513 0 -1 4202560 13452 0 0 0 103 2 0 0 16 0 22 0 831295769 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=10558576 CPUtime=0.9 cores=1,3,5,7
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5513 0 -1 4202560 14126 0 0 0 89 1 0 0 16 0 22 0 831295769 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=10558576 CPUtime=0.98 cores=1,3,5,7
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5513 0 -1 4202560 13161 0 0 0 96 2 0 0 16 0 22 0 831295769 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=10558576 CPUtime=0.93 cores=1,3,5,7
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5513 0 -1 4202560 10974 0 0 0 92 1 0 0 16 0 22 0 831295769 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=10558576 CPUtime=0.89 cores=1,3,5,7
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5513 0 -1 4202560 11381 0 0 0 88 1 0 0 16 0 22 0 831295769 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=10558576 CPUtime=1.3 cores=1,3,5,7
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5513 0 -1 4202560 14024 0 0 0 129 1 0 0 16 0 22 0 831295769 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=10558576 CPUtime=1.11 cores=1,3,5,7
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5513 0 -1 4202560 14712 0 0 0 110 1 0 0 16 0 22 0 831295769 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=10558576 CPUtime=33.42 cores=1,3,5,7
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5513 0 -1 4202560 65132 0 0 0 3334 8 0 0 15 0 22 0 831295770 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5513 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831295771 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5921] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5921/stat : 5921 (java) S 5906 5908 5513 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831295771 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5922] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5922/stat : 5922 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831295773 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=10558576 CPUtime=1.57 cores=1,3,5,7
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5513 0 -1 4202560 4953 0 0 0 156 1 0 0 15 0 22 0 831295773 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=10558576 CPUtime=2.32 cores=1,3,5,7
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5513 0 -1 4202560 13528 0 0 0 230 2 0 0 15 0 22 0 831295773 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5925] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5925/stat : 5925 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831295773 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5926] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5926/stat : 5926 (java) S 5906 5908 5513 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 831295773 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5927] ppid=5906 vsize=10558576 CPUtime=845.13 cores=1,3,5,7
/proc/5908/task/5927/stat : 5927 (java) R 5906 5908 5513 0 -1 4202560 1293 0 0 0 84513 0 0 0 25 0 22 0 831295907 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 46912506095069 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5908/tid=5928] ppid=5906 vsize=10558576 CPUtime=845.05 cores=1,3,5,7
/proc/5908/task/5928/stat : 5928 (java) R 5906 5908 5513 0 -1 4202560 740103 0 0 0 84429 76 0 0 25 0 22 0 831295907 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 46912506215110 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5929] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5929/stat : 5929 (java) S 5906 5908 5513 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831295912 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5930] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5930/stat : 5930 (java) S 5906 5908 5513 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831295912 10811981824 1014811 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1737.07
Current children cumulated vsize (KiB) 10558576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.301 s]
/proc/loadavg: 2.63 3.60 3.67 3/445 5974
/proc/meminfo: memFree=24935940/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=10558576 CPUtime=1800.1 cores=1,3,5,7
/proc/5908/stat : 5908 (java) S 5906 5908 5513 0 -1 4202496 1034894 0 1 0 179891 119 0 0 25 0 22 0 831295767 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 2639644 1020722 2268 9 0 2630378 0
[pid=5908/tid=5909] ppid=5906 vsize=10558576 CPUtime=1.38 cores=1,3,5,7
/proc/5908/task/5909/stat : 5909 (java) S 5906 5908 5513 0 -1 4202560 99717 0 1 0 123 15 0 0 15 0 22 0 831295767 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5911] ppid=5906 vsize=10558576 CPUtime=0.89 cores=1,3,5,7
/proc/5908/task/5911/stat : 5911 (java) S 5906 5908 5513 0 -1 4202560 11066 0 0 0 88 1 0 0 15 0 22 0 831295769 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5912] ppid=5906 vsize=10558576 CPUtime=1.08 cores=1,3,5,7
/proc/5908/task/5912/stat : 5912 (java) S 5906 5908 5513 0 -1 4202560 14279 0 0 0 106 2 0 0 15 0 22 0 831295769 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5913] ppid=5906 vsize=10558576 CPUtime=0.96 cores=1,3,5,7
/proc/5908/task/5913/stat : 5913 (java) S 5906 5908 5513 0 -1 4202560 15529 0 0 0 95 1 0 0 16 0 22 0 831295769 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5914] ppid=5906 vsize=10558576 CPUtime=1.01 cores=1,3,5,7
/proc/5908/task/5914/stat : 5914 (java) S 5906 5908 5513 0 -1 4202560 13876 0 0 0 99 2 0 0 16 0 22 0 831295769 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5915] ppid=5906 vsize=10558576 CPUtime=0.96 cores=1,3,5,7
/proc/5908/task/5915/stat : 5915 (java) S 5906 5908 5513 0 -1 4202560 11330 0 0 0 95 1 0 0 15 0 22 0 831295769 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=5908/tid=5916] ppid=5906 vsize=10558576 CPUtime=0.91 cores=1,3,5,7
/proc/5908/task/5916/stat : 5916 (java) S 5906 5908 5513 0 -1 4202560 12127 0 0 0 90 1 0 0 16 0 22 0 831295769 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5917] ppid=5906 vsize=10558576 CPUtime=1.3 cores=1,3,5,7
/proc/5908/task/5917/stat : 5917 (java) S 5906 5908 5513 0 -1 4202560 14024 0 0 0 129 1 0 0 15 0 22 0 831295769 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5918] ppid=5906 vsize=10558576 CPUtime=1.17 cores=1,3,5,7
/proc/5908/task/5918/stat : 5918 (java) S 5906 5908 5513 0 -1 4202560 15998 0 0 0 115 2 0 0 16 0 22 0 831295769 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5919] ppid=5906 vsize=10558576 CPUtime=34.47 cores=1,3,5,7
/proc/5908/task/5919/stat : 5919 (java) S 5906 5908 5513 0 -1 4202560 65858 0 0 0 3439 8 0 0 15 0 22 0 831295770 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 0 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
[pid=5908/tid=5920] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5920/stat : 5920 (java) S 5906 5908 5513 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831295771 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5921] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5921/stat : 5921 (java) S 5906 5908 5513 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831295771 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5922] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5922/stat : 5922 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831295773 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458768817 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5923] ppid=5906 vsize=10558576 CPUtime=1.57 cores=1,3,5,7
/proc/5908/task/5923/stat : 5923 (java) S 5906 5908 5513 0 -1 4202560 4953 0 0 0 156 1 0 0 15 0 22 0 831295773 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5924] ppid=5906 vsize=10558576 CPUtime=2.32 cores=1,3,5,7
/proc/5908/task/5924/stat : 5924 (java) S 5906 5908 5513 0 -1 4202560 13528 0 0 0 230 2 0 0 15 0 22 0 831295773 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 5 0 0 0
[pid=5908/tid=5925] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5925/stat : 5925 (java) S 5906 5908 5513 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831295773 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761113 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5926] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5926/stat : 5926 (java) S 5906 5908 5513 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 831295773 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 1 0 0 0
[pid=5908/tid=5927] ppid=5906 vsize=10558576 CPUtime=876.02 cores=1,3,5,7
/proc/5908/task/5927/stat : 5927 (java) R 5906 5908 5513 0 -1 4202560 1294 0 0 0 87602 0 0 0 25 0 22 0 831295907 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 46912506121190 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=5908/tid=5928] ppid=5906 vsize=10558576 CPUtime=875.94 cores=1,3,5,7
/proc/5908/task/5928/stat : 5928 (java) R 5906 5908 5513 0 -1 4202560 740104 0 0 0 87518 76 0 0 25 0 22 0 831295907 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 46912505892181 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=5908/tid=5929] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5929/stat : 5929 (java) S 5906 5908 5513 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831295912 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 7 0 0 0
[pid=5908/tid=5930] ppid=5906 vsize=10558576 CPUtime=0 cores=1,3,5,7
/proc/5908/task/5930/stat : 5930 (java) S 5906 5908 5513 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831295912 10811981824 1020722 33554432000 1073741824 1073778376 140733250966864 18446744073709551615 244458761728 0 4 0 16800975 18446604456510837120 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 10558576

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

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

[startup+914.501 s]
/proc/loadavg: 2.63 3.60 3.67 3/445 5974
/proc/meminfo: memFree=24935940/32951124 swapFree=43324008/67111528
[pid=5908] ppid=5906 vsize=0 CPUtime=1800.37 cores=1,3,5,7
/proc/5908/stat : 5908 (java) Z 5906 5908 5513 0 -1 4203548 1034923 0 1 0 179903 134 0 0 17 0 2 0 831295767 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/5908/statm: 0 0 0 0 0 0 0
[pid=5908/tid=5927] ppid=5906 vsize=0 CPUtime=876.2 cores=1,3,5,7
/proc/5908/task/5927/stat : 5927 (java) R 5906 5908 5513 0 -1 4203588 1294 0 0 0 87606 14 0 0 25 0 2 0 831295907 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 914.505
CPU time (s): 1800.38
CPU user time (s): 1799.03
CPU system time (s): 1.34979
CPU usage (%): 196.869
Max. virtual memory (cumulated for all children) (KiB): 10566220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.34979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1034923
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24367
involuntary context switches= 17699

runsolver used 3.9544 second user time and 9.41557 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 16:15:53
IDJOB=3455451
IDBENCH=73860
IDSOLVER=1950
FILE ID=node105/3455451-1307196953
RUNJOBID= node105-1307195885-5532
PBS_JOBID= 13508882
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12037_7-sat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3455451-1307196953/watcher-3455451-1307196953 -o /tmp/evaluation-result-3455451-1307196953/solver-3455451-1307196953 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3455451-1307196953.opb

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

MD5SUM BENCH= c76ba3fc1d0a0f3a1a96791ffe6c4cf4
RANDOM SEED=319835629

node105.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5410.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.825
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26306976 kB
Buffers:        343656 kB
Cached:         868808 kB
SwapCached:      20984 kB
Active:        5614224 kB
Inactive:       710932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26306976 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:            4564 kB
Writeback:           0 kB
AnonPages:     5109744 kB
Mapped:          27652 kB
Slab:           165784 kB
PageTables:      87036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125236344 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73764 MiB
End job on node105 at 2011-06-04 16:31:10