Trace number 3453647

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.47 901.708

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_60_2_80.opb
MD5SUMf309126dc76153b39022a856cb65e640
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
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 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)74976
Sum of products size (including duplicates)149952
Number of different products37488
Sum of products size74976

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3453647-1307195901.opb
0.11/0.11	c reading problem ... 
1.99/1.06	c ... done. Wall clock time 0.956s.
1.99/1.06	c #vars     38488
1.99/1.06	c #constraints  76479
1.99/1.06	c constraints type 
1.99/1.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
1.99/1.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.99/1.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.99/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37488
1.99/1.07	c constraints type 
1.99/1.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.99/1.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37488
1.99/1.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1.99/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37488
23.06/10.97	c cleaning 2506 clauses out of 5011 with flag 5011/5011
40.79/19.85	c cleaning 4249 clauses out of 8497 with flag 11003/11003
66.18/32.69	c cleaning 5651 clauses out of 11301 with flag 18056/18056
107.19/53.22	c cleaning 6818 clauses out of 13636 with flag 26042/26042
151.89/75.73	c cleaning 7890 clauses out of 15779 with flag 35003/35003
208.06/103.96	c cleaning 8949 clauses out of 17898 with flag 45012/45012
246.61/123.30	c cleaning 9972 clauses out of 19943 with flag 56006/56006
301.38/150.85	c cleaning 11029 clauses out of 22057 with flag 68092/68092
403.22/201.94	c cleaning 11978 clauses out of 23956 with flag 81020/81020
481.58/241.24	c cleaning 12982 clauses out of 25965 with flag 95007/95007
562.33/281.76	c cleaning 14005 clauses out of 28010 with flag 110034/110034
602.46/301.99	c cleaning 14987 clauses out of 29974 with flag 126003/126003
703.31/352.53	c cleaning 16022 clauses out of 32043 with flag 143059/143059
884.28/443.14	c cleaning 16994 clauses out of 33987 with flag 161025/161025
1069.84/536.09	c cleaning 17991 clauses out of 35984 with flag 180016/180016
1242.64/622.56	c cleaning 19021 clauses out of 38042 with flag 200065/200065
1447.70/725.20	c cleaning 20053 clauses out of 40106 with flag 221150/221150
1684.60/843.61	c cleaning 21061 clauses out of 42122 with flag 243219/243219
1800.19/901.52	c starts		: 120
1800.19/901.52	c conflicts		: 254172
1800.19/901.52	c decisions		: 1393159
1800.19/901.52	c propagations		: 27171795
1800.19/901.52	c inspects		: 2001322398
1800.19/901.52	c shortcuts		: 0
1800.19/901.52	c learnt literals	: 0
1800.19/901.52	c learnt binary clauses	: 0
1800.19/901.52	c learnt ternary clauses	: 21
1800.19/901.52	c learnt constraints	: 254172
1800.19/901.52	c ignored constraints	: 0
1800.19/901.52	c root simplifications	: 0
1800.19/901.52	c removed literals (reason simplification)	: 3083751
1800.19/901.52	c reason swapping (by a shorter reason)	: 0
1800.19/901.52	c Calls to reduceDB	: 18
1800.19/901.52	c number of reductions to clauses (during analyze)	: 0
1800.19/901.52	c number of learned constraints concerned by reduction	: 0
1800.19/901.52	c number of learning phase by resolution	: 0
1800.19/901.52	c number of learning phase by cutting planes	: 0
1800.19/901.52	c speed (assignments/second)	: 30175.661388588425
1800.19/901.52	c non guided choices	37891
1800.19/901.55	c learnt constraints type 
1800.19/901.55	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32017
1800.19/901.55	c constraints type 
1800.19/901.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 37488
1800.19/901.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.19/901.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.19/901.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 37488
1800.19/901.55	c constraints type 
1800.19/901.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.19/901.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 37488
1800.19/901.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.19/901.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 37488
1800.19/901.55	s UNKNOWN
1800.19/901.55	c Total wall clock time (in seconds): 901.442

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3453647-1307195901/watcher-3453647-1307195901 -o /tmp/evaluation-result-3453647-1307195901/solver-3453647-1307195901 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453647-1307195901.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.91 3.08 3.22 3/482 26563
/proc/meminfo: memFree=26062432/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/26563/stat : 26563 (java) S 26561 26563 26110 0 -1 4202496 6692 0 1 0 0 0 0 0 25 0 2 0 831188114 10694979584 6396 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 2611079 6410 917 9 0 2602235 0
[pid=26563/tid=26564] ppid=26561 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26564/stat : 26564 (java) R 26561 26563 26110 0 -1 4202560 6191 0 1 0 0 0 0 0 25 0 2 0 831188114 10694979584 7007 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.048277 s]
/proc/loadavg: 2.91 3.08 3.22 3/482 26563
/proc/meminfo: memFree=26062432/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=10467480 CPUtime=0.04 cores=1,3,5,7
/proc/26563/stat : 26563 (java) S 26561 26563 26110 0 -1 4202496 11385 0 1 0 3 1 0 0 25 0 13 0 831188114 10718699520 11083 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134516709 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 2616870 11085 1682 9 0 2607618 0
[pid=26563/tid=26564] ppid=26561 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/26563/task/26564/stat : 26564 (java) R 26561 26563 26110 0 -1 4202560 10239 0 1 0 3 0 0 0 18 0 13 0 831188114 10718699520 11085 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 47390723120227 0 4 0 16800971 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467480

[startup+0.100232 s]
/proc/loadavg: 2.91 3.08 3.22 3/482 26563
/proc/meminfo: memFree=26062432/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=10540192 CPUtime=0.11 cores=1,3,5,7
/proc/26563/stat : 26563 (java) S 26561 26563 26110 0 -1 4202496 13069 0 1 0 9 2 0 0 25 0 18 0 831188114 10793156608 12767 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 2635048 12767 2092 9 0 2625782 0
[pid=26563/tid=26564] ppid=26561 vsize=10540192 CPUtime=0.08 cores=1,3,5,7
/proc/26563/task/26564/stat : 26564 (java) R 26561 26563 26110 0 -1 4202560 11184 0 1 0 7 1 0 0 22 0 18 0 831188114 10793156608 12767 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 46912505121207 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540192

[startup+0.300196 s]
/proc/loadavg: 2.91 3.08 3.22 3/482 26563
/proc/meminfo: memFree=26062432/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=10542072 CPUtime=0.46 cores=1,3,5,7
/proc/26563/stat : 26563 (java) S 26561 26563 26110 0 -1 4202496 15745 0 1 0 44 2 0 0 25 0 18 0 831188114 10795081728 15388 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 2635518 15388 2207 9 0 2626252 0
[pid=26563/tid=26564] ppid=26561 vsize=10542072 CPUtime=0.29 cores=1,3,5,7
/proc/26563/task/26564/stat : 26564 (java) R 26561 26563 26110 0 -1 4202560 13035 0 1 0 27 2 0 0 22 0 18 0 831188114 10795081728 15388 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 46912505211280 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542072

[startup+0.701127 s]
/proc/loadavg: 2.91 3.08 3.22 3/482 26563
/proc/meminfo: memFree=26062432/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=10549820 CPUtime=1.59 cores=1,3,5,7
/proc/26563/stat : 26563 (java) S 26561 26563 26110 0 -1 4202496 36488 0 1 0 154 5 0 0 25 0 18 0 831188114 10803015680 33620 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 2637455 33620 2226 9 0 2628189 0
[pid=26563/tid=26564] ppid=26561 vsize=10549820 CPUtime=0.68 cores=1,3,5,7
/proc/26563/task/26564/stat : 26564 (java) R 26561 26563 26110 0 -1 4202560 26296 0 1 0 65 3 0 0 24 0 18 0 831188114 10803015680 33620 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 46912505738901 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.59
Current children cumulated vsize (KiB) 10549820

[startup+1.50098 s]
/proc/loadavg: 2.91 3.08 3.22 4/500 26581
/proc/meminfo: memFree=25680688/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=10553932 CPUtime=3.68 cores=1,3,5,7
/proc/26563/stat : 26563 (java) S 26561 26563 26110 0 -1 4202496 125548 0 1 0 351 17 0 0 25 0 22 0 831188114 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 2638483 120371 2239 9 0 2629217 0
[pid=26563/tid=26564] ppid=26561 vsize=10553932 CPUtime=1.05 cores=1,3,5,7
/proc/26563/task/26564/stat : 26564 (java) S 26561 26563 26110 0 -1 4202560 107333 0 1 0 90 15 0 0 19 0 22 0 831188114 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26566] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26566/stat : 26566 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26567] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26567/stat : 26567 (java) S 26561 26563 26110 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831188116 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26568] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26568/stat : 26568 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26569] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26569/stat : 26569 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26570] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26570/stat : 26570 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26571] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26571/stat : 26571 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26572] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26572/stat : 26572 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26573] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26573/stat : 26573 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26574] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26574/stat : 26574 (java) S 26561 26563 26110 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 22 0 831188117 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 0 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26575] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26575/stat : 26575 (java) S 26561 26563 26110 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831188117 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26576] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26576/stat : 26576 (java) S 26561 26563 26110 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831188117 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26577] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26577/stat : 26577 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188119 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134537649 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26578] ppid=26561 vsize=10553932 CPUtime=0.86 cores=1,3,5,7
/proc/26563/task/26578/stat : 26578 (java) R 26561 26563 26110 0 -1 4202560 4488 0 0 0 86 0 0 0 16 0 22 0 831188119 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 47390721394663 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=26563/tid=26579] ppid=26561 vsize=10553932 CPUtime=0.89 cores=1,3,5,7
/proc/26563/task/26579/stat : 26579 (java) R 26561 26563 26110 0 -1 4202560 7076 0 0 0 88 1 0 0 16 0 22 0 831188119 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 47390719545148 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26563/tid=26580] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26580/stat : 26580 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188119 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26581] ppid=26561 vsize=10553932 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26581/stat : 26581 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831188119 10807226368 120371 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 10553932

[startup+3.10069 s]
/proc/loadavg: 2.91 3.08 3.22 5/504 26585
/proc/meminfo: memFree=25534408/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=10554800 CPUtime=7.12 cores=1,3,5,7
/proc/26563/stat : 26563 (java) S 26561 26563 26110 0 -1 4202496 150322 0 1 0 692 20 0 0 25 0 22 0 831188114 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 2638700 145144 2240 9 0 2629434 0
[pid=26563/tid=26564] ppid=26561 vsize=10554800 CPUtime=1.05 cores=1,3,5,7
/proc/26563/task/26564/stat : 26564 (java) S 26561 26563 26110 0 -1 4202560 107333 0 1 0 90 15 0 0 15 0 22 0 831188114 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26566] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26566/stat : 26566 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26567] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26567/stat : 26567 (java) S 26561 26563 26110 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26568] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26568/stat : 26568 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26569] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26569/stat : 26569 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26570] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26570/stat : 26570 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26571] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26571/stat : 26571 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26572] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26572/stat : 26572 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26573] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26573/stat : 26573 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26574] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26574/stat : 26574 (java) S 26561 26563 26110 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 831188117 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 0 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26575] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26575/stat : 26575 (java) S 26561 26563 26110 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831188117 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26576] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26576/stat : 26576 (java) S 26561 26563 26110 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831188117 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26577] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26577/stat : 26577 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188119 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134537649 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26578] ppid=26561 vsize=10554800 CPUtime=1.03 cores=1,3,5,7
/proc/26563/task/26578/stat : 26578 (java) S 26561 26563 26110 0 -1 4202560 4745 0 0 0 103 0 0 0 15 0 22 0 831188119 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26579] ppid=26561 vsize=10554800 CPUtime=0.97 cores=1,3,5,7
/proc/26563/task/26579/stat : 26579 (java) R 26561 26563 26110 0 -1 4202560 7087 0 0 0 96 1 0 0 15 0 22 0 831188119 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 47390719827344 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26563/tid=26580] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26580/stat : 26580 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188119 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26581] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26581/stat : 26581 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 831188119 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26582] ppid=26561 vsize=10554800 CPUtime=2.02 cores=1,3,5,7
/proc/26563/task/26582/stat : 26582 (java) R 26561 26563 26110 0 -1 4202560 1177 0 0 0 202 0 0 0 23 0 22 0 831188221 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 46912506075759 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26563/tid=26583] ppid=26561 vsize=10554800 CPUtime=2.01 cores=1,3,5,7
/proc/26563/task/26583/stat : 26583 (java) R 26561 26563 26110 0 -1 4202560 28811 0 0 0 199 2 0 0 25 0 22 0 831188221 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 46912506136762 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26563/tid=26584] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26584/stat : 26584 (java) S 26561 26563 26110 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831188224 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26585] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26585/stat : 26585 (java) S 26561 26563 26110 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831188224 10808115200 145144 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 10554800

[startup+6.30111 s]
/proc/loadavg: 2.99 3.10 3.23 5/504 26585
/proc/meminfo: memFree=25368632/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=10554800 CPUtime=13.77 cores=1,3,5,7
/proc/26563/stat : 26563 (java) S 26561 26563 26110 0 -1 4202496 191501 0 1 0 1353 24 0 0 25 0 22 0 831188114 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 2638700 186304 2242 9 0 2629434 0
[pid=26563/tid=26564] ppid=26561 vsize=10554800 CPUtime=1.05 cores=1,3,5,7
/proc/26563/task/26564/stat : 26564 (java) S 26561 26563 26110 0 -1 4202560 107333 0 1 0 90 15 0 0 15 0 22 0 831188114 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26566] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26566/stat : 26566 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26567] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26567/stat : 26567 (java) S 26561 26563 26110 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26568] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26568/stat : 26568 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26569] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26569/stat : 26569 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26570] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26570/stat : 26570 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26571] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26571/stat : 26571 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26572] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26572/stat : 26572 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26573] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26573/stat : 26573 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831188116 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26574] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26574/stat : 26574 (java) S 26561 26563 26110 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 22 0 831188117 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 0 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26575] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26575/stat : 26575 (java) S 26561 26563 26110 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 831188117 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26576] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26576/stat : 26576 (java) S 26561 26563 26110 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 831188117 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26577] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26577/stat : 26577 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188119 10808115200 186304 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134537649 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0

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

/proc/26563/task/26566/stat : 26566 (java) S 26561 26563 26110 0 -1 4202560 2060 0 0 0 21 0 0 0 15 0 22 0 831188116 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26567] ppid=26561 vsize=10554800 CPUtime=0.29 cores=1,3,5,7
/proc/26563/task/26567/stat : 26567 (java) S 26561 26563 26110 0 -1 4202560 16801 0 0 0 26 3 0 0 15 0 22 0 831188116 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26568] ppid=26561 vsize=10554800 CPUtime=0.41 cores=1,3,5,7
/proc/26563/task/26568/stat : 26568 (java) S 26561 26563 26110 0 -1 4202560 23440 0 0 0 38 3 0 0 15 0 22 0 831188116 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26569] ppid=26561 vsize=10554800 CPUtime=0.27 cores=1,3,5,7
/proc/26563/task/26569/stat : 26569 (java) S 26561 26563 26110 0 -1 4202560 16268 0 0 0 25 2 0 0 16 0 22 0 831188116 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26570] ppid=26561 vsize=10554800 CPUtime=0.35 cores=1,3,5,7
/proc/26563/task/26570/stat : 26570 (java) S 26561 26563 26110 0 -1 4202560 16657 0 0 0 33 2 0 0 16 0 22 0 831188116 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26571] ppid=26561 vsize=10554800 CPUtime=0.29 cores=1,3,5,7
/proc/26563/task/26571/stat : 26571 (java) S 26561 26563 26110 0 -1 4202560 9199 0 0 0 28 1 0 0 16 0 22 0 831188116 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26572] ppid=26561 vsize=10554800 CPUtime=0.41 cores=1,3,5,7
/proc/26563/task/26572/stat : 26572 (java) S 26561 26563 26110 0 -1 4202560 30764 0 0 0 37 4 0 0 16 0 22 0 831188116 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26573] ppid=26561 vsize=10554800 CPUtime=0.17 cores=1,3,5,7
/proc/26563/task/26573/stat : 26573 (java) S 26561 26563 26110 0 -1 4202560 5946 0 0 0 17 0 0 0 15 0 22 0 831188116 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26574] ppid=26561 vsize=10554800 CPUtime=5.39 cores=1,3,5,7
/proc/26563/task/26574/stat : 26574 (java) S 26561 26563 26110 0 -1 4202560 200614 0 0 0 519 20 0 0 15 0 22 0 831188117 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 0 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26575] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26575/stat : 26575 (java) S 26561 26563 26110 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831188117 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26576] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26576/stat : 26576 (java) S 26561 26563 26110 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 831188117 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26577] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26577/stat : 26577 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188119 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134537649 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26578] ppid=26561 vsize=10554800 CPUtime=1.32 cores=1,3,5,7
/proc/26563/task/26578/stat : 26578 (java) S 26561 26563 26110 0 -1 4202560 4766 0 0 0 132 0 0 0 15 0 22 0 831188119 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26579] ppid=26561 vsize=10554800 CPUtime=1.23 cores=1,3,5,7
/proc/26563/task/26579/stat : 26579 (java) S 26561 26563 26110 0 -1 4202560 7114 0 0 0 122 1 0 0 15 0 22 0 831188119 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26580] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26580/stat : 26580 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188119 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26581] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26581/stat : 26581 (java) S 26561 26563 26110 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 831188119 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26582] ppid=26561 vsize=10554800 CPUtime=815.13 cores=1,3,5,7
/proc/26563/task/26582/stat : 26582 (java) R 26561 26563 26110 0 -1 4202560 8075 0 0 0 81512 1 0 0 25 0 22 0 831188221 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 46912506135132 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26563/tid=26583] ppid=26561 vsize=10554800 CPUtime=815.1 cores=1,3,5,7
/proc/26563/task/26583/stat : 26583 (java) R 26561 26563 26110 0 -1 4202560 535775 0 0 0 81451 59 0 0 25 0 22 0 831188221 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 46912506111576 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26563/tid=26584] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26584/stat : 26584 (java) S 26561 26563 26110 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831188224 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26585] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26585/stat : 26585 (java) S 26561 26563 26110 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831188224 10808115200 980635 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1641.79
Current children cumulated vsize (KiB) 10554800

[startup+882.309 s]
/proc/loadavg: 3.85 3.93 3.68 5/504 26686
/proc/meminfo: memFree=22564652/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=10554800 CPUtime=1761.76 cores=1,3,5,7
/proc/26563/stat : 26563 (java) S 26561 26563 26110 0 -1 4202496 1052873 0 1 0 176048 128 0 0 25 0 22 0 831188114 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 2638700 1046040 2269 9 0 2629434 0
[pid=26563/tid=26564] ppid=26561 vsize=10554800 CPUtime=1.05 cores=1,3,5,7
/proc/26563/task/26564/stat : 26564 (java) S 26561 26563 26110 0 -1 4202560 107335 0 1 0 90 15 0 0 15 0 22 0 831188114 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26566] ppid=26561 vsize=10554800 CPUtime=0.25 cores=1,3,5,7
/proc/26563/task/26566/stat : 26566 (java) S 26561 26563 26110 0 -1 4202560 4468 0 0 0 25 0 0 0 16 0 22 0 831188116 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26567] ppid=26561 vsize=10554800 CPUtime=0.36 cores=1,3,5,7
/proc/26563/task/26567/stat : 26567 (java) R 26561 26563 26110 0 -1 4202560 23232 0 0 0 33 3 0 0 15 0 22 0 831188116 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228122667319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26563/tid=26568] ppid=26561 vsize=10554800 CPUtime=0.48 cores=1,3,5,7
/proc/26563/task/26568/stat : 26568 (java) R 26561 26563 26110 0 -1 4202560 25222 0 0 0 45 3 0 0 15 0 22 0 831188116 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228122667319 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26563/tid=26569] ppid=26561 vsize=10554800 CPUtime=0.33 cores=1,3,5,7
/proc/26563/task/26569/stat : 26569 (java) R 26561 26563 26110 0 -1 4202560 17868 0 0 0 30 3 0 0 15 0 22 0 831188116 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228122667319 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26563/tid=26570] ppid=26561 vsize=10554800 CPUtime=0.5 cores=1,3,5,7
/proc/26563/task/26570/stat : 26570 (java) S 26561 26563 26110 0 -1 4202560 34057 0 0 0 46 4 0 0 16 0 22 0 831188116 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26571] ppid=26561 vsize=10554800 CPUtime=0.4 cores=1,3,5,7
/proc/26563/task/26571/stat : 26571 (java) R 26561 26563 26110 0 -1 4202560 19511 0 0 0 37 3 0 0 15 0 22 0 831188116 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 47390718254998 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26563/tid=26572] ppid=26561 vsize=10554800 CPUtime=0.45 cores=1,3,5,7
/proc/26563/task/26572/stat : 26572 (java) R 26561 26563 26110 0 -1 4202560 31907 0 0 0 40 5 0 0 15 0 22 0 831188116 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=26563/tid=26573] ppid=26561 vsize=10554800 CPUtime=0.28 cores=1,3,5,7
/proc/26563/task/26573/stat : 26573 (java) S 26561 26563 26110 0 -1 4202560 16672 0 0 0 26 2 0 0 16 0 22 0 831188116 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26574] ppid=26561 vsize=10554800 CPUtime=5.69 cores=1,3,5,7
/proc/26563/task/26574/stat : 26574 (java) S 26561 26563 26110 0 -1 4202560 201388 0 0 0 548 21 0 0 15 0 22 0 831188117 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 0 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26575] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26575/stat : 26575 (java) S 26561 26563 26110 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831188117 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26576] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26576/stat : 26576 (java) S 26561 26563 26110 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 831188117 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26577] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26577/stat : 26577 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188119 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134537649 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26578] ppid=26561 vsize=10554800 CPUtime=1.32 cores=1,3,5,7
/proc/26563/task/26578/stat : 26578 (java) S 26561 26563 26110 0 -1 4202560 4766 0 0 0 132 0 0 0 15 0 22 0 831188119 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26579] ppid=26561 vsize=10554800 CPUtime=1.23 cores=1,3,5,7
/proc/26563/task/26579/stat : 26579 (java) S 26561 26563 26110 0 -1 4202560 7114 0 0 0 122 1 0 0 15 0 22 0 831188119 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26580] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26580/stat : 26580 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188119 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26581] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26581/stat : 26581 (java) S 26561 26563 26110 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831188119 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26582] ppid=26561 vsize=10554800 CPUtime=874.66 cores=1,3,5,7
/proc/26563/task/26582/stat : 26582 (java) S 26561 26563 26110 0 -1 4202560 8075 0 0 0 87465 1 0 0 25 0 22 0 831188221 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26583] ppid=26561 vsize=10554800 CPUtime=874.62 cores=1,3,5,7
/proc/26563/task/26583/stat : 26583 (java) S 26561 26563 26110 0 -1 4202560 550050 0 0 0 87401 61 0 0 25 0 22 0 831188221 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26584] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26584/stat : 26584 (java) S 26561 26563 26110 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831188224 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26585] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26585/stat : 26585 (java) S 26561 26563 26110 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831188224 10808115200 1046040 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1761.76
Current children cumulated vsize (KiB) 10554800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.501 s]
/proc/loadavg: 3.89 3.93 3.69 5/504 26699
/proc/meminfo: memFree=22068156/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=10554800 CPUtime=1800.19 cores=1,3,5,7
/proc/26563/stat : 26563 (java) S 26561 26563 26110 0 -1 4202496 1056097 0 1 0 179891 128 0 0 25 0 22 0 831188114 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 2638700 1049119 2269 9 0 2629434 0
[pid=26563/tid=26564] ppid=26561 vsize=10554800 CPUtime=1.05 cores=1,3,5,7
/proc/26563/task/26564/stat : 26564 (java) S 26561 26563 26110 0 -1 4202560 107335 0 1 0 90 15 0 0 15 0 22 0 831188114 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26566] ppid=26561 vsize=10554800 CPUtime=0.25 cores=1,3,5,7
/proc/26563/task/26566/stat : 26566 (java) S 26561 26563 26110 0 -1 4202560 4468 0 0 0 25 0 0 0 15 0 22 0 831188116 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26567] ppid=26561 vsize=10554800 CPUtime=0.36 cores=1,3,5,7
/proc/26563/task/26567/stat : 26567 (java) S 26561 26563 26110 0 -1 4202560 23232 0 0 0 33 3 0 0 16 0 22 0 831188116 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26568] ppid=26561 vsize=10554800 CPUtime=0.48 cores=1,3,5,7
/proc/26563/task/26568/stat : 26568 (java) S 26561 26563 26110 0 -1 4202560 25222 0 0 0 45 3 0 0 15 0 22 0 831188116 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26569] ppid=26561 vsize=10554800 CPUtime=0.35 cores=1,3,5,7
/proc/26563/task/26569/stat : 26569 (java) S 26561 26563 26110 0 -1 4202560 18314 0 0 0 32 3 0 0 15 0 22 0 831188116 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26570] ppid=26561 vsize=10554800 CPUtime=0.51 cores=1,3,5,7
/proc/26563/task/26570/stat : 26570 (java) S 26561 26563 26110 0 -1 4202560 35313 0 0 0 47 4 0 0 16 0 22 0 831188116 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26571] ppid=26561 vsize=10554800 CPUtime=0.42 cores=1,3,5,7
/proc/26563/task/26571/stat : 26571 (java) S 26561 26563 26110 0 -1 4202560 19727 0 0 0 39 3 0 0 15 0 22 0 831188116 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26572] ppid=26561 vsize=10554800 CPUtime=0.46 cores=1,3,5,7
/proc/26563/task/26572/stat : 26572 (java) S 26561 26563 26110 0 -1 4202560 32091 0 0 0 41 5 0 0 16 0 22 0 831188116 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26573] ppid=26561 vsize=10554800 CPUtime=0.31 cores=1,3,5,7
/proc/26563/task/26573/stat : 26573 (java) S 26561 26563 26110 0 -1 4202560 17788 0 0 0 29 2 0 0 16 0 22 0 831188116 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 5 0 0 0
[pid=26563/tid=26574] ppid=26561 vsize=10554800 CPUtime=5.7 cores=1,3,5,7
/proc/26563/task/26574/stat : 26574 (java) S 26561 26563 26110 0 -1 4202560 201388 0 0 0 549 21 0 0 15 0 22 0 831188117 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 0 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26575] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26575/stat : 26575 (java) S 26561 26563 26110 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 831188117 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26576] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26576/stat : 26576 (java) S 26561 26563 26110 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 831188117 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 7 0 0 0
[pid=26563/tid=26577] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26577/stat : 26577 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831188119 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134537649 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26578] ppid=26561 vsize=10554800 CPUtime=1.32 cores=1,3,5,7
/proc/26563/task/26578/stat : 26578 (java) S 26561 26563 26110 0 -1 4202560 4766 0 0 0 132 0 0 0 15 0 22 0 831188119 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26579] ppid=26561 vsize=10554800 CPUtime=1.23 cores=1,3,5,7
/proc/26563/task/26579/stat : 26579 (java) S 26561 26563 26110 0 -1 4202560 7114 0 0 0 122 1 0 0 15 0 22 0 831188119 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26580] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26580/stat : 26580 (java) S 26561 26563 26110 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 831188119 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134529945 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26581] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26581/stat : 26581 (java) S 26561 26563 26110 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 831188119 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 1 0 0 0
[pid=26563/tid=26582] ppid=26561 vsize=10554800 CPUtime=893.83 cores=1,3,5,7
/proc/26563/task/26582/stat : 26582 (java) R 26561 26563 26110 0 -1 4202560 8075 0 0 0 89382 1 0 0 25 0 22 0 831188221 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 46912506135132 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=26563/tid=26583] ppid=26561 vsize=10554800 CPUtime=893.8 cores=1,3,5,7
/proc/26563/task/26583/stat : 26583 (java) R 26561 26563 26110 0 -1 4202560 550056 0 0 0 89319 61 0 0 25 0 22 0 831188221 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 46912505574724 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=26563/tid=26584] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26584/stat : 26584 (java) S 26561 26563 26110 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 831188224 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
[pid=26563/tid=26585] ppid=26561 vsize=10554800 CPUtime=0 cores=1,3,5,7
/proc/26563/task/26585/stat : 26585 (java) S 26561 26563 26110 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 831188224 10808115200 1049119 33554432000 1073741824 1073778376 140735554832480 18446744073709551615 228134530560 0 4 0 16800975 18446604470494312256 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 10554800

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

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

[startup+901.623 s]
/proc/loadavg: 3.89 3.93 3.69 5/504 26699
/proc/meminfo: memFree=22068156/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=0 CPUtime=1800.37 cores=1,3,5,7
/proc/26563/stat : 26563 (java) Z 26561 26563 26110 0 -1 4203548 1056127 0 1 0 179902 135 0 0 17 0 2 0 831188114 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

[startup+901.701 s]
/proc/loadavg: 3.89 3.93 3.69 5/504 26699
/proc/meminfo: memFree=22068156/32951124 swapFree=41830676/67111528
[pid=26563] ppid=26561 vsize=0 CPUtime=1800.45 cores=1,3,5,7
/proc/26563/stat : 26563 (java) Z 26561 26563 26110 0 -1 4203548 1056127 0 1 0 179902 143 0 0 17 0 2 0 831188114 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/26563/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 901.708
CPU time (s): 1800.47
CPU user time (s): 1799.02
CPU system time (s): 1.44378
CPU usage (%): 199.673
Max. virtual memory (cumulated for all children) (KiB): 10554800

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

runsolver used 4.06738 second user time and 9.8955 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-04 15:58:21
IDJOB=3453647
IDBENCH=48356
IDSOLVER=1950
FILE ID=node138/3453647-1307195901
RUNJOBID= node138-1307195851-26129
PBS_JOBID= 13508881
Free space on /tmp= 73668 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_60_2_80.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453647-1307195901/watcher-3453647-1307195901 -o /tmp/evaluation-result-3453647-1307195901/solver-3453647-1307195901 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453647-1307195901.opb

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

MD5SUM BENCH= f309126dc76153b39022a856cb65e640
RANDOM SEED=888392837

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26062588 kB
Buffers:        321380 kB
Cached:        1102996 kB
SwapCached:      44568 kB
Active:        4792080 kB
Inactive:      1801764 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26062588 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:            1452 kB
Writeback:           0 kB
AnonPages:     5136508 kB
Mapped:          24868 kB
Slab:           129244 kB
PageTables:      97712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141008676 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73664 MiB
End job on node138 at 2011-06-04 16:13:25