Trace number 3743740

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.02 902.05

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE1.0_TMAX60_K192_cod1.opb
MD5SUMd635e042f70a99b1424475d8ae4cefac
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2
Best CPU time to get the best result obtained on this benchmark1800.33
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 306555
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 36054688
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 36054688
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.2.0.v20100531
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		1349517296
0.00/0.09	c Max memory 		1356595200
0.00/0.09	c Total memory 		1356595200
0.00/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3743740-1338796113.opb
0.07/0.12	c reading problem ... 
12.20/7.83	c ... done. Wall clock time 7.703s.
12.20/7.83	c #vars     399113
12.20/7.83	c #constraints  400980
12.20/7.83	c constraints type 
12.20/7.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
12.20/7.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
12.20/7.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
12.20/7.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
12.20/7.83	c constraints type 
12.20/7.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
12.20/7.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
12.20/7.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
12.20/7.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
380.11/190.94	c cleaning 2489 clauses out of 4985 with flag 5000/5000
874.37/438.30	c cleaning 4249 clauses out of 8498 with flag 11002/11002
1439.20/721.18	c cleaning 5620 clauses out of 11247 with flag 18000/18000
1800.02/902.02	c starts		: 51
1800.02/902.02	c conflicts		: 22380
1800.02/902.02	c decisions		: 77072
1800.02/902.02	c propagations		: 1599777349
1800.02/902.02	c inspects		: 168959608
1800.02/902.02	c learnt literals	: 15
1800.02/902.02	c learnt binary clauses	: 98
1800.02/902.02	c learnt ternary clauses	: 88
1800.02/902.02	c learnt clauses	: 22365
1800.02/902.02	c ignored clauses	: 0
1800.02/902.02	c root simplifications	: 0
1800.02/902.02	c removed literals (reason simplification)	: 1849061
1800.02/902.02	c reason swapping (by a shorter reason)	: 0
1800.02/902.02	c Calls to reduceDB	: 3
1800.02/902.02	c number of reductions to clauses (during analyze)	: 0
1800.02/902.02	c number of learned constraints concerned by reduction	: 0
1800.02/902.02	c number of learning phase by resolution	: 0
1800.02/902.02	c number of learning phase by cutting planes	: 0
1800.02/902.02	c speed (assignments/second)	: 1789081.893201549
1800.02/902.02	c non guided choices	0
1800.02/902.03	c learnt constraints type 
1800.02/902.03	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 9909
1800.02/902.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 98
1800.02/902.03	c constraints type 
1800.02/902.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.02/902.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.02/902.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.02/902.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/902.03	c constraints type 
1800.02/902.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.02/902.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.02/902.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.02/902.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.02/902.03	s UNKNOWN
1800.02/902.03	c Total wall clock time (in seconds): 901.905

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-3743740-1338796113/watcher-3743740-1338796113 -o /tmp/evaluation-result-3743740-1338796113/solver-3743740-1338796113 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743740-1338796113.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.85 3.90 3.82 4/196 10383
/proc/meminfo: memFree=27625616/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/10383/stat : 10383 (java6) D 10381 10383 7918 0 -1 4202496 250 0 0 0 0 0 0 0 20 0 1 0 345736309 9515008 182 33554432000 1073741824 1073778376 140737437815136 140737437806168 233220947637 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/10383/statm: 2323 182 140 9 0 71 0

[startup+0.01778 s]
/proc/loadavg: 3.85 3.90 3.82 4/196 10383
/proc/meminfo: memFree=27625616/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=101528 CPUtime=0 cores=0,2,4,6
/proc/10383/stat : 10383 (java) S 10381 10383 7918 0 -1 4202496 1371 0 0 0 0 0 0 0 20 0 2 0 345736309 103964672 1052 33554432000 1073741824 1073778376 140734372667296 140734372658432 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10383/statm: 25382 1052 806 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101528

[startup+0.101489 s]
/proc/loadavg: 3.85 3.90 3.82 4/196 10383
/proc/meminfo: memFree=27625616/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/10383/stat : 10383 (java) S 10381 10383 7918 0 -1 4202496 4233 0 1 0 7 0 0 0 20 0 18 0 345736309 2764726272 5949 33554432000 1073741824 1073778376 140734372667296 140734372658432 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10383/statm: 674982 5949 1990 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300283 s]
/proc/loadavg: 3.85 3.90 3.82 4/196 10383
/proc/meminfo: memFree=27625616/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=2699928 CPUtime=0.46 cores=0,2,4,6
/proc/10383/stat : 10383 (java) S 10381 10383 7918 0 -1 4202496 6072 0 1 0 45 1 0 0 20 0 18 0 345736309 2764726272 16428 33554432000 1073741824 1073778376 140734372667296 140734372658432 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10383/statm: 674982 16428 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.70029 s]
/proc/loadavg: 3.85 3.90 3.82 4/196 10383
/proc/meminfo: memFree=27625616/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=2699928 CPUtime=0.88 cores=0,2,4,6
/proc/10383/stat : 10383 (java) S 10381 10383 7918 0 -1 4202496 6152 0 1 0 85 3 0 0 20 0 18 0 345736309 2764726272 55344 33554432000 1073741824 1073778376 140734372667296 140734372658432 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10383/statm: 674982 55344 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 2699928

[startup+1.50067 s]
/proc/loadavg: 3.85 3.90 3.82 4/214 10401
/proc/meminfo: memFree=27315044/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=2699928 CPUtime=2.39 cores=0,2,4,6
/proc/10383/stat : 10383 (java) S 10381 10383 7918 0 -1 4202496 11728 0 1 0 219 20 0 0 20 0 18 0 345736309 2764726272 125833 33554432000 1073741824 1073778376 140734372667296 140734372658432 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10383/statm: 674982 125833 2248 9 0 665676 0
[pid=10383/tid=10385] ppid=10381 vsize=2699928 CPUtime=1.34 cores=0,2,4,6
/proc/10383/task/10385/stat : 10385 (java) S 10381 10383 7918 0 -1 4202560 2956 0 1 0 128 6 0 0 20 0 18 0 345736310 2764726272 125833 33554432000 1073741824 1073778376 140734372667296 139887878548504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10386] ppid=10381 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/10383/task/10386/stat : 10386 (java) R 10381 10383 7918 0 -1 4202560 30 0 0 0 3 1 0 0 20 0 18 0 345736311 2764726272 125833 33554432000 1073741824 1073778376 140734372667296 139887862831448 139887881021113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10387] ppid=10381 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/10383/task/10387/stat : 10387 (java) R 10381 10383 7918 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 18 0 345736311 2764726272 125833 33554432000 1073741824 1073778376 140734372667296 139887861778904 139887885446268 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10388] ppid=10381 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/10383/task/10388/stat : 10388 (java) R 10381 10383 7918 0 -1 4202560 32 0 0 0 2 2 0 0 20 0 18 0 345736311 2764726272 125833 33554432000 1073741824 1073778376 140734372667296 139887860726360 139887881021171 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10389] ppid=10381 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/10383/task/10389/stat : 10389 (java) R 10381 10383 7918 0 -1 4202560 55 0 0 0 5 3 0 0 20 0 18 0 345736311 2764726272 125833 33554432000 1073741824 1073778376 140734372667296 139887859673816 139887881021113 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10390] ppid=10381 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/10383/task/10390/stat : 10390 (java) R 10381 10383 7918 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 345736311 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887858620976 139887881828231 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10391] ppid=10381 vsize=2699928 CPUtime=0.03 cores=0,2,4,6
/proc/10383/task/10391/stat : 10391 (java) R 10381 10383 7918 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 345736311 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887857568728 139887881021113 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10392] ppid=10381 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/10383/task/10392/stat : 10392 (java) R 10381 10383 7918 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 345736311 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887856516184 139887881021129 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10393] ppid=10381 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/10383/task/10393/stat : 10393 (java) R 10381 10383 7918 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 345736311 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887855463640 139887881021113 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10394] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10394/stat : 10394 (java) S 10381 10383 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345736313 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887843050504 233224320060 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10395] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10395/stat : 10395 (java) S 10381 10383 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345736313 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887841997944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10396] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10396/stat : 10396 (java) S 10381 10383 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345736313 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887840945288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10397] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10397/stat : 10397 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345736316 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887839894032 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10398] ppid=10381 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/10383/task/10398/stat : 10398 (java) S 10381 10383 7918 0 -1 4202560 2699 0 0 0 24 2 0 0 20 0 18 0 345736316 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887838841400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10399] ppid=10381 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/10383/task/10399/stat : 10399 (java) S 10381 10383 7918 0 -1 4202560 4650 0 0 0 31 0 0 0 20 0 18 0 345736316 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887837788856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10400] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10400/stat : 10400 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345736316 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887836736504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10401] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10401/stat : 10401 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345736316 2764726272 126345 33554432000 1073741824 1073778376 140734372667296 139887835684168 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 2699928

[startup+3.10075 s]
/proc/loadavg: 3.85 3.90 3.82 4/214 10401
/proc/meminfo: memFree=27101308/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=2699928 CPUtime=5.51 cores=0,2,4,6
/proc/10383/stat : 10383 (java) S 10381 10383 7918 0 -1 4202496 13657 0 1 0 518 33 0 0 20 0 18 0 345736309 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 140734372658432 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10383/statm: 674982 160819 2248 9 0 665676 0
[pid=10383/tid=10385] ppid=10381 vsize=2699928 CPUtime=2.4 cores=0,2,4,6
/proc/10383/task/10385/stat : 10385 (java) R 10381 10383 7918 0 -1 4202560 2968 0 1 0 233 7 0 0 20 0 18 0 345736310 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887878548504 139887706038987 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10386] ppid=10381 vsize=2699928 CPUtime=0.33 cores=0,2,4,6
/proc/10383/task/10386/stat : 10386 (java) S 10381 10383 7918 0 -1 4202560 339 0 0 0 29 4 0 0 20 0 18 0 345736311 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887862831272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10387] ppid=10381 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/10383/task/10387/stat : 10387 (java) S 10381 10383 7918 0 -1 4202560 399 0 0 0 23 3 0 0 20 0 18 0 345736311 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887861778728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10388] ppid=10381 vsize=2699928 CPUtime=0.43 cores=0,2,4,6
/proc/10383/task/10388/stat : 10388 (java) S 10381 10383 7918 0 -1 4202560 373 0 0 0 39 4 0 0 20 0 18 0 345736311 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887860726184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10389] ppid=10381 vsize=2699928 CPUtime=0.37 cores=0,2,4,6
/proc/10383/task/10389/stat : 10389 (java) S 10381 10383 7918 0 -1 4202560 333 0 0 0 33 4 0 0 20 0 18 0 345736311 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887859673640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10390] ppid=10381 vsize=2699928 CPUtime=0.24 cores=0,2,4,6
/proc/10383/task/10390/stat : 10390 (java) S 10381 10383 7918 0 -1 4202560 296 0 0 0 22 2 0 0 20 0 18 0 345736311 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887858621096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10391] ppid=10381 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/10383/task/10391/stat : 10391 (java) S 10381 10383 7918 0 -1 4202560 303 0 0 0 23 3 0 0 20 0 18 0 345736311 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887857568552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10392] ppid=10381 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/10383/task/10392/stat : 10392 (java) S 10381 10383 7918 0 -1 4202560 54 0 0 0 23 3 0 0 20 0 18 0 345736311 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887856516008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10393] ppid=10381 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/10383/task/10393/stat : 10393 (java) S 10381 10383 7918 0 -1 4202560 60 0 0 0 22 3 0 0 20 0 18 0 345736311 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887855463464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10394] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10394/stat : 10394 (java) S 10381 10383 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345736313 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887843051624 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10395] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10395/stat : 10395 (java) S 10381 10383 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345736313 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887841997944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10396] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10396/stat : 10396 (java) S 10381 10383 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345736313 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887840945288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10397] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10397/stat : 10397 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345736316 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887839894032 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10398] ppid=10381 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/10383/task/10398/stat : 10398 (java) S 10381 10383 7918 0 -1 4202560 2699 0 0 0 24 2 0 0 20 0 18 0 345736316 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887838841400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10399] ppid=10381 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/10383/task/10399/stat : 10399 (java) S 10381 10383 7918 0 -1 4202560 4650 0 0 0 31 0 0 0 20 0 18 0 345736316 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887837788856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10400] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10400/stat : 10400 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345736316 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887836736504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10401] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10401/stat : 10401 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345736316 2764726272 160819 33554432000 1073741824 1073778376 140734372667296 139887835684168 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.51
Current children cumulated vsize (KiB) 2699928

[startup+6.30069 s]
/proc/loadavg: 3.78 3.88 3.81 4/214 10401
/proc/meminfo: memFree=26916128/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=2699928 CPUtime=10.22 cores=0,2,4,6
/proc/10383/stat : 10383 (java) S 10381 10383 7918 0 -1 4202496 14323 0 1 0 978 44 0 0 20 0 18 0 345736309 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 140734372658432 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10383/statm: 674982 186628 2248 9 0 665676 0
[pid=10383/tid=10385] ppid=10381 vsize=2699928 CPUtime=5.05 cores=0,2,4,6
/proc/10383/task/10385/stat : 10385 (java) R 10381 10383 7918 0 -1 4202560 2981 0 1 0 498 7 0 0 20 0 18 0 345736310 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887878541280 139887705998460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10386] ppid=10381 vsize=2699928 CPUtime=0.6 cores=0,2,4,6
/proc/10383/task/10386/stat : 10386 (java) S 10381 10383 7918 0 -1 4202560 360 0 0 0 54 6 0 0 20 0 18 0 345736311 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887862831272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10387] ppid=10381 vsize=2699928 CPUtime=0.56 cores=0,2,4,6
/proc/10383/task/10387/stat : 10387 (java) S 10381 10383 7918 0 -1 4202560 419 0 0 0 52 4 0 0 20 0 18 0 345736311 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887861778728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10388] ppid=10381 vsize=2699928 CPUtime=0.64 cores=0,2,4,6
/proc/10383/task/10388/stat : 10388 (java) S 10381 10383 7918 0 -1 4202560 391 0 0 0 59 5 0 0 20 0 18 0 345736311 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887860726184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10389] ppid=10381 vsize=2699928 CPUtime=0.59 cores=0,2,4,6
/proc/10383/task/10389/stat : 10389 (java) S 10381 10383 7918 0 -1 4202560 345 0 0 0 54 5 0 0 20 0 18 0 345736311 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887859673640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10390] ppid=10381 vsize=2699928 CPUtime=0.47 cores=0,2,4,6
/proc/10383/task/10390/stat : 10390 (java) S 10381 10383 7918 0 -1 4202560 316 0 0 0 43 4 0 0 20 0 18 0 345736311 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887858621096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10391] ppid=10381 vsize=2699928 CPUtime=0.54 cores=0,2,4,6
/proc/10383/task/10391/stat : 10391 (java) S 10381 10383 7918 0 -1 4202560 329 0 0 0 49 5 0 0 20 0 18 0 345736311 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887857568552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10392] ppid=10381 vsize=2699928 CPUtime=0.5 cores=0,2,4,6
/proc/10383/task/10392/stat : 10392 (java) S 10381 10383 7918 0 -1 4202560 318 0 0 0 46 4 0 0 20 0 18 0 345736311 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887856516008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10393] ppid=10381 vsize=2699928 CPUtime=0.55 cores=0,2,4,6
/proc/10383/task/10393/stat : 10393 (java) S 10381 10383 7918 0 -1 4202560 332 0 0 0 50 5 0 0 20 0 18 0 345736311 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887855463464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10394] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10394/stat : 10394 (java) S 10381 10383 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345736313 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887843051624 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10395] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10395/stat : 10395 (java) S 10381 10383 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345736313 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887841997944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10396] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10396/stat : 10396 (java) S 10381 10383 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345736313 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887840945288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10397] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10397/stat : 10397 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345736316 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887839894032 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10398] ppid=10381 vsize=2699928 CPUtime=0.26 cores=0,2,4,6
/proc/10383/task/10398/stat : 10398 (java) S 10381 10383 7918 0 -1 4202560 2699 0 0 0 24 2 0 0 20 0 18 0 345736316 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887838841400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10399] ppid=10381 vsize=2699928 CPUtime=0.32 cores=0,2,4,6
/proc/10383/task/10399/stat : 10399 (java) S 10381 10383 7918 0 -1 4202560 4650 0 0 0 32 0 0 0 20 0 18 0 345736316 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887837788856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10400] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10400/stat : 10400 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345736316 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887836736504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10401] ppid=10381 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10401/stat : 10401 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345736316 2764726272 186628 33554432000 1073741824 1073778376 140734372667296 139887835684168 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.22
Current children cumulated vsize (KiB) 2699928

[startup+12.7009 s]
/proc/loadavg: 3.88 3.90 3.82 5/218 10405
/proc/meminfo: memFree=26757380/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=2966184 CPUtime=23.66 cores=0,2,4,6
/proc/10383/stat : 10383 (java) S 10381 10383 7918 0 -1 4202496 15543 0 1 0 2314 52 0 0 20 0 22 0 345736309 3037372416 218666 33554432000 1073741824 1073778376 140734372667296 140734372658432 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10383/statm: 741546 218666 2273 9 0 732240 0
[pid=10383/tid=10385] ppid=10381 vsize=2966184 CPUtime=6.41 cores=0,2,4,6

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

/proc/10383/statm: 741546 236103 2285 9 0 732240 0
[pid=10383/tid=10385] ppid=10381 vsize=2966184 CPUtime=6.44 cores=0,2,4,6
/proc/10383/task/10385/stat : 10385 (java) S 10381 10383 7918 0 -1 4202560 2996 0 1 0 637 7 0 0 20 0 22 0 345736310 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887878550680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10386] ppid=10381 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/10383/task/10386/stat : 10386 (java) S 10381 10383 7918 0 -1 4202560 383 0 0 0 73 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887862831272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10387] ppid=10381 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/10383/task/10387/stat : 10387 (java) S 10381 10383 7918 0 -1 4202560 448 0 0 0 72 5 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887861778728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10388] ppid=10381 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/10383/task/10388/stat : 10388 (java) S 10381 10383 7918 0 -1 4202560 413 0 0 0 74 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887860726184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10389] ppid=10381 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/10383/task/10389/stat : 10389 (java) S 10381 10383 7918 0 -1 4202560 546 0 0 0 86 8 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887859673640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10390] ppid=10381 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/10383/task/10390/stat : 10390 (java) S 10381 10383 7918 0 -1 4202560 338 0 0 0 58 5 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887858621096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10391] ppid=10381 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/10383/task/10391/stat : 10391 (java) S 10381 10383 7918 0 -1 4202560 348 0 0 0 73 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887857568552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10392] ppid=10381 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/10383/task/10392/stat : 10392 (java) S 10381 10383 7918 0 -1 4202560 362 0 0 0 68 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887856516008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10393] ppid=10381 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/10383/task/10393/stat : 10393 (java) S 10381 10383 7918 0 -1 4202560 659 0 0 0 67 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887855463464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10394] ppid=10381 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/10383/task/10394/stat : 10394 (java) S 10381 10383 7918 0 -1 4202560 32 0 0 0 309 1 0 0 20 0 22 0 345736313 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887843051624 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10395] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10395/stat : 10395 (java) S 10381 10383 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345736313 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887841997944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10396] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10396/stat : 10396 (java) S 10381 10383 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345736313 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887840945288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10397] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10397/stat : 10397 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887839894032 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10398] ppid=10381 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/10383/task/10398/stat : 10398 (java) S 10381 10383 7918 0 -1 4202560 3181 0 0 0 107 2 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887838841400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10399] ppid=10381 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/10383/task/10399/stat : 10399 (java) S 10381 10383 7918 0 -1 4202560 9280 0 0 0 141 2 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887837788856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10400] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10400/stat : 10400 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887836736504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10401] ppid=10381 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/10383/task/10401/stat : 10401 (java) S 10381 10383 7918 0 -1 4202560 47 0 0 0 20 23 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887835684168 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10402] ppid=10381 vsize=2966184 CPUtime=808.98 cores=0,2,4,6
/proc/10383/task/10402/stat : 10402 (java) R 10381 10383 7918 0 -1 4202560 34 0 0 0 80884 14 0 0 20 0 22 0 345737092 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887834628176 139887706528690 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10403] ppid=10381 vsize=2966184 CPUtime=808.84 cores=0,2,4,6
/proc/10383/task/10403/stat : 10403 (java) R 10381 10383 7918 0 -1 4202560 67 0 0 0 80872 12 0 0 20 0 22 0 345737092 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887833573536 139887706737356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10404] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10404/stat : 10404 (java) S 10381 10383 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345737140 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887832523816 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10405] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10405/stat : 10405 (java) S 10381 10383 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345737141 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887831471272 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1640.61
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 4.02 4.00 3.91 5/219 10500
/proc/meminfo: memFree=26818396/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=2966184 CPUtime=1760.6 cores=0,2,4,6
/proc/10383/stat : 10383 (java) S 10381 10383 7918 0 -1 4202496 20328 0 1 0 175974 86 0 0 20 0 22 0 345736309 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 140734372658432 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10383/statm: 741546 236103 2285 9 0 732240 0
[pid=10383/tid=10385] ppid=10381 vsize=2966184 CPUtime=6.44 cores=0,2,4,6
/proc/10383/task/10385/stat : 10385 (java) S 10381 10383 7918 0 -1 4202560 2996 0 1 0 637 7 0 0 20 0 22 0 345736310 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887878550680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10386] ppid=10381 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/10383/task/10386/stat : 10386 (java) S 10381 10383 7918 0 -1 4202560 383 0 0 0 73 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887862831272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10387] ppid=10381 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/10383/task/10387/stat : 10387 (java) S 10381 10383 7918 0 -1 4202560 448 0 0 0 72 5 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887861778728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10388] ppid=10381 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/10383/task/10388/stat : 10388 (java) S 10381 10383 7918 0 -1 4202560 413 0 0 0 74 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887860726184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10389] ppid=10381 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/10383/task/10389/stat : 10389 (java) S 10381 10383 7918 0 -1 4202560 546 0 0 0 86 8 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887859673640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10390] ppid=10381 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/10383/task/10390/stat : 10390 (java) S 10381 10383 7918 0 -1 4202560 338 0 0 0 58 5 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887858621096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10391] ppid=10381 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/10383/task/10391/stat : 10391 (java) S 10381 10383 7918 0 -1 4202560 348 0 0 0 73 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887857568552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10392] ppid=10381 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/10383/task/10392/stat : 10392 (java) S 10381 10383 7918 0 -1 4202560 362 0 0 0 68 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887856516008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10393] ppid=10381 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/10383/task/10393/stat : 10393 (java) S 10381 10383 7918 0 -1 4202560 659 0 0 0 67 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887855463464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10394] ppid=10381 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/10383/task/10394/stat : 10394 (java) S 10381 10383 7918 0 -1 4202560 32 0 0 0 309 1 0 0 20 0 22 0 345736313 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887843051624 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10395] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10395/stat : 10395 (java) S 10381 10383 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345736313 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887841997944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10396] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10396/stat : 10396 (java) S 10381 10383 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345736313 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887840945288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10397] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10397/stat : 10397 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887839894032 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10398] ppid=10381 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/10383/task/10398/stat : 10398 (java) S 10381 10383 7918 0 -1 4202560 3181 0 0 0 107 2 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887838841400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10399] ppid=10381 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/10383/task/10399/stat : 10399 (java) S 10381 10383 7918 0 -1 4202560 9280 0 0 0 141 2 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887837788856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10400] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10400/stat : 10400 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887836736504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10401] ppid=10381 vsize=2966184 CPUtime=0.46 cores=0,2,4,6
/proc/10383/task/10401/stat : 10401 (java) S 10381 10383 7918 0 -1 4202560 51 0 0 0 21 25 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887835684168 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10402] ppid=10381 vsize=2966184 CPUtime=868.82 cores=0,2,4,6
/proc/10383/task/10402/stat : 10402 (java) R 10381 10383 7918 0 -1 4202560 34 0 0 0 86867 15 0 0 20 0 22 0 345737092 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887834628176 139887706707027 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10403] ppid=10381 vsize=2966184 CPUtime=868.66 cores=0,2,4,6
/proc/10383/task/10403/stat : 10403 (java) R 10381 10383 7918 0 -1 4202560 67 0 0 0 86853 13 0 0 20 0 22 0 345737092 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887833573536 139887706737419 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10404] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10404/stat : 10404 (java) S 10381 10383 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345737140 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887832523816 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10405] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10405/stat : 10405 (java) S 10381 10383 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345737141 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887831471272 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1760.6
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.007 s]
/proc/loadavg: 4.08 4.02 3.92 5/219 10500
/proc/meminfo: memFree=26818520/32873844 swapFree=7120/7120
[pid=10383] ppid=10381 vsize=2966184 CPUtime=1800.02 cores=0,2,4,6
/proc/10383/stat : 10383 (java) S 10381 10383 7918 0 -1 4202496 20328 0 1 0 179916 86 0 0 20 0 22 0 345736309 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 140734372658432 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/10383/statm: 741546 236103 2285 9 0 732240 0
[pid=10383/tid=10385] ppid=10381 vsize=2966184 CPUtime=6.44 cores=0,2,4,6
/proc/10383/task/10385/stat : 10385 (java) S 10381 10383 7918 0 -1 4202560 2996 0 1 0 637 7 0 0 20 0 22 0 345736310 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887878550680 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10386] ppid=10381 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/10383/task/10386/stat : 10386 (java) S 10381 10383 7918 0 -1 4202560 383 0 0 0 73 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887862831272 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10387] ppid=10381 vsize=2966184 CPUtime=0.77 cores=0,2,4,6
/proc/10383/task/10387/stat : 10387 (java) S 10381 10383 7918 0 -1 4202560 448 0 0 0 72 5 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887861778728 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10388] ppid=10381 vsize=2966184 CPUtime=0.8 cores=0,2,4,6
/proc/10383/task/10388/stat : 10388 (java) S 10381 10383 7918 0 -1 4202560 413 0 0 0 74 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887860726184 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10389] ppid=10381 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/10383/task/10389/stat : 10389 (java) S 10381 10383 7918 0 -1 4202560 546 0 0 0 86 8 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887859673640 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10390] ppid=10381 vsize=2966184 CPUtime=0.63 cores=0,2,4,6
/proc/10383/task/10390/stat : 10390 (java) S 10381 10383 7918 0 -1 4202560 338 0 0 0 58 5 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887858621096 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10391] ppid=10381 vsize=2966184 CPUtime=0.79 cores=0,2,4,6
/proc/10383/task/10391/stat : 10391 (java) S 10381 10383 7918 0 -1 4202560 348 0 0 0 73 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887857568552 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10392] ppid=10381 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/10383/task/10392/stat : 10392 (java) S 10381 10383 7918 0 -1 4202560 362 0 0 0 68 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887856516008 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10393] ppid=10381 vsize=2966184 CPUtime=0.73 cores=0,2,4,6
/proc/10383/task/10393/stat : 10393 (java) S 10381 10383 7918 0 -1 4202560 659 0 0 0 67 6 0 0 20 0 22 0 345736311 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887855463464 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10394] ppid=10381 vsize=2966184 CPUtime=3.1 cores=0,2,4,6
/proc/10383/task/10394/stat : 10394 (java) S 10381 10383 7918 0 -1 4202560 32 0 0 0 309 1 0 0 20 0 22 0 345736313 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887843051624 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10395] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10395/stat : 10395 (java) S 10381 10383 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345736313 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887841997944 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10396] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10396/stat : 10396 (java) S 10381 10383 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345736313 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887840945288 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10397] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10397/stat : 10397 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887839894032 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10398] ppid=10381 vsize=2966184 CPUtime=1.09 cores=0,2,4,6
/proc/10383/task/10398/stat : 10398 (java) S 10381 10383 7918 0 -1 4202560 3181 0 0 0 107 2 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887838841400 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10399] ppid=10381 vsize=2966184 CPUtime=1.43 cores=0,2,4,6
/proc/10383/task/10399/stat : 10399 (java) S 10381 10383 7918 0 -1 4202560 9280 0 0 0 141 2 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887837788856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=10383/tid=10400] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10400/stat : 10400 (java) S 10381 10383 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887836736504 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10383/tid=10401] ppid=10381 vsize=2966184 CPUtime=0.46 cores=0,2,4,6
/proc/10383/task/10401/stat : 10401 (java) S 10381 10383 7918 0 -1 4202560 51 0 0 0 21 25 0 0 20 0 22 0 345736316 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887835684168 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10402] ppid=10381 vsize=2966184 CPUtime=888.49 cores=0,2,4,6
/proc/10383/task/10402/stat : 10402 (java) R 10381 10383 7918 0 -1 4202560 34 0 0 0 88834 15 0 0 20 0 22 0 345737092 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887834628176 139887706193062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=10383/tid=10403] ppid=10381 vsize=2966184 CPUtime=888.32 cores=0,2,4,6
/proc/10383/task/10403/stat : 10403 (java) R 10381 10383 7918 0 -1 4202560 67 0 0 0 88819 13 0 0 20 0 22 0 345737092 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887833573536 139887706737652 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10404] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10404/stat : 10404 (java) S 10381 10383 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345737140 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887832523816 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=10383/tid=10405] ppid=10381 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/10383/task/10405/stat : 10405 (java) S 10381 10383 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345737141 3037372416 236103 33554432000 1073741824 1073778376 140734372667296 139887831471272 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 10383 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=569184
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=280805
# CPU time returned by wait4() is 1795.85
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 902.05
CPU time (s): 1800.02
CPU user time (s): 1799.16
CPU system time (s): 0.86
CPU usage (%): 199.548
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.57
system time used= 1.2808
maximum resident set size= 953884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20363
page faults= 1
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21335
involuntary context switches= 12309

runsolver used 3.67244 second user time and 8.25174 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 09:48:34
IDJOB=3743740
IDBENCH=92267
IDSOLVER=2324
FILE ID=node142/3743740-1338796113
RUNJOBID= node142-1338781619-7934
PBS_JOBID= 14636832
Free space on /tmp= 71128 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_luby_10null10mast_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-3743740-1338796113/watcher-3743740-1338796113 -o /tmp/evaluation-result-3743740-1338796113/solver-3743740-1338796113 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743740-1338796113.opb

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

MD5SUM BENCH= d635e042f70a99b1424475d8ae4cefac
RANDOM SEED=1323777072

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.776
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	: 5391.91
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.776
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.92
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.776
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.90
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.776
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		: 2666.776
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.776
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:        27625616 kB
Buffers:          389856 kB
Cached:          2983884 kB
SwapCached:            0 kB
Active:          2397824 kB
Inactive:        2014200 kB
Active(anon):    1029692 kB
Inactive(anon):    11220 kB
Active(file):    1368132 kB
Inactive(file):  2002980 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             31336 kB
Writeback:             0 kB
AnonPages:       1059768 kB
Mapped:            18464 kB
Shmem:               200 kB
Slab:             683848 kB
SReclaimable:     125156 kB
SUnreclaim:       558692 kB
KernelStack:        1608 kB
PageTables:         6132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1571464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1003520 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= 71132 MiB
End job on node142 at 2012-06-04 10:03:38