Trace number 3733416

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 NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.2 898.437

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-seba.opb
MD5SUM1b2371606d4072012aff3f48017bfad5
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20367073880
Best CPU time to get the best result obtained on this benchmark1800.19
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 20409176029
Optimality of the best value was proved NO
Number of variables23376
Total number of constraints1029
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1029
Minimum length of a constraint10
Maximum length of a constraint496
Number of terms in the objective function 7565
Biggest coefficient in the objective function 258342282854400
Number of bits for the biggest coefficient in the objective function 48
Sum of the numbers in the objective function 4664562894591719
Number of bits of the sum of numbers in the objective function 53
Biggest number in a constraint 258342282854400
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 4664562894591719
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.09/0.10	c Pseudo Boolean Optimization
0.09/0.10	c ManyCore solver with 2 solvers running in parallel
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.10	c Expensive reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.10	c --- Begin Solver configuration ---
0.09/0.10	c Stops conflict analysis at the first Unique Implication Point
0.09/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.09/0.10	c Learn all clauses as in MiniSAT
0.09/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.10	c No reason simplification
0.09/0.10	c Armin Biere (Picosat) restarts strategy
0.09/0.10	c Glucose learned constraints deletion strategy
0.09/0.10	c timeout=2147483s
0.09/0.10	c DB Simplification allowed=false
0.09/0.10	c --- End Solver configuration ---
0.09/0.10	
0.09/0.10	c solving HOME/instance-3733416-1338743141.opb
0.09/0.10	c reading problem ... 
1.27/0.77	c ... done. Wall clock time 0.669s.
1.27/0.77	c #vars     23376
1.27/0.77	c #constraints  8207
1.27/0.77	c constraints type 
1.27/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1484
1.27/0.77	c constraints type 
1.27/0.77	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1484
132.14/65.03	c cleaning 2496 clauses out of 5000 with flag 5000/5000
208.01/102.90	c cleaning 4250 clauses out of 8505 with flag 11001/11001
269.62/133.73	c cleaning 5626 clauses out of 11255 with flag 18001/18001
349.40/173.63	c cleaning 6815 clauses out of 13629 with flag 26001/26001
453.39/225.69	c cleaning 7901 clauses out of 15814 with flag 35001/35001
587.60/292.68	c cleaning 8956 clauses out of 17913 with flag 45001/45001
632.12/314.83	c cleaning 9470 clauses out of 18952 with flag 55000/55000
677.13/337.14	c cleaning 9738 clauses out of 19483 with flag 65001/65001
722.19/359.51	c cleaning 9860 clauses out of 19744 with flag 75000/75000
831.43/414.01	c cleaning 9937 clauses out of 19884 with flag 85001/85001
1010.21/503.33	c cleaning 9968 clauses out of 19946 with flag 95000/95000
1109.66/553.08	c cleaning 0 clauses out of 5002 with flag 0/5002
1147.58/572.16	c cleaning 9985 clauses out of 19980 with flag 105002/105002
1323.43/659.98	c cleaning 9992 clauses out of 19994 with flag 115001/115001
1465.26/730.88	c cleaning 9994 clauses out of 20002 with flag 125001/125001
1532.67/764.64	c cleaning 9982 clauses out of 20008 with flag 135001/135001
1583.70/790.31	c cleaning 10011 clauses out of 20027 with flag 145002/145002
1696.63/846.66	c cleaning 10003 clauses out of 20014 with flag 155000/155000
1800.20/898.41	c starts		: 105
1800.20/898.41	c conflicts		: 162553
1800.20/898.41	c decisions		: 411059
1800.20/898.41	c propagations		: 6746590
1800.20/898.41	c inspects		: 253923274
1800.20/898.41	c learnt literals	: 5
1800.20/898.41	c learnt binary clauses	: 3
1800.20/898.41	c learnt ternary clauses	: 9
1800.20/898.41	c learnt clauses	: 162548
1800.20/898.41	c ignored clauses	: 0
1800.20/898.41	c root simplifications	: 0
1800.20/898.41	c removed literals (reason simplification)	: 1758993
1800.20/898.41	c reason swapping (by a shorter reason)	: 0
1800.20/898.41	c Calls to reduceDB	: 17
1800.20/898.41	c number of reductions to clauses (during analyze)	: 0
1800.20/898.41	c number of learned constraints concerned by reduction	: 0
1800.20/898.41	c number of learning phase by resolution	: 0
1800.20/898.41	c number of learning phase by cutting planes	: 0
1800.20/898.41	c speed (assignments/second)	: 7515.94575535545
1800.20/898.41	c non guided choices	148056
1800.20/898.43	c learnt constraints type 
1800.20/898.43	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 17565
1800.20/898.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.20/898.43	c constraints type 
1800.20/898.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1484
1800.20/898.43	c constraints type 
1800.20/898.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1484
1800.20/898.43	s UNKNOWN
1800.20/898.43	c Total wall clock time (in seconds): 898.323

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-3733416-1338743141/watcher-3733416-1338743141 -o /tmp/evaluation-result-3733416-1338743141/solver-3733416-1338743141 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733416-1338743141.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: 2.79 3.25 3.56 3/197 18623
/proc/meminfo: memFree=26934960/32873844 swapFree=7632/7632
[pid=18623] ppid=18621 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/18623/stat : 18623 (java) R 18621 18623 17063 0 -1 4202496 883 0 0 0 0 0 0 0 20 0 1 0 340438407 23793664 611 33554432000 1073741824 1073778376 140737238266448 140737238255512 209874631233 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18623/statm: 5809 622 463 9 0 128 0

[startup+0.0118379 s]
/proc/loadavg: 2.79 3.25 3.56 3/197 18623
/proc/meminfo: memFree=26934960/32873844 swapFree=7632/7632
[pid=18623] ppid=18621 vsize=101528 CPUtime=0 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18623 17063 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 340438407 103964672 1053 33554432000 1073741824 1073778376 140737238266448 140737238257584 209887199293 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18623/statm: 25382 1053 807 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.100274 s]
/proc/loadavg: 2.79 3.25 3.56 3/197 18623
/proc/meminfo: memFree=26934960/32873844 swapFree=7632/7632
[pid=18623] ppid=18621 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18623 17063 0 -1 4202496 4740 0 1 0 8 1 0 0 20 0 18 0 340438407 2764726272 6431 33554432000 1073741824 1073778376 140737238266448 140737238257584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18623/statm: 674982 6431 2109 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300202 s]
/proc/loadavg: 2.79 3.25 3.56 3/197 18623
/proc/meminfo: memFree=26934960/32873844 swapFree=7632/7632
[pid=18623] ppid=18621 vsize=2699928 CPUtime=0.53 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18623 17063 0 -1 4202496 8017 0 1 0 51 2 0 0 20 0 18 0 340438407 2764726272 11873 33554432000 1073741824 1073778376 140737238266448 140737238257584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18623/statm: 674982 11873 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 2699928

[startup+0.70031 s]
/proc/loadavg: 2.79 3.25 3.56 3/197 18623
/proc/meminfo: memFree=26934960/32873844 swapFree=7632/7632
[pid=18623] ppid=18621 vsize=2699928 CPUtime=1.27 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18623 17063 0 -1 4202496 14531 0 1 0 122 5 0 0 20 0 18 0 340438407 2764726272 42199 33554432000 1073741824 1073778376 140737238266448 140737238257584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18623/statm: 674982 42199 2228 9 0 665676 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 2699928

[startup+1.50091 s]
/proc/loadavg: 2.79 3.25 3.56 6/219 18645
/proc/meminfo: memFree=26716040/32873844 swapFree=7632/7632
[pid=18623] ppid=18621 vsize=2966184 CPUtime=3.36 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18623 17063 0 -1 4202496 15177 0 1 0 329 7 0 0 20 0 22 0 340438407 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140737238257584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18623/statm: 741546 59401 2255 9 0 732240 0
[pid=18623/tid=18625] ppid=18621 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18623 17063 0 -1 4202560 2875 0 1 0 70 5 0 0 20 0 22 0 340438408 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431920305304 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18626] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431904585896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18627] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431903533352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18628] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431902480808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18629] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431901428264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18630] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431900375720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18631] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431899323176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18632] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431898270632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18633] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18623 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431897218088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18634] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18623 17063 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340438410 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431884806248 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18635] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18623 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431883752568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18636] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431882699912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18637] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431881648656 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18638] ppid=18621 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/18623/task/18638/stat : 18638 (java) S 18621 18623 17063 0 -1 4202560 7358 0 0 0 62 0 0 0 20 0 22 0 340438413 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431880596024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18639] ppid=18621 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/18623/task/18639/stat : 18639 (java) S 18621 18623 17063 0 -1 4202560 3623 0 0 0 52 0 0 0 20 0 22 0 340438413 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431879543480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18640] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18640/stat : 18640 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431878491128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18641] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18641/stat : 18641 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431877438792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18642] ppid=18621 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/18623/task/18642/stat : 18642 (java) R 18621 18623 17063 0 -1 4202560 41 0 0 0 70 0 0 0 20 0 22 0 340438485 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431876381880 140431757943296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18643] ppid=18621 vsize=2966184 CPUtime=0.7 cores=1,3,5,7
/proc/18623/task/18643/stat : 18643 (java) R 18621 18623 17063 0 -1 4202560 80 0 0 0 70 0 0 0 20 0 22 0 340438485 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431757140136 140431757942629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18644] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18644/stat : 18644 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438504 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431756088360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18645] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18645/stat : 18645 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438504 3037372416 59401 33554432000 1073741824 1073778376 140737238266448 140431755035816 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 2966184

[startup+3.10093 s]
/proc/loadavg: 2.81 3.24 3.55 4/219 18645
/proc/meminfo: memFree=26689036/32873844 swapFree=7632/7632
[pid=18623] ppid=18621 vsize=2966184 CPUtime=6.66 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18623 17063 0 -1 4202496 15200 0 1 0 658 8 0 0 20 0 22 0 340438407 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140737238257584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18623/statm: 741546 69642 2255 9 0 732240 0
[pid=18623/tid=18625] ppid=18621 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18623 17063 0 -1 4202560 2875 0 1 0 70 5 0 0 20 0 22 0 340438408 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431920305304 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18626] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431904585896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18627] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431903533352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18628] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431902480808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18629] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431901428264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18630] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431900375720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18631] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431899323176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18632] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431898270632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18633] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18623 17063 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 340438409 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431897218088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18634] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18623 17063 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 340438410 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431884806248 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18635] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18623 17063 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431883752568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18636] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431882699912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18637] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431881648656 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18638] ppid=18621 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/18623/task/18638/stat : 18638 (java) S 18621 18623 17063 0 -1 4202560 7358 0 0 0 62 0 0 0 20 0 22 0 340438413 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431880596024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18639] ppid=18621 vsize=2966184 CPUtime=0.62 cores=1,3,5,7
/proc/18623/task/18639/stat : 18639 (java) S 18621 18623 17063 0 -1 4202560 3624 0 0 0 62 0 0 0 20 0 22 0 340438413 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431879543480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18640] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18640/stat : 18640 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431878491128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18641] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18641/stat : 18641 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431877438792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18642] ppid=18621 vsize=2966184 CPUtime=2.3 cores=1,3,5,7
/proc/18623/task/18642/stat : 18642 (java) R 18621 18623 17063 0 -1 4202560 53 0 0 0 230 0 0 0 20 0 22 0 340438485 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431876381080 140431757943240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18643] ppid=18621 vsize=2966184 CPUtime=2.29 cores=1,3,5,7
/proc/18623/task/18643/stat : 18643 (java) R 18621 18623 17063 0 -1 4202560 90 0 0 0 229 0 0 0 20 0 22 0 340438485 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431757138536 140431757943296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18644] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18644/stat : 18644 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438504 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431756088360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18645] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18645/stat : 18645 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438504 3037372416 69642 33554432000 1073741824 1073778376 140737238266448 140431755035816 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 2.81 3.24 3.55 5/218 18645
/proc/meminfo: memFree=26514352/32873844 swapFree=7632/7632
[pid=18623] ppid=18621 vsize=2966184 CPUtime=13.47 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18623 17063 0 -1 4202496 15457 0 1 0 1330 17 0 0 20 0 22 0 340438407 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140737238257584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18623/statm: 741546 106955 2269 9 0 732240 0
[pid=18623/tid=18625] ppid=18621 vsize=2966184 CPUtime=0.75 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18623 17063 0 -1 4202560 2875 0 1 0 70 5 0 0 20 0 22 0 340438408 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431920305304 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18626] ppid=18621 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18623 17063 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 340438409 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431904585896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18627] ppid=18621 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18623 17063 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 340438409 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431903533352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18628] ppid=18621 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18623 17063 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 340438409 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431902480808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18629] ppid=18621 vsize=2966184 CPUtime=0.05 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18623 17063 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 340438409 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431901428264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18630] ppid=18621 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18623 17063 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 340438409 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431900375720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18631] ppid=18621 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18623 17063 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 340438409 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431899323176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18632] ppid=18621 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18623 17063 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 340438409 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431898270632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18633] ppid=18621 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18623 17063 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 340438409 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431897218088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18634] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18623 17063 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 340438410 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431884806248 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18635] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18623 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431883752568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18636] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18623 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431882699912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18637] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431881648656 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18638] ppid=18621 vsize=2966184 CPUtime=0.74 cores=1,3,5,7
/proc/18623/task/18638/stat : 18638 (java) S 18621 18623 17063 0 -1 4202560 7363 0 0 0 74 0 0 0 20 0 22 0 340438413 3037372416 106955 33554432000 1073741824 1073778376 140737238266448 140431880596024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

/proc/18623/statm: 741546 186514 2282 9 0 732240 0
[pid=18623/tid=18625] ppid=18621 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18623 17063 0 -1 4202560 2878 0 1 0 72 5 0 0 20 0 22 0 340438408 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431920305304 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18626] ppid=18621 vsize=2966184 CPUtime=1.88 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) R 18621 18623 17063 0 -1 4202560 159 0 0 0 180 8 0 0 20 0 22 0 340438409 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431904585920 209887224245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18627] ppid=18621 vsize=2966184 CPUtime=1.76 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) R 18621 18623 17063 0 -1 4202560 127 0 0 0 171 5 0 0 20 0 22 0 340438409 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431903533352 209883794567 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18628] ppid=18621 vsize=2966184 CPUtime=1.77 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) R 18621 18623 17063 0 -1 4202560 124 0 0 0 172 5 0 0 20 0 22 0 340438409 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431902480936 209883794567 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18629] ppid=18621 vsize=2966184 CPUtime=1.78 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) R 18621 18623 17063 0 -1 4202560 147 0 0 0 171 7 0 0 20 0 22 0 340438409 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431901428264 209887212604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18630] ppid=18621 vsize=2966184 CPUtime=1.78 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) R 18621 18623 17063 0 -1 4202560 139 0 0 0 170 8 0 0 20 0 22 0 340438409 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431900375560 209883794567 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18631] ppid=18621 vsize=2966184 CPUtime=1.8 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18623 17063 0 -1 4202560 115 0 0 0 175 5 0 0 20 0 22 0 340438409 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431899323176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18632] ppid=18621 vsize=2966184 CPUtime=1.82 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) R 18621 18623 17063 0 -1 4202560 166 0 0 0 174 8 0 0 20 0 22 0 340438409 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431898270760 209883794567 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18633] ppid=18621 vsize=2966184 CPUtime=1.68 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18623 17063 0 -1 4202560 130 0 0 0 162 6 0 0 20 0 22 0 340438409 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431897218088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18634] ppid=18621 vsize=2966184 CPUtime=5.44 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18623 17063 0 -1 4202560 21578 0 0 0 522 22 0 0 20 0 22 0 340438410 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431884805128 209887212604 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18635] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18623 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431883752568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18636] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18623 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431882699912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18637] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431881648656 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18638] ppid=18621 vsize=2966184 CPUtime=2 cores=1,3,5,7
/proc/18623/task/18638/stat : 18638 (java) S 18621 18623 17063 0 -1 4202560 15485 0 0 0 196 4 0 0 20 0 22 0 340438413 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431880596024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18639] ppid=18621 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/18623/task/18639/stat : 18639 (java) S 18621 18623 17063 0 -1 4202560 6239 0 0 0 145 2 0 0 20 0 22 0 340438413 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431879543480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18640] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18640/stat : 18640 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431878491128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18641] ppid=18621 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/18623/task/18641/stat : 18641 (java) S 18621 18623 17063 0 -1 4202560 48 0 0 0 17 22 0 0 20 0 22 0 340438413 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431877438792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18642] ppid=18621 vsize=2966184 CPUtime=809.57 cores=1,3,5,7
/proc/18623/task/18642/stat : 18642 (java) S 18621 18623 17063 0 -1 4202560 227 0 0 0 80942 15 0 0 20 0 22 0 340438485 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431876381096 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18643] ppid=18621 vsize=2966184 CPUtime=809.47 cores=1,3,5,7
/proc/18623/task/18643/stat : 18643 (java) S 18621 18623 17063 0 -1 4202560 301 0 0 0 80931 16 0 0 20 0 22 0 340438485 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431757138632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18644] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18644/stat : 18644 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438504 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431756088360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18645] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18645/stat : 18645 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438504 3037372416 186514 33554432000 1073741824 1073778376 140737238266448 140431755035816 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1647.67
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.94 3.71 3.53 5/220 18790
/proc/meminfo: memFree=26990512/32873844 swapFree=7632/7632
[pid=18623] ppid=18621 vsize=2966184 CPUtime=1767.88 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18623 17063 0 -1 4202496 50720 0 1 0 176668 120 0 0 20 0 22 0 340438407 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140737238257584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18623/statm: 741546 191728 2282 9 0 732240 0
[pid=18623/tid=18625] ppid=18621 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18623 17063 0 -1 4202560 2878 0 1 0 72 5 0 0 20 0 22 0 340438408 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431920305304 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18626] ppid=18621 vsize=2966184 CPUtime=2.06 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18623 17063 0 -1 4202560 172 0 0 0 198 8 0 0 20 0 22 0 340438409 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431904585896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18627] ppid=18621 vsize=2966184 CPUtime=1.93 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18623 17063 0 -1 4202560 140 0 0 0 188 5 0 0 20 0 22 0 340438409 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431903533352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18628] ppid=18621 vsize=2966184 CPUtime=1.95 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18623 17063 0 -1 4202560 135 0 0 0 189 6 0 0 20 0 22 0 340438409 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431902480808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18629] ppid=18621 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18623 17063 0 -1 4202560 160 0 0 0 189 7 0 0 20 0 22 0 340438409 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431901428264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18630] ppid=18621 vsize=2966184 CPUtime=1.92 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18623 17063 0 -1 4202560 149 0 0 0 184 8 0 0 20 0 22 0 340438409 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431900375720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18631] ppid=18621 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18623 17063 0 -1 4202560 123 0 0 0 191 5 0 0 20 0 22 0 340438409 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431899323176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18632] ppid=18621 vsize=2966184 CPUtime=1.95 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18623 17063 0 -1 4202560 172 0 0 0 187 8 0 0 20 0 22 0 340438409 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431898270632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18633] ppid=18621 vsize=2966184 CPUtime=1.86 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18623 17063 0 -1 4202560 140 0 0 0 179 7 0 0 20 0 22 0 340438409 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431897218088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18634] ppid=18621 vsize=2966184 CPUtime=5.83 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18623 17063 0 -1 4202560 23134 0 0 0 560 23 0 0 20 0 22 0 340438410 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431884806248 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18635] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18623 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431883752568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18636] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18623 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431882699912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18637] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431881648656 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18638] ppid=18621 vsize=2966184 CPUtime=2 cores=1,3,5,7
/proc/18623/task/18638/stat : 18638 (java) S 18621 18623 17063 0 -1 4202560 15485 0 0 0 196 4 0 0 20 0 22 0 340438413 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431880596024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18639] ppid=18621 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/18623/task/18639/stat : 18639 (java) S 18621 18623 17063 0 -1 4202560 6239 0 0 0 145 2 0 0 20 0 22 0 340438413 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431879543480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18640] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18640/stat : 18640 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431878491128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18641] ppid=18621 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/18623/task/18641/stat : 18641 (java) S 18621 18623 17063 0 -1 4202560 52 0 0 0 19 24 0 0 20 0 22 0 340438413 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431877438792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18642] ppid=18621 vsize=2966184 CPUtime=868.68 cores=1,3,5,7
/proc/18623/task/18642/stat : 18642 (java) R 18621 18623 17063 0 -1 4202560 235 0 0 0 86852 16 0 0 20 0 22 0 340438485 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431876381792 140431757943296 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18643] ppid=18621 vsize=2966184 CPUtime=868.56 cores=1,3,5,7
/proc/18623/task/18643/stat : 18643 (java) R 18621 18623 17063 0 -1 4202560 318 0 0 0 86839 17 0 0 20 0 22 0 340438485 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431757138352 140431757943240 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18644] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18644/stat : 18644 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438504 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431756088360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18645] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18645/stat : 18645 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438504 3037372416 191728 33554432000 1073741824 1073778376 140737238266448 140431755035816 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1767.88
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.401 s]
/proc/loadavg: 3.96 3.72 3.54 6/220 18790
/proc/meminfo: memFree=26986036/32873844 swapFree=7632/7632
[pid=18623] ppid=18621 vsize=2966184 CPUtime=1800.2 cores=1,3,5,7
/proc/18623/stat : 18623 (java) S 18621 18623 17063 0 -1 4202496 50741 0 1 0 179899 121 0 0 20 0 22 0 340438407 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140737238257584 209887199293 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18623/statm: 741546 192816 2282 9 0 732240 0
[pid=18623/tid=18625] ppid=18621 vsize=2966184 CPUtime=0.77 cores=1,3,5,7
/proc/18623/task/18625/stat : 18625 (java) S 18621 18623 17063 0 -1 4202560 2878 0 1 0 72 5 0 0 20 0 22 0 340438408 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431920305304 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18626] ppid=18621 vsize=2966184 CPUtime=2.08 cores=1,3,5,7
/proc/18623/task/18626/stat : 18626 (java) S 18621 18623 17063 0 -1 4202560 175 0 0 0 200 8 0 0 20 0 22 0 340438409 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431904585896 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18627] ppid=18621 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/18623/task/18627/stat : 18627 (java) S 18621 18623 17063 0 -1 4202560 142 0 0 0 190 6 0 0 20 0 22 0 340438409 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431903533352 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18628] ppid=18621 vsize=2966184 CPUtime=1.98 cores=1,3,5,7
/proc/18623/task/18628/stat : 18628 (java) S 18621 18623 17063 0 -1 4202560 139 0 0 0 192 6 0 0 20 0 22 0 340438409 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431902480808 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18629] ppid=18621 vsize=2966184 CPUtime=1.98 cores=1,3,5,7
/proc/18623/task/18629/stat : 18629 (java) S 18621 18623 17063 0 -1 4202560 160 0 0 0 191 7 0 0 20 0 22 0 340438409 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431901428264 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18630] ppid=18621 vsize=2966184 CPUtime=1.96 cores=1,3,5,7
/proc/18623/task/18630/stat : 18630 (java) S 18621 18623 17063 0 -1 4202560 152 0 0 0 188 8 0 0 20 0 22 0 340438409 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431900375720 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18631] ppid=18621 vsize=2966184 CPUtime=2 cores=1,3,5,7
/proc/18623/task/18631/stat : 18631 (java) S 18621 18623 17063 0 -1 4202560 124 0 0 0 195 5 0 0 20 0 22 0 340438409 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431899323176 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18632] ppid=18621 vsize=2966184 CPUtime=1.98 cores=1,3,5,7
/proc/18623/task/18632/stat : 18632 (java) S 18621 18623 17063 0 -1 4202560 173 0 0 0 190 8 0 0 20 0 22 0 340438409 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431898270632 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18633] ppid=18621 vsize=2966184 CPUtime=1.89 cores=1,3,5,7
/proc/18623/task/18633/stat : 18633 (java) S 18621 18623 17063 0 -1 4202560 143 0 0 0 182 7 0 0 20 0 22 0 340438409 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431897218088 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18634] ppid=18621 vsize=2966184 CPUtime=5.83 cores=1,3,5,7
/proc/18623/task/18634/stat : 18634 (java) S 18621 18623 17063 0 -1 4202560 23134 0 0 0 560 23 0 0 20 0 22 0 340438410 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431884806248 209887213481 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18635] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18635/stat : 18635 (java) S 18621 18623 17063 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431883752568 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18636] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18636/stat : 18636 (java) S 18621 18623 17063 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 340438411 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431882699912 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18637] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18637/stat : 18637 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431881648656 209887221536 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18638] ppid=18621 vsize=2966184 CPUtime=2 cores=1,3,5,7
/proc/18623/task/18638/stat : 18638 (java) S 18621 18623 17063 0 -1 4202560 15485 0 0 0 196 4 0 0 20 0 22 0 340438413 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431880596024 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18623/tid=18639] ppid=18621 vsize=2966184 CPUtime=1.47 cores=1,3,5,7
/proc/18623/task/18639/stat : 18639 (java) S 18621 18623 17063 0 -1 4202560 6239 0 0 0 145 2 0 0 20 0 22 0 340438413 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431879543480 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18640] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18640/stat : 18640 (java) S 18621 18623 17063 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 340438413 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431878491128 209887212604 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18623/tid=18641] ppid=18621 vsize=2966184 CPUtime=0.43 cores=1,3,5,7
/proc/18623/task/18641/stat : 18641 (java) S 18621 18623 17063 0 -1 4202560 52 0 0 0 19 24 0 0 20 0 22 0 340438413 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431877438792 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18642] ppid=18621 vsize=2966184 CPUtime=884.67 cores=1,3,5,7
/proc/18623/task/18642/stat : 18642 (java) R 18621 18623 17063 0 -1 4202560 238 0 0 0 88451 16 0 0 20 0 22 0 340438485 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431876381776 140431757943296 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18643] ppid=18621 vsize=2966184 CPUtime=884.55 cores=1,3,5,7
/proc/18623/task/18643/stat : 18643 (java) R 18621 18623 17063 0 -1 4202560 319 0 0 0 88438 17 0 0 20 0 22 0 340438485 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431757138352 140431757708809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18623/tid=18644] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18644/stat : 18644 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438504 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431756088360 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18623/tid=18645] ppid=18621 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/18623/task/18645/stat : 18645 (java) S 18621 18623 17063 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 340438504 3037372416 192816 33554432000 1073741824 1073778376 140737238266448 140431755035816 209887213481 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18623 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=308223
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=625752
# CPU time returned by wait4() is 1795.93
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.437
CPU time (s): 1800.2
CPU user time (s): 1798.99
CPU system time (s): 1.21
CPU usage (%): 200.37
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.31
system time used= 1.62575
maximum resident set size= 771396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50777
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30413
involuntary context switches= 41984

runsolver used 4.55931 second user time and 8.21575 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 19:05:41
IDJOB=3733416
IDBENCH=2432
IDSOLVER=2324
FILE ID=node141/3733416-1338743141
RUNJOBID= node141-1338738353-17080
PBS_JOBID= 14636770
Free space on /tmp= 70716 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-seba.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733416-1338743141/watcher-3733416-1338743141 -o /tmp/evaluation-result-3733416-1338743141/solver-3733416-1338743141 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3733416-1338743141.opb

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

MD5SUM BENCH= 1b2371606d4072012aff3f48017bfad5
RANDOM SEED=1681975751

node141.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.744
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.48
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.744
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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
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.744
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.92
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.744
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.744
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.744
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.92
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.744
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:       32873844 kB
MemFree:        26934852 kB
Buffers:          422196 kB
Cached:          3186924 kB
SwapCached:          216 kB
Active:          2707284 kB
Inactive:        2345056 kB
Active(anon):    1433840 kB
Inactive(anon):    11288 kB
Active(file):    1273444 kB
Inactive(file):  2333768 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:              1676 kB
Writeback:             0 kB
AnonPages:       1449608 kB
Mapped:            18948 kB
Shmem:               172 kB
Slab:             741796 kB
SReclaimable:     183456 kB
SUnreclaim:       558340 kB
KernelStack:        1784 kB
PageTables:         7016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1419264 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= 70716 MiB
End job on node141 at 2012-06-03 19:20:41