Trace number 3743716

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.09 902.427

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null20mast_rapportOE2.0_TMAX120_K192_cod1.opb
MD5SUM7323ad829904457180c70fb1ea620d7c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-83387
Best CPU time to get the best result obtained on this benchmark1800.75
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 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 904013696
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 904013696
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.0.v20100531
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		1349517296
0.04/0.07	c Max memory 		1356595200
0.04/0.07	c Total memory 		1356595200
0.04/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3743716-1338795872.opb
0.11/0.10	c reading problem ... 
11.10/7.34	c ... done. Wall clock time 7.244s.
11.10/7.34	c #vars     399113
11.10/7.34	c #constraints  400980
11.10/7.34	c constraints type 
11.10/7.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
11.10/7.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.10/7.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.10/7.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.10/7.34	c constraints type 
11.10/7.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.10/7.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
11.10/7.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.10/7.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
457.21/229.73	c cleaning 2489 clauses out of 4997 with flag 5000/5000
1010.54/506.82	c cleaning 4251 clauses out of 8509 with flag 11001/11001
1650.73/827.31	c cleaning 5616 clauses out of 11257 with flag 18000/18000
1800.09/902.41	c starts		: 45
1800.09/902.41	c conflicts		: 19377
1800.09/902.41	c decisions		: 934688
1800.09/902.41	c propagations		: 650323037
1800.09/902.41	c inspects		: 278025595
1800.09/902.41	c learnt literals	: 3
1800.09/902.41	c learnt binary clauses	: 55
1800.09/902.41	c learnt ternary clauses	: 66
1800.09/902.41	c learnt clauses	: 19373
1800.09/902.41	c ignored clauses	: 0
1800.09/902.41	c root simplifications	: 0
1800.09/902.41	c removed literals (reason simplification)	: 1486522
1800.09/902.41	c reason swapping (by a shorter reason)	: 0
1800.09/902.41	c Calls to reduceDB	: 3
1800.09/902.41	c number of reductions to clauses (during analyze)	: 0
1800.09/902.41	c number of learned constraints concerned by reduction	: 0
1800.09/902.41	c number of learning phase by resolution	: 0
1800.09/902.41	c number of learning phase by cutting planes	: 0
1800.09/902.41	c speed (assignments/second)	: 726679.6253089648
1800.09/902.41	c non guided choices	1857
1800.09/902.42	c learnt constraints type 
1800.09/902.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 6962
1800.09/902.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 55
1800.09/902.42	c constraints type 
1800.09/902.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.09/902.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.09/902.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.09/902.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/902.42	c constraints type 
1800.09/902.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.09/902.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.09/902.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.09/902.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.09/902.42	s UNKNOWN
1800.09/902.42	c Total wall clock time (in seconds): 902.32

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-3743716-1338795872/watcher-3743716-1338795872 -o /tmp/evaluation-result-3743716-1338795872/solver-3743716-1338795872 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743716-1338795872.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.43 3.72 3.71 3/195 26311
/proc/meminfo: memFree=26935492/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26311/stat : 26311 (java) R 26309 26311 24165 0 -1 4202496 984 0 0 0 0 0 0 0 20 0 1 0 345714155 23793664 711 33554432000 1073741824 1073778376 140733918142944 140733918132008 213183928812 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 5809 711 526 9 0 128 0

[startup+0.05123 s]
/proc/loadavg: 3.43 3.72 3.71 3/195 26311
/proc/meminfo: memFree=26935492/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/26311/stat : 26311 (java) S 26309 26311 24165 0 -1 4202496 3832 0 1 0 3 1 0 0 20 0 18 0 345714155 2764726272 5551 33554432000 1073741824 1073778376 140733918142944 140733918134080 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 674982 5551 1754 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100212 s]
/proc/loadavg: 3.43 3.72 3.71 3/195 26311
/proc/meminfo: memFree=26935492/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/26311/stat : 26311 (java) S 26309 26311 24165 0 -1 4202496 4831 0 1 0 10 1 0 0 20 0 18 0 345714155 2764726272 6531 33554432000 1073741824 1073778376 140733918142944 140733918134080 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 674982 6502 2152 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.30024 s]
/proc/loadavg: 3.43 3.72 3.71 3/195 26311
/proc/meminfo: memFree=26935492/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/26311/stat : 26311 (java) S 26309 26311 24165 0 -1 4202496 6278 0 1 0 45 3 0 0 20 0 18 0 345714155 2764726272 19596 33554432000 1073741824 1073778376 140733918142944 140733918134080 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 674982 19596 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700216 s]
/proc/loadavg: 3.43 3.72 3.71 3/195 26311
/proc/meminfo: memFree=26935492/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=2699928 CPUtime=0.96 cores=0,2,4,6
/proc/26311/stat : 26311 (java) S 26309 26311 24165 0 -1 4202496 6452 0 1 0 91 5 0 0 20 0 18 0 345714155 2764726272 53418 33554432000 1073741824 1073778376 140733918142944 140733918134080 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 674982 53418 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 2699928

[startup+1.50076 s]
/proc/loadavg: 3.43 3.72 3.71 3/213 26329
/proc/meminfo: memFree=26609248/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=2699928 CPUtime=2.48 cores=0,2,4,6
/proc/26311/stat : 26311 (java) S 26309 26311 24165 0 -1 4202496 11290 0 1 0 225 23 0 0 20 0 18 0 345714155 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140733918134080 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 674982 128997 2248 9 0 665676 0
[pid=26311/tid=26313] ppid=26309 vsize=2699928 CPUtime=1.34 cores=0,2,4,6
/proc/26311/task/26313/stat : 26313 (java) R 26309 26311 24165 0 -1 4202560 2955 0 1 0 127 7 0 0 20 0 18 0 345714155 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653949148200 140653820786344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26314] ppid=26309 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/26311/task/26314/stat : 26314 (java) S 26309 26311 24165 0 -1 4202560 29 0 0 0 2 2 0 0 20 0 18 0 345714156 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653815593128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26315] ppid=26309 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/26311/task/26315/stat : 26315 (java) S 26309 26311 24165 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 18 0 345714156 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653814540584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26316] ppid=26309 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/26311/task/26316/stat : 26316 (java) S 26309 26311 24165 0 -1 4202560 54 0 0 0 6 2 0 0 20 0 18 0 345714156 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653813488040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26317] ppid=26309 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/26311/task/26317/stat : 26317 (java) S 26309 26311 24165 0 -1 4202560 55 0 0 0 6 3 0 0 20 0 18 0 345714156 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653812435496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26318] ppid=26309 vsize=2699928 CPUtime=0.06 cores=0,2,4,6
/proc/26311/task/26318/stat : 26318 (java) S 26309 26311 24165 0 -1 4202560 32 0 0 0 4 2 0 0 20 0 18 0 345714156 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653811382952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26319] ppid=26309 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/26311/task/26319/stat : 26319 (java) S 26309 26311 24165 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 18 0 345714156 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653810330408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26320] ppid=26309 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/26311/task/26320/stat : 26320 (java) S 26309 26311 24165 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 345714156 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653809277864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26321] ppid=26309 vsize=2699928 CPUtime=0.05 cores=0,2,4,6
/proc/26311/task/26321/stat : 26321 (java) S 26309 26311 24165 0 -1 4202560 36 0 0 0 4 1 0 0 20 0 18 0 345714156 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653808225320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26322] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26322/stat : 26322 (java) S 26309 26311 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345714157 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653325412456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26323] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26323/stat : 26323 (java) S 26309 26311 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345714158 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653324358776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26324] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26324/stat : 26324 (java) S 26309 26311 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345714158 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653323306120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26325] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26325/stat : 26325 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345714160 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653322254864 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26326] ppid=26309 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/26311/task/26326/stat : 26326 (java) S 26309 26311 24165 0 -1 4202560 2907 0 0 0 24 0 0 0 20 0 18 0 345714160 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653321202232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26327] ppid=26309 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/26311/task/26327/stat : 26327 (java) S 26309 26311 24165 0 -1 4202560 3961 0 0 0 30 2 0 0 20 0 18 0 345714160 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653320149688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26328] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26328/stat : 26328 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345714160 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653319097336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26329] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26329/stat : 26329 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345714160 2764726272 128997 33554432000 1073741824 1073778376 140733918142944 140653318045000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 2699928

[startup+3.10063 s]
/proc/loadavg: 3.43 3.72 3.71 3/213 26329
/proc/meminfo: memFree=26405380/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=2699928 CPUtime=5.63 cores=0,2,4,6
/proc/26311/stat : 26311 (java) S 26309 26311 24165 0 -1 4202496 13463 0 1 0 527 36 0 0 20 0 18 0 345714155 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140733918134080 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 674982 163710 2248 9 0 665676 0
[pid=26311/tid=26313] ppid=26309 vsize=2699928 CPUtime=2.38 cores=0,2,4,6
/proc/26311/task/26313/stat : 26313 (java) S 26309 26311 24165 0 -1 4202560 2968 0 1 0 231 7 0 0 20 0 18 0 345714155 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653949147880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26314] ppid=26309 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/26311/task/26314/stat : 26314 (java) R 26309 26311 24165 0 -1 4202560 317 0 0 0 30 3 0 0 20 0 18 0 345714156 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653815593304 140653952906712 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26315] ppid=26309 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/26311/task/26315/stat : 26315 (java) R 26309 26311 24165 0 -1 4202560 308 0 0 0 20 4 0 0 20 0 18 0 345714156 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653814540608 140653951620793 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26316] ppid=26309 vsize=2699928 CPUtime=0.45 cores=0,2,4,6
/proc/26311/task/26316/stat : 26316 (java) R 26309 26311 24165 0 -1 4202560 284 0 0 0 39 6 0 0 20 0 18 0 345714156 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653813488216 140653951620793 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26317] ppid=26309 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/26311/task/26317/stat : 26317 (java) R 26309 26311 24165 0 -1 4202560 326 0 0 0 27 4 0 0 20 0 18 0 345714156 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653812435336 213193100423 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26318] ppid=26309 vsize=2699928 CPUtime=0.35 cores=0,2,4,6
/proc/26311/task/26318/stat : 26318 (java) R 26309 26311 24165 0 -1 4202560 322 0 0 0 32 3 0 0 20 0 18 0 345714156 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653811383080 140653957194914 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26319] ppid=26309 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/26311/task/26319/stat : 26319 (java) R 26309 26311 24165 0 -1 4202560 316 0 0 0 27 3 0 0 20 0 18 0 345714156 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653810330584 213193100423 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26320] ppid=26309 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/26311/task/26320/stat : 26320 (java) R 26309 26311 24165 0 -1 4202560 309 0 0 0 25 3 0 0 20 0 18 0 345714156 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653809278040 140653952906335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26321] ppid=26309 vsize=2699928 CPUtime=0.3 cores=0,2,4,6
/proc/26311/task/26321/stat : 26321 (java) R 26309 26311 24165 0 -1 4202560 264 0 0 0 26 4 0 0 20 0 18 0 345714156 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653808225320 213193100423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26322] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26322/stat : 26322 (java) S 26309 26311 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345714157 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653325411336 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26323] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26323/stat : 26323 (java) S 26309 26311 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345714158 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653324358776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26324] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26324/stat : 26324 (java) S 26309 26311 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345714158 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653323306120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26325] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26325/stat : 26325 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345714160 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653322254864 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26326] ppid=26309 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/26311/task/26326/stat : 26326 (java) S 26309 26311 24165 0 -1 4202560 2907 0 0 0 24 0 0 0 20 0 18 0 345714160 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653321202232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26327] ppid=26309 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/26311/task/26327/stat : 26327 (java) S 26309 26311 24165 0 -1 4202560 3961 0 0 0 30 2 0 0 20 0 18 0 345714160 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653320149688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26328] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26328/stat : 26328 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345714160 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653319097336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26329] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26329/stat : 26329 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345714160 2764726272 163710 33554432000 1073741824 1073778376 140733918142944 140653318045000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.63
Current children cumulated vsize (KiB) 2699928

[startup+6.30075 s]
/proc/loadavg: 3.31 3.69 3.70 3/213 26329
/proc/meminfo: memFree=26215180/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=2699928 CPUtime=10.01 cores=0,2,4,6
/proc/26311/stat : 26311 (java) S 26309 26311 24165 0 -1 4202496 13669 0 1 0 958 43 0 0 20 0 18 0 345714155 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140733918134080 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 674982 186029 2248 9 0 665676 0
[pid=26311/tid=26313] ppid=26309 vsize=2699928 CPUtime=5.14 cores=0,2,4,6
/proc/26311/task/26313/stat : 26313 (java) R 26309 26311 24165 0 -1 4202560 2980 0 1 0 507 7 0 0 20 0 18 0 345714155 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653949140960 213196530957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26314] ppid=26309 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/26311/task/26314/stat : 26314 (java) S 26309 26311 24165 0 -1 4202560 336 0 0 0 51 3 0 0 20 0 18 0 345714156 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653815593128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26315] ppid=26309 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/26311/task/26315/stat : 26315 (java) S 26309 26311 24165 0 -1 4202560 327 0 0 0 43 5 0 0 20 0 18 0 345714156 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653814540584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26316] ppid=26309 vsize=2699928 CPUtime=0.66 cores=0,2,4,6
/proc/26311/task/26316/stat : 26316 (java) S 26309 26311 24165 0 -1 4202560 360 0 0 0 59 7 0 0 20 0 18 0 345714156 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653813488040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26317] ppid=26309 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/26311/task/26317/stat : 26317 (java) S 26309 26311 24165 0 -1 4202560 350 0 0 0 49 5 0 0 20 0 18 0 345714156 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653812435496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26318] ppid=26309 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/26311/task/26318/stat : 26318 (java) S 26309 26311 24165 0 -1 4202560 340 0 0 0 50 4 0 0 20 0 18 0 345714156 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653811382952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26319] ppid=26309 vsize=2699928 CPUtime=0.5 cores=0,2,4,6
/proc/26311/task/26319/stat : 26319 (java) S 26309 26311 24165 0 -1 4202560 331 0 0 0 47 3 0 0 20 0 18 0 345714156 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653810330408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26320] ppid=26309 vsize=2699928 CPUtime=0.43 cores=0,2,4,6
/proc/26311/task/26320/stat : 26320 (java) S 26309 26311 24165 0 -1 4202560 319 0 0 0 40 3 0 0 20 0 18 0 345714156 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653809277864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26321] ppid=26309 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/26311/task/26321/stat : 26321 (java) S 26309 26311 24165 0 -1 4202560 277 0 0 0 43 4 0 0 20 0 18 0 345714156 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653808225320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26322] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26322/stat : 26322 (java) S 26309 26311 24165 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345714157 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653325412456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26323] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26323/stat : 26323 (java) S 26309 26311 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345714158 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653324358776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26324] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26324/stat : 26324 (java) S 26309 26311 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345714158 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653323306120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26325] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26325/stat : 26325 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345714160 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653322254864 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26326] ppid=26309 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/26311/task/26326/stat : 26326 (java) S 26309 26311 24165 0 -1 4202560 2907 0 0 0 24 0 0 0 20 0 18 0 345714160 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653321202232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26327] ppid=26309 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/26311/task/26327/stat : 26327 (java) S 26309 26311 24165 0 -1 4202560 3961 0 0 0 30 2 0 0 20 0 18 0 345714160 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653320149688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26328] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26328/stat : 26328 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345714160 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653319097336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26329] ppid=26309 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26329/stat : 26329 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345714160 2764726272 186029 33554432000 1073741824 1073778376 140733918142944 140653318045000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.01
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.29 3.68 3.70 4/217 26333
/proc/meminfo: memFree=26070396/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=2966184 CPUtime=23.14 cores=0,2,4,6
/proc/26311/stat : 26311 (java) S 26309 26311 24165 0 -1 4202496 14586 0 1 0 2261 53 0 0 20 0 22 0 345714155 3037372416 218003 33554432000 1073741824 1073778376 140733918142944 140733918134080 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 741546 218003 2273 9 0 732240 0
[pid=26311/tid=26313] ppid=26309 vsize=2966184 CPUtime=6.18 cores=0,2,4,6

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

/proc/26311/statm: 741546 222123 2285 9 0 732240 0
[pid=26311/tid=26313] ppid=26309 vsize=2966184 CPUtime=6.2 cores=0,2,4,6
/proc/26311/task/26313/stat : 26313 (java) S 26309 26311 24165 0 -1 4202560 2995 0 1 0 613 7 0 0 20 0 22 0 345714155 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653949150360 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26314] ppid=26309 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/26311/task/26314/stat : 26314 (java) S 26309 26311 24165 0 -1 4202560 360 0 0 0 68 5 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653815593128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26315] ppid=26309 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/26311/task/26315/stat : 26315 (java) S 26309 26311 24165 0 -1 4202560 864 0 0 0 57 6 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653814540584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26316] ppid=26309 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/26311/task/26316/stat : 26316 (java) S 26309 26311 24165 0 -1 4202560 392 0 0 0 75 9 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653813488040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26317] ppid=26309 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/26311/task/26317/stat : 26317 (java) S 26309 26311 24165 0 -1 4202560 370 0 0 0 61 6 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653812435496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26318] ppid=26309 vsize=2966184 CPUtime=0.66 cores=0,2,4,6
/proc/26311/task/26318/stat : 26318 (java) S 26309 26311 24165 0 -1 4202560 347 0 0 0 61 5 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653811382952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26319] ppid=26309 vsize=2966184 CPUtime=0.61 cores=0,2,4,6
/proc/26311/task/26319/stat : 26319 (java) S 26309 26311 24165 0 -1 4202560 345 0 0 0 57 4 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653810330408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26320] ppid=26309 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/26311/task/26320/stat : 26320 (java) S 26309 26311 24165 0 -1 4202560 397 0 0 0 50 4 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653809277864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26321] ppid=26309 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/26311/task/26321/stat : 26321 (java) S 26309 26311 24165 0 -1 4202560 300 0 0 0 58 6 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653808225320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26322] ppid=26309 vsize=2966184 CPUtime=1.73 cores=0,2,4,6
/proc/26311/task/26322/stat : 26322 (java) S 26309 26311 24165 0 -1 4202560 36 0 0 0 171 2 0 0 20 0 22 0 345714157 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653325412456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26323] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26323/stat : 26323 (java) S 26309 26311 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345714158 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653324358776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26324] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26324/stat : 26324 (java) S 26309 26311 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345714158 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653323306120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26325] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26325/stat : 26325 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653322254864 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26326] ppid=26309 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/26311/task/26326/stat : 26326 (java) S 26309 26311 24165 0 -1 4202560 2936 0 0 0 82 1 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653321202232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26327] ppid=26309 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/26311/task/26327/stat : 26327 (java) S 26309 26311 24165 0 -1 4202560 4016 0 0 0 88 2 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653320149688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26328] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26328/stat : 26328 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653319097336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26329] ppid=26309 vsize=2966184 CPUtime=0.34 cores=0,2,4,6
/proc/26311/task/26329/stat : 26329 (java) S 26309 26311 24165 0 -1 4202560 47 0 0 0 17 17 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653318045000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26330] ppid=26309 vsize=2966184 CPUtime=810.69 cores=0,2,4,6
/proc/26311/task/26330/stat : 26330 (java) R 26309 26311 24165 0 -1 4202560 32 0 0 0 81057 12 0 0 20 0 22 0 345714889 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653316987432 140653821012212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26331] ppid=26309 vsize=2966184 CPUtime=810.67 cores=0,2,4,6
/proc/26311/task/26331/stat : 26331 (java) R 26309 26311 24165 0 -1 4202560 68 0 0 0 81055 12 0 0 20 0 22 0 345714889 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653315934544 140653821288726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26332] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26332/stat : 26332 (java) S 26309 26311 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345714948 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653314884648 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26333] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26333/stat : 26333 (java) S 26309 26311 24165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345714948 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653313832104 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.73
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.00 3.96 3.83 5/219 26341
/proc/meminfo: memFree=25891080/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=2966184 CPUtime=1759.87 cores=0,2,4,6
/proc/26311/stat : 26311 (java) S 26309 26311 24165 0 -1 4202496 14707 0 1 0 175919 68 0 0 20 0 22 0 345714155 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140733918134080 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 741546 222123 2285 9 0 732240 0
[pid=26311/tid=26313] ppid=26309 vsize=2966184 CPUtime=6.2 cores=0,2,4,6
/proc/26311/task/26313/stat : 26313 (java) S 26309 26311 24165 0 -1 4202560 2995 0 1 0 613 7 0 0 20 0 22 0 345714155 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653949150360 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26314] ppid=26309 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/26311/task/26314/stat : 26314 (java) S 26309 26311 24165 0 -1 4202560 360 0 0 0 68 5 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653815593128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26315] ppid=26309 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/26311/task/26315/stat : 26315 (java) S 26309 26311 24165 0 -1 4202560 864 0 0 0 58 6 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653814540584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26316] ppid=26309 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/26311/task/26316/stat : 26316 (java) S 26309 26311 24165 0 -1 4202560 392 0 0 0 75 9 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653813488040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26317] ppid=26309 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/26311/task/26317/stat : 26317 (java) S 26309 26311 24165 0 -1 4202560 370 0 0 0 62 6 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653812435496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26318] ppid=26309 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/26311/task/26318/stat : 26318 (java) S 26309 26311 24165 0 -1 4202560 347 0 0 0 62 5 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653811382952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26319] ppid=26309 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/26311/task/26319/stat : 26319 (java) S 26309 26311 24165 0 -1 4202560 345 0 0 0 58 4 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653810330408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26320] ppid=26309 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/26311/task/26320/stat : 26320 (java) S 26309 26311 24165 0 -1 4202560 397 0 0 0 50 4 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653809277864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26321] ppid=26309 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/26311/task/26321/stat : 26321 (java) S 26309 26311 24165 0 -1 4202560 300 0 0 0 58 6 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653808225320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26322] ppid=26309 vsize=2966184 CPUtime=2.6 cores=0,2,4,6
/proc/26311/task/26322/stat : 26322 (java) S 26309 26311 24165 0 -1 4202560 37 0 0 0 258 2 0 0 20 0 22 0 345714157 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653325412456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26323] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26323/stat : 26323 (java) S 26309 26311 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345714158 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653324358776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26324] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26324/stat : 26324 (java) S 26309 26311 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345714158 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653323306120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26325] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26325/stat : 26325 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653322254864 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26326] ppid=26309 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/26311/task/26326/stat : 26326 (java) S 26309 26311 24165 0 -1 4202560 2939 0 0 0 82 1 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653321202232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26327] ppid=26309 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/26311/task/26327/stat : 26327 (java) S 26309 26311 24165 0 -1 4202560 4017 0 0 0 88 2 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653320149688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26328] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26328/stat : 26328 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653319097336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26329] ppid=26309 vsize=2966184 CPUtime=0.36 cores=0,2,4,6
/proc/26311/task/26329/stat : 26329 (java) S 26309 26311 24165 0 -1 4202560 51 0 0 0 19 17 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653318045000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26330] ppid=26309 vsize=2966184 CPUtime=869.65 cores=0,2,4,6
/proc/26311/task/26330/stat : 26330 (java) R 26309 26311 24165 0 -1 4202560 32 0 0 0 86952 13 0 0 20 0 22 0 345714889 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653316989008 140653821398472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26331] ppid=26309 vsize=2966184 CPUtime=869.62 cores=0,2,4,6
/proc/26311/task/26331/stat : 26331 (java) R 26309 26311 24165 0 -1 4202560 68 0 0 0 86949 13 0 0 20 0 22 0 345714889 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653315934744 140653821288726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26332] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26332/stat : 26332 (java) S 26309 26311 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345714948 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653314884648 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26333] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26333/stat : 26333 (java) S 26309 26311 24165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345714948 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653313832104 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1759.87
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.401 s]
/proc/loadavg: 4.00 3.96 3.83 5/219 26341
/proc/meminfo: memFree=25889084/32873648 swapFree=6864/6864
[pid=26311] ppid=26309 vsize=2966184 CPUtime=1800.09 cores=0,2,4,6
/proc/26311/stat : 26311 (java) S 26309 26311 24165 0 -1 4202496 14709 0 1 0 179941 68 0 0 20 0 22 0 345714155 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140733918134080 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26311/statm: 741546 222123 2285 9 0 732240 0
[pid=26311/tid=26313] ppid=26309 vsize=2966184 CPUtime=6.2 cores=0,2,4,6
/proc/26311/task/26313/stat : 26313 (java) S 26309 26311 24165 0 -1 4202560 2995 0 1 0 613 7 0 0 20 0 22 0 345714155 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653949150360 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26314] ppid=26309 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/26311/task/26314/stat : 26314 (java) S 26309 26311 24165 0 -1 4202560 360 0 0 0 68 5 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653815593128 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26315] ppid=26309 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/26311/task/26315/stat : 26315 (java) S 26309 26311 24165 0 -1 4202560 864 0 0 0 58 6 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653814540584 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26316] ppid=26309 vsize=2966184 CPUtime=0.84 cores=0,2,4,6
/proc/26311/task/26316/stat : 26316 (java) S 26309 26311 24165 0 -1 4202560 392 0 0 0 75 9 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653813488040 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26317] ppid=26309 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/26311/task/26317/stat : 26317 (java) S 26309 26311 24165 0 -1 4202560 370 0 0 0 62 6 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653812435496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26318] ppid=26309 vsize=2966184 CPUtime=0.67 cores=0,2,4,6
/proc/26311/task/26318/stat : 26318 (java) S 26309 26311 24165 0 -1 4202560 347 0 0 0 62 5 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653811382952 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26319] ppid=26309 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/26311/task/26319/stat : 26319 (java) S 26309 26311 24165 0 -1 4202560 345 0 0 0 58 4 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653810330408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26320] ppid=26309 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/26311/task/26320/stat : 26320 (java) S 26309 26311 24165 0 -1 4202560 397 0 0 0 50 4 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653809277864 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26321] ppid=26309 vsize=2966184 CPUtime=0.64 cores=0,2,4,6
/proc/26311/task/26321/stat : 26321 (java) S 26309 26311 24165 0 -1 4202560 300 0 0 0 58 6 0 0 20 0 22 0 345714156 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653808225320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26322] ppid=26309 vsize=2966184 CPUtime=2.6 cores=0,2,4,6
/proc/26311/task/26322/stat : 26322 (java) S 26309 26311 24165 0 -1 4202560 37 0 0 0 258 2 0 0 20 0 22 0 345714157 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653325412456 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26323] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26323/stat : 26323 (java) S 26309 26311 24165 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345714158 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653324358776 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26324] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26324/stat : 26324 (java) S 26309 26311 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345714158 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653323306120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26325] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26325/stat : 26325 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653322254864 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26326] ppid=26309 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/26311/task/26326/stat : 26326 (java) S 26309 26311 24165 0 -1 4202560 2939 0 0 0 82 1 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653321202232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26327] ppid=26309 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/26311/task/26327/stat : 26327 (java) S 26309 26311 24165 0 -1 4202560 4017 0 0 0 88 2 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653320149688 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26328] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26328/stat : 26328 (java) S 26309 26311 24165 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653319097336 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26311/tid=26329] ppid=26309 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/26311/task/26329/stat : 26329 (java) S 26309 26311 24165 0 -1 4202560 53 0 0 0 20 17 0 0 20 0 22 0 345714160 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653318045000 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26330] ppid=26309 vsize=2966184 CPUtime=889.7 cores=0,2,4,6
/proc/26311/task/26330/stat : 26330 (java) R 26309 26311 24165 0 -1 4202560 32 0 0 0 88957 13 0 0 20 0 22 0 345714889 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653316989008 140653821011890 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26311/tid=26331] ppid=26309 vsize=2966184 CPUtime=889.67 cores=0,2,4,6
/proc/26311/task/26331/stat : 26331 (java) R 26309 26311 24165 0 -1 4202560 68 0 0 0 88954 13 0 0 20 0 22 0 345714889 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653315934744 140653821288726 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26311/tid=26332] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26332/stat : 26332 (java) S 26309 26311 24165 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345714948 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653314884648 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26311/tid=26333] ppid=26309 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26311/task/26333/stat : 26333 (java) S 26309 26311 24165 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 345714948 3037372416 222123 33554432000 1073741824 1073778376 140733918142944 140653313832104 213196519337 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) 2966184

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26311 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=798149
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=162823
# CPU time returned by wait4() is 1795.96
# 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): 902.427
CPU time (s): 1800.09
CPU user time (s): 1799.41
CPU system time (s): 0.68
CPU usage (%): 199.472
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.8
system time used= 1.16282
maximum resident set size= 890660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14743
page faults= 1
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21399
involuntary context switches= 14049

runsolver used 3.35349 second user time and 8.48171 second system time

The end

Launcher Data

Begin job on node113 at 2012-06-04 09:44:33
IDJOB=3743716
IDBENCH=92194
IDSOLVER=2324
FILE ID=node113/3743716-1338795872
RUNJOBID= node113-1338783018-24181
PBS_JOBID= 14636837
Free space on /tmp= 70920 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/sroussel/NG/normalized-NG.dot_fibo_20null20mast_rapportOE2.0_TMAX120_K192_cod1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3743716-1338795872/watcher-3743716-1338795872 -o /tmp/evaluation-result-3743716-1338795872/solver-3743716-1338795872 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743716-1338795872.opb

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

MD5SUM BENCH= 7323ad829904457180c70fb1ea620d7c
RANDOM SEED=1408760430

node113.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		: 2667.026
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	: 5334.05
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		: 2667.026
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.90
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		: 2667.026
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26935764 kB
Buffers:          546724 kB
Cached:          3604560 kB
SwapCached:         2028 kB
Active:          2703780 kB
Inactive:        2330356 kB
Active(anon):     882152 kB
Inactive(anon):     1912 kB
Active(file):    1821628 kB
Inactive(file):  2328444 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67099708 kB
Dirty:             63164 kB
Writeback:             0 kB
AnonPages:        887404 kB
Mapped:            19416 kB
Shmem:                 0 kB
Slab:             765624 kB
SReclaimable:     209236 kB
SUnreclaim:       556388 kB
KernelStack:        1600 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1574988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70916 MiB
End job on node113 at 2012-06-04 09:59:38