Trace number 3739616

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) 1801.21 903.346

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12038_3-sat.opb
MD5SUM56cc40b9ea431027514a5b56e02d7edb
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 variables37752
Total number of constraints125892
Number of constraints which are clauses125272
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints620
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 34
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 740
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.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c Stops conflict analysis at the first Unique Implication Point
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	
0.08/0.12	c solving HOME/instance-3739616-1338757984.opb
0.08/0.12	c reading problem ... 
2.36/1.36	c ... done. Wall clock time 1.246s.
2.36/1.36	c #vars     37752
2.36/1.36	c #constraints  111207
2.36/1.36	c constraints type 
2.36/1.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14334
2.36/1.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90858
2.36/1.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
2.36/1.36	c constraints type 
2.36/1.36	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90858
2.36/1.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14334
2.36/1.36	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
8.43/3.63	c cleaning 2483 clauses out of 5000 with flag 5000/5000
13.15/5.97	c cleaning 4249 clauses out of 8517 with flag 11000/11000
19.30/9.09	c cleaning 5619 clauses out of 11269 with flag 18001/18001
25.28/12.10	c cleaning 6809 clauses out of 13649 with flag 26000/26000
32.80/15.89	c cleaning 7913 clauses out of 15840 with flag 35000/35000
40.79/19.83	c cleaning 8947 clauses out of 17927 with flag 45000/45000
49.78/24.34	c cleaning 9970 clauses out of 19980 with flag 56000/56000
60.92/29.95	c cleaning 10993 clauses out of 22011 with flag 68001/68001
73.16/36.18	c cleaning 11999 clauses out of 24018 with flag 81001/81001
85.91/42.57	c cleaning 13002 clauses out of 26018 with flag 95000/95000
100.44/49.85	c cleaning 13997 clauses out of 28016 with flag 110000/110000
114.32/56.90	c cleaning 14997 clauses out of 30020 with flag 126001/126001
120.88/60.21	c cleaning 0 clauses out of 5001 with flag 0/5001
130.52/65.00	c cleaning 16000 clauses out of 32023 with flag 143001/143001
148.73/73.91	c cleaning 16972 clauses out of 34024 with flag 161002/161002
166.94/83.01	c cleaning 18023 clauses out of 36051 with flag 180001/180001
182.69/91.07	c cleaning 18994 clauses out of 38027 with flag 200000/200000
202.76/101.10	c cleaning 20004 clauses out of 40034 with flag 221001/221001
222.21/110.99	c cleaning 20986 clauses out of 42029 with flag 243000/243000
245.34/122.56	c cleaning 22000 clauses out of 44043 with flag 266000/266000
267.61/133.86	c cleaning 22991 clauses out of 46045 with flag 290002/290002
290.87/145.59	c cleaning 24004 clauses out of 48053 with flag 315001/315001
317.52/158.90	c cleaning 25005 clauses out of 50048 with flag 341000/341000
344.09/172.22	c cleaning 25995 clauses out of 52043 with flag 368000/368000
369.35/185.06	c cleaning 27010 clauses out of 54049 with flag 396001/396001
371.79/186.46	c cleaning 0 clauses out of 11000 with flag 0/11000
395.34/198.36	c cleaning 27978 clauses out of 56038 with flag 425000/425000
420.78/211.19	c cleaning 29022 clauses out of 58061 with flag 455001/455001
450.59/226.22	c cleaning 29988 clauses out of 60038 with flag 486000/486000
482.40/242.29	c cleaning 30995 clauses out of 62051 with flag 518001/518001
509.15/255.76	c cleaning 32010 clauses out of 64055 with flag 551000/551000
540.95/271.64	c cleaning 33003 clauses out of 66046 with flag 585001/585001
574.32/288.52	c cleaning 33999 clauses out of 68044 with flag 620002/620002
607.98/305.47	c cleaning 34995 clauses out of 70043 with flag 656000/656000
643.42/323.24	c cleaning 35996 clauses out of 72048 with flag 693000/693000
680.39/341.78	c cleaning 37018 clauses out of 74053 with flag 731001/731001
720.20/361.88	c cleaning 38006 clauses out of 76034 with flag 770000/770000
763.30/383.44	c cleaning 39000 clauses out of 78028 with flag 810000/810000
816.86/410.22	c cleaning 39990 clauses out of 80030 with flag 851002/851002
844.58/424.28	c cleaning 0 clauses out of 18001 with flag 0/18001
871.17/437.85	c cleaning 41002 clauses out of 82038 with flag 893000/893000
915.28/459.97	c cleaning 41962 clauses out of 84036 with flag 936000/936000
960.78/482.75	c cleaning 43022 clauses out of 86075 with flag 980001/980001
1005.57/505.14	c cleaning 44002 clauses out of 88052 with flag 1025000/1025000
1063.82/534.48	c cleaning 44995 clauses out of 90054 with flag 1071004/1071004
1115.06/560.09	c cleaning 46011 clauses out of 92055 with flag 1118000/1118000
1172.18/588.47	c cleaning 46990 clauses out of 94044 with flag 1166000/1166000
1227.12/615.86	c cleaning 48003 clauses out of 96054 with flag 1215000/1215000
1286.82/645.88	c cleaning 49015 clauses out of 98053 with flag 1265002/1265002
1343.70/674.29	c cleaning 49994 clauses out of 100036 with flag 1316000/1316000
1392.71/698.67	c cleaning 51014 clauses out of 102043 with flag 1368001/1368001
1446.98/725.78	c cleaning 51997 clauses out of 104028 with flag 1421000/1421000
1504.94/755.06	c cleaning 52997 clauses out of 106031 with flag 1475000/1475000
1572.36/788.79	c cleaning 54006 clauses out of 108035 with flag 1530001/1530001
1634.31/819.61	c cleaning 55005 clauses out of 110029 with flag 1586001/1586001
1656.98/831.22	c cleaning 0 clauses out of 26000 with flag 0/26000
1695.16/850.74	c cleaning 55975 clauses out of 112023 with flag 1643000/1643000
1776.41/891.12	c cleaning 56987 clauses out of 114049 with flag 1701001/1701001
1800.18/903.31	c starts		: 209
1800.18/903.31	c conflicts		: 1719566
1800.18/903.31	c decisions		: 2164359
1800.18/903.31	c propagations		: 1083377726
1800.18/903.31	c inspects		: 4116460410
1800.18/903.31	c learnt literals	: 0
1800.18/903.31	c learnt binary clauses	: 4
1800.18/903.31	c learnt ternary clauses	: 718
1800.18/903.31	c learnt clauses	: 1719566
1800.18/903.31	c ignored clauses	: 0
1800.18/903.31	c root simplifications	: 0
1800.18/903.31	c removed literals (reason simplification)	: 22393558
1800.18/903.31	c reason swapping (by a shorter reason)	: 0
1800.18/903.31	c Calls to reduceDB	: 54
1800.18/903.31	c number of reductions to clauses (during analyze)	: 0
1800.18/903.31	c number of learned constraints concerned by reduction	: 0
1800.18/903.31	c number of learning phase by resolution	: 0
1800.18/903.31	c number of learning phase by cutting planes	: 0
1800.18/903.31	c speed (assignments/second)	: 1201230.7288028474
1800.18/903.31	c non guided choices	2751
1800.18/903.33	c learnt constraints type 
1800.18/903.33	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 75645
1800.18/903.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.18/903.33	c constraints type 
1800.18/903.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14334
1800.18/903.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 90858
1800.18/903.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.18/903.33	c constraints type 
1800.18/903.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90858
1800.18/903.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14334
1800.18/903.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 620
1800.18/903.33	s UNKNOWN
1800.18/903.33	c Total wall clock time (in seconds): 903.218

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-3739616-1338757984/watcher-3739616-1338757984 -o /tmp/evaluation-result-3739616-1338757984/solver-3739616-1338757984 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739616-1338757984.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.00 3.80 3.64 4/195 6793
/proc/meminfo: memFree=27000920/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/6793/stat : 6793 (java6) R 6791 6793 4574 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 341924315 9515008 182 33554432000 1073741824 1073778376 140735423313824 140735423304856 273448517301 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/6793/statm: 2323 182 140 9 0 71 0

[startup+0.099544 s]
/proc/loadavg: 4.00 3.80 3.64 4/195 6793
/proc/meminfo: memFree=27000920/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6791 6793 4574 0 -1 4202496 4630 0 1 0 7 1 0 0 20 0 18 0 341924315 2764726272 6336 33554432000 1073741824 1073778376 140734247108432 140734247099568 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6793/statm: 674982 6336 2080 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.100244 s]
/proc/loadavg: 4.00 3.80 3.64 4/195 6793
/proc/meminfo: memFree=27000920/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6791 6793 4574 0 -1 4202496 4652 0 1 0 7 1 0 0 20 0 18 0 341924315 2764726272 6358 33554432000 1073741824 1073778376 140734247108432 140734247099568 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6793/statm: 674982 6359 2081 9 0 665676 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2699928

[startup+0.300223 s]
/proc/loadavg: 4.00 3.80 3.64 4/195 6793
/proc/meminfo: memFree=27000920/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6791 6793 4574 0 -1 4202496 5921 0 1 0 44 1 0 0 20 0 18 0 341924315 2764726272 9425 33554432000 1073741824 1073778376 140734247108432 140734247099568 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6793/statm: 674982 9425 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 2699928

[startup+0.700231 s]
/proc/loadavg: 4.00 3.80 3.64 4/195 6793
/proc/meminfo: memFree=27000920/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=2699928 CPUtime=1.38 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6791 6793 4574 0 -1 4202496 13585 0 1 0 134 4 0 0 20 0 18 0 341924315 2764726272 37914 33554432000 1073741824 1073778376 140734247108432 140734247099568 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6793/statm: 674982 37914 2238 9 0 665676 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 2699928

[startup+1.50064 s]
/proc/loadavg: 4.00 3.81 3.64 4/213 6811
/proc/meminfo: memFree=26725952/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=2966184 CPUtime=2.98 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6791 6793 4574 0 -1 4202496 18802 0 1 0 285 13 0 0 20 0 22 0 341924315 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140734247099568 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6793/statm: 741546 105165 2260 9 0 732240 0
[pid=6793/tid=6795] ppid=6791 vsize=2966184 CPUtime=1.33 cores=0,2,4,6
/proc/6793/task/6795/stat : 6795 (java) S 6791 6793 4574 0 -1 4202560 2962 0 1 0 126 7 0 0 20 0 22 0 341924316 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593229259928 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6796] ppid=6791 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6793/task/6796/stat : 6796 (java) S 6791 6793 4574 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 341924317 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593213541288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6797] ppid=6791 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6793/task/6797/stat : 6797 (java) S 6791 6793 4574 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 341924317 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593212488744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6798] ppid=6791 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6793/task/6798/stat : 6798 (java) S 6791 6793 4574 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341924317 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593211435688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6799] ppid=6791 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/6793/task/6799/stat : 6799 (java) S 6791 6793 4574 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 22 0 341924318 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593210383144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6800] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6800/stat : 6800 (java) S 6791 6793 4574 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341924318 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593209330088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6801] ppid=6791 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6793/task/6801/stat : 6801 (java) S 6791 6793 4574 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 341924318 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593208277544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6802] ppid=6791 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/6793/task/6802/stat : 6802 (java) S 6791 6793 4574 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 341924318 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593207224488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6803] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6803/stat : 6803 (java) S 6791 6793 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341924318 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593206171944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6804] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6804/stat : 6804 (java) S 6791 6793 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593075493736 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6805] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6805/stat : 6805 (java) S 6791 6793 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593074440056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6806] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6806/stat : 6806 (java) S 6791 6793 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593073386888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6807] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6807/stat : 6807 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593072335632 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6808] ppid=6791 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/6793/task/6808/stat : 6808 (java) R 6791 6793 4574 0 -1 4202560 9242 0 0 0 73 3 0 0 20 0 22 0 341924322 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140593071282488 140593236670771 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6809] ppid=6791 vsize=2966184 CPUtime=0.49 cores=0,2,4,6
/proc/6793/task/6809/stat : 6809 (java) R 6791 6793 4574 0 -1 4202560 5216 0 0 0 49 0 0 0 20 0 22 0 341924322 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140592197658944 140593231731394 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6810] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6810/stat : 6810 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140592196606200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6811] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6811/stat : 6811 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 105165 33554432000 1073741824 1073778376 140734247108432 140592195553864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 2966184

[startup+3.10087 s]
/proc/loadavg: 4.00 3.81 3.64 5/217 6815
/proc/meminfo: memFree=26586348/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=2966184 CPUtime=7.36 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6791 6793 4574 0 -1 4202496 27347 0 1 0 716 20 0 0 20 0 22 0 341924315 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140734247099568 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6793/statm: 741546 118556 2270 9 0 732240 0
[pid=6793/tid=6795] ppid=6791 vsize=2966184 CPUtime=1.33 cores=0,2,4,6
/proc/6793/task/6795/stat : 6795 (java) S 6791 6793 4574 0 -1 4202560 2962 0 1 0 126 7 0 0 20 0 22 0 341924316 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593229259928 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6796] ppid=6791 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/6793/task/6796/stat : 6796 (java) S 6791 6793 4574 0 -1 4202560 29 0 0 0 6 0 0 0 20 0 22 0 341924317 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593213541288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6797] ppid=6791 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/6793/task/6797/stat : 6797 (java) S 6791 6793 4574 0 -1 4202560 19 0 0 0 3 1 0 0 20 0 22 0 341924317 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593212488744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6798] ppid=6791 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/6793/task/6798/stat : 6798 (java) S 6791 6793 4574 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 341924317 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593211435688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6799] ppid=6791 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6799/stat : 6799 (java) S 6791 6793 4574 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 22 0 341924318 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593210383144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6800] ppid=6791 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/6793/task/6800/stat : 6800 (java) S 6791 6793 4574 0 -1 4202560 20 0 0 0 6 0 0 0 20 0 22 0 341924318 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593209330088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6801] ppid=6791 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/6793/task/6801/stat : 6801 (java) S 6791 6793 4574 0 -1 4202560 29 0 0 0 7 0 0 0 20 0 22 0 341924318 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593208277544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6802] ppid=6791 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/6793/task/6802/stat : 6802 (java) S 6791 6793 4574 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 341924318 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593207224488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6803] ppid=6791 vsize=2966184 CPUtime=0.06 cores=0,2,4,6
/proc/6793/task/6803/stat : 6803 (java) S 6791 6793 4574 0 -1 4202560 31 0 0 0 6 0 0 0 20 0 22 0 341924318 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593206171944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6804] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6804/stat : 6804 (java) S 6791 6793 4574 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593075493736 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6805] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6805/stat : 6805 (java) S 6791 6793 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593074440056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6806] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6806/stat : 6806 (java) S 6791 6793 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593073386888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6807] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6807/stat : 6807 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593072335632 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6808] ppid=6791 vsize=2966184 CPUtime=1.3 cores=0,2,4,6
/proc/6793/task/6808/stat : 6808 (java) S 6791 6793 4574 0 -1 4202560 15257 0 0 0 126 4 0 0 20 0 22 0 341924322 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140593071282488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6809] ppid=6791 vsize=2966184 CPUtime=0.98 cores=0,2,4,6
/proc/6793/task/6809/stat : 6809 (java) S 6791 6793 4574 0 -1 4202560 7635 0 0 0 98 0 0 0 20 0 22 0 341924322 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140592197659064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6810] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6810/stat : 6810 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140592196606200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6811] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6811/stat : 6811 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140592195553864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6812] ppid=6791 vsize=2966184 CPUtime=1.56 cores=0,2,4,6
/proc/6793/task/6812/stat : 6812 (java) R 6791 6793 4574 0 -1 4202560 25 0 0 0 156 0 0 0 20 0 22 0 341924452 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140592194499600 140593087852215 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6813] ppid=6791 vsize=2966184 CPUtime=1.57 cores=0,2,4,6
/proc/6793/task/6813/stat : 6813 (java) R 6791 6793 4574 0 -1 4202560 67 0 0 0 157 0 0 0 20 0 22 0 341924452 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140592193445416 140593087902450 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6814] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6814/stat : 6814 (java) S 6791 6793 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924463 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140592192394536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6815] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6815/stat : 6815 (java) S 6791 6793 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924463 3037372416 118556 33554432000 1073741824 1073778376 140734247108432 140592191341992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.36
Current children cumulated vsize (KiB) 2966184

[startup+6.3008 s]
/proc/loadavg: 4.00 3.81 3.64 5/217 6815
/proc/meminfo: memFree=26487112/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=2966184 CPUtime=13.84 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6791 6793 4574 0 -1 4202496 27870 0 1 0 1362 22 0 0 20 0 22 0 341924315 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140734247099568 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6793/statm: 741546 132114 2283 9 0 732240 0
[pid=6793/tid=6795] ppid=6791 vsize=2966184 CPUtime=1.33 cores=0,2,4,6
/proc/6793/task/6795/stat : 6795 (java) S 6791 6793 4574 0 -1 4202560 2962 0 1 0 126 7 0 0 20 0 22 0 341924316 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593229259928 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6796] ppid=6791 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/6793/task/6796/stat : 6796 (java) S 6791 6793 4574 0 -1 4202560 34 0 0 0 8 2 0 0 20 0 22 0 341924317 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593213541288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6797] ppid=6791 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6797/stat : 6797 (java) S 6791 6793 4574 0 -1 4202560 21 0 0 0 7 1 0 0 20 0 22 0 341924317 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593212488744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6798] ppid=6791 vsize=2966184 CPUtime=0.08 cores=0,2,4,6
/proc/6793/task/6798/stat : 6798 (java) S 6791 6793 4574 0 -1 4202560 23 0 0 0 8 0 0 0 20 0 22 0 341924317 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593211435688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6799] ppid=6791 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/6793/task/6799/stat : 6799 (java) S 6791 6793 4574 0 -1 4202560 39 0 0 0 10 2 0 0 20 0 22 0 341924318 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593210383144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6800] ppid=6791 vsize=2966184 CPUtime=0.14 cores=0,2,4,6
/proc/6793/task/6800/stat : 6800 (java) S 6791 6793 4574 0 -1 4202560 27 0 0 0 14 0 0 0 20 0 22 0 341924318 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593209330088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6801] ppid=6791 vsize=2966184 CPUtime=0.12 cores=0,2,4,6
/proc/6793/task/6801/stat : 6801 (java) S 6791 6793 4574 0 -1 4202560 32 0 0 0 10 2 0 0 20 0 22 0 341924318 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593208277544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6802] ppid=6791 vsize=2966184 CPUtime=0.1 cores=0,2,4,6
/proc/6793/task/6802/stat : 6802 (java) S 6791 6793 4574 0 -1 4202560 33 0 0 0 8 2 0 0 20 0 22 0 341924318 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593207224488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6803] ppid=6791 vsize=2966184 CPUtime=0.13 cores=0,2,4,6
/proc/6793/task/6803/stat : 6803 (java) S 6791 6793 4574 0 -1 4202560 36 0 0 0 12 1 0 0 20 0 22 0 341924318 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593206171944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6804] ppid=6791 vsize=2966184 CPUtime=0.24 cores=0,2,4,6
/proc/6793/task/6804/stat : 6804 (java) S 6791 6793 4574 0 -1 4202560 53 0 0 0 24 0 0 0 20 0 22 0 341924319 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593075493736 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6805] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6805/stat : 6805 (java) S 6791 6793 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593074440056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6806] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6806/stat : 6806 (java) S 6791 6793 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593073386888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6807] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6807/stat : 6807 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593072335632 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6808] ppid=6791 vsize=2966184 CPUtime=1.4 cores=0,2,4,6
/proc/6793/task/6808/stat : 6808 (java) S 6791 6793 4574 0 -1 4202560 15687 0 0 0 136 4 0 0 20 0 22 0 341924322 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140593071282488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6809] ppid=6791 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/6793/task/6809/stat : 6809 (java) S 6791 6793 4574 0 -1 4202560 7636 0 0 0 105 0 0 0 20 0 22 0 341924322 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140592197659064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6810] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6810/stat : 6810 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140592196606200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6811] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6811/stat : 6811 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140592195553864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6812] ppid=6791 vsize=2966184 CPUtime=4.39 cores=0,2,4,6
/proc/6793/task/6812/stat : 6812 (java) R 6791 6793 4574 0 -1 4202560 28 0 0 0 439 0 0 0 20 0 22 0 341924452 3037372416 132114 33554432000 1073741824 1073778376 140734247108432 140592194499392 140593087825936 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0

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

[pid=6793/tid=6813] ppid=6791 vsize=2966184 CPUtime=720.23 cores=0,2,4,6
/proc/6793/task/6813/stat : 6813 (java) R 6791 6793 4574 0 -1 4202560 441 0 0 0 72008 15 0 0 20 0 22 0 341924452 3037372416 274236 33554432000 1073741824 1073778376 140734247108432 140592193445456 140593087875060 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6814] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6814/stat : 6814 (java) S 6791 6793 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924463 3037372416 274236 33554432000 1073741824 1073778376 140734247108432 140592192394536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6815] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6815/stat : 6815 (java) S 6791 6793 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924463 3037372416 274236 33554432000 1073741824 1073778376 140734247108432 140592191341992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1518.87
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.21 3.96 3.77 5/217 6884
/proc/meminfo: memFree=25654496/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=2966184 CPUtime=1638.92 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6791 6793 4574 0 -1 4202496 116903 0 1 0 163726 166 0 0 20 0 22 0 341924315 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140734247099568 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6793/statm: 741546 281404 2284 9 0 732240 0
[pid=6793/tid=6795] ppid=6791 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/6793/task/6795/stat : 6795 (java) S 6791 6793 4574 0 -1 4202560 2984 0 1 0 127 8 0 0 20 0 22 0 341924316 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593229259928 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6796] ppid=6791 vsize=2966184 CPUtime=6.46 cores=0,2,4,6
/proc/6793/task/6796/stat : 6796 (java) S 6791 6793 4574 0 -1 4202560 379 0 0 0 637 9 0 0 20 0 22 0 341924317 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593213541288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6797] ppid=6791 vsize=2966184 CPUtime=6.04 cores=0,2,4,6
/proc/6793/task/6797/stat : 6797 (java) S 6791 6793 4574 0 -1 4202560 363 0 0 0 595 9 0 0 20 0 22 0 341924317 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593212488744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6798] ppid=6791 vsize=2966184 CPUtime=6.37 cores=0,2,4,6
/proc/6793/task/6798/stat : 6798 (java) S 6791 6793 4574 0 -1 4202560 367 0 0 0 628 9 0 0 20 0 22 0 341924317 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593211435688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6799] ppid=6791 vsize=2966184 CPUtime=6.4 cores=0,2,4,6
/proc/6793/task/6799/stat : 6799 (java) S 6791 6793 4574 0 -1 4202560 390 0 0 0 630 10 0 0 20 0 22 0 341924318 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593210383144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6800] ppid=6791 vsize=2966184 CPUtime=6.53 cores=0,2,4,6
/proc/6793/task/6800/stat : 6800 (java) S 6791 6793 4574 0 -1 4202560 379 0 0 0 643 10 0 0 20 0 22 0 341924318 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593209330088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6801] ppid=6791 vsize=2966184 CPUtime=6.05 cores=0,2,4,6
/proc/6793/task/6801/stat : 6801 (java) S 6791 6793 4574 0 -1 4202560 369 0 0 0 595 10 0 0 20 0 22 0 341924318 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593208277544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6802] ppid=6791 vsize=2966184 CPUtime=6.32 cores=0,2,4,6
/proc/6793/task/6802/stat : 6802 (java) S 6791 6793 4574 0 -1 4202560 368 0 0 0 623 9 0 0 20 0 22 0 341924318 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593207224488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6803] ppid=6791 vsize=2966184 CPUtime=6.25 cores=0,2,4,6
/proc/6793/task/6803/stat : 6803 (java) S 6791 6793 4574 0 -1 4202560 379 0 0 0 615 10 0 0 20 0 22 0 341924318 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593206171944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6804] ppid=6791 vsize=2966184 CPUtime=29.25 cores=0,2,4,6
/proc/6793/task/6804/stat : 6804 (java) S 6791 6793 4574 0 -1 4202560 80243 0 0 0 2867 58 0 0 20 0 22 0 341924319 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593075493736 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6805] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6805/stat : 6805 (java) S 6791 6793 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593074440056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6806] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6806/stat : 6806 (java) S 6791 6793 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593073386888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6807] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6807/stat : 6807 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593072335632 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6808] ppid=6791 vsize=2966184 CPUtime=1.51 cores=0,2,4,6
/proc/6793/task/6808/stat : 6808 (java) S 6791 6793 4574 0 -1 4202560 15699 0 0 0 147 4 0 0 20 0 22 0 341924322 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140593071282488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6809] ppid=6791 vsize=2966184 CPUtime=1.97 cores=0,2,4,6
/proc/6793/task/6809/stat : 6809 (java) S 6791 6793 4574 0 -1 4202560 12887 0 0 0 195 2 0 0 20 0 22 0 341924322 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140592197659064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6810] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6810/stat : 6810 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140592196606200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6811] ppid=6791 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/6793/task/6811/stat : 6811 (java) S 6791 6793 4574 0 -1 4202560 49 0 0 0 14 15 0 0 20 0 22 0 341924322 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140592195553864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6812] ppid=6791 vsize=2966184 CPUtime=777.32 cores=0,2,4,6
/proc/6793/task/6812/stat : 6812 (java) R 6791 6793 4574 0 -1 4202560 392 0 0 0 77716 16 0 0 20 0 22 0 341924452 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140592194498488 140593087608427 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6813] ppid=6791 vsize=2966184 CPUtime=777.34 cores=0,2,4,6
/proc/6793/task/6813/stat : 6813 (java) R 6791 6793 4574 0 -1 4202560 468 0 0 0 77717 17 0 0 20 0 22 0 341924452 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140592193444848 140593087876233 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6814] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6814/stat : 6814 (java) S 6791 6793 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924463 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140592192394536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6815] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6815/stat : 6815 (java) S 6791 6793 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924463 3037372416 281404 33554432000 1073741824 1073778376 140734247108432 140592191341992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1638.92
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 4.27 4.03 3.80 5/217 6885
/proc/meminfo: memFree=25620736/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=2966184 CPUtime=1758.53 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6791 6793 4574 0 -1 4202496 120131 0 1 0 175680 173 0 0 20 0 22 0 341924315 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140734247099568 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6793/statm: 741546 281400 2284 9 0 732240 0
[pid=6793/tid=6795] ppid=6791 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/6793/task/6795/stat : 6795 (java) S 6791 6793 4574 0 -1 4202560 2987 0 1 0 127 8 0 0 20 0 22 0 341924316 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593229259928 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6796] ppid=6791 vsize=2966184 CPUtime=6.97 cores=0,2,4,6
/proc/6793/task/6796/stat : 6796 (java) S 6791 6793 4574 0 -1 4202560 379 0 0 0 687 10 0 0 20 0 22 0 341924317 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593213541288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6797] ppid=6791 vsize=2966184 CPUtime=6.58 cores=0,2,4,6
/proc/6793/task/6797/stat : 6797 (java) S 6791 6793 4574 0 -1 4202560 363 0 0 0 649 9 0 0 20 0 22 0 341924317 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593212488744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6798] ppid=6791 vsize=2966184 CPUtime=6.96 cores=0,2,4,6
/proc/6793/task/6798/stat : 6798 (java) S 6791 6793 4574 0 -1 4202560 367 0 0 0 687 9 0 0 20 0 22 0 341924317 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593211435688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6799] ppid=6791 vsize=2966184 CPUtime=6.9 cores=0,2,4,6
/proc/6793/task/6799/stat : 6799 (java) S 6791 6793 4574 0 -1 4202560 390 0 0 0 679 11 0 0 20 0 22 0 341924318 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593210383144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6800] ppid=6791 vsize=2966184 CPUtime=7.12 cores=0,2,4,6
/proc/6793/task/6800/stat : 6800 (java) S 6791 6793 4574 0 -1 4202560 379 0 0 0 702 10 0 0 20 0 22 0 341924318 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593209330088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6801] ppid=6791 vsize=2966184 CPUtime=6.64 cores=0,2,4,6
/proc/6793/task/6801/stat : 6801 (java) S 6791 6793 4574 0 -1 4202560 369 0 0 0 654 10 0 0 20 0 22 0 341924318 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593208277544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6802] ppid=6791 vsize=2966184 CPUtime=6.84 cores=0,2,4,6
/proc/6793/task/6802/stat : 6802 (java) S 6791 6793 4574 0 -1 4202560 368 0 0 0 675 9 0 0 20 0 22 0 341924318 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593207224488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6803] ppid=6791 vsize=2966184 CPUtime=6.77 cores=0,2,4,6
/proc/6793/task/6803/stat : 6803 (java) S 6791 6793 4574 0 -1 4202560 379 0 0 0 666 11 0 0 20 0 22 0 341924318 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593206171944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6804] ppid=6791 vsize=2966184 CPUtime=31.65 cores=0,2,4,6
/proc/6793/task/6804/stat : 6804 (java) S 6791 6793 4574 0 -1 4202560 83425 0 0 0 3103 62 0 0 20 0 22 0 341924319 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593075493736 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6805] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6805/stat : 6805 (java) S 6791 6793 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593074440056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6806] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6806/stat : 6806 (java) S 6791 6793 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593073386888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6807] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6807/stat : 6807 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593072335632 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6808] ppid=6791 vsize=2966184 CPUtime=1.51 cores=0,2,4,6
/proc/6793/task/6808/stat : 6808 (java) S 6791 6793 4574 0 -1 4202560 15699 0 0 0 147 4 0 0 20 0 22 0 341924322 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140593071282488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6809] ppid=6791 vsize=2966184 CPUtime=1.97 cores=0,2,4,6
/proc/6793/task/6809/stat : 6809 (java) S 6791 6793 4574 0 -1 4202560 12887 0 0 0 195 2 0 0 20 0 22 0 341924322 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140592197659064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6810] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6810/stat : 6810 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140592196606200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6811] ppid=6791 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/6793/task/6811/stat : 6811 (java) S 6791 6793 4574 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 341924322 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140592195553864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6812] ppid=6791 vsize=2966184 CPUtime=833.78 cores=0,2,4,6
/proc/6793/task/6812/stat : 6812 (java) R 6791 6793 4574 0 -1 4202560 415 0 0 0 83361 17 0 0 20 0 22 0 341924452 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140592194498616 140593087891142 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6813] ppid=6791 vsize=2966184 CPUtime=833.78 cores=0,2,4,6
/proc/6793/task/6813/stat : 6813 (java) R 6791 6793 4574 0 -1 4202560 486 0 0 0 83360 18 0 0 20 0 22 0 341924452 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140592193444840 140593087699786 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6814] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6814/stat : 6814 (java) S 6791 6793 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924463 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140592192394536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6815] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6815/stat : 6815 (java) S 6791 6793 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924463 3037372416 281400 33554432000 1073741824 1073778376 140734247108432 140592191341992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1758.53
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.301 s]
/proc/loadavg: 4.19 4.03 3.81 5/217 6885
/proc/meminfo: memFree=25607580/32873852 swapFree=6856/6856
[pid=6793] ppid=6791 vsize=2966184 CPUtime=1800.18 cores=0,2,4,6
/proc/6793/stat : 6793 (java) S 6791 6793 4574 0 -1 4202496 121795 0 1 0 179842 176 0 0 20 0 22 0 341924315 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140734247099568 273451876413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/6793/statm: 741546 284476 2284 9 0 732240 0
[pid=6793/tid=6795] ppid=6791 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/6793/task/6795/stat : 6795 (java) S 6791 6793 4574 0 -1 4202560 2987 0 1 0 127 8 0 0 20 0 22 0 341924316 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593229259928 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6796] ppid=6791 vsize=2966184 CPUtime=7.13 cores=0,2,4,6
/proc/6793/task/6796/stat : 6796 (java) S 6791 6793 4574 0 -1 4202560 379 0 0 0 703 10 0 0 20 0 22 0 341924317 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593213541288 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6797] ppid=6791 vsize=2966184 CPUtime=6.77 cores=0,2,4,6
/proc/6793/task/6797/stat : 6797 (java) S 6791 6793 4574 0 -1 4202560 366 0 0 0 668 9 0 0 20 0 22 0 341924317 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593212488744 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6798] ppid=6791 vsize=2966184 CPUtime=7.15 cores=0,2,4,6
/proc/6793/task/6798/stat : 6798 (java) S 6791 6793 4574 0 -1 4202560 369 0 0 0 706 9 0 0 20 0 22 0 341924317 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593211435688 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6799] ppid=6791 vsize=2966184 CPUtime=7.05 cores=0,2,4,6
/proc/6793/task/6799/stat : 6799 (java) S 6791 6793 4574 0 -1 4202560 392 0 0 0 694 11 0 0 20 0 22 0 341924318 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593210383144 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6800] ppid=6791 vsize=2966184 CPUtime=7.32 cores=0,2,4,6
/proc/6793/task/6800/stat : 6800 (java) S 6791 6793 4574 0 -1 4202560 381 0 0 0 722 10 0 0 20 0 22 0 341924318 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593209330088 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6801] ppid=6791 vsize=2966184 CPUtime=6.82 cores=0,2,4,6
/proc/6793/task/6801/stat : 6801 (java) S 6791 6793 4574 0 -1 4202560 370 0 0 0 672 10 0 0 20 0 22 0 341924318 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593208277544 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6802] ppid=6791 vsize=2966184 CPUtime=7 cores=0,2,4,6
/proc/6793/task/6802/stat : 6802 (java) S 6791 6793 4574 0 -1 4202560 368 0 0 0 691 9 0 0 20 0 22 0 341924318 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593207224488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6803] ppid=6791 vsize=2966184 CPUtime=6.96 cores=0,2,4,6
/proc/6793/task/6803/stat : 6803 (java) S 6791 6793 4574 0 -1 4202560 381 0 0 0 685 11 0 0 20 0 22 0 341924318 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593206171944 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6804] ppid=6791 vsize=2966184 CPUtime=32.63 cores=0,2,4,6
/proc/6793/task/6804/stat : 6804 (java) S 6791 6793 4574 0 -1 4202560 85061 0 0 0 3200 63 0 0 20 0 22 0 341924319 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593075493736 273451890601 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6805] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6805/stat : 6805 (java) S 6791 6793 4574 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593074440056 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6793/tid=6806] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6806/stat : 6806 (java) S 6791 6793 4574 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341924319 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593073386888 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6807] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6807/stat : 6807 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593072335632 273451898656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6808] ppid=6791 vsize=2966184 CPUtime=1.51 cores=0,2,4,6
/proc/6793/task/6808/stat : 6808 (java) S 6791 6793 4574 0 -1 4202560 15699 0 0 0 147 4 0 0 20 0 22 0 341924322 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140593071282488 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6809] ppid=6791 vsize=2966184 CPUtime=1.97 cores=0,2,4,6
/proc/6793/task/6809/stat : 6809 (java) S 6791 6793 4574 0 -1 4202560 12887 0 0 0 195 2 0 0 20 0 22 0 341924322 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140592197659064 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6810] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6810/stat : 6810 (java) S 6791 6793 4574 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341924322 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140592196606200 273451889724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6811] ppid=6791 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/6793/task/6811/stat : 6811 (java) S 6791 6793 4574 0 -1 4202560 53 0 0 0 15 17 0 0 20 0 22 0 341924322 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140592195553864 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6793/tid=6812] ppid=6791 vsize=2966184 CPUtime=853.42 cores=0,2,4,6
/proc/6793/task/6812/stat : 6812 (java) R 6791 6793 4574 0 -1 4202560 424 0 0 0 85325 17 0 0 20 0 22 0 341924452 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140592194498288 140593087566985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6793/tid=6813] ppid=6791 vsize=2966184 CPUtime=853.42 cores=0,2,4,6
/proc/6793/task/6813/stat : 6813 (java) R 6791 6793 4574 0 -1 4202560 491 0 0 0 85324 18 0 0 20 0 22 0 341924452 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140592193444848 140593087970989 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6814] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6814/stat : 6814 (java) S 6791 6793 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924463 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140592192394536 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6793/tid=6815] ppid=6791 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/6793/task/6815/stat : 6815 (java) S 6791 6793 4574 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341924463 3037372416 284476 33554432000 1073741824 1073778376 140734247108432 140592191341992 273451890601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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): 903.346
CPU time (s): 1801.21
CPU user time (s): 1798.96
CPU system time (s): 2.25166
CPU usage (%): 199.393
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.96
system time used= 2.25166
maximum resident set size= 1138276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121827
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45362
involuntary context switches= 98153

runsolver used 3.37149 second user time and 8.22375 second system time

The end

Launcher Data

Begin job on node128 at 2012-06-03 23:13:04
IDJOB=3739616
IDBENCH=73867
IDSOLVER=2324
FILE ID=node128/3739616-1338757984
RUNJOBID= node128-1338749491-4590
PBS_JOBID= 14636803
Free space on /tmp= 70416 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-j12038_3-sat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739616-1338757984/watcher-3739616-1338757984 -o /tmp/evaluation-result-3739616-1338757984/solver-3739616-1338757984 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3739616-1338757984.opb

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

MD5SUM BENCH= 56cc40b9ea431027514a5b56e02d7edb
RANDOM SEED=424427512

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.389
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.389
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:       32873852 kB
MemFree:        27001308 kB
Buffers:          553488 kB
Cached:          3761736 kB
SwapCached:          744 kB
Active:          2656584 kB
Inactive:        2319740 kB
Active(anon):     652096 kB
Inactive(anon):    11420 kB
Active(file):    2004488 kB
Inactive(file):  2308320 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67106656 kB
Dirty:              4124 kB
Writeback:             0 kB
AnonPages:        666844 kB
Mapped:            22376 kB
Shmem:               200 kB
Slab:             757168 kB
SReclaimable:     199232 kB
SUnreclaim:       557936 kB
KernelStack:        1608 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    1576260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    595968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70416 MiB
End job on node128 at 2012-06-03 23:28:09