Trace number 3741030

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.45 920.253

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-120.opb
MD5SUM7b80ddfff13fd2a12f867bbe09bf6414
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 variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
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.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@70eb7859
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3741030-1338761583.opb
0.07/0.12	c reading problem ... 
11.28/7.72	c ... done. Wall clock time 7.608s.
11.28/7.72	c #vars     48411
11.28/7.72	c #constraints  1123290
11.28/7.72	c constraints type 
11.28/7.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
11.28/7.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
11.28/7.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
11.28/7.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
11.28/7.72	c constraints type 
11.28/7.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
11.28/7.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
11.28/7.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
11.28/7.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
21.84/12.17	c cleaning 0 clauses out of 5000 with flag 0/5000
32.70/17.76	c cleaning 0 clauses out of 11001 with flag 0/11001
42.44/22.97	c cleaning 2498 clauses out of 5001 with flag 5001/5001
47.13/25.68	c cleaning 0 clauses out of 18000 with flag 0/18000
65.43/35.25	c cleaning 0 clauses out of 26002 with flag 0/26002
69.28/37.55	c cleaning 4232 clauses out of 8502 with flag 11000/11000
89.95/48.10	c cleaning 0 clauses out of 35003 with flag 0/35003
94.00/50.58	c cleaning 5584 clauses out of 11270 with flag 18000/18000
118.87/63.46	c cleaning 6778 clauses out of 13686 with flag 26000/26000
120.11/64.41	c cleaning 0 clauses out of 45000 with flag 0/45000
146.12/77.72	c cleaning 7926 clauses out of 15910 with flag 35002/35002
153.80/81.99	c cleaning 0 clauses out of 56001 with flag 0/56001
169.33/90.29	c cleaning 8971 clauses out of 17982 with flag 45000/45000
193.13/102.45	c cleaning 0 clauses out of 68003 with flag 0/68003
194.76/103.60	c cleaning 9953 clauses out of 20011 with flag 56000/56000
214.49/113.88	c cleaning 11003 clauses out of 22059 with flag 68001/68001
237.70/125.96	c cleaning 0 clauses out of 81000 with flag 0/81000
240.91/127.90	c cleaning 11994 clauses out of 24056 with flag 81001/81001
272.92/144.28	c cleaning 12980 clauses out of 26061 with flag 95000/95000
302.25/159.03	c cleaning 0 clauses out of 95000 with flag 0/95000
315.90/166.45	c cleaning 14016 clauses out of 28083 with flag 110002/110002
343.74/180.63	c cleaning 14984 clauses out of 30066 with flag 126001/126001
352.97/185.61	c cleaning 0 clauses out of 110000 with flag 0/110000
382.74/200.83	c cleaning 15995 clauses out of 32083 with flag 143002/143002
430.40/225.07	c cleaning 16965 clauses out of 34086 with flag 161000/161000
437.20/228.88	c cleaning 0 clauses out of 126002 with flag 0/126002
478.33/249.66	c cleaning 18022 clauses out of 36123 with flag 180002/180002
527.44/274.31	c cleaning 0 clauses out of 143000 with flag 0/143000
546.14/284.17	c cleaning 18993 clauses out of 38100 with flag 200001/200001
596.85/309.72	c cleaning 19968 clauses out of 40109 with flag 221003/221003
619.02/321.14	c cleaning 0 clauses out of 161004 with flag 0/161004
655.43/339.50	c cleaning 20940 clauses out of 42138 with flag 243000/243000
691.23/357.90	c cleaning 22069 clauses out of 44196 with flag 266001/266001
725.38/375.33	c cleaning 23030 clauses out of 46124 with flag 290001/290001
741.44/383.76	c cleaning 0 clauses out of 180000 with flag 0/180000
775.29/401.00	c cleaning 24012 clauses out of 48093 with flag 315001/315001
843.70/435.70	c cleaning 24982 clauses out of 50079 with flag 341000/341000
879.79/454.18	c cleaning 0 clauses out of 200000 with flag 0/200000
912.62/470.95	c cleaning 26006 clauses out of 52097 with flag 368000/368000
988.46/509.12	c cleaning 27037 clauses out of 54090 with flag 396000/396000
1033.01/531.95	c cleaning 27974 clauses out of 56050 with flag 425000/425000
1055.55/543.57	c cleaning 0 clauses out of 221000 with flag 0/221000
1088.86/560.54	c cleaning 28979 clauses out of 58076 with flag 455000/455000
1156.99/594.83	c cleaning 29921 clauses out of 60097 with flag 486000/486000
1223.54/628.61	c cleaning 0 clauses out of 243000 with flag 0/243000
1248.76/641.62	c cleaning 31011 clauses out of 62176 with flag 518000/518000
1323.36/679.26	c cleaning 32019 clauses out of 64170 with flag 551005/551005
1398.40/717.02	c cleaning 33010 clauses out of 66146 with flag 585000/585000
1409.93/723.49	c cleaning 0 clauses out of 266000 with flag 0/266000
1474.44/755.93	c cleaning 34025 clauses out of 68136 with flag 620000/620000
1565.46/801.58	c cleaning 35019 clauses out of 70112 with flag 656001/656001
1620.46/829.36	c cleaning 0 clauses out of 290000 with flag 0/290000
1681.01/860.15	c cleaning 36006 clauses out of 72093 with flag 693001/693001
1783.59/911.64	c cleaning 36942 clauses out of 74090 with flag 731004/731004
1800.05/920.21	c starts		: 170
1800.05/920.21	c conflicts		: 735786
1800.05/920.21	c decisions		: 11034410
1800.05/920.21	c propagations		: 1238770407
1800.05/920.21	c inspects		: 5352990092
1800.05/920.21	c learnt literals	: 12
1800.05/920.21	c learnt binary clauses	: 532
1800.05/920.21	c learnt ternary clauses	: 927
1800.05/920.21	c learnt clauses	: 735774
1800.05/920.21	c ignored clauses	: 0
1800.05/920.21	c root simplifications	: 0
1800.05/920.21	c removed literals (reason simplification)	: 14892209
1800.05/920.21	c reason swapping (by a shorter reason)	: 0
1800.05/920.21	c Calls to reduceDB	: 34
1800.05/920.21	c number of reductions to clauses (during analyze)	: 0
1800.05/920.21	c number of learned constraints concerned by reduction	: 0
1800.05/920.21	c number of learning phase by resolution	: 0
1800.05/920.21	c number of learning phase by cutting planes	: 0
1800.05/920.21	c speed (assignments/second)	: 1357579.0418472632
1800.05/920.21	c non guided choices	2075713
1800.05/920.23	c learnt constraints type 
1800.05/920.23	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 41398
1800.05/920.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 532
1800.05/920.23	c constraints type 
1800.05/920.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
1800.05/920.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.05/920.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.05/920.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.05/920.23	c constraints type 
1800.05/920.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
1800.05/920.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
1800.05/920.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.05/920.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.05/920.23	s UNKNOWN
1800.05/920.23	c Total wall clock time (in seconds): 920.113

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-3741030-1338761583/watcher-3741030-1338761583 -o /tmp/evaluation-result-3741030-1338761583/solver-3741030-1338761583 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741030-1338761583.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: 4.23 4.02 3.88 4/197 22017
/proc/meminfo: memFree=26510836/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/22017/stat : 22017 (java6) D 22015 22017 17435 0 -1 4202496 95 0 0 0 0 0 0 0 20 0 1 0 342284452 2560000 47 33554432000 1073741824 1073778376 140736678023536 140736678020664 266426477863 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22017/statm: 625 47 37 9 0 29 0

[startup+0.031443 s]
/proc/loadavg: 4.23 4.02 3.88 4/197 22017
/proc/meminfo: memFree=26510836/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2156296 CPUtime=0 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 2847 0 1 0 0 0 0 0 20 0 10 0 342284452 2208047104 3037 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 539074 3037 1016 9 0 530183 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2156296

[startup+0.100226 s]
/proc/loadavg: 4.23 4.02 3.88 4/197 22017
/proc/meminfo: memFree=26510836/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 4500 0 1 0 6 1 0 0 20 0 18 0 342284452 2764726272 6201 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 674982 6201 2036 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.30017 s]
/proc/loadavg: 4.23 4.02 3.88 4/197 22017
/proc/meminfo: memFree=26510836/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2699928 CPUtime=0.47 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 6108 0 1 0 45 2 0 0 20 0 18 0 342284452 2764726272 10356 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 674982 10356 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700175 s]
/proc/loadavg: 4.23 4.02 3.88 4/197 22017
/proc/meminfo: memFree=26510836/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2699928 CPUtime=1.24 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 12118 0 1 0 119 5 0 0 20 0 18 0 342284452 2764726272 60677 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 674982 60677 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 2699928

[startup+1.50062 s]
/proc/loadavg: 4.23 4.02 3.88 3/215 22035
/proc/meminfo: memFree=26105776/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2699928 CPUtime=2.33 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 12465 0 1 0 218 15 0 0 20 0 18 0 342284452 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 674982 112458 2248 9 0 665676 0
[pid=22017/tid=22019] ppid=22015 vsize=2699928 CPUtime=1.37 cores=1,3,5,7
/proc/22017/task/22019/stat : 22019 (java) R 22015 22017 17435 0 -1 4202560 2956 0 1 0 130 7 0 0 20 0 18 0 342284453 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594844479472 140594697737237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22020] ppid=22015 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/22017/task/22020/stat : 22020 (java) S 22015 22017 17435 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 342284455 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594828770216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22021] ppid=22015 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/22017/task/22021/stat : 22021 (java) S 22015 22017 17435 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 18 0 342284455 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594827717672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22022] ppid=22015 vsize=2699928 CPUtime=0.03 cores=1,3,5,7
/proc/22017/task/22022/stat : 22022 (java) S 22015 22017 17435 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 342284455 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594826664616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22023] ppid=22015 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/22017/task/22023/stat : 22023 (java) S 22015 22017 17435 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 342284455 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594825612072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22024] ppid=22015 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/22017/task/22024/stat : 22024 (java) S 22015 22017 17435 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 342284455 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594824559016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22025] ppid=22015 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/22017/task/22025/stat : 22025 (java) S 22015 22017 17435 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 342284455 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594823506472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22026] ppid=22015 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/22017/task/22026/stat : 22026 (java) S 22015 22017 17435 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 342284455 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594822453416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22027] ppid=22015 vsize=2699928 CPUtime=0.02 cores=1,3,5,7
/proc/22017/task/22027/stat : 22027 (java) S 22015 22017 17435 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 342284455 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594821400872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22028] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22028/stat : 22028 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342284456 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594691148648 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22029] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22029/stat : 22029 (java) S 22015 22017 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342284456 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594690094968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22030] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22030/stat : 22030 (java) S 22015 22017 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342284456 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594689041800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22031] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22031/stat : 22031 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342284459 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594687990544 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22032] ppid=22015 vsize=2699928 CPUtime=0.3 cores=1,3,5,7
/proc/22017/task/22032/stat : 22032 (java) S 22015 22017 17435 0 -1 4202560 3929 0 0 0 30 0 0 0 20 0 18 0 342284459 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594686937400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22033] ppid=22015 vsize=2699928 CPUtime=0.29 cores=1,3,5,7
/proc/22017/task/22033/stat : 22033 (java) S 22015 22017 17435 0 -1 4202560 4253 0 0 0 29 0 0 0 20 0 18 0 342284459 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594685884856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22034] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22034/stat : 22034 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342284459 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594684831992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22035] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22035/stat : 22035 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342284459 2764726272 112458 33554432000 1073741824 1073778376 140736133900544 140594683779656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.33
Current children cumulated vsize (KiB) 2699928

[startup+3.10064 s]
/proc/loadavg: 4.23 4.02 3.88 4/215 22035
/proc/meminfo: memFree=26031360/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2699928 CPUtime=4.65 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 12737 0 1 0 438 27 0 0 20 0 18 0 342284452 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 674982 135045 2248 9 0 665676 0
[pid=22017/tid=22019] ppid=22015 vsize=2699928 CPUtime=2.74 cores=1,3,5,7
/proc/22017/task/22019/stat : 22019 (java) R 22015 22017 17435 0 -1 4202560 2959 0 1 0 265 9 0 0 20 0 18 0 342284453 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594844486904 140594697881939 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22020] ppid=22015 vsize=2699928 CPUtime=0.1 cores=1,3,5,7
/proc/22017/task/22020/stat : 22020 (java) S 22015 22017 17435 0 -1 4202560 41 0 0 0 8 2 0 0 20 0 18 0 342284455 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594828770216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22021] ppid=22015 vsize=2699928 CPUtime=0.14 cores=1,3,5,7
/proc/22017/task/22021/stat : 22021 (java) S 22015 22017 17435 0 -1 4202560 50 0 0 0 12 2 0 0 20 0 18 0 342284455 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594827717672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22022] ppid=22015 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/22017/task/22022/stat : 22022 (java) S 22015 22017 17435 0 -1 4202560 48 0 0 0 13 2 0 0 20 0 18 0 342284455 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594826664616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22023] ppid=22015 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/22017/task/22023/stat : 22023 (java) S 22015 22017 17435 0 -1 4202560 48 0 0 0 12 1 0 0 20 0 18 0 342284455 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594825612072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22024] ppid=22015 vsize=2699928 CPUtime=0.13 cores=1,3,5,7
/proc/22017/task/22024/stat : 22024 (java) S 22015 22017 17435 0 -1 4202560 41 0 0 0 11 2 0 0 20 0 18 0 342284455 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594824559016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22025] ppid=22015 vsize=2699928 CPUtime=0.16 cores=1,3,5,7
/proc/22017/task/22025/stat : 22025 (java) S 22015 22017 17435 0 -1 4202560 60 0 0 0 13 3 0 0 20 0 18 0 342284455 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594823506472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22026] ppid=22015 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/22017/task/22026/stat : 22026 (java) S 22015 22017 17435 0 -1 4202560 50 0 0 0 13 2 0 0 20 0 18 0 342284455 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594822453416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22027] ppid=22015 vsize=2699928 CPUtime=0.15 cores=1,3,5,7
/proc/22017/task/22027/stat : 22027 (java) S 22015 22017 17435 0 -1 4202560 39 0 0 0 13 2 0 0 20 0 18 0 342284455 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594821400872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22028] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22028/stat : 22028 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342284456 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594691148648 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22029] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22029/stat : 22029 (java) S 22015 22017 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342284456 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594690094968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22030] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22030/stat : 22030 (java) S 22015 22017 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342284456 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594689041800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22031] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22031/stat : 22031 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342284459 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594687990544 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22032] ppid=22015 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/22017/task/22032/stat : 22032 (java) S 22015 22017 17435 0 -1 4202560 3964 0 0 0 32 0 0 0 20 0 18 0 342284459 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594686937400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22033] ppid=22015 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/22017/task/22033/stat : 22033 (java) S 22015 22017 17435 0 -1 4202560 4254 0 0 0 32 0 0 0 20 0 18 0 342284459 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594685884856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22034] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22034/stat : 22034 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342284459 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594684831992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22035] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22035/stat : 22035 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342284459 2764726272 135045 33554432000 1073741824 1073778376 140736133900544 140594683779656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.65
Current children cumulated vsize (KiB) 2699928

[startup+6.30069 s]
/proc/loadavg: 4.13 4.00 3.88 10/215 22035
/proc/meminfo: memFree=25872508/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2699928 CPUtime=9.36 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 14187 0 1 0 895 41 0 0 20 0 18 0 342284452 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 674982 178285 2248 9 0 665676 0
[pid=22017/tid=22019] ppid=22015 vsize=2699928 CPUtime=5.42 cores=1,3,5,7
/proc/22017/task/22019/stat : 22019 (java) R 22015 22017 17435 0 -1 4202560 2968 0 1 0 533 9 0 0 20 0 18 0 342284453 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594844479472 266439025933 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22020] ppid=22015 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/22017/task/22020/stat : 22020 (java) S 22015 22017 17435 0 -1 4202560 202 0 0 0 30 3 0 0 20 0 18 0 342284455 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594828770216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22021] ppid=22015 vsize=2699928 CPUtime=0.34 cores=1,3,5,7
/proc/22017/task/22021/stat : 22021 (java) S 22015 22017 17435 0 -1 4202560 403 0 0 0 30 4 0 0 20 0 18 0 342284455 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594827717672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22022] ppid=22015 vsize=2699928 CPUtime=0.41 cores=1,3,5,7
/proc/22017/task/22022/stat : 22022 (java) S 22015 22017 17435 0 -1 4202560 210 0 0 0 36 5 0 0 20 0 18 0 342284455 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594826664616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22023] ppid=22015 vsize=2699928 CPUtime=0.43 cores=1,3,5,7
/proc/22017/task/22023/stat : 22023 (java) S 22015 22017 17435 0 -1 4202560 209 0 0 0 39 4 0 0 20 0 18 0 342284455 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594825612072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22024] ppid=22015 vsize=2699928 CPUtime=0.44 cores=1,3,5,7
/proc/22017/task/22024/stat : 22024 (java) S 22015 22017 17435 0 -1 4202560 241 0 0 0 40 4 0 0 20 0 18 0 342284455 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594824559016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22025] ppid=22015 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/22017/task/22025/stat : 22025 (java) S 22015 22017 17435 0 -1 4202560 129 0 0 0 36 4 0 0 20 0 18 0 342284455 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594823506472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22026] ppid=22015 vsize=2699928 CPUtime=0.43 cores=1,3,5,7
/proc/22017/task/22026/stat : 22026 (java) S 22015 22017 17435 0 -1 4202560 303 0 0 0 39 4 0 0 20 0 18 0 342284455 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594822453416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22027] ppid=22015 vsize=2699928 CPUtime=0.36 cores=1,3,5,7
/proc/22017/task/22027/stat : 22027 (java) S 22015 22017 17435 0 -1 4202560 121 0 0 0 32 4 0 0 20 0 18 0 342284455 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594821400872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22028] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22028/stat : 22028 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342284456 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594691148648 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22029] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22029/stat : 22029 (java) S 22015 22017 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342284456 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594690094968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22030] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22030/stat : 22030 (java) S 22015 22017 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342284456 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594689041800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22031] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22031/stat : 22031 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342284459 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594687990544 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22032] ppid=22015 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/22017/task/22032/stat : 22032 (java) S 22015 22017 17435 0 -1 4202560 3964 0 0 0 32 0 0 0 20 0 18 0 342284459 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594686937400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22033] ppid=22015 vsize=2699928 CPUtime=0.33 cores=1,3,5,7
/proc/22017/task/22033/stat : 22033 (java) S 22015 22017 17435 0 -1 4202560 4254 0 0 0 33 0 0 0 20 0 18 0 342284459 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594685884856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22034] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22034/stat : 22034 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342284459 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594684831992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22035] ppid=22015 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22035/stat : 22035 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342284459 2764726272 178285 33554432000 1073741824 1073778376 140736133900544 140594683779656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 4.12 4.00 3.88 11/219 22039
/proc/meminfo: memFree=25689844/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2966184 CPUtime=22.58 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 23628 0 1 0 2207 51 0 0 20 0 22 0 342284452 3037372416 207006 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 741546 207006 2279 9 0 732240 0
[pid=22017/tid=22019] ppid=22015 vsize=2966184 CPUtime=6.68 cores=1,3,5,7

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

[pid=22017/tid=22037] ppid=22015 vsize=2966184 CPUtime=700.68 cores=1,3,5,7
/proc/22017/task/22037/stat : 22037 (java) R 22015 22017 17435 0 -1 4202560 306 0 0 0 70056 12 0 0 20 0 22 0 342285225 3037372416 275774 33554432000 1073741824 1073778376 140736133900544 140593539833792 140594698577245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22038] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22038/stat : 22038 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342285228 3037372416 275774 33554432000 1073741824 1073778376 140736133900544 140593538782504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22039] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22039/stat : 22039 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342285228 3037372416 275774 33554432000 1073741824 1073778376 140736133900544 140593537729960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1486.43
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.99 3.98 3.91 5/219 22106
/proc/meminfo: memFree=25254472/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2966184 CPUtime=1606.35 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 279709 0 1 0 160450 185 0 0 20 0 22 0 342284452 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 741546 278844 2282 9 0 732240 0
[pid=22017/tid=22019] ppid=22015 vsize=2966184 CPUtime=6.7 cores=1,3,5,7
/proc/22017/task/22019/stat : 22019 (java) S 22015 22017 17435 0 -1 4202560 3018 0 1 0 659 11 0 0 20 0 22 0 342284453 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594844488856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22020] ppid=22015 vsize=2966184 CPUtime=3.81 cores=1,3,5,7
/proc/22017/task/22020/stat : 22020 (java) S 22015 22017 17435 0 -1 4202560 367 0 0 0 374 7 0 0 20 0 22 0 342284455 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594828770216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22021] ppid=22015 vsize=2966184 CPUtime=3.84 cores=1,3,5,7
/proc/22017/task/22021/stat : 22021 (java) S 22015 22017 17435 0 -1 4202560 461 0 0 0 377 7 0 0 20 0 22 0 342284455 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594827717672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22022] ppid=22015 vsize=2966184 CPUtime=3.93 cores=1,3,5,7
/proc/22017/task/22022/stat : 22022 (java) S 22015 22017 17435 0 -1 4202560 403 0 0 0 383 10 0 0 20 0 22 0 342284455 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594826664616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22023] ppid=22015 vsize=2966184 CPUtime=3.85 cores=1,3,5,7
/proc/22017/task/22023/stat : 22023 (java) S 22015 22017 17435 0 -1 4202560 412 0 0 0 373 12 0 0 20 0 22 0 342284455 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594825612072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22024] ppid=22015 vsize=2966184 CPUtime=4.16 cores=1,3,5,7
/proc/22017/task/22024/stat : 22024 (java) S 22015 22017 17435 0 -1 4202560 398 0 0 0 406 10 0 0 20 0 22 0 342284455 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594824559016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22025] ppid=22015 vsize=2966184 CPUtime=4.05 cores=1,3,5,7
/proc/22017/task/22025/stat : 22025 (java) S 22015 22017 17435 0 -1 4202560 400 0 0 0 395 10 0 0 20 0 22 0 342284455 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594823506472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22026] ppid=22015 vsize=2966184 CPUtime=3.8 cores=1,3,5,7
/proc/22017/task/22026/stat : 22026 (java) S 22015 22017 17435 0 -1 4202560 395 0 0 0 369 11 0 0 20 0 22 0 342284455 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594822453416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22027] ppid=22015 vsize=2966184 CPUtime=3.87 cores=1,3,5,7
/proc/22017/task/22027/stat : 22027 (java) S 22015 22017 17435 0 -1 4202560 383 0 0 0 377 10 0 0 20 0 22 0 342284455 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594821400872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22028] ppid=22015 vsize=2966184 CPUtime=47.36 cores=1,3,5,7
/proc/22017/task/22028/stat : 22028 (java) S 22015 22017 17435 0 -1 4202560 254467 0 0 0 4665 71 0 0 20 0 22 0 342284456 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594691148648 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22029] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22029/stat : 22029 (java) S 22015 22017 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342284456 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594690094968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22030] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22030/stat : 22030 (java) S 22015 22017 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284456 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594689041800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22031] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22031/stat : 22031 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284459 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594687990544 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22032] ppid=22015 vsize=2966184 CPUtime=1.17 cores=1,3,5,7
/proc/22017/task/22032/stat : 22032 (java) S 22015 22017 17435 0 -1 4202560 7707 0 0 0 117 0 0 0 20 0 22 0 342284459 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594686937400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22033] ppid=22015 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/22017/task/22033/stat : 22033 (java) S 22015 22017 17435 0 -1 4202560 9517 0 0 0 97 2 0 0 20 0 22 0 342284459 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594685884856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22034] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22034/stat : 22034 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284459 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594684831992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22035] ppid=22015 vsize=2966184 CPUtime=0.32 cores=1,3,5,7
/proc/22017/task/22035/stat : 22035 (java) S 22015 22017 17435 0 -1 4202560 47 0 0 0 11 21 0 0 20 0 22 0 342284459 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594683779656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22036] ppid=22015 vsize=2966184 CPUtime=759.29 cores=1,3,5,7
/proc/22017/task/22036/stat : 22036 (java) R 22015 22017 17435 0 -1 4202560 225 0 0 0 75915 14 0 0 20 0 22 0 342285225 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140594682723408 140594698403593 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22037] ppid=22015 vsize=2966184 CPUtime=759.23 cores=1,3,5,7
/proc/22017/task/22037/stat : 22037 (java) R 22015 22017 17435 0 -1 4202560 320 0 0 0 75910 13 0 0 20 0 22 0 342285225 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140593539833776 140594698255993 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22038] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22038/stat : 22038 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342285228 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140593538782504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22039] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22039/stat : 22039 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342285228 3037372416 278844 33554432000 1073741824 1073778376 140736133900544 140593537729960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1606.35
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.96 3.97 3.91 5/220 22107
/proc/meminfo: memFree=25230100/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2966184 CPUtime=1724.69 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 290672 0 1 0 172279 190 0 0 20 0 22 0 342284452 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 741546 285003 2283 9 0 732240 0
[pid=22017/tid=22019] ppid=22015 vsize=2966184 CPUtime=6.7 cores=1,3,5,7
/proc/22017/task/22019/stat : 22019 (java) S 22015 22017 17435 0 -1 4202560 3019 0 1 0 659 11 0 0 20 0 22 0 342284453 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594844488856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22020] ppid=22015 vsize=2966184 CPUtime=4.01 cores=1,3,5,7
/proc/22017/task/22020/stat : 22020 (java) S 22015 22017 17435 0 -1 4202560 368 0 0 0 394 7 0 0 20 0 22 0 342284455 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594828770216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22021] ppid=22015 vsize=2966184 CPUtime=4.02 cores=1,3,5,7
/proc/22017/task/22021/stat : 22021 (java) S 22015 22017 17435 0 -1 4202560 461 0 0 0 395 7 0 0 20 0 22 0 342284455 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594827717672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22022] ppid=22015 vsize=2966184 CPUtime=4.08 cores=1,3,5,7
/proc/22017/task/22022/stat : 22022 (java) S 22015 22017 17435 0 -1 4202560 403 0 0 0 397 11 0 0 20 0 22 0 342284455 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594826664616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22023] ppid=22015 vsize=2966184 CPUtime=3.99 cores=1,3,5,7
/proc/22017/task/22023/stat : 22023 (java) S 22015 22017 17435 0 -1 4202560 412 0 0 0 387 12 0 0 20 0 22 0 342284455 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594825612072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22024] ppid=22015 vsize=2966184 CPUtime=4.37 cores=1,3,5,7
/proc/22017/task/22024/stat : 22024 (java) S 22015 22017 17435 0 -1 4202560 398 0 0 0 427 10 0 0 20 0 22 0 342284455 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594824559016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22025] ppid=22015 vsize=2966184 CPUtime=4.24 cores=1,3,5,7
/proc/22017/task/22025/stat : 22025 (java) S 22015 22017 17435 0 -1 4202560 401 0 0 0 414 10 0 0 20 0 22 0 342284455 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594823506472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22026] ppid=22015 vsize=2966184 CPUtime=4 cores=1,3,5,7
/proc/22017/task/22026/stat : 22026 (java) S 22015 22017 17435 0 -1 4202560 395 0 0 0 389 11 0 0 20 0 22 0 342284455 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594822453416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22027] ppid=22015 vsize=2966184 CPUtime=4.04 cores=1,3,5,7
/proc/22017/task/22027/stat : 22027 (java) S 22015 22017 17435 0 -1 4202560 383 0 0 0 394 10 0 0 20 0 22 0 342284455 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594821400872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22028] ppid=22015 vsize=2966184 CPUtime=49.66 cores=1,3,5,7
/proc/22017/task/22028/stat : 22028 (java) S 22015 22017 17435 0 -1 4202560 265398 0 0 0 4892 74 0 0 20 0 22 0 342284456 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594691148648 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22029] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22029/stat : 22029 (java) S 22015 22017 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342284456 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594690094968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22030] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22030/stat : 22030 (java) S 22015 22017 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284456 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594689041800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22031] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22031/stat : 22031 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284459 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594687990544 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22032] ppid=22015 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/22017/task/22032/stat : 22032 (java) S 22015 22017 17435 0 -1 4202560 7710 0 0 0 118 0 0 0 20 0 22 0 342284459 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594686937400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22033] ppid=22015 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/22017/task/22033/stat : 22033 (java) S 22015 22017 17435 0 -1 4202560 9517 0 0 0 97 2 0 0 20 0 22 0 342284459 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594685884856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22034] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22034/stat : 22034 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284459 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594684831992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22035] ppid=22015 vsize=2966184 CPUtime=0.34 cores=1,3,5,7
/proc/22017/task/22035/stat : 22035 (java) S 22015 22017 17435 0 -1 4202560 51 0 0 0 12 22 0 0 20 0 22 0 342284459 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594683779656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22036] ppid=22015 vsize=2966184 CPUtime=816.58 cores=1,3,5,7
/proc/22017/task/22036/stat : 22036 (java) R 22015 22017 17435 0 -1 4202560 236 0 0 0 81643 15 0 0 20 0 22 0 342285225 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140594682724224 140594698316400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22037] ppid=22015 vsize=2966184 CPUtime=816.52 cores=1,3,5,7
/proc/22017/task/22037/stat : 22037 (java) R 22015 22017 17435 0 -1 4202560 331 0 0 0 81637 15 0 0 20 0 22 0 342285225 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140593539833040 140594698255993 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22038] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22038/stat : 22038 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342285228 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140593538782504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22039] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22039/stat : 22039 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342285228 3037372416 285003 33554432000 1073741824 1073778376 140736133900544 140593537729960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1724.69
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.201 s]
/proc/loadavg: 4.05 3.99 3.91 6/219 22108
/proc/meminfo: memFree=25217576/32873648 swapFree=6860/6860
[pid=22017] ppid=22015 vsize=2966184 CPUtime=1800.05 cores=1,3,5,7
/proc/22017/stat : 22017 (java) S 22015 22017 17435 0 -1 4202496 290705 0 1 0 179811 194 0 0 20 0 22 0 342284452 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140736133891680 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22017/statm: 741546 288075 2283 9 0 732240 0
[pid=22017/tid=22019] ppid=22015 vsize=2966184 CPUtime=6.7 cores=1,3,5,7
/proc/22017/task/22019/stat : 22019 (java) S 22015 22017 17435 0 -1 4202560 3021 0 1 0 659 11 0 0 20 0 22 0 342284453 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594844488856 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22020] ppid=22015 vsize=2966184 CPUtime=4.13 cores=1,3,5,7
/proc/22017/task/22020/stat : 22020 (java) S 22015 22017 17435 0 -1 4202560 369 0 0 0 405 8 0 0 20 0 22 0 342284455 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594828770216 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22021] ppid=22015 vsize=2966184 CPUtime=4.14 cores=1,3,5,7
/proc/22017/task/22021/stat : 22021 (java) S 22015 22017 17435 0 -1 4202560 463 0 0 0 407 7 0 0 20 0 22 0 342284455 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594827717672 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22022] ppid=22015 vsize=2966184 CPUtime=4.23 cores=1,3,5,7
/proc/22017/task/22022/stat : 22022 (java) S 22015 22017 17435 0 -1 4202560 405 0 0 0 412 11 0 0 20 0 22 0 342284455 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594826664616 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22023] ppid=22015 vsize=2966184 CPUtime=4.11 cores=1,3,5,7
/proc/22017/task/22023/stat : 22023 (java) S 22015 22017 17435 0 -1 4202560 412 0 0 0 399 12 0 0 20 0 22 0 342284455 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594825612072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22024] ppid=22015 vsize=2966184 CPUtime=4.51 cores=1,3,5,7
/proc/22017/task/22024/stat : 22024 (java) S 22015 22017 17435 0 -1 4202560 400 0 0 0 440 11 0 0 20 0 22 0 342284455 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594824559016 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22017/tid=22025] ppid=22015 vsize=2966184 CPUtime=4.34 cores=1,3,5,7
/proc/22017/task/22025/stat : 22025 (java) S 22015 22017 17435 0 -1 4202560 404 0 0 0 424 10 0 0 20 0 22 0 342284455 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594823506472 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22026] ppid=22015 vsize=2966184 CPUtime=4.16 cores=1,3,5,7
/proc/22017/task/22026/stat : 22026 (java) S 22015 22017 17435 0 -1 4202560 397 0 0 0 405 11 0 0 20 0 22 0 342284455 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594822453416 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22027] ppid=22015 vsize=2966184 CPUtime=4.15 cores=1,3,5,7
/proc/22017/task/22027/stat : 22027 (java) S 22015 22017 17435 0 -1 4202560 383 0 0 0 405 10 0 0 20 0 22 0 342284455 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594821400872 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22028] ppid=22015 vsize=2966184 CPUtime=50.58 cores=1,3,5,7
/proc/22017/task/22028/stat : 22028 (java) S 22015 22017 17435 0 -1 4202560 265400 0 0 0 4983 75 0 0 20 0 22 0 342284456 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594691148648 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22029] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22029/stat : 22029 (java) S 22015 22017 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342284456 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594690094968 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22030] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22030/stat : 22030 (java) S 22015 22017 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342284456 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594689041800 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22031] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22031/stat : 22031 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284459 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594687990544 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22032] ppid=22015 vsize=2966184 CPUtime=1.18 cores=1,3,5,7
/proc/22017/task/22032/stat : 22032 (java) S 22015 22017 17435 0 -1 4202560 7710 0 0 0 118 0 0 0 20 0 22 0 342284459 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594686937400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22033] ppid=22015 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/22017/task/22033/stat : 22033 (java) S 22015 22017 17435 0 -1 4202560 9517 0 0 0 97 2 0 0 20 0 22 0 342284459 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594685884856 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22034] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22034/stat : 22034 (java) S 22015 22017 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342284459 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594684831992 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22017/tid=22035] ppid=22015 vsize=2966184 CPUtime=0.36 cores=1,3,5,7
/proc/22017/task/22035/stat : 22035 (java) S 22015 22017 17435 0 -1 4202560 53 0 0 0 12 24 0 0 20 0 22 0 342284459 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594683779656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22036] ppid=22015 vsize=2966184 CPUtime=853.27 cores=1,3,5,7
/proc/22017/task/22036/stat : 22036 (java) R 22015 22017 17435 0 -1 4202560 245 0 0 0 85312 15 0 0 20 0 22 0 342285225 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140594682723392 140594698180015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22017/tid=22037] ppid=22015 vsize=2966184 CPUtime=853.22 cores=1,3,5,7
/proc/22017/task/22037/stat : 22037 (java) R 22015 22017 17435 0 -1 4202560 337 0 0 0 85307 15 0 0 20 0 22 0 342285225 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140593539833792 140594698068315 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22038] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22038/stat : 22038 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342285228 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140593538782504 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22017/tid=22039] ppid=22015 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22017/task/22039/stat : 22039 (java) S 22015 22017 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342285228 3037372416 288075 33554432000 1073741824 1073778376 140736133900544 140593537729960 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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): 920.253
CPU time (s): 1800.45
CPU user time (s): 1798.06
CPU system time (s): 2.39464
CPU usage (%): 195.647
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.06
system time used= 2.39464
maximum resident set size= 1152424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290739
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= 37721
involuntary context switches= 66174

runsolver used 3.53146 second user time and 8.40472 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-04 00:13:04
IDJOB=3741030
IDBENCH=89735
IDSOLVER=2324
FILE ID=node116/3741030-1338761583
RUNJOBID= node116-1338748331-17452
PBS_JOBID= 14636786
Free space on /tmp= 70980 MiB

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

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=565751242

node116.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.556
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	: 5333.11
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.556
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.556
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.54
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.556
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.556
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.92
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.556
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.92
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.556
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.90
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.556
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:        26511100 kB
Buffers:          558292 kB
Cached:          4169080 kB
SwapCached:         3028 kB
Active:          3005488 kB
Inactive:        2437464 kB
Active(anon):     705616 kB
Inactive(anon):     8500 kB
Active(file):    2299872 kB
Inactive(file):  2428964 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:             50096 kB
Writeback:            32 kB
AnonPages:        718660 kB
Mapped:            20064 kB
Shmem:                68 kB
Slab:             777076 kB
SReclaimable:     221108 kB
SUnreclaim:       555968 kB
KernelStack:        1632 kB
PageTables:         5484 kB
NFS_Unstable:          4 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 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= 70952 MiB
End job on node116 at 2012-06-04 00:28:26