Trace number 3743734

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.4 902.23

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_fibo_20null50mast_rapportOE1.0_TMAX60_K192_cod1.opb
MD5SUM00611863005b7eeed329d02777942736
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-79206
Best CPU time to get the best result obtained on this benchmark1804.07
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 1957472477
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1957472477
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.2.0.v20100531
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		1349517296
0.03/0.08	c Max memory 		1356595200
0.03/0.08	c Total memory 		1356595200
0.03/0.08	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c Stops conflict analysis at the first Unique Implication Point
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c Stops conflict analysis at the first Unique Implication Point
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	
0.09/0.12	c solving HOME/instance-3743734-1338795936.opb
0.09/0.12	c reading problem ... 
11.69/7.71	c ... done. Wall clock time 7.598s.
11.69/7.71	c #vars     399113
11.69/7.71	c #constraints  400980
11.69/7.71	c constraints type 
11.69/7.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
11.69/7.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
11.69/7.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
11.69/7.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
11.69/7.71	c constraints type 
11.69/7.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
11.69/7.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
11.69/7.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
11.69/7.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
430.63/216.35	c cleaning 2494 clauses out of 4997 with flag 5000/5000
889.54/446.04	c cleaning 4248 clauses out of 8504 with flag 11001/11001
1398.18/700.81	c cleaning 5621 clauses out of 11255 with flag 18000/18000
1800.05/902.21	c starts		: 52
1800.05/902.21	c conflicts		: 23437
1800.05/902.21	c decisions		: 144242
1800.05/902.21	c propagations		: 1087585961
1800.05/902.21	c inspects		: 440840263
1800.05/902.21	c learnt literals	: 3
1800.05/902.21	c learnt binary clauses	: 62
1800.05/902.21	c learnt ternary clauses	: 63
1800.05/902.21	c learnt clauses	: 23434
1800.05/902.21	c ignored clauses	: 0
1800.05/902.21	c root simplifications	: 0
1800.05/902.21	c removed literals (reason simplification)	: 2648252
1800.05/902.21	c reason swapping (by a shorter reason)	: 0
1800.05/902.21	c Calls to reduceDB	: 3
1800.05/902.21	c number of reductions to clauses (during analyze)	: 0
1800.05/902.21	c number of learned constraints concerned by reduction	: 0
1800.05/902.21	c number of learning phase by resolution	: 0
1800.05/902.21	c number of learning phase by cutting planes	: 0
1800.05/902.21	c speed (assignments/second)	: 1216091.5736826158
1800.05/902.21	c non guided choices	2
1800.05/902.22	c learnt constraints type 
1800.05/902.22	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 11009
1800.05/902.22	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 62
1800.05/902.22	c constraints type 
1800.05/902.22	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.05/902.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.05/902.22	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.05/902.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.05/902.22	c constraints type 
1800.05/902.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.05/902.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.05/902.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.05/902.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.05/902.22	s UNKNOWN
1800.05/902.22	c Total wall clock time (in seconds): 902.103

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-3743734-1338795936/watcher-3743734-1338795936 -o /tmp/evaluation-result-3743734-1338795936/solver-3743734-1338795936 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743734-1338795936.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.60 3.84 3.79 4/199 26372
/proc/meminfo: memFree=27662996/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/26372/stat : 26372 (java) R 26370 26372 24174 0 -1 4202496 446 0 0 0 0 0 0 0 20 0 1 0 345718534 9515008 176 33554432000 1073741824 1073778376 140733200467184 140733200449912 215143498640 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 2323 176 133 9 0 71 0

[startup+0.054053 s]
/proc/loadavg: 3.60 3.84 3.79 4/199 26372
/proc/meminfo: memFree=27662996/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2367080 CPUtime=0.03 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 3741 0 1 0 2 1 0 0 20 0 13 0 345718534 2423889920 4949 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 591770 4949 1708 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.100264 s]
/proc/loadavg: 3.60 3.84 3.79 4/199 26372
/proc/meminfo: memFree=27662996/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2699928 CPUtime=0.09 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 4672 0 1 0 8 1 0 0 20 0 18 0 345718534 2764726272 6385 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 674982 6385 2100 9 0 665676 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2699928

[startup+0.300244 s]
/proc/loadavg: 3.60 3.84 3.79 4/199 26372
/proc/meminfo: memFree=27662996/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 6178 0 1 0 45 2 0 0 20 0 18 0 345718534 2764726272 16628 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 674982 16628 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 2699928

[startup+0.700233 s]
/proc/loadavg: 3.60 3.84 3.79 4/199 26372
/proc/meminfo: memFree=27662996/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2699928 CPUtime=0.89 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 6247 0 1 0 85 4 0 0 20 0 18 0 345718534 2764726272 51445 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 674982 51445 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.89
Current children cumulated vsize (KiB) 2699928

[startup+1.50071 s]
/proc/loadavg: 3.55 3.82 3.79 4/217 26390
/proc/meminfo: memFree=27375448/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2699928 CPUtime=2.31 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 11046 0 1 0 215 16 0 0 20 0 18 0 345718534 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 674982 113065 2248 9 0 665676 0
[pid=26372/tid=26374] ppid=26370 vsize=2699928 CPUtime=1.39 cores=0,2,4,6
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 24174 0 -1 4202560 2951 0 1 0 131 8 0 0 20 0 18 0 345718535 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801366876160 139801202696657 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26375] ppid=26370 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 24174 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 345718536 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801351166504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26376] ppid=26370 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 24174 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 345718536 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801350113704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26377] ppid=26370 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 24174 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 345718536 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801349060904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26378] ppid=26370 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 24174 0 -1 4202560 37 0 0 0 5 2 0 0 20 0 18 0 345718536 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801348008104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 24174 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 18 0 345718536 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801346956328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26380] ppid=26370 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 24174 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 18 0 345718536 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801345903528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 24174 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 345718536 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801344850728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26382] ppid=26370 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 24174 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 345718536 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801343797928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26383] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345718537 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801331386856 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345718537 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801330332920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26385] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26385/stat : 26385 (java) S 26370 26372 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345718537 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801329280008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26386] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26386/stat : 26386 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345718540 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801328228496 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26387] ppid=26370 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/26372/task/26387/stat : 26387 (java) S 26370 26372 24174 0 -1 4202560 2815 0 0 0 22 2 0 0 20 0 18 0 345718540 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801327176632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26388] ppid=26370 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/26372/task/26388/stat : 26388 (java) S 26370 26372 24174 0 -1 4202560 3957 0 0 0 32 0 0 0 20 0 18 0 345718540 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801326123832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26389] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26389/stat : 26389 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345718540 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801325071224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26390] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26390/stat : 26390 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345718540 2764726272 113065 33554432000 1073741824 1073778376 140733200467184 139801324018632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 2699928

[startup+3.10099 s]
/proc/loadavg: 3.55 3.82 3.79 4/217 26390
/proc/meminfo: memFree=27140744/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2699928 CPUtime=5.44 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 13001 0 1 0 512 32 0 0 20 0 18 0 345718534 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 674982 158778 2248 9 0 665676 0
[pid=26372/tid=26374] ppid=26370 vsize=2699928 CPUtime=2.44 cores=0,2,4,6
/proc/26372/task/26374/stat : 26374 (java) R 26370 26372 24174 0 -1 4202560 2962 0 1 0 236 8 0 0 20 0 18 0 345718535 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801366883368 139801374649434 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26375] ppid=26370 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 24174 0 -1 4202560 244 0 0 0 23 2 0 0 20 0 18 0 345718536 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801351166504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26376] ppid=26370 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 24174 0 -1 4202560 316 0 0 0 33 3 0 0 20 0 18 0 345718536 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801350113704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26377] ppid=26370 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 24174 0 -1 4202560 248 0 0 0 23 3 0 0 20 0 18 0 345718536 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801349060904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26378] ppid=26370 vsize=2699928 CPUtime=0.36 cores=0,2,4,6
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 24174 0 -1 4202560 351 0 0 0 32 4 0 0 20 0 18 0 345718536 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801348008104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 24174 0 -1 4202560 326 0 0 0 26 2 0 0 20 0 18 0 345718536 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801346956328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26380] ppid=26370 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 24174 0 -1 4202560 244 0 0 0 24 3 0 0 20 0 18 0 345718536 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801345903528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 24174 0 -1 4202560 61 0 0 0 22 4 0 0 20 0 18 0 345718536 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801344850728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26382] ppid=26370 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 24174 0 -1 4202560 295 0 0 0 24 3 0 0 20 0 18 0 345718536 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801343797928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26383] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345718537 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801331386856 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345718537 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801330332920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26385] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26385/stat : 26385 (java) S 26370 26372 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345718537 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801329280008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26386] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26386/stat : 26386 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345718540 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801328228496 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26387] ppid=26370 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/26372/task/26387/stat : 26387 (java) S 26370 26372 24174 0 -1 4202560 2815 0 0 0 22 2 0 0 20 0 18 0 345718540 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801327176632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26388] ppid=26370 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/26372/task/26388/stat : 26388 (java) S 26370 26372 24174 0 -1 4202560 3957 0 0 0 32 0 0 0 20 0 18 0 345718540 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801326123832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26389] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26389/stat : 26389 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345718540 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801325071224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26390] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26390/stat : 26390 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345718540 2764726272 158778 33554432000 1073741824 1073778376 140733200467184 139801324018632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.44
Current children cumulated vsize (KiB) 2699928

[startup+6.30065 s]
/proc/loadavg: 3.55 3.82 3.79 4/217 26390
/proc/meminfo: memFree=26956060/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2699928 CPUtime=10.07 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 13520 0 1 0 965 42 0 0 20 0 18 0 345718534 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 674982 185124 2248 9 0 665676 0
[pid=26372/tid=26374] ppid=26370 vsize=2699928 CPUtime=5.11 cores=0,2,4,6
/proc/26372/task/26374/stat : 26374 (java) S 26370 26372 24174 0 -1 4202560 2976 0 1 0 502 9 0 0 20 0 18 0 345718535 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801366883848 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26375] ppid=26370 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/26372/task/26375/stat : 26375 (java) R 26370 26372 24174 0 -1 4202560 320 0 0 0 44 3 0 0 20 0 18 0 345718536 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801351166680 139801371060399 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26376] ppid=26370 vsize=2699928 CPUtime=0.63 cores=0,2,4,6
/proc/26372/task/26376/stat : 26376 (java) R 26370 26372 24174 0 -1 4202560 328 0 0 0 58 5 0 0 20 0 18 0 345718536 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801350113880 139801371046534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26377] ppid=26370 vsize=2699928 CPUtime=0.44 cores=0,2,4,6
/proc/26372/task/26377/stat : 26377 (java) R 26370 26372 24174 0 -1 4202560 314 0 0 0 40 4 0 0 20 0 18 0 345718536 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801349061080 139801369356019 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26378] ppid=26370 vsize=2699928 CPUtime=0.61 cores=0,2,4,6
/proc/26372/task/26378/stat : 26378 (java) R 26370 26372 24174 0 -1 4202560 371 0 0 0 55 6 0 0 20 0 18 0 345718536 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801348008280 139801369444550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=2699928 CPUtime=0.58 cores=0,2,4,6
/proc/26372/task/26379/stat : 26379 (java) R 26370 26372 24174 0 -1 4202560 348 0 0 0 54 4 0 0 20 0 18 0 345718536 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801346956504 139801371060352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26380] ppid=26370 vsize=2699928 CPUtime=0.5 cores=0,2,4,6
/proc/26372/task/26380/stat : 26380 (java) R 26370 26372 24174 0 -1 4202560 316 0 0 0 47 3 0 0 20 0 18 0 345718536 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801345903704 139801373780450 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/26372/task/26381/stat : 26381 (java) R 26370 26372 24174 0 -1 4202560 278 0 0 0 46 5 0 0 20 0 18 0 345718536 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801344850608 139801371060399 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26382] ppid=26370 vsize=2699928 CPUtime=0.53 cores=0,2,4,6
/proc/26372/task/26382/stat : 26382 (java) R 26370 26372 24174 0 -1 4202560 315 0 0 0 49 4 0 0 20 0 18 0 345718536 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801343798104 139801371060456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26383] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345718537 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801331385736 215146869820 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345718537 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801330332920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26385] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26385/stat : 26385 (java) S 26370 26372 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345718537 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801329280008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26386] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26386/stat : 26386 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345718540 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801328228496 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26387] ppid=26370 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/26372/task/26387/stat : 26387 (java) S 26370 26372 24174 0 -1 4202560 2815 0 0 0 22 2 0 0 20 0 18 0 345718540 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801327176632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26388] ppid=26370 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/26372/task/26388/stat : 26388 (java) S 26370 26372 24174 0 -1 4202560 3957 0 0 0 32 0 0 0 20 0 18 0 345718540 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801326123832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26389] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26389/stat : 26389 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345718540 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801325071224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26390] ppid=26370 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26390/stat : 26390 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345718540 2764726272 185124 33554432000 1073741824 1073778376 140733200467184 139801324018632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.07
Current children cumulated vsize (KiB) 2699928

[startup+12.7008 s]
/proc/loadavg: 3.55 3.81 3.78 5/221 26394
/proc/meminfo: memFree=26797560/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2966184 CPUtime=23.36 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 14473 0 1 0 2282 54 0 0 20 0 22 0 345718534 3037372416 218071 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 741546 218071 2273 9 0 732240 0
[pid=26372/tid=26374] ppid=26370 vsize=2966184 CPUtime=6.49 cores=0,2,4,6

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

[pid=26372/tid=26392] ppid=26370 vsize=2966184 CPUtime=750.87 cores=0,2,4,6
/proc/26372/task/26392/stat : 26392 (java) R 26370 26372 24174 0 -1 4202560 65 0 0 0 75076 11 0 0 20 0 22 0 345719306 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801321908576 139801202850187 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26393] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26393/stat : 26393 (java) S 26370 26372 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345719369 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801320858536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26394] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26394/stat : 26394 (java) S 26370 26372 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345719369 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801202254632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1520.22
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.90 5/221 26400
/proc/meminfo: memFree=26546108/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2966184 CPUtime=1640.22 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 19717 0 1 0 163940 82 0 0 20 0 22 0 345718534 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 741546 245769 2285 9 0 732240 0
[pid=26372/tid=26374] ppid=26370 vsize=2966184 CPUtime=6.5 cores=0,2,4,6
/proc/26372/task/26374/stat : 26374 (java) S 26370 26372 24174 0 -1 4202560 2993 0 1 0 640 10 0 0 20 0 22 0 345718535 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801366885528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26375] ppid=26370 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 24174 0 -1 4202560 352 0 0 0 72 4 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801351166504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26376] ppid=26370 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 24174 0 -1 4202560 358 0 0 0 77 6 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801350113704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26377] ppid=26370 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 24174 0 -1 4202560 349 0 0 0 70 6 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801349060904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26378] ppid=26370 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 24174 0 -1 4202560 388 0 0 0 76 7 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801348008104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 24174 0 -1 4202560 365 0 0 0 72 5 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801346956328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26380] ppid=26370 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 24174 0 -1 4202560 396 0 0 0 72 5 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801345903528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 24174 0 -1 4202560 304 0 0 0 66 6 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801344850728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26382] ppid=26370 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 24174 0 -1 4202560 840 0 0 0 72 5 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801343797928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26383] ppid=26370 vsize=2966184 CPUtime=3.13 cores=0,2,4,6
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 24174 0 -1 4202560 93 0 0 0 309 4 0 0 20 0 22 0 345718537 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801331386856 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345718537 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801330332920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26385] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26385/stat : 26385 (java) S 26370 26372 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345718537 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801329280008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26386] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26386/stat : 26386 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801328228496 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26387] ppid=26370 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/26372/task/26387/stat : 26387 (java) S 26370 26372 24174 0 -1 4202560 2834 0 0 0 71 2 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801327176632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26388] ppid=26370 vsize=2966184 CPUtime=1.6 cores=0,2,4,6
/proc/26372/task/26388/stat : 26388 (java) S 26370 26372 24174 0 -1 4202560 9110 0 0 0 158 2 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801326123832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26389] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26389/stat : 26389 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801325071224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26390] ppid=26370 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/26372/task/26390/stat : 26390 (java) S 26370 26372 24174 0 -1 4202560 47 0 0 0 19 16 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801324018632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26391] ppid=26370 vsize=2966184 CPUtime=810.85 cores=0,2,4,6
/proc/26372/task/26391/stat : 26391 (java) R 26370 26372 24174 0 -1 4202560 34 0 0 0 81071 14 0 0 20 0 22 0 345719306 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801322963408 139801203214058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26392] ppid=26370 vsize=2966184 CPUtime=810.86 cores=0,2,4,6
/proc/26372/task/26392/stat : 26392 (java) R 26370 26372 24174 0 -1 4202560 65 0 0 0 81074 12 0 0 20 0 22 0 345719306 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801321908576 139801202850362 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26393] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26393/stat : 26393 (java) S 26370 26372 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345719369 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801320858536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26394] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26394/stat : 26394 (java) S 26370 26372 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345719369 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801202254632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1640.22
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.92 3.98 3.90 4/218 26461
/proc/meminfo: memFree=27372356/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2966184 CPUtime=1760.23 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 19722 0 1 0 175939 84 0 0 20 0 22 0 345718534 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 741546 245769 2285 9 0 732240 0
[pid=26372/tid=26374] ppid=26370 vsize=2966184 CPUtime=6.5 cores=0,2,4,6
/proc/26372/task/26374/stat : 26374 (java) S 26370 26372 24174 0 -1 4202560 2993 0 1 0 640 10 0 0 20 0 22 0 345718535 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801366885528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26375] ppid=26370 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 24174 0 -1 4202560 352 0 0 0 72 4 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801351166504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26376] ppid=26370 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 24174 0 -1 4202560 358 0 0 0 77 6 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801350113704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26377] ppid=26370 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 24174 0 -1 4202560 349 0 0 0 70 6 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801349060904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26378] ppid=26370 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 24174 0 -1 4202560 388 0 0 0 76 7 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801348008104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 24174 0 -1 4202560 365 0 0 0 72 5 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801346956328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26380] ppid=26370 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 24174 0 -1 4202560 396 0 0 0 72 5 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801345903528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 24174 0 -1 4202560 304 0 0 0 66 6 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801344850728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26382] ppid=26370 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 24174 0 -1 4202560 840 0 0 0 72 5 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801343797928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26383] ppid=26370 vsize=2966184 CPUtime=3.13 cores=0,2,4,6
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 24174 0 -1 4202560 93 0 0 0 309 4 0 0 20 0 22 0 345718537 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801331386856 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345718537 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801330332920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26385] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26385/stat : 26385 (java) S 26370 26372 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345718537 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801329280008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26386] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26386/stat : 26386 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801328228496 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26387] ppid=26370 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/26372/task/26387/stat : 26387 (java) S 26370 26372 24174 0 -1 4202560 2834 0 0 0 71 2 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801327176632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26388] ppid=26370 vsize=2966184 CPUtime=1.61 cores=0,2,4,6
/proc/26372/task/26388/stat : 26388 (java) S 26370 26372 24174 0 -1 4202560 9111 0 0 0 159 2 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801326123832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26389] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26389/stat : 26389 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801325071224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26390] ppid=26370 vsize=2966184 CPUtime=0.38 cores=0,2,4,6
/proc/26372/task/26390/stat : 26390 (java) S 26370 26372 24174 0 -1 4202560 51 0 0 0 20 18 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801324018632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26391] ppid=26370 vsize=2966184 CPUtime=870.84 cores=0,2,4,6
/proc/26372/task/26391/stat : 26391 (java) R 26370 26372 24174 0 -1 4202560 34 0 0 0 87069 15 0 0 20 0 22 0 345719306 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801322963488 139801202864928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26392] ppid=26370 vsize=2966184 CPUtime=870.86 cores=0,2,4,6
/proc/26372/task/26392/stat : 26392 (java) R 26370 26372 24174 0 -1 4202560 65 0 0 0 87073 13 0 0 20 0 22 0 345719306 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801321908576 139801202850124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26393] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26393/stat : 26393 (java) S 26370 26372 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345719369 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801320858536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26394] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26394/stat : 26394 (java) S 26370 26372 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345719369 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801202254632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1760.23
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.201 s]
/proc/loadavg: 4.04 4.01 3.91 5/220 26465
/proc/meminfo: memFree=26665700/32873844 swapFree=7380/7380
[pid=26372] ppid=26370 vsize=2966184 CPUtime=1800.05 cores=0,2,4,6
/proc/26372/stat : 26372 (java) S 26370 26372 24174 0 -1 4202496 19724 0 1 0 179921 84 0 0 20 0 22 0 345718534 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 140733200458320 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26372/statm: 741546 245769 2285 9 0 732240 0
[pid=26372/tid=26374] ppid=26370 vsize=2966184 CPUtime=6.5 cores=0,2,4,6
/proc/26372/task/26374/stat : 26374 (java) S 26370 26372 24174 0 -1 4202560 2993 0 1 0 640 10 0 0 20 0 22 0 345718535 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801366885528 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26375] ppid=26370 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/26372/task/26375/stat : 26375 (java) S 26370 26372 24174 0 -1 4202560 352 0 0 0 72 4 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801351166504 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26376] ppid=26370 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/26372/task/26376/stat : 26376 (java) S 26370 26372 24174 0 -1 4202560 358 0 0 0 77 6 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801350113704 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26377] ppid=26370 vsize=2966184 CPUtime=0.76 cores=0,2,4,6
/proc/26372/task/26377/stat : 26377 (java) S 26370 26372 24174 0 -1 4202560 349 0 0 0 70 6 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801349060904 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26378] ppid=26370 vsize=2966184 CPUtime=0.83 cores=0,2,4,6
/proc/26372/task/26378/stat : 26378 (java) S 26370 26372 24174 0 -1 4202560 388 0 0 0 76 7 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801348008104 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26379] ppid=26370 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/26372/task/26379/stat : 26379 (java) S 26370 26372 24174 0 -1 4202560 365 0 0 0 72 5 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801346956328 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26380] ppid=26370 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/26372/task/26380/stat : 26380 (java) S 26370 26372 24174 0 -1 4202560 396 0 0 0 72 5 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801345903528 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26381] ppid=26370 vsize=2966184 CPUtime=0.72 cores=0,2,4,6
/proc/26372/task/26381/stat : 26381 (java) S 26370 26372 24174 0 -1 4202560 304 0 0 0 66 6 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801344850728 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26372/tid=26382] ppid=26370 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/26372/task/26382/stat : 26382 (java) S 26370 26372 24174 0 -1 4202560 840 0 0 0 72 5 0 0 20 0 22 0 345718536 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801343797928 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26383] ppid=26370 vsize=2966184 CPUtime=3.13 cores=0,2,4,6
/proc/26372/task/26383/stat : 26383 (java) S 26370 26372 24174 0 -1 4202560 93 0 0 0 309 4 0 0 20 0 22 0 345718537 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801331386856 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26384] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26384/stat : 26384 (java) S 26370 26372 24174 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345718537 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801330332920 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26385] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26385/stat : 26385 (java) S 26370 26372 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345718537 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801329280008 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26386] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26386/stat : 26386 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801328228496 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26387] ppid=26370 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/26372/task/26387/stat : 26387 (java) S 26370 26372 24174 0 -1 4202560 2834 0 0 0 71 2 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801327176632 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26388] ppid=26370 vsize=2966184 CPUtime=1.61 cores=0,2,4,6
/proc/26372/task/26388/stat : 26388 (java) S 26370 26372 24174 0 -1 4202560 9111 0 0 0 159 2 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801326123832 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26389] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26389/stat : 26389 (java) S 26370 26372 24174 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801325071224 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26390] ppid=26370 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/26372/task/26390/stat : 26390 (java) S 26370 26372 24174 0 -1 4202560 53 0 0 0 21 18 0 0 20 0 22 0 345718540 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801324018632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26372/tid=26391] ppid=26370 vsize=2966184 CPUtime=890.75 cores=0,2,4,6
/proc/26372/task/26391/stat : 26391 (java) R 26370 26372 24174 0 -1 4202560 34 0 0 0 89060 15 0 0 20 0 22 0 345719306 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801322963488 139801203289188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26372/tid=26392] ppid=26370 vsize=2966184 CPUtime=890.77 cores=0,2,4,6
/proc/26372/task/26392/stat : 26392 (java) R 26370 26372 24174 0 -1 4202560 65 0 0 0 89064 13 0 0 20 0 22 0 345719306 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801321908576 139801202850909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26393] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26393/stat : 26393 (java) S 26370 26372 24174 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345719369 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801320858536 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26372/tid=26394] ppid=26370 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/26372/task/26394/stat : 26394 (java) S 26370 26372 24174 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345719369 3037372416 245769 33554432000 1073741824 1073778376 140733200467184 139801202254632 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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
Real time (s): 902.23
CPU time (s): 1800.4
CPU user time (s): 1799.17
CPU system time (s): 1.23081
CPU usage (%): 199.55
Max. virtual memory (cumulated for all children) (KiB): 2967804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.17
system time used= 1.23081
maximum resident set size= 985244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19759
page faults= 1
swaps= 0
block input operations= 0
block output operations= 688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21290
involuntary context switches= 17581

runsolver used 3.39448 second user time and 8.5507 second system time

The end

Launcher Data

Begin job on node133 at 2012-06-04 09:45:37
IDJOB=3743734
IDBENCH=92244
IDSOLVER=2324
FILE ID=node133/3743734-1338795936
RUNJOBID= node133-1338782189-24190
PBS_JOBID= 14636833
Free space on /tmp= 70424 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_20null50mast_rapportOE1.0_TMAX60_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-3743734-1338795936/watcher-3743734-1338795936 -o /tmp/evaluation-result-3743734-1338795936/solver-3743734-1338795936 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743734-1338795936.opb

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

MD5SUM BENCH= 00611863005b7eeed329d02777942736
RANDOM SEED=780804695

node133.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.540
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.08
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.540
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.92
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.540
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.92
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.540
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.540
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		: 2666.540
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.90
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.540
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.91
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.540
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:        27663260 kB
Buffers:          504388 kB
Cached:          2943476 kB
SwapCached:          676 kB
Active:          2430692 kB
Inactive:        1871944 kB
Active(anon):     846252 kB
Inactive(anon):    10220 kB
Active(file):    1584440 kB
Inactive(file):  1861724 kB
Unevictable:        7380 kB
Mlocked:            7380 kB
SwapTotal:      67108856 kB
SwapFree:       67107040 kB
Dirty:             63020 kB
Writeback:             0 kB
AnonPages:        867076 kB
Mapped:            18624 kB
Shmem:                 0 kB
Slab:             761484 kB
SReclaimable:     202844 kB
SUnreclaim:       558640 kB
KernelStack:        1632 kB
PageTables:         5884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    815104 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= 70424 MiB
End job on node133 at 2012-06-04 10:00:42