Trace number 3454234

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
Sat4j Res//CP 2.3.0? (TO) 1800.3 901.984

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-wood1p.opb
MD5SUM360101c0d249c34bf56133c11582c641
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77820
Total number of constraints244
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint30
Maximum length of a constraint77760
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 53687091200000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 66413144120266880244
Number of bits of the biggest sum of numbers66
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454234-1307191051.opb
0.11/0.11	c reading problem ... 
9.24/8.88	c ... done. Wall clock time 8.773s.
9.24/8.88	c #vars     77820
9.24/8.88	c #constraints  58375
9.24/8.88	c constraints type 
9.24/8.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 411
9.24/8.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
9.24/8.88	c constraints type 
9.24/8.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 415
1800.12/901.82	c starts		: 1
1800.12/901.82	c conflicts		: 47
1800.12/901.82	c decisions		: 491
1800.12/901.82	c propagations		: 93751
1800.12/901.82	c inspects		: 1898148
1800.12/901.82	c shortcuts		: 0
1800.12/901.82	c learnt literals	: 0
1800.12/901.82	c learnt binary clauses	: 0
1800.12/901.82	c learnt ternary clauses	: 0
1800.12/901.82	c learnt constraints	: 46
1800.12/901.82	c ignored constraints	: 0
1800.12/901.82	c root simplifications	: 0
1800.12/901.82	c removed literals (reason simplification)	: 289473
1800.12/901.82	c reason swapping (by a shorter reason)	: 0
1800.12/901.82	c Calls to reduceDB	: 0
1800.12/901.82	c number of reductions to clauses (during analyze)	: 0
1800.12/901.82	c number of learned constraints concerned by reduction	: 0
1800.12/901.82	c number of learning phase by resolution	: 0
1800.12/901.82	c number of learning phase by cutting planes	: 0
1800.12/901.82	c speed (assignments/second)	: 104.99125922093397
1800.12/901.82	c non guided choices	0
1800.12/901.82	c learnt constraints type 
1800.12/901.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46
1800.12/901.82	c constraints type 
1800.12/901.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 411
1800.12/901.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
1800.12/901.82	c constraints type 
1800.12/901.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 415
1800.12/901.82	s UNKNOWN
1800.12/901.82	c Total wall clock time (in seconds): 901.716

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454234-1307191051/watcher-3454234-1307191051 -o /tmp/evaluation-result-3454234-1307191051/solver-3454234-1307191051 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454234-1307191051.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.89 3.92 3.82 3/535 27993
/proc/meminfo: memFree=19009156/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 8735 0 1 0 0 0 0 0 24 0 2 0 811520880 10694979584 8437 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2611079 8451 917 9 0 2602235 0
[pid=27993/tid=27994] ppid=27991 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) R 27991 27993 24981 0 -1 4202560 7685 0 1 0 0 0 0 0 25 0 2 0 811520880 10694979584 8501 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264726099003 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.030235 s]
/proc/loadavg: 3.89 3.92 3.82 3/535 27993
/proc/meminfo: memFree=19009156/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10455492 CPUtime=0.02 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 10848 0 1 0 2 0 0 0 24 0 10 0 811520880 10706423808 10547 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2613873 10547 1536 9 0 2604621 0
[pid=27993/tid=27994] ppid=27991 vsize=10455492 CPUtime=0.01 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) R 27991 27993 24981 0 -1 4202560 9725 0 1 0 1 0 0 0 25 0 10 0 811520880 10706423808 10547 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 47679638867882 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10455492

[startup+0.105252 s]
/proc/loadavg: 3.89 3.92 3.82 3/535 27993
/proc/meminfo: memFree=19009156/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10540608 CPUtime=0.11 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 13172 0 1 0 10 1 0 0 24 0 18 0 811520880 10793582592 12843 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2635152 12844 2108 9 0 2625886 0
[pid=27993/tid=27994] ppid=27991 vsize=10540608 CPUtime=0.09 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) R 27991 27993 24981 0 -1 4202560 11208 0 1 0 8 1 0 0 18 0 18 0 811520880 10793582592 12844 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540608

[startup+0.300238 s]
/proc/loadavg: 3.89 3.92 3.82 3/535 27993
/proc/meminfo: memFree=19009156/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10541632 CPUtime=0.54 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 18533 0 1 0 53 1 0 0 24 0 18 0 811520880 10794631168 17544 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2635408 17544 2204 9 0 2626142 0
[pid=27993/tid=27994] ppid=27991 vsize=10541632 CPUtime=0.28 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) R 27991 27993 24981 0 -1 4202560 14813 0 1 0 27 1 0 0 18 0 18 0 811520880 10794631168 17544 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912505228239 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 10541632

[startup+0.701183 s]
/proc/loadavg: 3.89 3.92 3.82 3/535 27993
/proc/meminfo: memFree=19009156/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10541632 CPUtime=1.05 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 45572 0 1 0 102 3 0 0 24 0 18 0 811520880 10794631168 44583 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2635408 44583 2213 9 0 2626142 0
[pid=27993/tid=27994] ppid=27991 vsize=10541632 CPUtime=0.68 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) R 27991 27993 24981 0 -1 4202560 41779 0 1 0 65 3 0 0 18 0 18 0 811520880 10794631168 44583 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912505656032 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 10541632

[startup+1.50102 s]
/proc/loadavg: 3.89 3.92 3.82 4/553 28011
/proc/meminfo: memFree=18755132/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10541632 CPUtime=1.87 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 101828 0 1 0 177 10 0 0 24 0 18 0 811520880 10794631168 100839 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2635408 100842 2213 9 0 2626142 0
[pid=27993/tid=27994] ppid=27991 vsize=10541632 CPUtime=1.48 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) R 27991 27993 24981 0 -1 4202560 98037 0 1 0 138 10 0 0 19 0 18 0 811520880 10794631168 100843 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912505623664 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27993/tid=27996] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27996/stat : 27996 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 100845 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27997] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27997/stat : 27997 (java) S 27991 27993 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 100846 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27998] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27998/stat : 27998 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 100848 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27999] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27999/stat : 27999 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 100849 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28000] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28000/stat : 28000 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 100851 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28001] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28001/stat : 28001 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 100852 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28002] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28002/stat : 28002 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 100854 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28003] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28003/stat : 28003 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 100855 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28004] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28004/stat : 28004 (java) S 27991 27993 24981 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811520883 10794631168 100857 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 0 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28005] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28005/stat : 28005 (java) S 27991 27993 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811520883 10794631168 100858 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28006] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28006/stat : 28006 (java) S 27991 27993 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811520883 10794631168 100860 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28007] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28007/stat : 28007 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520885 10794631168 100861 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738228657 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28008] ppid=27991 vsize=10541632 CPUtime=0.17 cores=0,2,4,6
/proc/27993/task/28008/stat : 28008 (java) S 27991 27993 24981 0 -1 4202560 807 0 0 0 17 0 0 0 15 0 18 0 811520885 10794631168 100863 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28009] ppid=27991 vsize=10541632 CPUtime=0.2 cores=0,2,4,6
/proc/27993/task/28009/stat : 28009 (java) S 27991 27993 24981 0 -1 4202560 1837 0 0 0 20 0 0 0 15 0 18 0 811520885 10794631168 100864 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28010] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28010/stat : 28010 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520885 10794631168 100866 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28011] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28011/stat : 28011 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811520885 10794631168 100867 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10541632

[startup+3.10073 s]
/proc/loadavg: 3.82 3.91 3.81 4/553 28011
/proc/meminfo: memFree=18439180/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10541632 CPUtime=3.5 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 214385 0 1 0 328 22 0 0 24 0 18 0 811520880 10794631168 213396 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2635408 213396 2213 9 0 2626142 0
[pid=27993/tid=27994] ppid=27991 vsize=10541632 CPUtime=3.08 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) R 27991 27993 24981 0 -1 4202560 210557 0 1 0 286 22 0 0 24 0 18 0 811520880 10794631168 213396 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912505628864 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27993/tid=27996] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27996/stat : 27996 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 213396 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27997] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27997/stat : 27997 (java) S 27991 27993 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 213396 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27998] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27998/stat : 27998 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 213396 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27999] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27999/stat : 27999 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 213396 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28000] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28000/stat : 28000 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 213397 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28001] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28001/stat : 28001 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 213398 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28002] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28002/stat : 28002 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 213400 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28003] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28003/stat : 28003 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 213401 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28004] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28004/stat : 28004 (java) S 27991 27993 24981 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811520883 10794631168 213402 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 0 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28005] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28005/stat : 28005 (java) S 27991 27993 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811520883 10794631168 213403 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28006] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28006/stat : 28006 (java) S 27991 27993 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811520883 10794631168 213405 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28007] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28007/stat : 28007 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520885 10794631168 213406 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738228657 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28008] ppid=27991 vsize=10541632 CPUtime=0.18 cores=0,2,4,6
/proc/27993/task/28008/stat : 28008 (java) S 27991 27993 24981 0 -1 4202560 834 0 0 0 18 0 0 0 15 0 18 0 811520885 10794631168 213407 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28009] ppid=27991 vsize=10541632 CPUtime=0.23 cores=0,2,4,6
/proc/27993/task/28009/stat : 28009 (java) S 27991 27993 24981 0 -1 4202560 1843 0 0 0 23 0 0 0 15 0 18 0 811520885 10794631168 213408 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28010] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28010/stat : 28010 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520885 10794631168 213409 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28011] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28011/stat : 28011 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811520885 10794631168 213411 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.5
Current children cumulated vsize (KiB) 10541632

[startup+6.30109 s]
/proc/loadavg: 3.82 3.91 3.81 4/553 28011
/proc/meminfo: memFree=17538824/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10541632 CPUtime=6.71 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 426832 0 1 0 625 46 0 0 24 0 18 0 811520880 10794631168 425483 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2635408 425486 2216 9 0 2626142 0
[pid=27993/tid=27994] ppid=27991 vsize=10541632 CPUtime=6.28 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) R 27991 27993 24981 0 -1 4202560 423006 0 1 0 583 45 0 0 21 0 18 0 811520880 10794631168 425488 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912505563177 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27993/tid=27996] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27996/stat : 27996 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 425490 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27997] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27997/stat : 27997 (java) S 27991 27993 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 425492 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27998] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27998/stat : 27998 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 425493 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27999] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/27999/stat : 27999 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 425494 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28000] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28000/stat : 28000 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 425496 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28001] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28001/stat : 28001 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 425498 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28002] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28002/stat : 28002 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 425500 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28003] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28003/stat : 28003 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520882 10794631168 425502 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28004] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28004/stat : 28004 (java) S 27991 27993 24981 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 18 0 811520883 10794631168 425504 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 0 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28005] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28005/stat : 28005 (java) S 27991 27993 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811520883 10794631168 425506 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28006] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28006/stat : 28006 (java) S 27991 27993 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811520883 10794631168 425509 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28007] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28007/stat : 28007 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520885 10794631168 425511 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738228657 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28008] ppid=27991 vsize=10541632 CPUtime=0.18 cores=0,2,4,6
/proc/27993/task/28008/stat : 28008 (java) S 27991 27993 24981 0 -1 4202560 834 0 0 0 18 0 0 0 15 0 18 0 811520885 10794631168 425513 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28009] ppid=27991 vsize=10541632 CPUtime=0.23 cores=0,2,4,6
/proc/27993/task/28009/stat : 28009 (java) S 27991 27993 24981 0 -1 4202560 1843 0 0 0 23 0 0 0 15 0 18 0 811520885 10794631168 425515 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28010] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28010/stat : 28010 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811520885 10794631168 425517 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28011] ppid=27991 vsize=10541632 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28011/stat : 28011 (java) S 27991 27993 24981 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 811520885 10794631168 425520 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.14 4.06 3.93 5/557 28037
/proc/meminfo: memFree=14068576/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10554960 CPUtime=1641.06 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 990052 0 1 0 163974 132 0 0 24 0 22 0 811520880 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2638740 982208 2242 9 0 2629474 0
[pid=27993/tid=27994] ppid=27991 vsize=10554960 CPUtime=8.87 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) S 27991 27993 24981 0 -1 4202560 594232 0 1 0 822 65 0 0 15 0 22 0 811520880 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=27996] ppid=27991 vsize=10554960 CPUtime=0.89 cores=0,2,4,6
/proc/27993/task/27996/stat : 27996 (java) S 27991 27993 24981 0 -1 4202560 28660 0 0 0 85 4 0 0 15 0 22 0 811520882 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 4 0 0 0
[pid=27993/tid=27997] ppid=27991 vsize=10554960 CPUtime=0.79 cores=0,2,4,6
/proc/27993/task/27997/stat : 27997 (java) S 27991 27993 24981 0 -1 4202560 26041 0 0 0 76 3 0 0 16 0 22 0 811520882 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 4 0 0 0
[pid=27993/tid=27998] ppid=27991 vsize=10554960 CPUtime=0.76 cores=0,2,4,6
/proc/27993/task/27998/stat : 27998 (java) S 27991 27993 24981 0 -1 4202560 28076 0 0 0 74 2 0 0 15 0 22 0 811520882 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=27999] ppid=27991 vsize=10554960 CPUtime=0.94 cores=0,2,4,6
/proc/27993/task/27999/stat : 27999 (java) S 27991 27993 24981 0 -1 4202560 47464 0 0 0 88 6 0 0 16 0 22 0 811520882 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28000] ppid=27991 vsize=10554960 CPUtime=1.25 cores=0,2,4,6
/proc/27993/task/28000/stat : 28000 (java) S 27991 27993 24981 0 -1 4202560 60510 0 0 0 114 11 0 0 15 0 22 0 811520882 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 4 0 0 0
[pid=27993/tid=28001] ppid=27991 vsize=10554960 CPUtime=0.94 cores=0,2,4,6
/proc/27993/task/28001/stat : 28001 (java) S 27991 27993 24981 0 -1 4202560 33900 0 0 0 90 4 0 0 15 0 22 0 811520882 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28002] ppid=27991 vsize=10554960 CPUtime=0.79 cores=0,2,4,6
/proc/27993/task/28002/stat : 28002 (java) S 27991 27993 24981 0 -1 4202560 24420 0 0 0 75 4 0 0 15 0 22 0 811520882 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28003] ppid=27991 vsize=10554960 CPUtime=1.09 cores=0,2,4,6
/proc/27993/task/28003/stat : 28003 (java) S 27991 27993 24981 0 -1 4202560 70724 0 0 0 101 8 0 0 16 0 22 0 811520882 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28004] ppid=27991 vsize=10554960 CPUtime=0.01 cores=0,2,4,6
/proc/27993/task/28004/stat : 28004 (java) S 27991 27993 24981 0 -1 4202560 40 0 0 0 0 1 0 0 15 0 22 0 811520883 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 0 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28005] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28005/stat : 28005 (java) S 27991 27993 24981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811520883 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28006] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28006/stat : 28006 (java) S 27991 27993 24981 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811520883 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28007] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28007/stat : 28007 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811520885 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738228657 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28008] ppid=27991 vsize=10554960 CPUtime=1.05 cores=0,2,4,6
/proc/27993/task/28008/stat : 28008 (java) S 27991 27993 24981 0 -1 4202560 3198 0 0 0 105 0 0 0 15 0 22 0 811520885 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28009] ppid=27991 vsize=10554960 CPUtime=0.82 cores=0,2,4,6
/proc/27993/task/28009/stat : 28009 (java) S 27991 27993 24981 0 -1 4202560 6897 0 0 0 82 0 0 0 15 0 22 0 811520885 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28010] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28010/stat : 28010 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811520885 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28011] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28011/stat : 28011 (java) S 27991 27993 24981 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 811520885 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28012] ppid=27991 vsize=10554960 CPUtime=811.42 cores=0,2,4,6
/proc/27993/task/28012/stat : 28012 (java) R 27991 27993 24981 0 -1 4202560 8290 0 0 0 81141 1 0 0 25 0 22 0 811521768 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912506020526 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27993/tid=28013] ppid=27991 vsize=10554960 CPUtime=811.29 cores=0,2,4,6
/proc/27993/task/28013/stat : 28013 (java) R 27991 27993 24981 0 -1 4202560 56394 0 0 0 81114 15 0 0 25 0 22 0 811521768 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912506187007 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27993/tid=28015] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28015/stat : 28015 (java) S 27991 27993 24981 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811523864 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28018] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28018/stat : 28018 (java) S 27991 27993 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811533911 10808279040 982208 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1641.06
Current children cumulated vsize (KiB) 10554960

[startup+882.32 s]
/proc/loadavg: 3.74 3.98 3.91 3/530 28058
/proc/meminfo: memFree=17773060/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10554960 CPUtime=1761.1 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 990076 0 1 0 175978 132 0 0 24 0 22 0 811520880 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2638740 982211 2242 9 0 2629474 0
[pid=27993/tid=27994] ppid=27991 vsize=10554960 CPUtime=8.87 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) S 27991 27993 24981 0 -1 4202560 594232 0 1 0 822 65 0 0 15 0 22 0 811520880 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=27996] ppid=27991 vsize=10554960 CPUtime=0.9 cores=0,2,4,6
/proc/27993/task/27996/stat : 27996 (java) S 27991 27993 24981 0 -1 4202560 28660 0 0 0 86 4 0 0 16 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 4 0 0 0
[pid=27993/tid=27997] ppid=27991 vsize=10554960 CPUtime=0.8 cores=0,2,4,6
/proc/27993/task/27997/stat : 27997 (java) S 27991 27993 24981 0 -1 4202560 26041 0 0 0 77 3 0 0 16 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=27998] ppid=27991 vsize=10554960 CPUtime=0.77 cores=0,2,4,6
/proc/27993/task/27998/stat : 27998 (java) S 27991 27993 24981 0 -1 4202560 28076 0 0 0 75 2 0 0 15 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=27999] ppid=27991 vsize=10554960 CPUtime=0.95 cores=0,2,4,6
/proc/27993/task/27999/stat : 27999 (java) S 27991 27993 24981 0 -1 4202560 47464 0 0 0 89 6 0 0 15 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28000] ppid=27991 vsize=10554960 CPUtime=1.26 cores=0,2,4,6
/proc/27993/task/28000/stat : 28000 (java) S 27991 27993 24981 0 -1 4202560 60510 0 0 0 115 11 0 0 15 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 4 0 0 0
[pid=27993/tid=28001] ppid=27991 vsize=10554960 CPUtime=0.94 cores=0,2,4,6
/proc/27993/task/28001/stat : 28001 (java) S 27991 27993 24981 0 -1 4202560 33903 0 0 0 90 4 0 0 15 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28002] ppid=27991 vsize=10554960 CPUtime=0.81 cores=0,2,4,6
/proc/27993/task/28002/stat : 28002 (java) S 27991 27993 24981 0 -1 4202560 24420 0 0 0 77 4 0 0 15 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28003] ppid=27991 vsize=10554960 CPUtime=1.1 cores=0,2,4,6
/proc/27993/task/28003/stat : 28003 (java) S 27991 27993 24981 0 -1 4202560 70724 0 0 0 102 8 0 0 16 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28004] ppid=27991 vsize=10554960 CPUtime=0.02 cores=0,2,4,6
/proc/27993/task/28004/stat : 28004 (java) S 27991 27993 24981 0 -1 4202560 44 0 0 0 0 2 0 0 15 0 22 0 811520883 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 0 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28005] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28005/stat : 28005 (java) S 27991 27993 24981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811520883 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28006] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28006/stat : 28006 (java) S 27991 27993 24981 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811520883 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28007] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28007/stat : 28007 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811520885 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738228657 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28008] ppid=27991 vsize=10554960 CPUtime=1.05 cores=0,2,4,6
/proc/27993/task/28008/stat : 28008 (java) S 27991 27993 24981 0 -1 4202560 3198 0 0 0 105 0 0 0 15 0 22 0 811520885 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28009] ppid=27991 vsize=10554960 CPUtime=0.82 cores=0,2,4,6
/proc/27993/task/28009/stat : 28009 (java) S 27991 27993 24981 0 -1 4202560 6897 0 0 0 82 0 0 0 15 0 22 0 811520885 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28010] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28010/stat : 28010 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811520885 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28011] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28011/stat : 28011 (java) S 27991 27993 24981 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 811520885 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28012] ppid=27991 vsize=10554960 CPUtime=871.41 cores=0,2,4,6
/proc/27993/task/28012/stat : 28012 (java) R 27991 27993 24981 0 -1 4202560 8290 0 0 0 87140 1 0 0 25 0 22 0 811521768 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912506020526 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27993/tid=28013] ppid=27991 vsize=10554960 CPUtime=871.27 cores=0,2,4,6
/proc/27993/task/28013/stat : 28013 (java) R 27991 27993 24981 0 -1 4202560 56407 0 0 0 87112 15 0 0 25 0 22 0 811521768 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912506183278 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27993/tid=28015] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28015/stat : 28015 (java) S 27991 27993 24981 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811523864 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28018] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28018/stat : 28018 (java) S 27991 27993 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811533911 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1761.1
Current children cumulated vsize (KiB) 10554960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.801 s]
/proc/loadavg: 3.25 3.85 3.87 3/530 28059
/proc/meminfo: memFree=17773304/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=10554960 CPUtime=1800.12 cores=0,2,4,6
/proc/27993/stat : 27993 (java) S 27991 27993 24981 0 -1 4202496 990084 0 1 0 179879 133 0 0 24 0 22 0 811520880 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 2638740 982211 2242 9 0 2629474 0
[pid=27993/tid=27994] ppid=27991 vsize=10554960 CPUtime=8.87 cores=0,2,4,6
/proc/27993/task/27994/stat : 27994 (java) S 27991 27993 24981 0 -1 4202560 594232 0 1 0 822 65 0 0 15 0 22 0 811520880 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=27996] ppid=27991 vsize=10554960 CPUtime=0.9 cores=0,2,4,6
/proc/27993/task/27996/stat : 27996 (java) S 27991 27993 24981 0 -1 4202560 28660 0 0 0 86 4 0 0 15 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=27997] ppid=27991 vsize=10554960 CPUtime=0.8 cores=0,2,4,6
/proc/27993/task/27997/stat : 27997 (java) S 27991 27993 24981 0 -1 4202560 26041 0 0 0 77 3 0 0 15 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27998] ppid=27991 vsize=10554960 CPUtime=0.77 cores=0,2,4,6
/proc/27993/task/27998/stat : 27998 (java) S 27991 27993 24981 0 -1 4202560 28076 0 0 0 75 2 0 0 16 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=27999] ppid=27991 vsize=10554960 CPUtime=0.95 cores=0,2,4,6
/proc/27993/task/27999/stat : 27999 (java) S 27991 27993 24981 0 -1 4202560 47464 0 0 0 89 6 0 0 15 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28000] ppid=27991 vsize=10554960 CPUtime=1.26 cores=0,2,4,6
/proc/27993/task/28000/stat : 28000 (java) S 27991 27993 24981 0 -1 4202560 60510 0 0 0 115 11 0 0 16 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 4 0 0 0
[pid=27993/tid=28001] ppid=27991 vsize=10554960 CPUtime=0.94 cores=0,2,4,6
/proc/27993/task/28001/stat : 28001 (java) S 27991 27993 24981 0 -1 4202560 33903 0 0 0 90 4 0 0 16 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28002] ppid=27991 vsize=10554960 CPUtime=0.81 cores=0,2,4,6
/proc/27993/task/28002/stat : 28002 (java) S 27991 27993 24981 0 -1 4202560 24420 0 0 0 77 4 0 0 16 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28003] ppid=27991 vsize=10554960 CPUtime=1.1 cores=0,2,4,6
/proc/27993/task/28003/stat : 28003 (java) S 27991 27993 24981 0 -1 4202560 70724 0 0 0 102 8 0 0 15 0 22 0 811520882 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28004] ppid=27991 vsize=10554960 CPUtime=0.02 cores=0,2,4,6
/proc/27993/task/28004/stat : 28004 (java) S 27991 27993 24981 0 -1 4202560 46 0 0 0 0 2 0 0 15 0 22 0 811520883 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 0 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28005] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28005/stat : 28005 (java) S 27991 27993 24981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811520883 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28006] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28006/stat : 28006 (java) S 27991 27993 24981 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811520883 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28007] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28007/stat : 28007 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811520885 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738228657 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28008] ppid=27991 vsize=10554960 CPUtime=1.05 cores=0,2,4,6
/proc/27993/task/28008/stat : 28008 (java) S 27991 27993 24981 0 -1 4202560 3198 0 0 0 105 0 0 0 15 0 22 0 811520885 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 2 0 0 0
[pid=27993/tid=28009] ppid=27991 vsize=10554960 CPUtime=0.82 cores=0,2,4,6
/proc/27993/task/28009/stat : 28009 (java) S 27991 27993 24981 0 -1 4202560 6897 0 0 0 82 0 0 0 15 0 22 0 811520885 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28010] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28010/stat : 28010 (java) S 27991 27993 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811520885 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738220953 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
[pid=27993/tid=28011] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28011/stat : 28011 (java) S 27991 27993 24981 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 811520885 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28012] ppid=27991 vsize=10554960 CPUtime=890.9 cores=0,2,4,6
/proc/27993/task/28012/stat : 28012 (java) R 27991 27993 24981 0 -1 4202560 8290 0 0 0 89089 1 0 0 25 0 22 0 811521768 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912506020448 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=27993/tid=28013] ppid=27991 vsize=10554960 CPUtime=890.76 cores=0,2,4,6
/proc/27993/task/28013/stat : 28013 (java) R 27991 27993 24981 0 -1 4202560 56411 0 0 0 89061 15 0 0 25 0 22 0 811521768 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 46912505624089 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=27993/tid=28015] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28015/stat : 28015 (java) S 27991 27993 24981 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 811523864 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 0 0 0 0
[pid=27993/tid=28018] ppid=27991 vsize=10554960 CPUtime=0 cores=0,2,4,6
/proc/27993/task/28018/stat : 28018 (java) S 27991 27993 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811533911 10808279040 982211 33554432000 1073741824 1073778376 140736748532336 18446744073709551615 264738221568 0 4 0 16800975 18446604445170299136 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 10554960

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

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

[startup+901.926 s]
/proc/loadavg: 3.25 3.85 3.87 3/530 28059
/proc/meminfo: memFree=17773304/32951124 swapFree=62999000/67111528
[pid=27993] ppid=27991 vsize=0 CPUtime=1800.22 cores=0,2,4,6
/proc/27993/stat : 27993 (java) Z 27991 27993 24981 0 -1 4203548 990113 0 1 0 179880 142 0 0 17 0 2 0 811520880 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/27993/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.22
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 901.984
CPU time (s): 1800.3
CPU user time (s): 1798.81
CPU system time (s): 1.48677
CPU usage (%): 199.593
Max. virtual memory (cumulated for all children) (KiB): 10554960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.81
system time used= 1.48677
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 990113
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23833
involuntary context switches= 10926

runsolver used 5.17921 second user time and 10.4424 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-04 14:37:33
IDJOB=3454234
IDBENCH=2441
IDSOLVER=1950
FILE ID=node141/3454234-1307191051
RUNJOBID= node141-1307188285-27451
PBS_JOBID= 13508859
Free space on /tmp= 73872 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-wood1p.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454234-1307191051/watcher-3454234-1307191051 -o /tmp/evaluation-result-3454234-1307191051/solver-3454234-1307191051 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454234-1307191051.opb

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

MD5SUM BENCH= 360101c0d249c34bf56133c11582c641
RANDOM SEED=1130280864

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5362.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19009188 kB
Buffers:        288332 kB
Cached:         708596 kB
SwapCached:       8848 kB
Active:       13116180 kB
Inactive:       554324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19009188 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:           35796 kB
Writeback:           0 kB
AnonPages:    12671776 kB
Mapped:          33768 kB
Slab:           126948 kB
PageTables:      75344 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 161028284 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73872 MiB
End job on node141 at 2011-06-04 14:52:37