Trace number 3743758

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.18 901.43

General information on the benchmark

Name/OPT-BIGINT-LIN/sroussel/NG/
normalized-NG.dot_luby_50null50mast_rapportOE2.0_TMAX300_K192_cod1.opb
MD5SUMd5a8bb9ed5309f201221b880b841b89a
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-13312
Best CPU time to get the best result obtained on this benchmark1800.34
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 170372
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 174265535
Number of bits of the sum of numbers in the objective function 28
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 174265535
Number of bits of the biggest sum of numbers28
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.06/0.10	c version 2.2.0.v20100531
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		1349517296
0.06/0.10	c Max memory 		1356595200
0.06/0.10	c Total memory 		1356595200
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization
0.06/0.13	c ManyCore solver with 2 solvers running in parallel
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c Expensive reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c Stops conflict analysis at the first Unique Implication Point
0.06/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Armin Biere (Picosat) restarts strategy
0.06/0.13	c Glucose learned constraints deletion strategy
0.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	
0.06/0.13	c solving HOME/instance-3743758-1338796418.opb
0.06/0.13	c reading problem ... 
13.54/8.34	c ... done. Wall clock time 8.208s.
13.54/8.34	c #vars     399113
13.54/8.34	c #constraints  400980
13.54/8.34	c constraints type 
13.54/8.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
13.54/8.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
13.54/8.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
13.54/8.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
13.54/8.34	c constraints type 
13.54/8.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
13.54/8.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
13.54/8.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
13.54/8.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
600.98/301.26	c cleaning 2493 clauses out of 4994 with flag 5001/5001
1461.59/731.67	c cleaning 4242 clauses out of 8502 with flag 11002/11002
1800.18/901.41	c starts		: 40
1800.18/901.41	c conflicts		: 13843
1800.18/901.41	c decisions		: 234038
1800.18/901.41	c propagations		: 243660552
1800.18/901.41	c inspects		: 82424283
1800.18/901.41	c learnt literals	: 7
1800.18/901.41	c learnt binary clauses	: 197
1800.18/901.41	c learnt ternary clauses	: 80
1800.18/901.41	c learnt clauses	: 13835
1800.18/901.41	c ignored clauses	: 0
1800.18/901.41	c root simplifications	: 0
1800.18/901.41	c removed literals (reason simplification)	: 1420180
1800.18/901.41	c reason swapping (by a shorter reason)	: 0
1800.18/901.41	c Calls to reduceDB	: 2
1800.18/901.41	c number of reductions to clauses (during analyze)	: 0
1800.18/901.41	c number of learned constraints concerned by reduction	: 0
1800.18/901.41	c number of learning phase by resolution	: 0
1800.18/901.41	c number of learning phase by cutting planes	: 0
1800.18/901.41	c speed (assignments/second)	: 272833.8579265077
1800.18/901.41	c non guided choices	55463
1800.18/901.42	c learnt constraints type 
1800.18/901.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 6903
1800.18/901.42	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 197
1800.18/901.42	c constraints type 
1800.18/901.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 374554
1800.18/901.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 1977
1800.18/901.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24448
1800.18/901.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.18/901.42	c constraints type 
1800.18/901.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
1800.18/901.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
1800.18/901.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
1800.18/901.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1800.18/901.42	s UNKNOWN
1800.18/901.42	c Total wall clock time (in seconds): 901.289

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-3743758-1338796418/watcher-3743758-1338796418 -o /tmp/evaluation-result-3743758-1338796418/solver-3743758-1338796418 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743758-1338796418.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.88 3.94 3.85 4/197 10450
/proc/meminfo: memFree=27726404/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/10450/stat : 10450 (java6) D 10448 10450 7918 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 345766751 2560000 46 33554432000 1073741824 1073778376 140736620615360 140736620612488 233211784487 0 0 4096 0 18446744072100609316 0 0 17 3 0 0 0 0 0
/proc/10450/statm: 625 46 37 9 0 29 0

[startup+0.044912 s]
/proc/loadavg: 3.88 3.94 3.85 4/197 10450
/proc/meminfo: memFree=27726404/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2233952 CPUtime=0.02 cores=1,3,5,7
/proc/10450/stat : 10450 (java) S 10448 10450 7918 0 -1 4202496 3593 0 1 0 1 1 0 0 20 0 11 0 345766751 2287566848 4803 33554432000 1073741824 1073778376 140733339841888 140733339833024 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10450/statm: 558488 4803 1619 9 0 549189 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2233952

[startup+0.100243 s]
/proc/loadavg: 3.88 3.94 3.85 4/197 10450
/proc/meminfo: memFree=27726404/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/10450/stat : 10450 (java) S 10448 10450 7918 0 -1 4202496 3897 0 1 0 5 1 0 0 20 0 18 0 345766751 2764726272 5616 33554432000 1073741824 1073778376 140733339841888 140733339833024 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10450/statm: 674982 5616 1772 9 0 665676 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2699928

[startup+0.300211 s]
/proc/loadavg: 3.88 3.94 3.85 4/197 10450
/proc/meminfo: memFree=27726404/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2699928 CPUtime=0.46 cores=1,3,5,7
/proc/10450/stat : 10450 (java) S 10448 10450 7918 0 -1 4202496 6249 0 1 0 43 3 0 0 20 0 18 0 345766751 2764726272 16025 33554432000 1073741824 1073778376 140733339841888 140733339833024 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10450/statm: 674982 16025 2216 9 0 665676 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 2699928

[startup+0.70022 s]
/proc/loadavg: 3.88 3.94 3.85 4/197 10450
/proc/meminfo: memFree=27726404/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2699928 CPUtime=1.07 cores=1,3,5,7
/proc/10450/stat : 10450 (java) S 10448 10450 7918 0 -1 4202496 10280 0 1 0 101 6 0 0 20 0 18 0 345766751 2764726272 46400 33554432000 1073741824 1073778376 140733339841888 140733339833024 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10450/statm: 674982 46400 2229 9 0 665676 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 2699928

[startup+1.50078 s]
/proc/loadavg: 3.88 3.94 3.85 4/215 10468
/proc/meminfo: memFree=27419936/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2699928 CPUtime=2.61 cores=1,3,5,7
/proc/10450/stat : 10450 (java) S 10448 10450 7918 0 -1 4202496 11611 0 1 0 231 30 0 0 20 0 18 0 345766751 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140733339833024 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10450/statm: 674982 126400 2248 9 0 665676 0
[pid=10450/tid=10452] ppid=10448 vsize=2699928 CPUtime=1.26 cores=1,3,5,7
/proc/10450/task/10452/stat : 10452 (java) R 10448 10450 7918 0 -1 4202560 2959 0 1 0 117 9 0 0 20 0 18 0 345766753 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312741142544 140312572215153 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10453] ppid=10448 vsize=2699928 CPUtime=0.05 cores=1,3,5,7
/proc/10450/task/10453/stat : 10453 (java) S 10448 10450 7918 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 18 0 345766755 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312725433128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10454] ppid=10448 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/10450/task/10454/stat : 10454 (java) S 10448 10450 7918 0 -1 4202560 27 0 0 0 4 2 0 0 20 0 18 0 345766755 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312724380328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10455] ppid=10448 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/10450/task/10455/stat : 10455 (java) S 10448 10450 7918 0 -1 4202560 25 0 0 0 4 2 0 0 20 0 18 0 345766755 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312723328040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10456] ppid=10448 vsize=2699928 CPUtime=0.12 cores=1,3,5,7
/proc/10450/task/10456/stat : 10456 (java) S 10448 10450 7918 0 -1 4202560 51 0 0 0 9 3 0 0 20 0 18 0 345766755 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312722275240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10457] ppid=10448 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/10450/task/10457/stat : 10457 (java) S 10448 10450 7918 0 -1 4202560 23 0 0 0 4 2 0 0 20 0 18 0 345766755 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312721221928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10458] ppid=10448 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/10450/task/10458/stat : 10458 (java) S 10448 10450 7918 0 -1 4202560 45 0 0 0 7 4 0 0 20 0 18 0 345766755 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312720169128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10459] ppid=10448 vsize=2699928 CPUtime=0.09 cores=1,3,5,7
/proc/10450/task/10459/stat : 10459 (java) S 10448 10450 7918 0 -1 4202560 35 0 0 0 6 3 0 0 20 0 18 0 345766755 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312719116840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10460] ppid=10448 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/10450/task/10460/stat : 10460 (java) S 10448 10450 7918 0 -1 4202560 20 0 0 0 3 1 0 0 20 0 18 0 345766755 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312718064040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10461] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10461/stat : 10461 (java) S 10448 10450 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345766756 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312705653480 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10462] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10462/stat : 10462 (java) S 10448 10450 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345766756 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312704599544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10463] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10463/stat : 10463 (java) S 10448 10450 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345766756 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312703547144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10464] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10464/stat : 10464 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345766759 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312702495632 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10465] ppid=10448 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/10450/task/10465/stat : 10465 (java) S 10448 10450 7918 0 -1 4202560 4232 0 0 0 31 1 0 0 20 0 18 0 345766759 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312701442232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10466] ppid=10448 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/10450/task/10466/stat : 10466 (java) S 10448 10450 7918 0 -1 4202560 2984 0 0 0 27 0 0 0 20 0 18 0 345766759 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312700389432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10467] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10467/stat : 10467 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345766759 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312699337336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10468] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10468/stat : 10468 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345766759 2764726272 126400 33554432000 1073741824 1073778376 140733339841888 140312698284744 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 2699928

[startup+3.10078 s]
/proc/loadavg: 3.88 3.94 3.85 4/215 10468
/proc/meminfo: memFree=27212096/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2699928 CPUtime=5.82 cores=1,3,5,7
/proc/10450/stat : 10450 (java) S 10448 10450 7918 0 -1 4202496 13127 0 1 0 536 46 0 0 20 0 18 0 345766751 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140733339833024 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10450/statm: 674982 154861 2248 9 0 665676 0
[pid=10450/tid=10452] ppid=10448 vsize=2699928 CPUtime=2.29 cores=1,3,5,7
/proc/10450/task/10452/stat : 10452 (java) R 10448 10450 7918 0 -1 4202560 2968 0 1 0 219 10 0 0 20 0 18 0 345766753 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312741149736 233224332557 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10453] ppid=10448 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/10450/task/10453/stat : 10453 (java) S 10448 10450 7918 0 -1 4202560 194 0 0 0 28 4 0 0 20 0 18 0 345766755 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312725433128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10454] ppid=10448 vsize=2699928 CPUtime=0.37 cores=1,3,5,7
/proc/10450/task/10454/stat : 10454 (java) S 10448 10450 7918 0 -1 4202560 310 0 0 0 33 4 0 0 20 0 18 0 345766755 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312724380328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10455] ppid=10448 vsize=2699928 CPUtime=0.38 cores=1,3,5,7
/proc/10450/task/10455/stat : 10455 (java) S 10448 10450 7918 0 -1 4202560 303 0 0 0 34 4 0 0 20 0 18 0 345766755 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312723328040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10456] ppid=10448 vsize=2699928 CPUtime=0.35 cores=1,3,5,7
/proc/10450/task/10456/stat : 10456 (java) S 10448 10450 7918 0 -1 4202560 80 0 0 0 30 5 0 0 20 0 18 0 345766755 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312722275240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10457] ppid=10448 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/10450/task/10457/stat : 10457 (java) S 10448 10450 7918 0 -1 4202560 311 0 0 0 35 5 0 0 20 0 18 0 345766755 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312721221928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10458] ppid=10448 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/10450/task/10458/stat : 10458 (java) S 10448 10450 7918 0 -1 4202560 319 0 0 0 26 6 0 0 20 0 18 0 345766755 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312720169128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10459] ppid=10448 vsize=2699928 CPUtime=0.4 cores=1,3,5,7
/proc/10450/task/10459/stat : 10459 (java) S 10448 10450 7918 0 -1 4202560 198 0 0 0 35 5 0 0 20 0 18 0 345766755 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312719116840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10460] ppid=10448 vsize=2699928 CPUtime=0.26 cores=1,3,5,7
/proc/10450/task/10460/stat : 10460 (java) S 10448 10450 7918 0 -1 4202560 46 0 0 0 23 3 0 0 20 0 18 0 345766755 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312718064040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10461] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10461/stat : 10461 (java) S 10448 10450 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345766756 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312705653480 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10462] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10462/stat : 10462 (java) S 10448 10450 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345766756 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312704599544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10463] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10463/stat : 10463 (java) S 10448 10450 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345766756 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312703547144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10464] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10464/stat : 10464 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345766759 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312702495632 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10465] ppid=10448 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/10450/task/10465/stat : 10465 (java) S 10448 10450 7918 0 -1 4202560 4232 0 0 0 31 1 0 0 20 0 18 0 345766759 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312701442232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10466] ppid=10448 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/10450/task/10466/stat : 10466 (java) S 10448 10450 7918 0 -1 4202560 2984 0 0 0 27 0 0 0 20 0 18 0 345766759 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312700389432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10467] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10467/stat : 10467 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345766759 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312699337336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10468] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10468/stat : 10468 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345766759 2764726272 154861 33554432000 1073741824 1073778376 140733339841888 140312698284744 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 2699928

[startup+6.30078 s]
/proc/loadavg: 3.81 3.92 3.84 4/215 10468
/proc/meminfo: memFree=27036160/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2699928 CPUtime=11.05 cores=1,3,5,7
/proc/10450/stat : 10450 (java) S 10448 10450 7918 0 -1 4202496 14014 0 1 0 1044 61 0 0 20 0 18 0 345766751 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140733339833024 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10450/statm: 674982 181466 2248 9 0 665676 0
[pid=10450/tid=10452] ppid=10448 vsize=2699928 CPUtime=4.77 cores=1,3,5,7
/proc/10450/task/10452/stat : 10452 (java) R 10448 10450 7918 0 -1 4202560 2982 0 1 0 467 10 0 0 20 0 18 0 345766753 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312741150120 140312572327930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10453] ppid=10448 vsize=2699928 CPUtime=0.67 cores=1,3,5,7
/proc/10450/task/10453/stat : 10453 (java) S 10448 10450 7918 0 -1 4202560 320 0 0 0 61 6 0 0 20 0 18 0 345766755 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312725433128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10454] ppid=10448 vsize=2699928 CPUtime=0.71 cores=1,3,5,7
/proc/10450/task/10454/stat : 10454 (java) S 10448 10450 7918 0 -1 4202560 334 0 0 0 65 6 0 0 20 0 18 0 345766755 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312724380328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10455] ppid=10448 vsize=2699928 CPUtime=0.76 cores=1,3,5,7
/proc/10450/task/10455/stat : 10455 (java) S 10448 10450 7918 0 -1 4202560 334 0 0 0 71 5 0 0 20 0 18 0 345766755 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312723328040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10456] ppid=10448 vsize=2699928 CPUtime=0.67 cores=1,3,5,7
/proc/10450/task/10456/stat : 10456 (java) S 10448 10450 7918 0 -1 4202560 340 0 0 0 60 7 0 0 20 0 18 0 345766755 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312722275240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10457] ppid=10448 vsize=2699928 CPUtime=0.76 cores=1,3,5,7
/proc/10450/task/10457/stat : 10457 (java) S 10448 10450 7918 0 -1 4202560 331 0 0 0 69 7 0 0 20 0 18 0 345766755 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312721221928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10458] ppid=10448 vsize=2699928 CPUtime=0.63 cores=1,3,5,7
/proc/10450/task/10458/stat : 10458 (java) S 10448 10450 7918 0 -1 4202560 333 0 0 0 56 7 0 0 20 0 18 0 345766755 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312720169128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10459] ppid=10448 vsize=2699928 CPUtime=0.78 cores=1,3,5,7
/proc/10450/task/10459/stat : 10459 (java) S 10448 10450 7918 0 -1 4202560 332 0 0 0 71 7 0 0 20 0 18 0 345766755 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312719116840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10460] ppid=10448 vsize=2699928 CPUtime=0.54 cores=1,3,5,7
/proc/10450/task/10460/stat : 10460 (java) S 10448 10450 7918 0 -1 4202560 310 0 0 0 49 5 0 0 20 0 18 0 345766755 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312718064040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10461] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10461/stat : 10461 (java) S 10448 10450 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 345766756 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312705653480 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10462] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10462/stat : 10462 (java) S 10448 10450 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 345766756 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312704599544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10463] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10463/stat : 10463 (java) S 10448 10450 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 345766756 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312703547144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10464] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10464/stat : 10464 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345766759 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312702495632 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10465] ppid=10448 vsize=2699928 CPUtime=0.32 cores=1,3,5,7
/proc/10450/task/10465/stat : 10465 (java) S 10448 10450 7918 0 -1 4202560 4232 0 0 0 31 1 0 0 20 0 18 0 345766759 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312701442232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10466] ppid=10448 vsize=2699928 CPUtime=0.27 cores=1,3,5,7
/proc/10450/task/10466/stat : 10466 (java) S 10448 10450 7918 0 -1 4202560 2984 0 0 0 27 0 0 0 20 0 18 0 345766759 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312700389432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10467] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10467/stat : 10467 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345766759 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312699337336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10468] ppid=10448 vsize=2699928 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10468/stat : 10468 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 345766759 2764726272 181466 33554432000 1073741824 1073778376 140733339841888 140312698284744 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.05
Current children cumulated vsize (KiB) 2699928

[startup+12.701 s]
/proc/loadavg: 3.99 3.96 3.85 5/219 10472
/proc/meminfo: memFree=26892980/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2966184 CPUtime=23.8 cores=1,3,5,7
/proc/10450/stat : 10450 (java) S 10448 10450 7918 0 -1 4202496 15197 0 1 0 2304 76 0 0 20 0 22 0 345766751 3037372416 209873 33554432000 1073741824 1073778376 140733339841888 140733339833024 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10450/statm: 741546 209873 2273 9 0 732240 0
[pid=10450/tid=10452] ppid=10448 vsize=2966184 CPUtime=6.68 cores=1,3,5,7

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

/proc/10450/statm: 741546 237376 2285 9 0 732240 0
[pid=10450/tid=10452] ppid=10448 vsize=2966184 CPUtime=6.71 cores=1,3,5,7
/proc/10450/task/10452/stat : 10452 (java) S 10448 10450 7918 0 -1 4202560 3003 0 1 0 660 11 0 0 20 0 22 0 345766753 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312741151896 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10453] ppid=10448 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/10450/task/10453/stat : 10453 (java) S 10448 10450 7918 0 -1 4202560 362 0 0 0 87 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312725433128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10454] ppid=10448 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/10450/task/10454/stat : 10454 (java) S 10448 10450 7918 0 -1 4202560 359 0 0 0 85 8 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312724380328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10455] ppid=10448 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/10450/task/10455/stat : 10455 (java) S 10448 10450 7918 0 -1 4202560 360 0 0 0 97 7 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312723328040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10456] ppid=10448 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/10450/task/10456/stat : 10456 (java) S 10448 10450 7918 0 -1 4202560 499 0 0 0 83 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312722275240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10457] ppid=10448 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/10450/task/10457/stat : 10457 (java) S 10448 10450 7918 0 -1 4202560 359 0 0 0 91 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312721221928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10458] ppid=10448 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/10450/task/10458/stat : 10458 (java) S 10448 10450 7918 0 -1 4202560 359 0 0 0 81 8 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312720169128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10459] ppid=10448 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/10450/task/10459/stat : 10459 (java) S 10448 10450 7918 0 -1 4202560 369 0 0 0 94 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312719116840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10460] ppid=10448 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/10450/task/10460/stat : 10460 (java) S 10448 10450 7918 0 -1 4202560 339 0 0 0 72 7 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312718064040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10461] ppid=10448 vsize=2966184 CPUtime=2.31 cores=1,3,5,7
/proc/10450/task/10461/stat : 10461 (java) S 10448 10450 7918 0 -1 4202560 63 0 0 0 228 3 0 0 20 0 22 0 345766756 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312705653480 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10462] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10462/stat : 10462 (java) S 10448 10450 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345766756 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312704599544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10463] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10463/stat : 10463 (java) S 10448 10450 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345766756 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312703547144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10464] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10464/stat : 10464 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312702495632 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10465] ppid=10448 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/10450/task/10465/stat : 10465 (java) S 10448 10450 7918 0 -1 4202560 4706 0 0 0 108 1 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312701442232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10466] ppid=10448 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/10450/task/10466/stat : 10466 (java) S 10448 10450 7918 0 -1 4202560 11147 0 0 0 163 3 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312700389432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10467] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10467/stat : 10467 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312699337336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10468] ppid=10448 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/10450/task/10468/stat : 10468 (java) S 10448 10450 7918 0 -1 4202560 47 0 0 0 27 25 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312698284744 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10469] ppid=10448 vsize=2966184 CPUtime=809.04 cores=1,3,5,7
/proc/10450/task/10469/stat : 10469 (java) R 10448 10450 7918 0 -1 4202560 30 0 0 0 80892 12 0 0 20 0 22 0 345767586 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312697228256 140312572385072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10470] ppid=10448 vsize=2966184 CPUtime=808.95 cores=1,3,5,7
/proc/10450/task/10470/stat : 10470 (java) R 10448 10450 7918 0 -1 4202560 66 0 0 0 80883 12 0 0 20 0 22 0 345767586 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312696175352 140312572891932 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10471] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10471/stat : 10471 (java) S 10448 10450 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345767634 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312695125672 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10472] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10472/stat : 10472 (java) S 10448 10450 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345767634 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312694072872 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1641.96
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.99 3.98 3.91 5/219 10563
/proc/meminfo: memFree=26796548/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2966184 CPUtime=1761.96 cores=1,3,5,7
/proc/10450/stat : 10450 (java) S 10448 10450 7918 0 -1 4202496 23260 0 1 0 176081 115 0 0 20 0 22 0 345766751 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140733339833024 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10450/statm: 741546 237376 2285 9 0 732240 0
[pid=10450/tid=10452] ppid=10448 vsize=2966184 CPUtime=6.71 cores=1,3,5,7
/proc/10450/task/10452/stat : 10452 (java) S 10448 10450 7918 0 -1 4202560 3003 0 1 0 660 11 0 0 20 0 22 0 345766753 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312741151896 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10453] ppid=10448 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/10450/task/10453/stat : 10453 (java) S 10448 10450 7918 0 -1 4202560 362 0 0 0 87 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312725433128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10454] ppid=10448 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/10450/task/10454/stat : 10454 (java) S 10448 10450 7918 0 -1 4202560 359 0 0 0 85 8 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312724380328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10455] ppid=10448 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/10450/task/10455/stat : 10455 (java) S 10448 10450 7918 0 -1 4202560 360 0 0 0 97 7 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312723328040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10456] ppid=10448 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/10450/task/10456/stat : 10456 (java) S 10448 10450 7918 0 -1 4202560 499 0 0 0 83 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312722275240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10457] ppid=10448 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/10450/task/10457/stat : 10457 (java) S 10448 10450 7918 0 -1 4202560 359 0 0 0 91 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312721221928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10458] ppid=10448 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/10450/task/10458/stat : 10458 (java) S 10448 10450 7918 0 -1 4202560 359 0 0 0 81 8 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312720169128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10459] ppid=10448 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/10450/task/10459/stat : 10459 (java) S 10448 10450 7918 0 -1 4202560 369 0 0 0 94 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312719116840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10460] ppid=10448 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/10450/task/10460/stat : 10460 (java) S 10448 10450 7918 0 -1 4202560 339 0 0 0 72 7 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312718064040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10461] ppid=10448 vsize=2966184 CPUtime=2.31 cores=1,3,5,7
/proc/10450/task/10461/stat : 10461 (java) S 10448 10450 7918 0 -1 4202560 63 0 0 0 228 3 0 0 20 0 22 0 345766756 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312705653480 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10462] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10462/stat : 10462 (java) S 10448 10450 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345766756 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312704599544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10463] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10463/stat : 10463 (java) S 10448 10450 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345766756 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312703547144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10464] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10464/stat : 10464 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312702495632 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10465] ppid=10448 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/10450/task/10465/stat : 10465 (java) S 10448 10450 7918 0 -1 4202560 4706 0 0 0 108 1 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312701442232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10466] ppid=10448 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/10450/task/10466/stat : 10466 (java) S 10448 10450 7918 0 -1 4202560 11147 0 0 0 163 3 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312700389432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10467] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10467/stat : 10467 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312699337336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10468] ppid=10448 vsize=2966184 CPUtime=0.56 cores=1,3,5,7
/proc/10450/task/10468/stat : 10468 (java) S 10448 10450 7918 0 -1 4202560 51 0 0 0 30 26 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312698284744 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10469] ppid=10448 vsize=2966184 CPUtime=868.88 cores=1,3,5,7
/proc/10450/task/10469/stat : 10469 (java) R 10448 10450 7918 0 -1 4202560 30 0 0 0 86875 13 0 0 20 0 22 0 345767586 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312697228256 140312572805032 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10470] ppid=10448 vsize=2966184 CPUtime=868.79 cores=1,3,5,7
/proc/10450/task/10470/stat : 10470 (java) R 10448 10450 7918 0 -1 4202560 66 0 0 0 86866 13 0 0 20 0 22 0 345767586 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312696175352 140312572891932 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10471] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10471/stat : 10471 (java) S 10448 10450 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345767634 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312695125672 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10472] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10472/stat : 10472 (java) S 10448 10450 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345767634 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312694072872 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1761.96
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.401 s]
/proc/loadavg: 3.99 3.98 3.91 6/219 10563
/proc/meminfo: memFree=26797788/32873844 swapFree=7120/7120
[pid=10450] ppid=10448 vsize=2966184 CPUtime=1800.18 cores=1,3,5,7
/proc/10450/stat : 10450 (java) S 10448 10450 7918 0 -1 4202496 23262 0 1 0 179902 116 0 0 20 0 22 0 345766751 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140733339833024 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10450/statm: 741546 237376 2285 9 0 732240 0
[pid=10450/tid=10452] ppid=10448 vsize=2966184 CPUtime=6.71 cores=1,3,5,7
/proc/10450/task/10452/stat : 10452 (java) S 10448 10450 7918 0 -1 4202560 3003 0 1 0 660 11 0 0 20 0 22 0 345766753 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312741151896 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10453] ppid=10448 vsize=2966184 CPUtime=0.96 cores=1,3,5,7
/proc/10450/task/10453/stat : 10453 (java) S 10448 10450 7918 0 -1 4202560 362 0 0 0 87 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312725433128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10454] ppid=10448 vsize=2966184 CPUtime=0.93 cores=1,3,5,7
/proc/10450/task/10454/stat : 10454 (java) S 10448 10450 7918 0 -1 4202560 359 0 0 0 85 8 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312724380328 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10455] ppid=10448 vsize=2966184 CPUtime=1.04 cores=1,3,5,7
/proc/10450/task/10455/stat : 10455 (java) S 10448 10450 7918 0 -1 4202560 360 0 0 0 97 7 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312723328040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10456] ppid=10448 vsize=2966184 CPUtime=0.92 cores=1,3,5,7
/proc/10450/task/10456/stat : 10456 (java) S 10448 10450 7918 0 -1 4202560 499 0 0 0 83 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312722275240 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10457] ppid=10448 vsize=2966184 CPUtime=1 cores=1,3,5,7
/proc/10450/task/10457/stat : 10457 (java) S 10448 10450 7918 0 -1 4202560 359 0 0 0 91 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312721221928 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10458] ppid=10448 vsize=2966184 CPUtime=0.89 cores=1,3,5,7
/proc/10450/task/10458/stat : 10458 (java) S 10448 10450 7918 0 -1 4202560 359 0 0 0 81 8 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312720169128 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10459] ppid=10448 vsize=2966184 CPUtime=1.03 cores=1,3,5,7
/proc/10450/task/10459/stat : 10459 (java) S 10448 10450 7918 0 -1 4202560 369 0 0 0 94 9 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312719116840 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10460] ppid=10448 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/10450/task/10460/stat : 10460 (java) S 10448 10450 7918 0 -1 4202560 339 0 0 0 72 7 0 0 20 0 22 0 345766755 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312718064040 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10461] ppid=10448 vsize=2966184 CPUtime=2.31 cores=1,3,5,7
/proc/10450/task/10461/stat : 10461 (java) S 10448 10450 7918 0 -1 4202560 63 0 0 0 228 3 0 0 20 0 22 0 345766756 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312705653480 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10462] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10462/stat : 10462 (java) S 10448 10450 7918 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 345766756 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312704599544 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10463] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10463/stat : 10463 (java) S 10448 10450 7918 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 345766756 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312703547144 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10464] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10464/stat : 10464 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312702495632 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10450/tid=10465] ppid=10448 vsize=2966184 CPUtime=1.09 cores=1,3,5,7
/proc/10450/task/10465/stat : 10465 (java) S 10448 10450 7918 0 -1 4202560 4706 0 0 0 108 1 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312701442232 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10466] ppid=10448 vsize=2966184 CPUtime=1.66 cores=1,3,5,7
/proc/10450/task/10466/stat : 10466 (java) S 10448 10450 7918 0 -1 4202560 11147 0 0 0 163 3 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312700389432 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10450/tid=10467] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10467/stat : 10467 (java) S 10448 10450 7918 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312699337336 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10468] ppid=10448 vsize=2966184 CPUtime=0.57 cores=1,3,5,7
/proc/10450/task/10468/stat : 10468 (java) S 10448 10450 7918 0 -1 4202560 53 0 0 0 30 27 0 0 20 0 22 0 345766759 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312698284744 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10469] ppid=10448 vsize=2966184 CPUtime=887.93 cores=1,3,5,7
/proc/10450/task/10469/stat : 10469 (java) R 10448 10450 7918 0 -1 4202560 30 0 0 0 88780 13 0 0 20 0 22 0 345767586 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312697228256 140312572708221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10470] ppid=10448 vsize=2966184 CPUtime=887.85 cores=1,3,5,7
/proc/10450/task/10470/stat : 10470 (java) R 10448 10450 7918 0 -1 4202560 66 0 0 0 88772 13 0 0 20 0 22 0 345767586 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312696175352 140312572892062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10450/tid=10471] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10471/stat : 10471 (java) S 10448 10450 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345767634 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312695125672 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10450/tid=10472] ppid=10448 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/10450/task/10472/stat : 10472 (java) S 10448 10450 7918 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 345767634 3037372416 237376 33554432000 1073741824 1073778376 140733339841888 140312694072872 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 10450 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=468199
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=531767
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.43
CPU time (s): 1800.18
CPU user time (s): 1799.02
CPU system time (s): 1.16
CPU usage (%): 199.703
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.47
system time used= 1.53177
maximum resident set size= 951676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23296
page faults= 1
swaps= 0
block input operations= 0
block output operations= 696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21363
involuntary context switches= 14604

runsolver used 3.59045 second user time and 9.55355 second system time

The end

Launcher Data

Begin job on node142 at 2012-06-04 09:53:39
IDJOB=3743758
IDBENCH=92353
IDSOLVER=2324
FILE ID=node142/3743758-1338796418
RUNJOBID= node142-1338781619-7935
PBS_JOBID= 14636832
Free space on /tmp= 71132 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_50null50mast_rapportOE2.0_TMAX300_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-3743758-1338796418/watcher-3743758-1338796418 -o /tmp/evaluation-result-3743758-1338796418/solver-3743758-1338796418 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3743758-1338796418.opb

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

MD5SUM BENCH= d5a8bb9ed5309f201221b880b841b89a
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:        27726784 kB
Buffers:          389992 kB
Cached:          2985196 kB
SwapCached:            0 kB
Active:          2291504 kB
Inactive:        2017316 kB
Active(anon):     924552 kB
Inactive(anon):    11220 kB
Active(file):    1366952 kB
Inactive(file):  2006096 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29968 kB
Writeback:             0 kB
AnonPages:        954604 kB
Mapped:            18568 kB
Shmem:               200 kB
Slab:             683188 kB
SReclaimable:     124516 kB
SUnreclaim:       558672 kB
KernelStack:        1648 kB
PageTables:         5948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1572896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    899072 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:08:42