Trace number 3739694

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.77 899.455

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12047_6-sat.opb
MD5SUM937ecf63c168ba3c2555061c1a7466e0
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 variables33396
Total number of constraints116135
Number of constraints which are clauses115587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints548
Minimum length of a constraint1
Maximum length of a constraint66
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 383
Number of bits of the biggest sum of numbers9
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.05/0.07	c version 2.2.0.v20100531
0.05/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.07	c java.vm.version	19.1-b02
0.05/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.07	c sun.arch.data.model	64
0.05/0.07	c java.version		1.6.0_24
0.05/0.07	c os.name		Linux
0.05/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.07	c os.arch		amd64
0.05/0.07	c Free memory 		1349517296
0.05/0.07	c Max memory 		1356595200
0.05/0.07	c Total memory 		1356595200
0.05/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3739694-1338758038.opb
0.11/0.10	c reading problem ... 
2.26/1.16	c ... done. Wall clock time 1.062s.
2.26/1.16	c #vars     33396
2.26/1.16	c #constraints  102160
2.26/1.16	c constraints type 
2.26/1.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12235
2.26/1.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83592
2.26/1.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
2.26/1.16	c constraints type 
2.26/1.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 83592
2.26/1.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12235
2.26/1.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
8.63/3.55	c cleaning 2490 clauses out of 4997 with flag 5000/5000
13.94/6.11	c cleaning 4246 clauses out of 8507 with flag 11000/11000
20.13/9.21	c cleaning 5615 clauses out of 11261 with flag 18000/18000
27.35/12.80	c cleaning 6822 clauses out of 13648 with flag 26002/26002
35.55/16.91	c cleaning 7897 clauses out of 15824 with flag 35000/35000
43.12/20.79	c cleaning 8943 clauses out of 17927 with flag 45001/45001
53.48/25.92	c cleaning 9989 clauses out of 19985 with flag 56002/56002
65.05/31.80	c cleaning 10989 clauses out of 21998 with flag 68004/68004
78.13/38.36	c cleaning 11975 clauses out of 24005 with flag 81000/81000
93.48/46.07	c cleaning 13006 clauses out of 26031 with flag 95001/95001
97.93/48.38	c cleaning 0 clauses out of 5000 with flag 0/5000
107.95/53.29	c cleaning 13993 clauses out of 28026 with flag 110002/110002
123.72/61.13	c cleaning 14999 clauses out of 30032 with flag 126001/126001
141.06/69.85	c cleaning 16005 clauses out of 32033 with flag 143001/143001
165.03/81.88	c cleaning 16994 clauses out of 34028 with flag 161001/161001
188.62/93.61	c cleaning 18010 clauses out of 36033 with flag 180000/180000
208.47/103.64	c cleaning 19006 clauses out of 38024 with flag 200001/200001
234.09/116.50	c cleaning 20002 clauses out of 40017 with flag 221000/221000
263.69/131.27	c cleaning 20985 clauses out of 42015 with flag 243000/243000
289.09/143.97	c cleaning 22011 clauses out of 44030 with flag 266000/266000
312.09/155.53	c cleaning 22994 clauses out of 46020 with flag 290001/290001
340.81/169.95	c cleaning 23989 clauses out of 48025 with flag 315000/315000
377.21/188.20	c cleaning 24988 clauses out of 50037 with flag 341001/341001
408.96/204.06	c cleaning 25988 clauses out of 52048 with flag 368000/368000
444.00/221.61	c cleaning 27008 clauses out of 54060 with flag 396000/396000
465.90/232.64	c cleaning 0 clauses out of 11000 with flag 0/11000
480.99/240.23	c cleaning 27989 clauses out of 56052 with flag 425000/425000
516.38/257.96	c cleaning 29029 clauses out of 58064 with flag 455001/455001
553.76/276.74	c cleaning 29996 clauses out of 60034 with flag 486000/486000
592.92/296.35	c cleaning 31010 clauses out of 62038 with flag 518000/518000
638.71/319.27	c cleaning 31988 clauses out of 64028 with flag 551000/551000
688.80/344.22	c cleaning 33013 clauses out of 66041 with flag 585001/585001
729.96/364.94	c cleaning 33978 clauses out of 68027 with flag 620000/620000
781.23/390.56	c cleaning 35002 clauses out of 70050 with flag 656001/656001
836.90/418.34	c cleaning 35998 clauses out of 72048 with flag 693001/693001
896.67/448.17	c cleaning 37010 clauses out of 74049 with flag 731000/731000
956.33/478.01	c cleaning 38008 clauses out of 76040 with flag 770001/770001
1015.07/507.31	c cleaning 38988 clauses out of 78032 with flag 810001/810001
1084.45/541.91	c cleaning 39977 clauses out of 80044 with flag 851001/851001
1155.67/577.42	c cleaning 41024 clauses out of 82069 with flag 893003/893003
1214.50/606.96	c cleaning 41985 clauses out of 84042 with flag 936000/936000
1267.98/633.70	c cleaning 43009 clauses out of 86057 with flag 980000/980000
1339.86/669.46	c cleaning 43982 clauses out of 88048 with flag 1025000/1025000
1397.21/698.05	c cleaning 0 clauses out of 18001 with flag 0/18001
1416.20/707.86	c cleaning 44985 clauses out of 90066 with flag 1071000/1071000
1494.52/746.84	c cleaning 46013 clauses out of 92082 with flag 1118001/1118001
1579.48/789.20	c cleaning 46999 clauses out of 94069 with flag 1166001/1166001
1652.19/825.37	c cleaning 48007 clauses out of 96069 with flag 1215000/1215000
1721.94/860.21	c cleaning 49015 clauses out of 98063 with flag 1265001/1265001
1796.87/897.52	c cleaning 49977 clauses out of 100047 with flag 1316000/1316000
1800.20/899.41	c starts		: 190
1800.20/899.41	c conflicts		: 1318307
1800.20/899.41	c decisions		: 1763131
1800.20/899.41	c propagations		: 1141290880
1800.20/899.41	c inspects		: 4926036399
1800.20/899.41	c learnt literals	: 4
1800.20/899.41	c learnt binary clauses	: 65
1800.20/899.41	c learnt ternary clauses	: 1332
1800.20/899.41	c learnt clauses	: 1318303
1800.20/899.41	c ignored clauses	: 0
1800.20/899.41	c root simplifications	: 0
1800.20/899.41	c removed literals (reason simplification)	: 38423525
1800.20/899.41	c reason swapping (by a shorter reason)	: 0
1800.20/899.41	c Calls to reduceDB	: 47
1800.20/899.41	c number of reductions to clauses (during analyze)	: 0
1800.20/899.41	c number of learned constraints concerned by reduction	: 0
1800.20/899.41	c number of learning phase by resolution	: 0
1800.20/899.41	c number of learning phase by cutting planes	: 0
1800.20/899.41	c speed (assignments/second)	: 1270573.5369591282
1800.20/899.41	c non guided choices	87
1800.20/899.43	c learnt constraints type 
1800.20/899.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 52341
1800.20/899.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 65
1800.20/899.43	c constraints type 
1800.20/899.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12235
1800.20/899.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83592
1800.20/899.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
1800.20/899.43	c constraints type 
1800.20/899.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 83592
1800.20/899.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 12235
1800.20/899.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 548
1800.20/899.43	s UNKNOWN
1800.20/899.43	c Total wall clock time (in seconds): 899.333

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-3739694-1338758038/watcher-3739694-1338758038 -o /tmp/evaluation-result-3739694-1338758038/solver-3739694-1338758038 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739694-1338758038.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.62 3.78 3.67 4/197 6573
/proc/meminfo: memFree=27617052/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/6573/stat : 6573 (java) R 6571 6573 3937 0 -1 4202496 990 0 0 0 0 0 0 0 20 0 1 0 341929745 23793664 716 33554432000 1073741824 1073778376 140733255472832 140733255461896 226075129936 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 5809 716 531 9 0 128 0

[startup+0.067674 s]
/proc/loadavg: 3.62 3.78 3.67 4/197 6573
/proc/meminfo: memFree=27617052/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/6573/stat : 6573 (java) S 6571 6573 3937 0 -1 4202496 3898 0 1 0 5 0 0 0 20 0 18 0 341929745 2764726272 5616 33554432000 1073741824 1073778376 140733255472832 140733255463968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 2699928

[startup+0.100208 s]
/proc/loadavg: 3.62 3.78 3.67 4/197 6573
/proc/meminfo: memFree=27617052/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/6573/stat : 6573 (java) S 6571 6573 3937 0 -1 4202496 4842 0 1 0 11 0 0 0 20 0 18 0 341929745 2764726272 6534 33554432000 1073741824 1073778376 140733255472832 140733255463968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 674982 6534 2144 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300169 s]
/proc/loadavg: 3.62 3.78 3.67 4/197 6573
/proc/meminfo: memFree=27617052/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=2699928 CPUtime=0.52 cores=1,3,5,7
/proc/6573/stat : 6573 (java) S 6571 6573 3937 0 -1 4202496 6582 0 1 0 51 1 0 0 20 0 18 0 341929745 2764726272 10213 33554432000 1073741824 1073778376 140733255472832 140733255463968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 674982 10213 2218 9 0 665676 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2699928

[startup+0.700191 s]
/proc/loadavg: 3.62 3.78 3.67 4/197 6573
/proc/meminfo: memFree=27617052/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=2699928 CPUtime=1.68 cores=1,3,5,7
/proc/6573/stat : 6573 (java) S 6571 6573 3937 0 -1 4202496 16341 0 1 0 164 4 0 0 20 0 18 0 341929745 2764726272 34317 33554432000 1073741824 1073778376 140733255472832 140733255463968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 674982 34317 2241 9 0 665676 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 2699928

[startup+1.50063 s]
/proc/loadavg: 3.62 3.78 3.67 4/215 6591
/proc/meminfo: memFree=27346440/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=2966184 CPUtime=3.72 cores=1,3,5,7
/proc/6573/stat : 6573 (java) S 6571 6573 3937 0 -1 4202496 18986 0 1 0 365 7 0 0 20 0 22 0 341929745 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140733255463968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 741546 89216 2254 9 0 732240 0
[pid=6573/tid=6575] ppid=6571 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/6573/task/6575/stat : 6575 (java) S 6571 6573 3937 0 -1 4202560 2929 0 1 0 108 5 0 0 20 0 22 0 341929745 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718346556568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6576] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6576/stat : 6576 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929746 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718330837416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6577] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6577/stat : 6577 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929746 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718329784872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6578] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6578/stat : 6578 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929746 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718328731816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6579] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6579/stat : 6579 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929746 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718327679272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6580] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6580/stat : 6580 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929746 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718326627240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6581] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6581/stat : 6581 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929746 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718325574696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6582] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6582/stat : 6582 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929746 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718324521640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6583] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6583/stat : 6583 (java) S 6571 6573 3937 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341929746 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718323469096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6584] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6584/stat : 6584 (java) S 6571 6573 3937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718311057768 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6585] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6585/stat : 6585 (java) S 6571 6573 3937 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718310004088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6586] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6586/stat : 6586 (java) S 6571 6573 3937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718308950920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6587] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6587/stat : 6587 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718307899664 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6588] ppid=6571 vsize=2966184 CPUtime=0.95 cores=1,3,5,7
/proc/6573/task/6588/stat : 6588 (java) R 6571 6573 3937 0 -1 4202560 7773 0 0 0 95 0 0 0 20 0 22 0 341929750 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718306847544 140718352938577 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6589] ppid=6571 vsize=2966184 CPUtime=0.94 cores=1,3,5,7
/proc/6573/task/6589/stat : 6589 (java) R 6571 6573 3937 0 -1 4202560 6974 0 0 0 93 1 0 0 20 0 22 0 341929750 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718305782528 140718354302189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6590] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6590/stat : 6590 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718304742136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6591] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6591/stat : 6591 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 89216 33554432000 1073741824 1073778376 140733255472832 140718303689800 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.72
Current children cumulated vsize (KiB) 2966184

[startup+3.10082 s]
/proc/loadavg: 3.81 3.82 3.68 6/219 6595
/proc/meminfo: memFree=27206028/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=2966184 CPUtime=7.72 cores=1,3,5,7
/proc/6573/stat : 6573 (java) S 6571 6573 3937 0 -1 4202496 20671 0 1 0 756 16 0 0 20 0 22 0 341929745 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140733255463968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 741546 115373 2271 9 0 732240 0
[pid=6573/tid=6575] ppid=6571 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/6573/task/6575/stat : 6575 (java) S 6571 6573 3937 0 -1 4202560 2929 0 1 0 108 5 0 0 20 0 22 0 341929745 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718346556568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6576] ppid=6571 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/6573/task/6576/stat : 6576 (java) S 6571 6573 3937 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 341929746 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718330837416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6577] ppid=6571 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/6573/task/6577/stat : 6577 (java) S 6571 6573 3937 0 -1 4202560 25 0 0 0 5 1 0 0 20 0 22 0 341929746 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718329784872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6578] ppid=6571 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/6573/task/6578/stat : 6578 (java) S 6571 6573 3937 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 341929746 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718328731816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6579] ppid=6571 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/6573/task/6579/stat : 6579 (java) S 6571 6573 3937 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 341929746 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718327679272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6580] ppid=6571 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/6573/task/6580/stat : 6580 (java) S 6571 6573 3937 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 341929746 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718326627240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6581] ppid=6571 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/6573/task/6581/stat : 6581 (java) S 6571 6573 3937 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 22 0 341929746 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718325574696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6582] ppid=6571 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/6573/task/6582/stat : 6582 (java) S 6571 6573 3937 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 341929746 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718324521640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6583] ppid=6571 vsize=2966184 CPUtime=0.06 cores=1,3,5,7
/proc/6573/task/6583/stat : 6583 (java) S 6571 6573 3937 0 -1 4202560 28 0 0 0 4 2 0 0 20 0 22 0 341929746 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718323469096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6584] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6584/stat : 6584 (java) S 6571 6573 3937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718311057768 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6585] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6585/stat : 6585 (java) S 6571 6573 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718310004088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6586] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6586/stat : 6586 (java) S 6571 6573 3937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718308950920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6587] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6587/stat : 6587 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718307899664 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6588] ppid=6571 vsize=2966184 CPUtime=1.2 cores=1,3,5,7
/proc/6573/task/6588/stat : 6588 (java) S 6571 6573 3937 0 -1 4202560 7775 0 0 0 120 0 0 0 20 0 22 0 341929750 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718306847544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6589] ppid=6571 vsize=2966184 CPUtime=1.28 cores=1,3,5,7
/proc/6573/task/6589/stat : 6589 (java) S 6571 6573 3937 0 -1 4202560 8466 0 0 0 126 2 0 0 20 0 22 0 341929750 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718305795000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6590] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6590/stat : 6590 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718304742136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6591] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6591/stat : 6591 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718303689800 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6592] ppid=6571 vsize=2966184 CPUtime=1.78 cores=1,3,5,7
/proc/6573/task/6592/stat : 6592 (java) R 6571 6573 3937 0 -1 4202560 28 0 0 0 178 0 0 0 20 0 22 0 341929861 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718302632632 140718179045499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6593] ppid=6571 vsize=2966184 CPUtime=1.78 cores=1,3,5,7
/proc/6573/task/6593/stat : 6593 (java) R 6571 6573 3937 0 -1 4202560 93 0 0 0 178 0 0 0 20 0 22 0 341929861 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718301580392 140718178965910 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6594] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6594/stat : 6594 (java) S 6571 6573 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341929868 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718300529448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6595] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6595/stat : 6595 (java) S 6571 6573 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341929868 3037372416 115373 33554432000 1073741824 1073778376 140733255472832 140718299476904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 2966184

[startup+6.30084 s]
/proc/loadavg: 3.81 3.82 3.68 5/219 6595
/proc/meminfo: memFree=27114368/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=2966184 CPUtime=14.25 cores=1,3,5,7
/proc/6573/stat : 6573 (java) S 6571 6573 3937 0 -1 4202496 20760 0 1 0 1407 18 0 0 20 0 22 0 341929745 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140733255463968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 741546 126458 2283 9 0 732240 0
[pid=6573/tid=6575] ppid=6571 vsize=2966184 CPUtime=1.13 cores=1,3,5,7
/proc/6573/task/6575/stat : 6575 (java) S 6571 6573 3937 0 -1 4202560 2929 0 1 0 108 5 0 0 20 0 22 0 341929745 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718346556568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6576] ppid=6571 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/6573/task/6576/stat : 6576 (java) S 6571 6573 3937 0 -1 4202560 23 0 0 0 5 2 0 0 20 0 22 0 341929746 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718330837416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6577] ppid=6571 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/6573/task/6577/stat : 6577 (java) S 6571 6573 3937 0 -1 4202560 28 0 0 0 8 2 0 0 20 0 22 0 341929746 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718329784872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6578] ppid=6571 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/6573/task/6578/stat : 6578 (java) S 6571 6573 3937 0 -1 4202560 25 0 0 0 10 1 0 0 20 0 22 0 341929746 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718328731816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6579] ppid=6571 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/6573/task/6579/stat : 6579 (java) S 6571 6573 3937 0 -1 4202560 35 0 0 0 9 2 0 0 20 0 22 0 341929746 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718327679272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6580] ppid=6571 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/6573/task/6580/stat : 6580 (java) S 6571 6573 3937 0 -1 4202560 18 0 0 0 7 0 0 0 20 0 22 0 341929746 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718326627240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6581] ppid=6571 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/6573/task/6581/stat : 6581 (java) S 6571 6573 3937 0 -1 4202560 29 0 0 0 10 2 0 0 20 0 22 0 341929746 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718325574696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6582] ppid=6571 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/6573/task/6582/stat : 6582 (java) S 6571 6573 3937 0 -1 4202560 16 0 0 0 11 0 0 0 20 0 22 0 341929746 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718324521640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6583] ppid=6571 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/6573/task/6583/stat : 6583 (java) S 6571 6573 3937 0 -1 4202560 34 0 0 0 7 2 0 0 20 0 22 0 341929746 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718323469096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6584] ppid=6571 vsize=2966184 CPUtime=0.2 cores=1,3,5,7
/proc/6573/task/6584/stat : 6584 (java) S 6571 6573 3937 0 -1 4202560 50 0 0 0 19 1 0 0 20 0 22 0 341929747 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718311057768 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6585] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6585/stat : 6585 (java) S 6571 6573 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718310004088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6586] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6586/stat : 6586 (java) S 6571 6573 3937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718308950920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6587] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6587/stat : 6587 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718307899664 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6588] ppid=6571 vsize=2966184 CPUtime=1.31 cores=1,3,5,7
/proc/6573/task/6588/stat : 6588 (java) S 6571 6573 3937 0 -1 4202560 7780 0 0 0 131 0 0 0 20 0 22 0 341929750 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718306847544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6589] ppid=6571 vsize=2966184 CPUtime=1.36 cores=1,3,5,7
/proc/6573/task/6589/stat : 6589 (java) S 6571 6573 3937 0 -1 4202560 8468 0 0 0 134 2 0 0 20 0 22 0 341929750 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718305795000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6590] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6590/stat : 6590 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718304742136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6591] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6591/stat : 6591 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718303689800 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6592] ppid=6571 vsize=2966184 CPUtime=4.64 cores=1,3,5,7
/proc/6573/task/6592/stat : 6592 (java) R 6571 6573 3937 0 -1 4202560 30 0 0 0 464 0 0 0 20 0 22 0 341929861 3037372416 126458 33554432000 1073741824 1073778376 140733255472832 140718302634320 140718178791254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=6573/tid=6593] ppid=6571 vsize=2966184 CPUtime=736.14 cores=1,3,5,7
/proc/6573/task/6593/stat : 6593 (java) R 6571 6573 3937 0 -1 4202560 361 0 0 0 73600 14 0 0 20 0 22 0 341929861 3037372416 214515 33554432000 1073741824 1073778376 140733255472832 140718301580896 140718178899511 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6594] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6594/stat : 6594 (java) S 6571 6573 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341929868 3037372416 214515 33554432000 1073741824 1073778376 140733255472832 140718300529448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6595] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6595/stat : 6595 (java) S 6571 6573 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341929868 3037372416 214515 33554432000 1073741824 1073778376 140733255472832 140718299476904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1525.34
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.91 3.97 3.84 4/219 6603
/proc/meminfo: memFree=26376132/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=2966184 CPUtime=1646.15 cores=1,3,5,7
/proc/6573/stat : 6573 (java) S 6571 6573 3937 0 -1 4202496 74128 0 1 0 164497 118 0 0 20 0 22 0 341929745 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140733255463968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 741546 219122 2283 9 0 732240 0
[pid=6573/tid=6575] ppid=6571 vsize=2966184 CPUtime=1.15 cores=1,3,5,7
/proc/6573/task/6575/stat : 6575 (java) S 6571 6573 3937 0 -1 4202560 2947 0 1 0 109 6 0 0 20 0 22 0 341929745 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718346556568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6576] ppid=6571 vsize=2966184 CPUtime=4.72 cores=1,3,5,7
/proc/6573/task/6576/stat : 6576 (java) S 6571 6573 3937 0 -1 4202560 336 0 0 0 464 8 0 0 20 0 22 0 341929746 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718330837416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6577] ppid=6571 vsize=2966184 CPUtime=4.49 cores=1,3,5,7
/proc/6573/task/6577/stat : 6577 (java) S 6571 6573 3937 0 -1 4202560 333 0 0 0 443 6 0 0 20 0 22 0 341929746 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718329784872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6578] ppid=6571 vsize=2966184 CPUtime=4.49 cores=1,3,5,7
/proc/6573/task/6578/stat : 6578 (java) S 6571 6573 3937 0 -1 4202560 342 0 0 0 443 6 0 0 20 0 22 0 341929746 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718328731816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6579] ppid=6571 vsize=2966184 CPUtime=4.45 cores=1,3,5,7
/proc/6573/task/6579/stat : 6579 (java) S 6571 6573 3937 0 -1 4202560 350 0 0 0 439 6 0 0 20 0 22 0 341929746 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718327679272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6580] ppid=6571 vsize=2966184 CPUtime=4.46 cores=1,3,5,7
/proc/6573/task/6580/stat : 6580 (java) S 6571 6573 3937 0 -1 4202560 324 0 0 0 438 8 0 0 20 0 22 0 341929746 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718326627240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6581] ppid=6571 vsize=2966184 CPUtime=4.36 cores=1,3,5,7
/proc/6573/task/6581/stat : 6581 (java) S 6571 6573 3937 0 -1 4202560 338 0 0 0 429 7 0 0 20 0 22 0 341929746 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718325574696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6582] ppid=6571 vsize=2966184 CPUtime=4.49 cores=1,3,5,7
/proc/6573/task/6582/stat : 6582 (java) S 6571 6573 3937 0 -1 4202560 318 0 0 0 444 5 0 0 20 0 22 0 341929746 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718324521640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6583] ppid=6571 vsize=2966184 CPUtime=4.29 cores=1,3,5,7
/proc/6573/task/6583/stat : 6583 (java) S 6571 6573 3937 0 -1 4202560 330 0 0 0 422 7 0 0 20 0 22 0 341929746 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718323469096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6584] ppid=6571 vsize=2966184 CPUtime=16.13 cores=1,3,5,7
/proc/6573/task/6584/stat : 6584 (java) S 6571 6573 3937 0 -1 4202560 47347 0 0 0 1576 37 0 0 20 0 22 0 341929747 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718311057768 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6585] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6585/stat : 6585 (java) S 6571 6573 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718310004088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6586] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6586/stat : 6586 (java) S 6571 6573 3937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718308950920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6587] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6587/stat : 6587 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718307899664 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6588] ppid=6571 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/6573/task/6588/stat : 6588 (java) S 6571 6573 3937 0 -1 4202560 10763 0 0 0 197 2 0 0 20 0 22 0 341929750 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718306847544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6589] ppid=6571 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/6573/task/6589/stat : 6589 (java) S 6571 6573 3937 0 -1 4202560 8469 0 0 0 138 2 0 0 20 0 22 0 341929750 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718305795000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6590] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6590/stat : 6590 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718304742136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6591] ppid=6571 vsize=2966184 CPUtime=0.33 cores=1,3,5,7
/proc/6573/task/6591/stat : 6591 (java) S 6571 6573 3937 0 -1 4202560 47 0 0 0 13 20 0 0 20 0 22 0 341929750 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718303689800 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6592] ppid=6571 vsize=2966184 CPUtime=794.76 cores=1,3,5,7
/proc/6573/task/6592/stat : 6592 (java) R 6571 6573 3937 0 -1 4202560 303 0 0 0 79461 15 0 0 20 0 22 0 341929861 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718302633216 140718178954608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6593] ppid=6571 vsize=2966184 CPUtime=794.8 cores=1,3,5,7
/proc/6573/task/6593/stat : 6593 (java) R 6571 6573 3937 0 -1 4202560 384 0 0 0 79465 15 0 0 20 0 22 0 341929861 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718301579728 140718178966168 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6594] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6594/stat : 6594 (java) S 6571 6573 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341929868 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718300529448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6595] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6595/stat : 6595 (java) S 6571 6573 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341929868 3037372416 219122 33554432000 1073741824 1073778376 140733255472832 140718299476904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1646.15
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.01 3.99 3.85 5/219 6701
/proc/meminfo: memFree=26795712/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=2966184 CPUtime=1766.12 cores=1,3,5,7
/proc/6573/stat : 6573 (java) S 6571 6573 3937 0 -1 4202496 76641 0 1 0 176489 123 0 0 20 0 22 0 341929745 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140733255463968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 741546 219635 2283 9 0 732240 0
[pid=6573/tid=6575] ppid=6571 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/6573/task/6575/stat : 6575 (java) S 6571 6573 3937 0 -1 4202560 2948 0 1 0 110 6 0 0 20 0 22 0 341929745 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718346556568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6576] ppid=6571 vsize=2966184 CPUtime=5.13 cores=1,3,5,7
/proc/6573/task/6576/stat : 6576 (java) S 6571 6573 3937 0 -1 4202560 336 0 0 0 505 8 0 0 20 0 22 0 341929746 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718330837416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6577] ppid=6571 vsize=2966184 CPUtime=4.92 cores=1,3,5,7
/proc/6573/task/6577/stat : 6577 (java) S 6571 6573 3937 0 -1 4202560 334 0 0 0 486 6 0 0 20 0 22 0 341929746 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718329784872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6578] ppid=6571 vsize=2966184 CPUtime=4.88 cores=1,3,5,7
/proc/6573/task/6578/stat : 6578 (java) S 6571 6573 3937 0 -1 4202560 342 0 0 0 481 7 0 0 20 0 22 0 341929746 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718328731816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6579] ppid=6571 vsize=2966184 CPUtime=4.77 cores=1,3,5,7
/proc/6573/task/6579/stat : 6579 (java) S 6571 6573 3937 0 -1 4202560 350 0 0 0 471 6 0 0 20 0 22 0 341929746 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718327679272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6580] ppid=6571 vsize=2966184 CPUtime=4.74 cores=1,3,5,7
/proc/6573/task/6580/stat : 6580 (java) S 6571 6573 3937 0 -1 4202560 324 0 0 0 466 8 0 0 20 0 22 0 341929746 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718326627240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6581] ppid=6571 vsize=2966184 CPUtime=4.71 cores=1,3,5,7
/proc/6573/task/6581/stat : 6581 (java) S 6571 6573 3937 0 -1 4202560 339 0 0 0 464 7 0 0 20 0 22 0 341929746 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718325574696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6582] ppid=6571 vsize=2966184 CPUtime=4.75 cores=1,3,5,7
/proc/6573/task/6582/stat : 6582 (java) S 6571 6573 3937 0 -1 4202560 318 0 0 0 469 6 0 0 20 0 22 0 341929746 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718324521640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6583] ppid=6571 vsize=2966184 CPUtime=4.71 cores=1,3,5,7
/proc/6573/task/6583/stat : 6583 (java) S 6571 6573 3937 0 -1 4202560 331 0 0 0 464 7 0 0 20 0 22 0 341929746 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718323469096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6584] ppid=6571 vsize=2966184 CPUtime=17.43 cores=1,3,5,7
/proc/6573/task/6584/stat : 6584 (java) S 6571 6573 3937 0 -1 4202560 49818 0 0 0 1704 39 0 0 20 0 22 0 341929747 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718311057768 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6585] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6585/stat : 6585 (java) S 6571 6573 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718310004088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6586] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6586/stat : 6586 (java) S 6571 6573 3937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718308950920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6587] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6587/stat : 6587 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718307899664 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6588] ppid=6571 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/6573/task/6588/stat : 6588 (java) S 6571 6573 3937 0 -1 4202560 10763 0 0 0 197 2 0 0 20 0 22 0 341929750 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718306847544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6589] ppid=6571 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/6573/task/6589/stat : 6589 (java) S 6571 6573 3937 0 -1 4202560 8469 0 0 0 138 2 0 0 20 0 22 0 341929750 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718305795000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6590] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6590/stat : 6590 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718304742136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6591] ppid=6571 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/6573/task/6591/stat : 6591 (java) S 6571 6573 3937 0 -1 4202560 51 0 0 0 14 21 0 0 20 0 22 0 341929750 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718303689800 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6592] ppid=6571 vsize=2966184 CPUtime=852.66 cores=1,3,5,7
/proc/6573/task/6592/stat : 6592 (java) R 6571 6573 3937 0 -1 4202560 316 0 0 0 85251 15 0 0 20 0 22 0 341929861 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718302632624 140718178814011 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6593] ppid=6571 vsize=2966184 CPUtime=852.7 cores=1,3,5,7
/proc/6573/task/6593/stat : 6593 (java) R 6571 6573 3937 0 -1 4202560 405 0 0 0 85255 15 0 0 20 0 22 0 341929861 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718301580864 140718178899511 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6594] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6594/stat : 6594 (java) S 6571 6573 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341929868 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718300529448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6595] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6595/stat : 6595 (java) S 6571 6573 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341929868 3037372416 219635 33554432000 1073741824 1073778376 140733255472832 140718299476904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1766.12
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.401 s]
/proc/loadavg: 4.01 3.99 3.85 5/219 6719
/proc/meminfo: memFree=26744380/32873648 swapFree=6864/6864
[pid=6573] ppid=6571 vsize=2966184 CPUtime=1800.2 cores=1,3,5,7
/proc/6573/stat : 6573 (java) S 6571 6573 3937 0 -1 4202496 77656 0 1 0 179896 124 0 0 20 0 22 0 341929745 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140733255463968 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/6573/statm: 741546 219634 2283 9 0 732240 0
[pid=6573/tid=6575] ppid=6571 vsize=2966184 CPUtime=1.16 cores=1,3,5,7
/proc/6573/task/6575/stat : 6575 (java) S 6571 6573 3937 0 -1 4202560 2948 0 1 0 110 6 0 0 20 0 22 0 341929745 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718346556568 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6576] ppid=6571 vsize=2966184 CPUtime=5.27 cores=1,3,5,7
/proc/6573/task/6576/stat : 6576 (java) S 6571 6573 3937 0 -1 4202560 336 0 0 0 519 8 0 0 20 0 22 0 341929746 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718330837416 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6577] ppid=6571 vsize=2966184 CPUtime=5 cores=1,3,5,7
/proc/6573/task/6577/stat : 6577 (java) S 6571 6573 3937 0 -1 4202560 334 0 0 0 494 6 0 0 20 0 22 0 341929746 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718329784872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6578] ppid=6571 vsize=2966184 CPUtime=4.96 cores=1,3,5,7
/proc/6573/task/6578/stat : 6578 (java) S 6571 6573 3937 0 -1 4202560 342 0 0 0 489 7 0 0 20 0 22 0 341929746 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718328731816 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6579] ppid=6571 vsize=2966184 CPUtime=4.89 cores=1,3,5,7
/proc/6573/task/6579/stat : 6579 (java) S 6571 6573 3937 0 -1 4202560 350 0 0 0 483 6 0 0 20 0 22 0 341929746 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718327679272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6580] ppid=6571 vsize=2966184 CPUtime=4.85 cores=1,3,5,7
/proc/6573/task/6580/stat : 6580 (java) S 6571 6573 3937 0 -1 4202560 324 0 0 0 477 8 0 0 20 0 22 0 341929746 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718326627240 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6581] ppid=6571 vsize=2966184 CPUtime=4.8 cores=1,3,5,7
/proc/6573/task/6581/stat : 6581 (java) S 6571 6573 3937 0 -1 4202560 339 0 0 0 473 7 0 0 20 0 22 0 341929746 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718325574696 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=6573/tid=6582] ppid=6571 vsize=2966184 CPUtime=4.88 cores=1,3,5,7
/proc/6573/task/6582/stat : 6582 (java) S 6571 6573 3937 0 -1 4202560 318 0 0 0 482 6 0 0 20 0 22 0 341929746 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718324521640 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6583] ppid=6571 vsize=2966184 CPUtime=4.83 cores=1,3,5,7
/proc/6573/task/6583/stat : 6583 (java) S 6571 6573 3937 0 -1 4202560 331 0 0 0 476 7 0 0 20 0 22 0 341929746 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718323469096 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6584] ppid=6571 vsize=2966184 CPUtime=17.95 cores=1,3,5,7
/proc/6573/task/6584/stat : 6584 (java) S 6571 6573 3937 0 -1 4202560 50821 0 0 0 1756 39 0 0 20 0 22 0 341929747 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718311057768 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6585] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6585/stat : 6585 (java) S 6571 6573 3937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718310004088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6586] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6586/stat : 6586 (java) S 6571 6573 3937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341929747 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718308950920 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6587] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6587/stat : 6587 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718307899664 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6588] ppid=6571 vsize=2966184 CPUtime=1.99 cores=1,3,5,7
/proc/6573/task/6588/stat : 6588 (java) S 6571 6573 3937 0 -1 4202560 10763 0 0 0 197 2 0 0 20 0 22 0 341929750 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718306847544 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6589] ppid=6571 vsize=2966184 CPUtime=1.4 cores=1,3,5,7
/proc/6573/task/6589/stat : 6589 (java) S 6571 6573 3937 0 -1 4202560 8469 0 0 0 138 2 0 0 20 0 22 0 341929750 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718305795000 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6590] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6590/stat : 6590 (java) S 6571 6573 3937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341929750 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718304742136 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6591] ppid=6571 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/6573/task/6591/stat : 6591 (java) S 6571 6573 3937 0 -1 4202560 53 0 0 0 14 22 0 0 20 0 22 0 341929750 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718303689800 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6592] ppid=6571 vsize=2966184 CPUtime=869 cores=1,3,5,7
/proc/6573/task/6592/stat : 6592 (java) R 6571 6573 3937 0 -1 4202560 322 0 0 0 86884 16 0 0 20 0 22 0 341929861 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718302634320 140718178954964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=6573/tid=6593] ppid=6571 vsize=2966184 CPUtime=869.04 cores=1,3,5,7
/proc/6573/task/6593/stat : 6593 (java) R 6571 6573 3937 0 -1 4202560 409 0 0 0 86888 16 0 0 20 0 22 0 341929861 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718301579984 140718178734189 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=6573/tid=6594] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6594/stat : 6594 (java) S 6571 6573 3937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341929868 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718300529448 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=6573/tid=6595] ppid=6571 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/6573/task/6595/stat : 6595 (java) S 6571 6573 3937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341929868 3037372416 219634 33554432000 1073741824 1073778376 140733255472832 140718299476904 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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): 899.455
CPU time (s): 1800.77
CPU user time (s): 1799.03
CPU system time (s): 1.74073
CPU usage (%): 200.207
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.03
system time used= 1.74073
maximum resident set size= 883504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77689
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= 38372
involuntary context switches= 71965

runsolver used 3.33149 second user time and 8.18475 second system time

The end

Launcher Data

Begin job on node120 at 2012-06-03 23:13:58
IDJOB=3739694
IDBENCH=74121
IDSOLVER=2324
FILE ID=node120/3739694-1338758038
RUNJOBID= node120-1338747803-3954
PBS_JOBID= 14636782
Free space on /tmp= 70768 MiB

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

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

MD5SUM BENCH= 937ecf63c168ba3c2555061c1a7466e0
RANDOM SEED=1907435352

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.88
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.456
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.456
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.83
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.456
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.456
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:        27617440 kB
Buffers:          576148 kB
Cached:          3137532 kB
SwapCached:         1580 kB
Active:          2321528 kB
Inactive:        1994744 kB
Active(anon):     594836 kB
Inactive(anon):     9224 kB
Active(file):    1726692 kB
Inactive(file):  1985520 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67103516 kB
Dirty:              3764 kB
Writeback:             0 kB
AnonPages:        610860 kB
Mapped:            19064 kB
Shmem:                32 kB
Slab:             795592 kB
SReclaimable:     239556 kB
SUnreclaim:       556036 kB
KernelStack:        1624 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    561152 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= 70768 MiB
End job on node120 at 2012-06-03 23:28:59