Trace number 3689974

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.09 908.842

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX120_K192_cod1.opb
MD5SUM52aede169395dc6e3bc8a1feb542a706
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-8948
Best CPU time to get the best result obtained on this benchmark1804.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 272557
Biggest coefficient in the objective function 1000
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 169651739
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1000
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 169651739
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version 2.3.2.v20120418
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-3689974-1337886817.opb
0.06/0.13	c reading problem ... 
13.09/9.39	c ... done. Wall clock time 9.257s.
13.09/9.39	c declared #vars     399113
13.09/9.39	c #constraints  400980
13.09/9.39	c constraints type 
13.09/9.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
13.09/9.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
13.09/9.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
13.09/9.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
13.09/9.39	c 400980 constraints processed.
13.09/9.39	c constraints type 
13.09/9.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
13.09/9.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
13.09/9.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
13.09/9.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
13.09/9.39	c 400980 constraints processed.
13.09/9.39	c objective function length is 272557 literals
161.79/83.21	c cleaning 2498 clauses out of 4998 with flag 5000/5000
319.15/162.85	c cleaning 4250 clauses out of 8500 with flag 11000/11000
467.52/237.67	c cleaning 5617 clauses out of 11250 with flag 18000/18000
619.08/314.00	c cleaning 6802 clauses out of 13634 with flag 26001/26001
797.01/403.81	c cleaning 7908 clauses out of 15832 with flag 35001/35001
1035.11/523.79	c cleaning 8958 clauses out of 17923 with flag 45000/45000
1301.87/657.93	c cleaning 9974 clauses out of 19968 with flag 56003/56003
1603.03/809.34	c cleaning 10991 clauses out of 21991 with flag 68000/68000
1800.09/908.81	c starts		: 84
1800.09/908.81	c conflicts		: 76332
1800.09/908.81	c decisions		: 2908245
1800.09/908.81	c propagations		: 1469246059
1800.09/908.81	c inspects		: 301312463
1800.09/908.81	c shortcuts		: 0
1800.09/908.81	c learnt literals	: 2
1800.09/908.81	c learnt binary clauses	: 557
1800.09/908.81	c learnt ternary clauses	: 467
1800.09/908.81	c learnt constraints	: 76329
1800.09/908.81	c ignored constraints	: 0
1800.09/908.81	c root simplifications	: 0
1800.09/908.81	c removed literals (reason simplification)	: 2007772
1800.09/908.81	c reason swapping (by a shorter reason)	: 0
1800.09/908.81	c Calls to reduceDB	: 8
1800.09/908.81	c number of reductions to clauses (during analyze)	: 0
1800.09/908.81	c number of learned constraints concerned by reduction	: 0
1800.09/908.81	c number of learning phase by resolution	: 0
1800.09/908.81	c number of learning phase by cutting planes	: 0
1800.09/908.81	c speed (assignments/second)	: 1633828.0986938237
1800.09/908.81	c non guided choices	2992
1800.09/908.82	c learnt constraints type 
1800.09/908.82	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 557
1800.09/908.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18775
1800.09/908.82	c constraints type 
1800.09/908.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.09/908.82	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.09/908.82	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.09/908.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1800.09/908.82	c 400980 constraints processed.
1800.09/908.82	c constraints type 
1800.09/908.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.09/908.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.09/908.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.09/908.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/908.82	c 400980 constraints processed.
1800.09/908.82	s UNKNOWN
1800.09/908.82	c Total wall clock time (in seconds): 908.687

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3689974-1337886817/watcher-3689974-1337886817 -o /tmp/evaluation-result-3689974-1337886817/solver-3689974-1337886817 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689974-1337886817.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.96 3.95 3.91 4/197 27346
/proc/meminfo: memFree=25016164/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/27346/stat : 27346 (java) D 27344 27346 21231 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 254807517 2560000 47 33554432000 1073741824 1073778376 140735203315440 140735203312568 272877317415 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/27346/statm: 625 47 37 9 0 29 0

[startup+0.04719 s]
/proc/loadavg: 3.96 3.95 3.91 4/197 27346
/proc/meminfo: memFree=25016164/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/27346/stat : 27346 (java) S 27344 27346 21231 0 -1 4202496 2972 0 1 0 1 0 0 0 20 0 11 0 254807517 9310650368 3160 33554432000 1073741824 1073778376 140733718255184 140733718246320 272889839677 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27346/statm: 2273108 3160 1651 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100236 s]
/proc/loadavg: 3.96 3.95 3.91 4/197 27346
/proc/meminfo: memFree=25016164/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/27346/stat : 27346 (java) S 27344 27346 21231 0 -1 4202496 3701 0 1 0 6 0 0 0 20 0 18 0 254807517 9787813888 4399 33554432000 1073741824 1073778376 140733718255184 140733718246320 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27346/statm: 2389603 4400 1932 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.300226 s]
/proc/loadavg: 3.96 3.95 3.91 4/197 27346
/proc/meminfo: memFree=25016164/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/27346/stat : 27346 (java) S 27344 27346 21231 0 -1 4202496 6087 0 1 0 45 2 0 0 20 0 18 0 254807517 9787813888 13682 33554432000 1073741824 1073778376 140733718255184 140733718246320 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27346/statm: 2389603 13682 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700228 s]
/proc/loadavg: 3.96 3.95 3.91 4/197 27346
/proc/meminfo: memFree=25016164/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=9558412 CPUtime=0.93 cores=0,2,4,6
/proc/27346/stat : 27346 (java) S 27344 27346 21231 0 -1 4202496 6275 0 1 0 88 5 0 0 20 0 18 0 254807517 9787813888 47064 33554432000 1073741824 1073778376 140733718255184 140733718246320 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27346/statm: 2389603 47064 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 9558412

[startup+1.50077 s]
/proc/loadavg: 3.96 3.95 3.91 6/215 27364
/proc/meminfo: memFree=24816432/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=9558412 CPUtime=2.53 cores=0,2,4,6
/proc/27346/stat : 27346 (java) S 27344 27346 21231 0 -1 4202496 15468 0 1 0 236 17 0 0 20 0 18 0 254807517 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 140733718246320 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27346/statm: 2389603 98385 2248 9 0 2380296 0
[pid=27346/tid=27348] ppid=27344 vsize=9558412 CPUtime=1.32 cores=0,2,4,6
/proc/27346/task/27348/stat : 27348 (java) R 27344 27346 21231 0 -1 4202560 2616 0 1 0 127 5 0 0 20 0 18 0 254807519 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860720814648 139860728581217 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27349] ppid=27344 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27346/task/27349/stat : 27349 (java) S 27344 27346 21231 0 -1 4202560 26 0 0 0 3 2 0 0 20 0 18 0 254807520 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860564732712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27350] ppid=27344 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27346/task/27350/stat : 27350 (java) S 27344 27346 21231 0 -1 4202560 201 0 0 0 6 2 0 0 20 0 18 0 254807520 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860563679912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27351] ppid=27344 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27346/task/27351/stat : 27351 (java) S 27344 27346 21231 0 -1 4202560 79 0 0 0 3 0 0 0 20 0 18 0 254807520 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860562627624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27352] ppid=27344 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27346/task/27352/stat : 27352 (java) S 27344 27346 21231 0 -1 4202560 101 0 0 0 3 0 0 0 20 0 18 0 254807520 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860561574824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27353] ppid=27344 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27346/task/27353/stat : 27353 (java) S 27344 27346 21231 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 254807520 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860560521512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27354] ppid=27344 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/27346/task/27354/stat : 27354 (java) S 27344 27346 21231 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 254807520 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860559468712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27355] ppid=27344 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/27346/task/27355/stat : 27355 (java) S 27344 27346 21231 0 -1 4202560 97 0 0 0 3 2 0 0 20 0 18 0 254807520 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860558416424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27356] ppid=27344 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27346/task/27356/stat : 27356 (java) S 27344 27346 21231 0 -1 4202560 109 0 0 0 3 0 0 0 20 0 18 0 254807520 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860557363624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27357] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27357/stat : 27357 (java) S 27344 27346 21231 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254807521 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860544953064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27358] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27358/stat : 27358 (java) S 27344 27346 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254807522 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860543899128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27359] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27359/stat : 27359 (java) S 27344 27346 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254807522 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860542846728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27360] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27360/stat : 27360 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254807525 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860541795216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27361] ppid=27344 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/27346/task/27361/stat : 27361 (java) S 27344 27346 21231 0 -1 4202560 5670 0 0 0 35 2 0 0 20 0 18 0 254807525 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860540741816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27362] ppid=27344 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/27346/task/27362/stat : 27362 (java) S 27344 27346 21231 0 -1 4202560 5150 0 0 0 36 0 0 0 20 0 18 0 254807525 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860539689016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27363] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27363/stat : 27363 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254807525 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860538636920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27364] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27364/stat : 27364 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254807525 9787813888 98385 33554432000 1073741824 1073778376 140733718255184 139860537584328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9558412

[startup+3.10085 s]
/proc/loadavg: 3.96 3.95 3.91 4/215 27364
/proc/meminfo: memFree=24345520/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=9558412 CPUtime=4.74 cores=0,2,4,6
/proc/27346/stat : 27346 (java) S 27344 27346 21231 0 -1 4202496 18088 0 1 0 432 42 0 0 20 0 18 0 254807517 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 140733718246320 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27346/statm: 2389603 350775 2248 9 0 2380296 0
[pid=27346/tid=27348] ppid=27344 vsize=9558412 CPUtime=2.7 cores=0,2,4,6
/proc/27346/task/27348/stat : 27348 (java) R 27344 27346 21231 0 -1 4202560 3690 0 1 0 249 21 0 0 20 0 18 0 254807519 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860720814648 139860728581207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27349] ppid=27344 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/27346/task/27349/stat : 27349 (java) S 27344 27346 21231 0 -1 4202560 140 0 0 0 16 3 0 0 20 0 18 0 254807520 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860564732712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27350] ppid=27344 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/27346/task/27350/stat : 27350 (java) S 27344 27346 21231 0 -1 4202560 268 0 0 0 16 3 0 0 20 0 18 0 254807520 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860563679912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27351] ppid=27344 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/27346/task/27351/stat : 27351 (java) S 27344 27346 21231 0 -1 4202560 100 0 0 0 14 2 0 0 20 0 18 0 254807520 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860562627624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27352] ppid=27344 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/27346/task/27352/stat : 27352 (java) S 27344 27346 21231 0 -1 4202560 263 0 0 0 8 2 0 0 20 0 18 0 254807520 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860561574824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27353] ppid=27344 vsize=9558412 CPUtime=0.16 cores=0,2,4,6
/proc/27346/task/27353/stat : 27353 (java) S 27344 27346 21231 0 -1 4202560 307 0 0 0 13 3 0 0 20 0 18 0 254807520 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860560521512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27354] ppid=27344 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/27346/task/27354/stat : 27354 (java) S 27344 27346 21231 0 -1 4202560 87 0 0 0 9 2 0 0 20 0 18 0 254807520 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860559468712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27355] ppid=27344 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/27346/task/27355/stat : 27355 (java) S 27344 27346 21231 0 -1 4202560 126 0 0 0 11 3 0 0 20 0 18 0 254807520 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860558416424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27356] ppid=27344 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/27346/task/27356/stat : 27356 (java) S 27344 27346 21231 0 -1 4202560 139 0 0 0 10 2 0 0 20 0 18 0 254807520 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860557363624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27357] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27357/stat : 27357 (java) S 27344 27346 21231 0 -1 4202560 973 0 0 0 0 0 0 0 20 0 18 0 254807521 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860544953064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27358] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27358/stat : 27358 (java) S 27344 27346 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254807522 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860543899128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27359] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27359/stat : 27359 (java) S 27344 27346 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254807522 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860542846728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27360] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27360/stat : 27360 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254807525 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860541795216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27361] ppid=27344 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/27346/task/27361/stat : 27361 (java) S 27344 27346 21231 0 -1 4202560 5670 0 0 0 35 2 0 0 20 0 18 0 254807525 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860540741816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27362] ppid=27344 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/27346/task/27362/stat : 27362 (java) S 27344 27346 21231 0 -1 4202560 5150 0 0 0 36 0 0 0 20 0 18 0 254807525 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860539689016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27363] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27363/stat : 27363 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254807525 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860538636920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27364] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27364/stat : 27364 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254807525 9787813888 350775 33554432000 1073741824 1073778376 140733718255184 139860537584328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.74
Current children cumulated vsize (KiB) 9558412

[startup+6.30073 s]
/proc/loadavg: 3.89 3.94 3.91 4/215 27364
/proc/meminfo: memFree=22114084/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=9558412 CPUtime=9.95 cores=0,2,4,6
/proc/27346/stat : 27346 (java) S 27344 27346 21231 0 -1 4202496 21469 0 1 0 911 84 0 0 20 0 18 0 254807517 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 140733718246320 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27346/statm: 2389603 735057 2248 9 0 2380296 0
[pid=27346/tid=27348] ppid=27344 vsize=9558412 CPUtime=5.12 cores=0,2,4,6
/proc/27346/task/27348/stat : 27348 (java) R 27344 27346 21231 0 -1 4202560 4330 0 1 0 468 44 0 0 20 0 18 0 254807519 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860720808032 139860592957501 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27349] ppid=27344 vsize=9558412 CPUtime=0.55 cores=0,2,4,6
/proc/27346/task/27349/stat : 27349 (java) S 27344 27346 21231 0 -1 4202560 609 0 0 0 50 5 0 0 20 0 18 0 254807520 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860564732712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27350] ppid=27344 vsize=9558412 CPUtime=0.49 cores=0,2,4,6
/proc/27346/task/27350/stat : 27350 (java) S 27344 27346 21231 0 -1 4202560 525 0 0 0 45 4 0 0 20 0 18 0 254807520 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860563679912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27351] ppid=27344 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/27346/task/27351/stat : 27351 (java) S 27344 27346 21231 0 -1 4202560 155 0 0 0 46 5 0 0 20 0 18 0 254807520 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860562627624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27352] ppid=27344 vsize=9558412 CPUtime=0.4 cores=0,2,4,6
/proc/27346/task/27352/stat : 27352 (java) S 27344 27346 21231 0 -1 4202560 577 0 0 0 36 4 0 0 20 0 18 0 254807520 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860561574824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27353] ppid=27344 vsize=9558412 CPUtime=0.66 cores=0,2,4,6
/proc/27346/task/27353/stat : 27353 (java) S 27344 27346 21231 0 -1 4202560 413 0 0 0 61 5 0 0 20 0 18 0 254807520 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860560521512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27354] ppid=27344 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/27346/task/27354/stat : 27354 (java) S 27344 27346 21231 0 -1 4202560 569 0 0 0 40 4 0 0 20 0 18 0 254807520 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860559468712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27355] ppid=27344 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/27346/task/27355/stat : 27355 (java) S 27344 27346 21231 0 -1 4202560 450 0 0 0 39 5 0 0 20 0 18 0 254807520 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860558416424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27356] ppid=27344 vsize=9558412 CPUtime=0.44 cores=0,2,4,6
/proc/27346/task/27356/stat : 27356 (java) S 27344 27346 21231 0 -1 4202560 584 0 0 0 40 4 0 0 20 0 18 0 254807520 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860557363624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27357] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27357/stat : 27357 (java) S 27344 27346 21231 0 -1 4202560 1262 0 0 0 0 0 0 0 20 0 18 0 254807521 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860544953064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27358] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27358/stat : 27358 (java) S 27344 27346 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254807522 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860543899128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27359] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27359/stat : 27359 (java) S 27344 27346 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254807522 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860542846728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27360] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27360/stat : 27360 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254807525 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860541795216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27361] ppid=27344 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/27346/task/27361/stat : 27361 (java) S 27344 27346 21231 0 -1 4202560 5670 0 0 0 35 2 0 0 20 0 18 0 254807525 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860540741816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27362] ppid=27344 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/27346/task/27362/stat : 27362 (java) S 27344 27346 21231 0 -1 4202560 5150 0 0 0 36 0 0 0 20 0 18 0 254807525 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860539689016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27363] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27363/stat : 27363 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254807525 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860538636920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27364] ppid=27344 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27364/stat : 27364 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254807525 9787813888 735057 33554432000 1073741824 1073778376 140733718255184 139860537584328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9.95
Current children cumulated vsize (KiB) 9558412

[startup+12.7007 s]
/proc/loadavg: 3.81 3.92 3.90 5/219 27368
/proc/meminfo: memFree=22075788/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=9824668 CPUtime=20.71 cores=0,2,4,6
/proc/27346/stat : 27346 (java) S 27344 27346 21231 0 -1 4202496 21761 0 1 0 1984 87 0 0 20 0 22 0 254807517 10060460032 735830 33554432000 1073741824 1073778376 140733718255184 140733718246320 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27346/statm: 2456167 735830 2269 9 0 2446860 0
[pid=27346/tid=27348] ppid=27344 vsize=9824668 CPUtime=8.19 cores=0,2,4,6

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

/proc/27346/statm: 2456167 803464 2282 9 0 2446860 0
[pid=27346/tid=27348] ppid=27344 vsize=9824668 CPUtime=8.24 cores=0,2,4,6
/proc/27346/task/27348/stat : 27348 (java) S 27344 27346 21231 0 -1 4202560 4352 0 1 0 778 46 0 0 20 0 22 0 254807519 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860720817144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27349] ppid=27344 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27346/task/27349/stat : 27349 (java) S 27344 27346 21231 0 -1 4202560 2876 0 0 0 70 10 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860564732712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27350] ppid=27344 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/27346/task/27350/stat : 27350 (java) S 27344 27346 21231 0 -1 4202560 2148 0 0 0 59 8 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860563679912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27351] ppid=27344 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/27346/task/27351/stat : 27351 (java) S 27344 27346 21231 0 -1 4202560 2581 0 0 0 64 8 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860562627624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27352] ppid=27344 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/27346/task/27352/stat : 27352 (java) S 27344 27346 21231 0 -1 4202560 4677 0 0 0 50 7 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860561574824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27353] ppid=27344 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/27346/task/27353/stat : 27353 (java) S 27344 27346 21231 0 -1 4202560 2863 0 0 0 77 9 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860560521512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27354] ppid=27344 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/27346/task/27354/stat : 27354 (java) S 27344 27346 21231 0 -1 4202560 3113 0 0 0 56 6 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860559468712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27355] ppid=27344 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/27346/task/27355/stat : 27355 (java) S 27344 27346 21231 0 -1 4202560 3019 0 0 0 52 7 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860558416424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27356] ppid=27344 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/27346/task/27356/stat : 27356 (java) S 27344 27346 21231 0 -1 4202560 3098 0 0 0 59 9 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860557363624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27357] ppid=27344 vsize=9824668 CPUtime=14.05 cores=0,2,4,6
/proc/27346/task/27357/stat : 27357 (java) S 27344 27346 21231 0 -1 4202560 8735 0 0 0 1399 6 0 0 20 0 22 0 254807521 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860544953064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27358] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27358/stat : 27358 (java) S 27344 27346 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254807522 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860543899128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27359] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27359/stat : 27359 (java) S 27344 27346 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254807522 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860542846728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27360] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27360/stat : 27360 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860541795216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27361] ppid=27344 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/27346/task/27361/stat : 27361 (java) S 27344 27346 21231 0 -1 4202560 5787 0 0 0 129 2 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860540741816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27362] ppid=27344 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/27346/task/27362/stat : 27362 (java) S 27344 27346 21231 0 -1 4202560 5226 0 0 0 102 1 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860539689016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27363] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27363/stat : 27363 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860538636920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27364] ppid=27344 vsize=9824668 CPUtime=0.36 cores=0,2,4,6
/proc/27346/task/27364/stat : 27364 (java) S 27344 27346 21231 0 -1 4202560 47 0 0 0 15 21 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860537584328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27365] ppid=27344 vsize=9824668 CPUtime=796.1 cores=0,2,4,6
/proc/27346/task/27365/stat : 27365 (java) R 27344 27346 21231 0 -1 4202560 36 0 0 0 79598 12 0 0 20 0 22 0 254808457 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860536529632 139860593525368 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27366] ppid=27344 vsize=9824668 CPUtime=796.18 cores=0,2,4,6
/proc/27346/task/27366/stat : 27366 (java) R 27344 27346 21231 0 -1 4202560 72 0 0 0 79605 13 0 0 20 0 22 0 254808457 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860535474656 139860593436699 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27367] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27367/stat : 27367 (java) S 27344 27346 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254808472 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860534425256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27368] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27368/stat : 27368 (java) S 27344 27346 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254808472 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860533372456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1626.98
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 2.98 3.35 3.66 4/218 27375
/proc/meminfo: memFree=17476048/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=9824668 CPUtime=1747.05 cores=0,2,4,6
/proc/27346/stat : 27346 (java) S 27344 27346 21231 0 -1 4202496 49822 0 1 0 174553 152 0 0 20 0 22 0 254807517 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 140733718246320 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27346/statm: 2456167 803464 2282 9 0 2446860 0
[pid=27346/tid=27348] ppid=27344 vsize=9824668 CPUtime=8.24 cores=0,2,4,6
/proc/27346/task/27348/stat : 27348 (java) S 27344 27346 21231 0 -1 4202560 4352 0 1 0 778 46 0 0 20 0 22 0 254807519 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860720817144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27349] ppid=27344 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27346/task/27349/stat : 27349 (java) S 27344 27346 21231 0 -1 4202560 2876 0 0 0 70 10 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860564732712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27350] ppid=27344 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/27346/task/27350/stat : 27350 (java) S 27344 27346 21231 0 -1 4202560 2148 0 0 0 59 8 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860563679912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27351] ppid=27344 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/27346/task/27351/stat : 27351 (java) S 27344 27346 21231 0 -1 4202560 2581 0 0 0 64 8 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860562627624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27352] ppid=27344 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/27346/task/27352/stat : 27352 (java) S 27344 27346 21231 0 -1 4202560 4677 0 0 0 50 7 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860561574824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27353] ppid=27344 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/27346/task/27353/stat : 27353 (java) S 27344 27346 21231 0 -1 4202560 2863 0 0 0 77 9 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860560521512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27354] ppid=27344 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/27346/task/27354/stat : 27354 (java) S 27344 27346 21231 0 -1 4202560 3113 0 0 0 56 6 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860559468712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27355] ppid=27344 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/27346/task/27355/stat : 27355 (java) S 27344 27346 21231 0 -1 4202560 3019 0 0 0 52 7 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860558416424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27356] ppid=27344 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/27346/task/27356/stat : 27356 (java) S 27344 27346 21231 0 -1 4202560 3098 0 0 0 59 9 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860557363624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27357] ppid=27344 vsize=9824668 CPUtime=14.05 cores=0,2,4,6
/proc/27346/task/27357/stat : 27357 (java) S 27344 27346 21231 0 -1 4202560 8735 0 0 0 1399 6 0 0 20 0 22 0 254807521 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860544953064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27358] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27358/stat : 27358 (java) S 27344 27346 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254807522 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860543899128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27359] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27359/stat : 27359 (java) S 27344 27346 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254807522 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860542846728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27360] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27360/stat : 27360 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860541795216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27361] ppid=27344 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/27346/task/27361/stat : 27361 (java) S 27344 27346 21231 0 -1 4202560 5787 0 0 0 129 2 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860540741816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27362] ppid=27344 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/27346/task/27362/stat : 27362 (java) S 27344 27346 21231 0 -1 4202560 5226 0 0 0 102 1 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860539689016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27363] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27363/stat : 27363 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860538636920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27364] ppid=27344 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/27346/task/27364/stat : 27364 (java) S 27344 27346 21231 0 -1 4202560 51 0 0 0 17 23 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860537584328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27365] ppid=27344 vsize=9824668 CPUtime=855.95 cores=0,2,4,6
/proc/27346/task/27365/stat : 27365 (java) R 27344 27346 21231 0 -1 4202560 36 0 0 0 85582 13 0 0 20 0 22 0 254808457 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860536529632 139860593525357 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27366] ppid=27344 vsize=9824668 CPUtime=856.02 cores=0,2,4,6
/proc/27346/task/27366/stat : 27366 (java) R 27344 27346 21231 0 -1 4202560 72 0 0 0 85588 14 0 0 20 0 22 0 254808457 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860535474656 139860593436699 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27367] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27367/stat : 27367 (java) S 27344 27346 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254808472 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860534425256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27368] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27368/stat : 27368 (java) S 27344 27346 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254808472 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860533372456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1747.05
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.801 s]
/proc/loadavg: 2.99 3.32 3.64 4/220 27377
/proc/meminfo: memFree=17475936/32873844 swapFree=7104/7104
[pid=27346] ppid=27344 vsize=9824668 CPUtime=1800.09 cores=0,2,4,6
/proc/27346/stat : 27346 (java) S 27344 27346 21231 0 -1 4202496 49824 0 1 0 179855 154 0 0 20 0 22 0 254807517 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 140733718246320 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27346/statm: 2456167 803464 2282 9 0 2446860 0
[pid=27346/tid=27348] ppid=27344 vsize=9824668 CPUtime=8.25 cores=0,2,4,6
/proc/27346/task/27348/stat : 27348 (java) S 27344 27346 21231 0 -1 4202560 4352 0 1 0 778 47 0 0 20 0 22 0 254807519 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860720817144 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27349] ppid=27344 vsize=9824668 CPUtime=0.8 cores=0,2,4,6
/proc/27346/task/27349/stat : 27349 (java) S 27344 27346 21231 0 -1 4202560 2876 0 0 0 70 10 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860564732712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27350] ppid=27344 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/27346/task/27350/stat : 27350 (java) S 27344 27346 21231 0 -1 4202560 2148 0 0 0 59 8 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860563679912 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27351] ppid=27344 vsize=9824668 CPUtime=0.72 cores=0,2,4,6
/proc/27346/task/27351/stat : 27351 (java) S 27344 27346 21231 0 -1 4202560 2581 0 0 0 64 8 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860562627624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27352] ppid=27344 vsize=9824668 CPUtime=0.57 cores=0,2,4,6
/proc/27346/task/27352/stat : 27352 (java) S 27344 27346 21231 0 -1 4202560 4677 0 0 0 50 7 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860561574824 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27353] ppid=27344 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/27346/task/27353/stat : 27353 (java) S 27344 27346 21231 0 -1 4202560 2863 0 0 0 77 9 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860560521512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27354] ppid=27344 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/27346/task/27354/stat : 27354 (java) S 27344 27346 21231 0 -1 4202560 3113 0 0 0 56 6 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860559468712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27355] ppid=27344 vsize=9824668 CPUtime=0.59 cores=0,2,4,6
/proc/27346/task/27355/stat : 27355 (java) S 27344 27346 21231 0 -1 4202560 3019 0 0 0 52 7 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860558416424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27356] ppid=27344 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/27346/task/27356/stat : 27356 (java) S 27344 27346 21231 0 -1 4202560 3098 0 0 0 59 9 0 0 20 0 22 0 254807520 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860557363624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27357] ppid=27344 vsize=9824668 CPUtime=14.05 cores=0,2,4,6
/proc/27346/task/27357/stat : 27357 (java) S 27344 27346 21231 0 -1 4202560 8735 0 0 0 1399 6 0 0 20 0 22 0 254807521 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860544953064 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27358] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27358/stat : 27358 (java) S 27344 27346 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254807522 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860543899128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27359] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27359/stat : 27359 (java) S 27344 27346 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254807522 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860542846728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27360] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27360/stat : 27360 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860541795216 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27361] ppid=27344 vsize=9824668 CPUtime=1.31 cores=0,2,4,6
/proc/27346/task/27361/stat : 27361 (java) S 27344 27346 21231 0 -1 4202560 5787 0 0 0 129 2 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860540741816 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27346/tid=27362] ppid=27344 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/27346/task/27362/stat : 27362 (java) S 27344 27346 21231 0 -1 4202560 5226 0 0 0 102 1 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860539689016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27363] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27363/stat : 27363 (java) S 27344 27346 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860538636920 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27364] ppid=27344 vsize=9824668 CPUtime=0.4 cores=0,2,4,6
/proc/27346/task/27364/stat : 27364 (java) S 27344 27346 21231 0 -1 4202560 53 0 0 0 17 23 0 0 20 0 22 0 254807525 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860537584328 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27346/tid=27365] ppid=27344 vsize=9824668 CPUtime=882.39 cores=0,2,4,6
/proc/27346/task/27365/stat : 27365 (java) R 27344 27346 21231 0 -1 4202560 36 0 0 0 88226 13 0 0 20 0 22 0 254808457 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860536529632 139860593524084 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27346/tid=27366] ppid=27344 vsize=9824668 CPUtime=882.46 cores=0,2,4,6
/proc/27346/task/27366/stat : 27366 (java) R 27344 27346 21231 0 -1 4202560 72 0 0 0 88232 14 0 0 20 0 22 0 254808457 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860535474656 139860593119569 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27367] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27367/stat : 27367 (java) S 27344 27346 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254808472 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860534425256 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27346/tid=27368] ppid=27344 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27346/task/27368/stat : 27368 (java) S 27344 27346 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254808472 10060460032 803464 33554432000 1073741824 1073778376 140733718255184 139860533372456 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27346 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=859291
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=860717
# CPU time returned by wait4() is 1795.72
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 908.842
CPU time (s): 1800.09
CPU user time (s): 1798.55
CPU system time (s): 1.54
CPU usage (%): 198.064
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.86
system time used= 1.86072
maximum resident set size= 3242936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49859
page faults= 1
swaps= 0
block input operations= 0
block output operations= 760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24628
involuntary context switches= 12497

runsolver used 3.33249 second user time and 8.63369 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 21:13:38
IDJOB=3689974
IDBENCH=92613
IDSOLVER=2268
FILE ID=node119/3689974-1337886817
RUNJOBID= node119-1337871880-21247
PBS_JOBID= 14620085
Free space on /tmp= 71640 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_unif_20null20mast_rapportOE2.0_TMAX120_K192_cod1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689974-1337886817/watcher-3689974-1337886817 -o /tmp/evaluation-result-3689974-1337886817/solver-3689974-1337886817 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689974-1337886817.opb

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

MD5SUM BENCH= 52aede169395dc6e3bc8a1feb542a706
RANDOM SEED=1358506899

node119.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25016164 kB
Buffers:          216812 kB
Cached:          2880144 kB
SwapCached:            0 kB
Active:          4414496 kB
Inactive:        2670448 kB
Active(anon):    3990896 kB
Inactive(anon):        0 kB
Active(file):     423600 kB
Inactive(file):  2670448 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31320 kB
Writeback:             0 kB
AnonPages:       3997584 kB
Mapped:            21748 kB
Shmem:               200 kB
Slab:             627924 kB
SReclaimable:      70084 kB
SUnreclaim:       557840 kB
KernelStack:        1616 kB
PageTables:        12152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4339528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3313664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71668 MiB
End job on node119 at 2012-05-24 21:28:49