Trace number 3453580

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

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_2_80.opb
MD5SUMd38f526c1f6f5ee8e5e4d2c41b31df8d
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
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)31340
Sum of products size (including duplicates)62680
Number of different products15670
Sum of products size31340

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/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-3453580-1307195779.opb
0.11/0.11	c reading problem ... 
1.82/0.82	c ... done. Wall clock time 0.713s.
1.82/0.82	c #vars     16670
1.82/0.82	c #constraints  32843
1.82/0.82	c constraints type 
1.82/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15670
1.82/0.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.82/0.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.82/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15670
1.82/0.82	c constraints type 
1.82/0.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1.82/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15670
1.82/0.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1.82/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
19.59/9.19	c cleaning 2508 clauses out of 5016 with flag 5016/5016
37.37/18.06	c cleaning 4247 clauses out of 8493 with flag 11001/11001
63.66/31.20	c cleaning 5624 clauses out of 11247 with flag 18002/18002
97.37/48.13	c cleaning 6817 clauses out of 13633 with flag 26012/26012
131.10/65.02	c cleaning 7905 clauses out of 15809 with flag 35005/35005
158.27/78.62	c cleaning 8957 clauses out of 17914 with flag 45015/45015
213.79/106.46	c cleaning 9984 clauses out of 19967 with flag 56025/56025
287.19/143.13	c cleaning 11048 clauses out of 22095 with flag 68137/68137
341.25/170.23	c cleaning 11963 clauses out of 23926 with flag 81016/81016
412.78/206.00	c cleaning 12974 clauses out of 25948 with flag 95001/95001
496.71/248.02	c cleaning 14121 clauses out of 28242 with flag 110269/110269
581.47/290.44	c cleaning 14926 clauses out of 29852 with flag 126000/126000
660.89/330.22	c cleaning 15962 clauses out of 31929 with flag 143003/143003
780.04/389.83	c cleaning 17005 clauses out of 34009 with flag 161045/161045
905.61/452.60	c cleaning 17979 clauses out of 35961 with flag 180002/180002
980.89/490.32	c cleaning 19000 clauses out of 38001 with flag 200021/200021
1062.52/531.25	c cleaning 19998 clauses out of 39997 with flag 221017/221017
1160.77/580.50	c cleaning 20992 clauses out of 41986 with flag 243004/243004
1249.53/624.82	c cleaning 21999 clauses out of 44002 with flag 266012/266012
1346.06/673.21	c cleaning 22998 clauses out of 46000 with flag 290009/290009
1443.82/722.18	c cleaning 23997 clauses out of 47995 with flag 315002/315002
1544.48/772.51	c cleaning 25008 clauses out of 50018 with flag 341022/341022
1643.55/822.11	c cleaning 25994 clauses out of 51990 with flag 368002/368002
1776.07/888.46	c cleaning 26995 clauses out of 53994 with flag 396000/396000
1800.22/900.62	c starts		: 146
1800.22/900.62	c conflicts		: 402677
1800.22/900.62	c decisions		: 910063
1800.22/900.62	c propagations		: 21309855
1800.22/900.62	c inspects		: 1140984460
1800.22/900.62	c shortcuts		: 0
1800.22/900.62	c learnt literals	: 0
1800.22/900.62	c learnt binary clauses	: 0
1800.22/900.62	c learnt ternary clauses	: 6
1800.22/900.62	c learnt constraints	: 402677
1800.22/900.62	c ignored constraints	: 0
1800.22/900.62	c root simplifications	: 0
1800.22/900.62	c removed literals (reason simplification)	: 1578392
1800.22/900.62	c reason swapping (by a shorter reason)	: 0
1800.22/900.62	c Calls to reduceDB	: 24
1800.22/900.62	c number of reductions to clauses (during analyze)	: 0
1800.22/900.62	c number of learned constraints concerned by reduction	: 0
1800.22/900.62	c number of learning phase by resolution	: 0
1800.22/900.62	c number of learning phase by cutting planes	: 0
1800.22/900.62	c speed (assignments/second)	: 23682.842447560684
1800.22/900.62	c non guided choices	16127
1800.22/900.64	c learnt constraints type 
1800.22/900.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33678
1800.22/900.64	c constraints type 
1800.22/900.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15670
1800.22/900.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.22/900.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.22/900.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15670
1800.22/900.64	c constraints type 
1800.22/900.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 500
1800.22/900.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15670
1800.22/900.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1003
1800.22/900.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15670
1800.22/900.64	s UNKNOWN
1800.22/900.64	c Total wall clock time (in seconds): 900.532

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-3453580-1307195779/watcher-3453580-1307195779 -o /tmp/evaluation-result-3453580-1307195779/solver-3453580-1307195779 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453580-1307195779.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.82 3.40 3.45 4/556 21946
/proc/meminfo: memFree=23066920/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 7030 0 1 0 0 1 0 0 25 0 2 0 811994212 10694979584 6732 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2611079 6746 917 9 0 2602235 0
[pid=21946/tid=21947] ppid=21944 vsize=10444316 CPUtime=0.01 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) R 21944 21946 21439 0 -1 4202560 8547 0 1 0 0 1 0 0 25 0 2 0 811994213 10694979584 9363 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0437781 s]
/proc/loadavg: 2.82 3.40 3.45 4/556 21946
/proc/meminfo: memFree=23066920/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 11306 0 1 0 2 1 0 0 25 0 13 0 811994212 10718699520 11003 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2616870 11003 1675 9 0 2607618 0
[pid=21946/tid=21947] ppid=21944 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) R 21944 21946 21439 0 -1 4202560 10157 0 1 0 2 1 0 0 25 0 13 0 811994213 10718699520 11003 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 47799328860147 0 4 0 16784584 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.104844 s]
/proc/loadavg: 2.82 3.40 3.45 4/556 21946
/proc/meminfo: memFree=23066920/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10540388 CPUtime=0.11 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 13193 0 1 0 9 2 0 0 25 0 18 0 811994212 10793357312 12876 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2635097 12877 2108 9 0 2625831 0
[pid=21946/tid=21947] ppid=21944 vsize=10540388 CPUtime=0.09 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) R 21944 21946 21439 0 -1 4202560 11246 0 1 0 8 1 0 0 18 0 18 0 811994213 10793357312 12877 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051482059 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540388

[startup+0.30077 s]
/proc/loadavg: 2.82 3.40 3.45 4/556 21946
/proc/meminfo: memFree=23066920/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10541944 CPUtime=0.46 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 15910 0 1 0 44 2 0 0 25 0 18 0 811994212 10794950656 15424 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2635486 15424 2208 9 0 2626220 0
[pid=21946/tid=21947] ppid=21944 vsize=10541944 CPUtime=0.28 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) R 21944 21946 21439 0 -1 4202560 13090 0 1 0 27 1 0 0 18 0 18 0 811994213 10794950656 15425 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 46912505580977 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541944

[startup+0.700665 s]
/proc/loadavg: 2.82 3.40 3.45 4/556 21946
/proc/meminfo: memFree=23066920/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10553560 CPUtime=1.58 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 39691 0 1 0 152 6 0 0 25 0 18 0 811994212 10806845440 34802 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2638390 34804 2227 9 0 2629124 0
[pid=21946/tid=21947] ppid=21944 vsize=10553560 CPUtime=0.68 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) R 21944 21946 21439 0 -1 4202560 27879 0 1 0 64 4 0 0 18 0 18 0 811994213 10806845440 34805 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 46912505582419 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 10553560

[startup+1.50152 s]
/proc/loadavg: 2.99 3.43 3.46 7/578 21972
/proc/meminfo: memFree=22825140/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10557672 CPUtime=4.04 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 75709 0 1 0 393 11 0 0 25 0 22 0 811994212 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2639418 68403 2240 9 0 2630152 0
[pid=21946/tid=21947] ppid=21944 vsize=10557672 CPUtime=0.8 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) S 21944 21946 21439 0 -1 4202560 53584 0 1 0 73 7 0 0 15 0 22 0 811994213 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21950] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21950/stat : 21950 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21952] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21952/stat : 21952 (java) S 21944 21946 21439 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21953] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21953/stat : 21953 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21955] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21955/stat : 21955 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21956] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21956/stat : 21956 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21958] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21958/stat : 21958 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21959] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21959/stat : 21959 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21960] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21960/stat : 21960 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21961] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21961/stat : 21961 (java) S 21944 21946 21439 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 811994215 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 0 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21962] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21962/stat : 21962 (java) S 21944 21946 21439 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811994216 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21963] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21963/stat : 21963 (java) S 21944 21946 21439 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811994216 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21964] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21964/stat : 21964 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994218 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051478961 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21965] ppid=21944 vsize=10557672 CPUtime=0.94 cores=1,3,5,7
/proc/21946/task/21965/stat : 21965 (java) S 21944 21946 21439 0 -1 4202560 4819 0 0 0 94 0 0 0 23 0 22 0 811994218 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21966] ppid=21944 vsize=10557672 CPUtime=0.94 cores=1,3,5,7
/proc/21946/task/21966/stat : 21966 (java) S 21944 21946 21439 0 -1 4202560 8418 0 0 0 93 1 0 0 15 0 22 0 811994218 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 1 0 0 0
[pid=21946/tid=21967] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21967/stat : 21967 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994218 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21968] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21968/stat : 21968 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811994218 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21969] ppid=21944 vsize=10557672 CPUtime=0.66 cores=1,3,5,7
/proc/21946/task/21969/stat : 21969 (java) R 21944 21946 21439 0 -1 4202560 564 0 0 0 66 0 0 0 19 0 22 0 811994295 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 46912506244537 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21946/tid=21970] ppid=21944 vsize=10557672 CPUtime=0.65 cores=1,3,5,7
/proc/21946/task/21970/stat : 21970 (java) R 21944 21946 21439 0 -1 4202560 7155 0 0 0 64 1 0 0 24 0 22 0 811994295 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 46912506188909 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21946/tid=21971] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21971/stat : 21971 (java) S 21944 21946 21439 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811994298 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21972] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21972/stat : 21972 (java) S 21944 21946 21439 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811994298 10811056128 68403 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 10557672

[startup+3.10125 s]
/proc/loadavg: 2.99 3.43 3.46 5/578 21972
/proc/meminfo: memFree=22787568/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10557672 CPUtime=7.38 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 84643 0 1 0 726 12 0 0 25 0 22 0 811994212 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2639418 77335 2242 9 0 2630152 0
[pid=21946/tid=21947] ppid=21944 vsize=10557672 CPUtime=0.8 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) S 21944 21946 21439 0 -1 4202560 53584 0 1 0 73 7 0 0 15 0 22 0 811994213 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21950] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21950/stat : 21950 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21952] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21952/stat : 21952 (java) S 21944 21946 21439 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21953] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21953/stat : 21953 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21955] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21955/stat : 21955 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21956] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21956/stat : 21956 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21958] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21958/stat : 21958 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21959] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21959/stat : 21959 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21960] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21960/stat : 21960 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21961] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21961/stat : 21961 (java) S 21944 21946 21439 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 811994215 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 0 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21962] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21962/stat : 21962 (java) S 21944 21946 21439 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811994216 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21963] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21963/stat : 21963 (java) S 21944 21946 21439 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811994216 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21964] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21964/stat : 21964 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994218 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051478961 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21965] ppid=21944 vsize=10557672 CPUtime=1.04 cores=1,3,5,7
/proc/21946/task/21965/stat : 21965 (java) S 21944 21946 21439 0 -1 4202560 4833 0 0 0 104 0 0 0 15 0 22 0 811994218 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21966] ppid=21944 vsize=10557672 CPUtime=0.98 cores=1,3,5,7
/proc/21946/task/21966/stat : 21966 (java) S 21944 21946 21439 0 -1 4202560 8421 0 0 0 97 1 0 0 15 0 22 0 811994218 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 1 0 0 0
[pid=21946/tid=21967] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21967/stat : 21967 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994218 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21968] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21968/stat : 21968 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811994218 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21969] ppid=21944 vsize=10557672 CPUtime=2.26 cores=1,3,5,7
/proc/21946/task/21969/stat : 21969 (java) R 21944 21946 21439 0 -1 4202560 823 0 0 0 226 0 0 0 25 0 22 0 811994295 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 46912506244596 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21946/tid=21970] ppid=21944 vsize=10557672 CPUtime=2.24 cores=1,3,5,7
/proc/21946/task/21970/stat : 21970 (java) R 21944 21946 21439 0 -1 4202560 15813 0 0 0 223 1 0 0 25 0 22 0 811994295 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 46912506154189 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=21946/tid=21971] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21971/stat : 21971 (java) S 21944 21946 21439 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811994298 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21972] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21972/stat : 21972 (java) S 21944 21946 21439 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811994298 10811056128 77335 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 10557672

[startup+6.3007 s]
/proc/loadavg: 2.99 3.43 3.46 5/578 21972
/proc/meminfo: memFree=22670784/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10557672 CPUtime=13.9 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 116561 0 1 0 1374 16 0 0 25 0 22 0 811994212 10811056128 108994 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2639418 109000 2244 9 0 2630152 0
[pid=21946/tid=21947] ppid=21944 vsize=10557672 CPUtime=0.8 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) S 21944 21946 21439 0 -1 4202560 53584 0 1 0 73 7 0 0 15 0 22 0 811994213 10811056128 109002 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21950] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21950/stat : 21950 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 109006 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21952] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21952/stat : 21952 (java) S 21944 21946 21439 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 109009 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21953] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21953/stat : 21953 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 109012 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21955] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21955/stat : 21955 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 109015 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21956] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21956/stat : 21956 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 109018 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21958] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21958/stat : 21958 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 109022 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21959] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21959/stat : 21959 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 109025 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21960] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21960/stat : 21960 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994214 10811056128 109028 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0

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

/proc/meminfo: memFree=18943528/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10557672 CPUtime=1643.81 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 999929 0 1 0 164262 119 0 0 25 0 22 0 811994212 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2639418 987854 2269 9 0 2630152 0
[pid=21946/tid=21947] ppid=21944 vsize=10557672 CPUtime=0.8 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) S 21944 21946 21439 0 -1 4202560 53592 0 1 0 73 7 0 0 15 0 22 0 811994213 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21950] ppid=21944 vsize=10557672 CPUtime=0.33 cores=1,3,5,7
/proc/21946/task/21950/stat : 21950 (java) S 21944 21946 21439 0 -1 4202560 7422 0 0 0 32 1 0 0 15 0 22 0 811994214 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21952] ppid=21944 vsize=10557672 CPUtime=0.46 cores=1,3,5,7
/proc/21946/task/21952/stat : 21952 (java) S 21944 21946 21439 0 -1 4202560 7906 0 0 0 46 0 0 0 16 0 22 0 811994214 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21953] ppid=21944 vsize=10557672 CPUtime=0.46 cores=1,3,5,7
/proc/21946/task/21953/stat : 21953 (java) S 21944 21946 21439 0 -1 4202560 23554 0 0 0 43 3 0 0 15 0 22 0 811994214 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21955] ppid=21944 vsize=10557672 CPUtime=0.45 cores=1,3,5,7
/proc/21946/task/21955/stat : 21955 (java) S 21944 21946 21439 0 -1 4202560 11844 0 0 0 43 2 0 0 16 0 22 0 811994214 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21956] ppid=21944 vsize=10557672 CPUtime=0.36 cores=1,3,5,7
/proc/21946/task/21956/stat : 21956 (java) S 21944 21946 21439 0 -1 4202560 11142 0 0 0 34 2 0 0 15 0 22 0 811994214 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21958] ppid=21944 vsize=10557672 CPUtime=0.5 cores=1,3,5,7
/proc/21946/task/21958/stat : 21958 (java) S 21944 21946 21439 0 -1 4202560 21415 0 0 0 47 3 0 0 16 0 22 0 811994214 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21959] ppid=21944 vsize=10557672 CPUtime=0.42 cores=1,3,5,7
/proc/21946/task/21959/stat : 21959 (java) S 21944 21946 21439 0 -1 4202560 24337 0 0 0 39 3 0 0 16 0 22 0 811994214 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21960] ppid=21944 vsize=10557672 CPUtime=0.28 cores=1,3,5,7
/proc/21946/task/21960/stat : 21960 (java) S 21944 21946 21439 0 -1 4202560 17220 0 0 0 26 2 0 0 15 0 22 0 811994214 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21961] ppid=21944 vsize=10557672 CPUtime=3.95 cores=1,3,5,7
/proc/21946/task/21961/stat : 21961 (java) R 21944 21946 21439 0 -1 4202560 48234 0 0 0 390 5 0 0 16 0 22 0 811994215 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 47799330049300 0 0 0 16800975 0 0 0 -1 1 0 0 0
[pid=21946/tid=21962] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21962/stat : 21962 (java) S 21944 21946 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811994216 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21963] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21963/stat : 21963 (java) S 21944 21946 21439 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811994216 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21964] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21964/stat : 21964 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994218 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051478961 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21965] ppid=21944 vsize=10557672 CPUtime=1.23 cores=1,3,5,7
/proc/21946/task/21965/stat : 21965 (java) S 21944 21946 21439 0 -1 4202560 4864 0 0 0 123 0 0 0 15 0 22 0 811994218 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21966] ppid=21944 vsize=10557672 CPUtime=1.44 cores=1,3,5,7
/proc/21946/task/21966/stat : 21966 (java) S 21944 21946 21439 0 -1 4202560 10239 0 0 0 142 2 0 0 15 0 22 0 811994218 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 1 0 0 0
[pid=21946/tid=21967] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21967/stat : 21967 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994218 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21968] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21968/stat : 21968 (java) S 21944 21946 21439 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 22 0 811994218 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21969] ppid=21944 vsize=10557672 CPUtime=816.52 cores=1,3,5,7
/proc/21946/task/21969/stat : 21969 (java) S 21944 21946 21439 0 -1 4202560 6117 0 0 0 81651 1 0 0 25 0 22 0 811994295 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21970] ppid=21944 vsize=10557672 CPUtime=816.45 cores=1,3,5,7
/proc/21946/task/21970/stat : 21970 (java) S 21944 21946 21439 0 -1 4202560 750839 0 0 0 81564 81 0 0 25 0 22 0 811994295 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21971] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21971/stat : 21971 (java) S 21944 21946 21439 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811994298 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21972] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21972/stat : 21972 (java) S 21944 21946 21439 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811994298 10811056128 987854 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1643.81
Current children cumulated vsize (KiB) 10557672

[startup+882.301 s]
/proc/loadavg: 3.99 3.97 3.77 5/578 22004
/proc/meminfo: memFree=18887800/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10557672 CPUtime=1763.81 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 1012643 0 1 0 176261 120 0 0 25 0 22 0 811994212 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2639418 999889 2269 9 0 2630152 0
[pid=21946/tid=21947] ppid=21944 vsize=10557672 CPUtime=0.8 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) S 21944 21946 21439 0 -1 4202560 53593 0 1 0 73 7 0 0 15 0 22 0 811994213 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21950] ppid=21944 vsize=10557672 CPUtime=0.36 cores=1,3,5,7
/proc/21946/task/21950/stat : 21950 (java) S 21944 21946 21439 0 -1 4202560 9924 0 0 0 35 1 0 0 16 0 22 0 811994214 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21952] ppid=21944 vsize=10557672 CPUtime=0.46 cores=1,3,5,7
/proc/21946/task/21952/stat : 21952 (java) S 21944 21946 21439 0 -1 4202560 7906 0 0 0 46 0 0 0 15 0 22 0 811994214 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21953] ppid=21944 vsize=10557672 CPUtime=0.46 cores=1,3,5,7
/proc/21946/task/21953/stat : 21953 (java) S 21944 21946 21439 0 -1 4202560 23554 0 0 0 43 3 0 0 15 0 22 0 811994214 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21955] ppid=21944 vsize=10557672 CPUtime=0.49 cores=1,3,5,7
/proc/21946/task/21955/stat : 21955 (java) S 21944 21946 21439 0 -1 4202560 16595 0 0 0 47 2 0 0 16 0 22 0 811994214 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21956] ppid=21944 vsize=10557672 CPUtime=0.36 cores=1,3,5,7
/proc/21946/task/21956/stat : 21956 (java) S 21944 21946 21439 0 -1 4202560 11142 0 0 0 34 2 0 0 16 0 22 0 811994214 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21958] ppid=21944 vsize=10557672 CPUtime=0.52 cores=1,3,5,7
/proc/21946/task/21958/stat : 21958 (java) S 21944 21946 21439 0 -1 4202560 21415 0 0 0 49 3 0 0 15 0 22 0 811994214 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21959] ppid=21944 vsize=10557672 CPUtime=0.45 cores=1,3,5,7
/proc/21946/task/21959/stat : 21959 (java) S 21944 21946 21439 0 -1 4202560 29201 0 0 0 41 4 0 0 16 0 22 0 811994214 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21960] ppid=21944 vsize=10557672 CPUtime=0.3 cores=1,3,5,7
/proc/21946/task/21960/stat : 21960 (java) S 21944 21946 21439 0 -1 4202560 17220 0 0 0 28 2 0 0 15 0 22 0 811994214 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21961] ppid=21944 vsize=10557672 CPUtime=3.99 cores=1,3,5,7
/proc/21946/task/21961/stat : 21961 (java) S 21944 21946 21439 0 -1 4202560 48824 0 0 0 394 5 0 0 15 0 22 0 811994215 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 0 0 16800975 18446604466368292032 0 0 -1 1 0 0 0
[pid=21946/tid=21962] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21962/stat : 21962 (java) S 21944 21946 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811994216 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21963] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21963/stat : 21963 (java) S 21944 21946 21439 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811994216 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21964] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21964/stat : 21964 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994218 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051478961 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21965] ppid=21944 vsize=10557672 CPUtime=1.23 cores=1,3,5,7
/proc/21946/task/21965/stat : 21965 (java) S 21944 21946 21439 0 -1 4202560 4864 0 0 0 123 0 0 0 15 0 22 0 811994218 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21966] ppid=21944 vsize=10557672 CPUtime=1.44 cores=1,3,5,7
/proc/21946/task/21966/stat : 21966 (java) S 21944 21946 21439 0 -1 4202560 10239 0 0 0 142 2 0 0 15 0 22 0 811994218 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 1 0 0 0
[pid=21946/tid=21967] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21967/stat : 21967 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994218 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21968] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21968/stat : 21968 (java) S 21944 21946 21439 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 811994218 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21969] ppid=21944 vsize=10557672 CPUtime=876.44 cores=1,3,5,7
/proc/21946/task/21969/stat : 21969 (java) R 21944 21946 21439 0 -1 4202560 6118 0 0 0 87643 1 0 0 25 0 22 0 811994295 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 46912506415581 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21946/tid=21970] ppid=21944 vsize=10557672 CPUtime=876.37 cores=1,3,5,7
/proc/21946/task/21970/stat : 21970 (java) R 21944 21946 21439 0 -1 4202560 750840 0 0 0 87556 81 0 0 25 0 22 0 811994295 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 46912506132692 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21946/tid=21971] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21971/stat : 21971 (java) S 21944 21946 21439 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811994298 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21972] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21972/stat : 21972 (java) S 21944 21946 21439 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811994298 10811056128 999889 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1763.81
Current children cumulated vsize (KiB) 10557672



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.601 s]
/proc/loadavg: 3.99 3.97 3.77 5/578 22005
/proc/meminfo: memFree=18821328/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=10557672 CPUtime=1800.22 cores=1,3,5,7
/proc/21946/stat : 21946 (java) S 21944 21946 21439 0 -1 4202496 1029886 0 1 0 179899 123 0 0 25 0 22 0 811994212 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 2639418 1016210 2269 9 0 2630152 0
[pid=21946/tid=21947] ppid=21944 vsize=10557672 CPUtime=0.8 cores=1,3,5,7
/proc/21946/task/21947/stat : 21947 (java) S 21944 21946 21439 0 -1 4202560 53594 0 1 0 73 7 0 0 15 0 22 0 811994213 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21950] ppid=21944 vsize=10557672 CPUtime=0.36 cores=1,3,5,7
/proc/21946/task/21950/stat : 21950 (java) S 21944 21946 21439 0 -1 4202560 10153 0 0 0 35 1 0 0 16 0 22 0 811994214 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21952] ppid=21944 vsize=10557672 CPUtime=0.47 cores=1,3,5,7
/proc/21946/task/21952/stat : 21952 (java) S 21944 21946 21439 0 -1 4202560 9151 0 0 0 47 0 0 0 16 0 22 0 811994214 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21953] ppid=21944 vsize=10557672 CPUtime=0.48 cores=1,3,5,7
/proc/21946/task/21953/stat : 21953 (java) S 21944 21946 21439 0 -1 4202560 25135 0 0 0 45 3 0 0 15 0 22 0 811994214 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 1 0 0 0
[pid=21946/tid=21955] ppid=21944 vsize=10557672 CPUtime=0.51 cores=1,3,5,7
/proc/21946/task/21955/stat : 21955 (java) S 21944 21946 21439 0 -1 4202560 20199 0 0 0 49 2 0 0 16 0 22 0 811994214 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21956] ppid=21944 vsize=10557672 CPUtime=0.39 cores=1,3,5,7
/proc/21946/task/21956/stat : 21956 (java) S 21944 21946 21439 0 -1 4202560 12937 0 0 0 37 2 0 0 16 0 22 0 811994214 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21958] ppid=21944 vsize=10557672 CPUtime=0.54 cores=1,3,5,7
/proc/21946/task/21958/stat : 21958 (java) S 21944 21946 21439 0 -1 4202560 24930 0 0 0 50 4 0 0 16 0 22 0 811994214 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21959] ppid=21944 vsize=10557672 CPUtime=0.48 cores=1,3,5,7
/proc/21946/task/21959/stat : 21959 (java) S 21944 21946 21439 0 -1 4202560 31408 0 0 0 44 4 0 0 16 0 22 0 811994214 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21960] ppid=21944 vsize=10557672 CPUtime=0.32 cores=1,3,5,7
/proc/21946/task/21960/stat : 21960 (java) S 21944 21946 21439 0 -1 4202560 20282 0 0 0 30 2 0 0 16 0 22 0 811994214 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21961] ppid=21944 vsize=10557672 CPUtime=4.3 cores=1,3,5,7
/proc/21946/task/21961/stat : 21961 (java) S 21944 21946 21439 0 -1 4202560 48824 0 0 0 425 5 0 0 15 0 22 0 811994215 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 0 0 16800975 18446604466368292032 0 0 -1 1 0 0 0
[pid=21946/tid=21962] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21962/stat : 21962 (java) S 21944 21946 21439 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811994216 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21963] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21963/stat : 21963 (java) S 21944 21946 21439 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811994216 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21964] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21964/stat : 21964 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994218 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051478961 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21965] ppid=21944 vsize=10557672 CPUtime=1.23 cores=1,3,5,7
/proc/21946/task/21965/stat : 21965 (java) S 21944 21946 21439 0 -1 4202560 4864 0 0 0 123 0 0 0 15 0 22 0 811994218 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
[pid=21946/tid=21966] ppid=21944 vsize=10557672 CPUtime=1.44 cores=1,3,5,7
/proc/21946/task/21966/stat : 21966 (java) S 21944 21946 21439 0 -1 4202560 10239 0 0 0 142 2 0 0 15 0 22 0 811994218 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 1 0 0 0
[pid=21946/tid=21967] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21967/stat : 21967 (java) S 21944 21946 21439 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811994218 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471257 0 4 0 16800975 18446604466368292032 0 0 -1 7 0 0 0
[pid=21946/tid=21968] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21968/stat : 21968 (java) S 21944 21946 21439 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811994218 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21969] ppid=21944 vsize=10557672 CPUtime=894.39 cores=1,3,5,7
/proc/21946/task/21969/stat : 21969 (java) R 21944 21946 21439 0 -1 4202560 6119 0 0 0 89438 1 0 0 25 0 22 0 811994295 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 46912506415772 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=21946/tid=21970] ppid=21944 vsize=10557672 CPUtime=894.32 cores=1,3,5,7
/proc/21946/task/21970/stat : 21970 (java) R 21944 21946 21439 0 -1 4202560 750841 0 0 0 89351 81 0 0 25 0 22 0 811994295 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 46912506132729 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=21946/tid=21971] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21971/stat : 21971 (java) S 21944 21946 21439 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811994298 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 5 0 0 0
[pid=21946/tid=21972] ppid=21944 vsize=10557672 CPUtime=0 cores=1,3,5,7
/proc/21946/task/21972/stat : 21972 (java) S 21944 21946 21439 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811994298 10811056128 1016210 33554432000 1073741824 1073778376 140735215484832 18446744073709551615 212051471872 0 4 0 16800975 18446604466368292032 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 10557672

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

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

[startup+900.727 s]
/proc/loadavg: 3.99 3.97 3.77 5/578 22005
/proc/meminfo: memFree=18821328/32951124 swapFree=46970528/67111528
[pid=21946] ppid=21944 vsize=0 CPUtime=1800.38 cores=1,3,5,7
/proc/21946/stat : 21946 (java) Z 21944 21946 21439 0 -1 4203548 1029916 0 1 0 179907 131 0 0 17 0 2 0 811994212 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/21946/statm: 0 0 0 0 0 0 0
[pid=21946/tid=21970] ppid=21944 vsize=0 CPUtime=894.43 cores=1,3,5,7
/proc/21946/task/21970/stat : 21970 (java) R 21944 21946 21439 0 -1 4203588 750841 0 0 0 89354 89 0 0 25 0 2 0 811994295 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 900.786
CPU time (s): 1800.45
CPU user time (s): 1799.08
CPU system time (s): 1.37679
CPU usage (%): 199.876
Max. virtual memory (cumulated for all children) (KiB): 10557672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.08
system time used= 1.37679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1029916
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= 22311
involuntary context switches= 16100

runsolver used 4.65229 second user time and 11.7632 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 15:56:20
IDJOB=3453580
IDBENCH=48289
IDSOLVER=1950
FILE ID=node146/3453580-1307195779
RUNJOBID= node146-1307195750-21458
PBS_JOBID= 13508875
Free space on /tmp= 73784 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_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-3453580-1307195779/watcher-3453580-1307195779 -o /tmp/evaluation-result-3453580-1307195779/solver-3453580-1307195779 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453580-1307195779.opb

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

MD5SUM BENCH= d38f526c1f6f5ee8e5e4d2c41b31df8d
RANDOM SEED=403447194

node146.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.830
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.66
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.830
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.75
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.830
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:      23067184 kB
Buffers:        179784 kB
Cached:         312804 kB
SwapCached:      60452 kB
Active:        2272964 kB
Inactive:      7363128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23067184 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:            1548 kB
Writeback:           0 kB
AnonPages:     9094488 kB
Mapped:          24872 kB
Slab:            77932 kB
PageTables:     101956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171057244 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= 73784 MiB
End job on node146 at 2011-06-04 16:11:22