Trace number 3454199

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.21 901.283

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath1.opb
MD5SUMcadb80b29b1b884c95a94376a4e900b4
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 variables53335
Total number of constraints5302
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)189
Number of constraints which are nor clauses,nor cardinality constraints5113
Minimum length of a constraint1
Maximum length of a constraint50934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4832120913850916
Number of bits of the biggest sum of numbers53
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454199-1307190364.opb
0.10/0.11	c reading problem ... 
1.99/1.55	c ... done. Wall clock time 1.44s.
1.99/1.55	c #vars     53335
1.99/1.55	c #constraints  7737
1.99/1.55	c constraints type 
1.99/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5216
1.99/1.55	c constraints type 
1.99/1.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5216
626.80/313.54	c cleaning 2498 clauses out of 5002 with flag 5003/5003
706.71/353.54	c cleaning 4247 clauses out of 8501 with flag 11000/11000
802.93/401.74	c cleaning 5625 clauses out of 11255 with flag 18001/18001
876.72/438.72	c cleaning 6808 clauses out of 13630 with flag 26001/26001
940.12/470.58	c cleaning 7907 clauses out of 15822 with flag 35001/35001
1005.51/503.32	c cleaning 8946 clauses out of 17914 with flag 45000/45000
1112.70/557.01	c cleaning 9485 clauses out of 18973 with flag 55005/55005
1312.67/657.15	c cleaning 9728 clauses out of 19483 with flag 65000/65000
1604.31/803.12	c cleaning 9875 clauses out of 19756 with flag 75001/75001
1780.09/891.19	c cleaning 9934 clauses out of 19880 with flag 85000/85000
1800.09/901.22	c starts		: 88
1800.09/901.22	c conflicts		: 85893
1800.09/901.22	c decisions		: 1629550
1800.09/901.22	c propagations		: 19345737
1800.09/901.22	c inspects		: 92045330
1800.09/901.22	c shortcuts		: 0
1800.09/901.22	c learnt literals	: 1
1800.09/901.22	c learnt binary clauses	: 0
1800.09/901.22	c learnt ternary clauses	: 0
1800.09/901.22	c learnt constraints	: 85891
1800.09/901.22	c ignored constraints	: 0
1800.09/901.22	c root simplifications	: 0
1800.09/901.22	c removed literals (reason simplification)	: 6572857
1800.09/901.22	c reason swapping (by a shorter reason)	: 0
1800.09/901.22	c Calls to reduceDB	: 10
1800.09/901.22	c number of reductions to clauses (during analyze)	: 0
1800.09/901.22	c number of learned constraints concerned by reduction	: 0
1800.09/901.22	c number of learning phase by resolution	: 0
1800.09/901.22	c number of learning phase by cutting planes	: 0
1800.09/901.22	c speed (assignments/second)	: 21503.267327282934
1800.09/901.22	c non guided choices	569550
1800.09/901.22	c learnt constraints type 
1800.09/901.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10838
1800.09/901.22	c constraints type 
1800.09/901.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5216
1800.09/901.22	c constraints type 
1800.09/901.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5216
1800.09/901.22	s UNKNOWN
1800.09/901.22	c Total wall clock time (in seconds): 901.112

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-3454199-1307190364/watcher-3454199-1307190364 -o /tmp/evaluation-result-3454199-1307190364/solver-3454199-1307190364 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454199-1307190364.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.77 3.79 3.45 2/455 9751
/proc/meminfo: memFree=11431732/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/9751/stat : 9751 (java) R 9749 9751 6192 0 -1 4202496 952 0 0 0 0 0 0 0 22 0 1 0 830636043 23580672 695 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274659845608 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9751/statm: 5757 695 511 9 0 124 0
[pid=9751/tid=9752] ppid=9749 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) R 9749 9751 6192 0 -1 4202560 3209 0 1 0 0 0 0 0 18 0 2 0 830636044 10694979584 4025 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274664502331 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0929039 s]
/proc/loadavg: 3.77 3.79 3.45 2/455 9751
/proc/meminfo: memFree=11431732/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=10540504 CPUtime=0.09 cores=1,3,5,7
/proc/9751/stat : 9751 (java) S 9749 9751 6192 0 -1 4202496 12912 0 1 0 7 2 0 0 22 0 18 0 830636043 10793476096 12608 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9751/statm: 2635126 12609 2083 9 0 2625860 0
[pid=9751/tid=9752] ppid=9749 vsize=10540504 CPUtime=0.07 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) R 9749 9751 6192 0 -1 4202560 10988 0 1 0 6 1 0 0 18 0 18 0 830636044 10793476096 12609 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 47190016570115 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540504

[startup+0.100865 s]
/proc/loadavg: 3.77 3.79 3.45 2/455 9751
/proc/meminfo: memFree=11431732/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=10540504 CPUtime=0.1 cores=1,3,5,7
/proc/9751/stat : 9751 (java) S 9749 9751 6192 0 -1 4202496 13033 0 1 0 8 2 0 0 22 0 18 0 830636043 10793476096 12729 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9751/statm: 2635126 12729 2093 9 0 2625860 0
[pid=9751/tid=9752] ppid=9749 vsize=10540504 CPUtime=0.08 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) R 9749 9751 6192 0 -1 4202560 11097 0 1 0 7 1 0 0 18 0 18 0 830636044 10793476096 12729 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 47190019630616 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540504

[startup+0.313866 s]
/proc/loadavg: 3.77 3.79 3.45 2/455 9751
/proc/meminfo: memFree=11431732/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=10543984 CPUtime=0.58 cores=1,3,5,7
/proc/9751/stat : 9751 (java) S 9749 9751 6192 0 -1 4202496 19763 0 1 0 55 3 0 0 22 0 18 0 830636043 10797039616 18621 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9751/statm: 2635996 18623 2203 9 0 2626730 0
[pid=9751/tid=9752] ppid=9749 vsize=10543984 CPUtime=0.29 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) R 9749 9751 6192 0 -1 4202560 15176 0 1 0 27 2 0 0 18 0 18 0 830636044 10797039616 18625 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505641776 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10543984

[startup+0.700813 s]
/proc/loadavg: 3.77 3.79 3.45 2/455 9751
/proc/meminfo: memFree=11431732/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=10543984 CPUtime=1.18 cores=1,3,5,7
/proc/9751/stat : 9751 (java) S 9749 9751 6192 0 -1 4202496 47275 0 1 0 112 6 0 0 22 0 18 0 830636043 10797039616 45254 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9751/statm: 2635996 45254 2220 9 0 2626730 0
[pid=9751/tid=9752] ppid=9749 vsize=10543984 CPUtime=0.68 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) R 9749 9751 6192 0 -1 4202560 41742 0 1 0 63 5 0 0 18 0 18 0 830636044 10797039616 45254 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505670538 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10543984

[startup+1.50068 s]
/proc/loadavg: 3.77 3.79 3.45 3/473 9769
/proc/meminfo: memFree=11164564/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=10543984 CPUtime=1.99 cores=1,3,5,7
/proc/9751/stat : 9751 (java) S 9749 9751 6192 0 -1 4202496 116223 0 1 0 188 11 0 0 22 0 18 0 830636043 10797039616 114202 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9751/statm: 2635996 114204 2220 9 0 2626730 0
[pid=9751/tid=9752] ppid=9749 vsize=10543984 CPUtime=1.48 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) R 9749 9751 6192 0 -1 4202560 110693 0 1 0 138 10 0 0 19 0 18 0 830636044 10797039616 114208 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505596666 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9751/tid=9754] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9754/stat : 9754 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 830636046 10797039616 114208 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9755] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9755/stat : 9755 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830636046 10797039616 114208 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9756] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9756/stat : 9756 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830636046 10797039616 114208 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9757] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9757/stat : 9757 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830636046 10797039616 114208 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9758] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9758/stat : 9758 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830636046 10797039616 114208 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9759] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9759/stat : 9759 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830636046 10797039616 114208 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9760] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9760/stat : 9760 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830636046 10797039616 114208 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9761] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9761/stat : 9761 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 830636046 10797039616 114208 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9762] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9762/stat : 9762 (java) S 9749 9751 6192 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830636047 10797039616 114211 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 0 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9763] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9763/stat : 9763 (java) S 9749 9751 6192 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 830636047 10797039616 114215 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9764] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9764/stat : 9764 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 830636047 10797039616 114218 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9765] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9765/stat : 9765 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830636049 10797039616 114220 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676631985 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9766] ppid=9749 vsize=10543984 CPUtime=0.32 cores=1,3,5,7
/proc/9751/task/9766/stat : 9766 (java) S 9749 9751 6192 0 -1 4202560 2908 0 0 0 32 0 0 0 24 0 18 0 830636049 10797039616 114222 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9767] ppid=9749 vsize=10543984 CPUtime=0.17 cores=1,3,5,7
/proc/9751/task/9767/stat : 9767 (java) S 9749 9751 6192 0 -1 4202560 1477 0 0 0 17 0 0 0 17 0 18 0 830636049 10797039616 114224 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9768] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9768/stat : 9768 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830636049 10797039616 114227 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9769] ppid=9749 vsize=10543984 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9769/stat : 9769 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830636049 10797039616 114229 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 10543984

[startup+3.10135 s]
/proc/loadavg: 3.77 3.79 3.45 4/477 9773
/proc/meminfo: memFree=10942944/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=10548212 CPUtime=5.64 cores=1,3,5,7
/proc/9751/stat : 9751 (java) S 9749 9751 6192 0 -1 4202496 133613 0 1 0 550 14 0 0 22 0 22 0 830636043 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9751/statm: 2637053 130270 2232 9 0 2627787 0
[pid=9751/tid=9752] ppid=9749 vsize=10548212 CPUtime=1.54 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) S 9749 9751 6192 0 -1 4202560 114451 0 1 0 143 11 0 0 15 0 22 0 830636044 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9754] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9754/stat : 9754 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830636046 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9755] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9755/stat : 9755 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9756] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9756/stat : 9756 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9757] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9757/stat : 9757 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9758] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9758/stat : 9758 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9759] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9759/stat : 9759 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9760] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9760/stat : 9760 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9761] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9761/stat : 9761 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830636046 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9762] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9762/stat : 9762 (java) S 9749 9751 6192 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830636047 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 0 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9763] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9763/stat : 9763 (java) S 9749 9751 6192 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 22 0 830636047 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9764] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9764/stat : 9764 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830636047 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9765] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9765/stat : 9765 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830636049 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676631985 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9766] ppid=9749 vsize=10548212 CPUtime=0.56 cores=1,3,5,7
/proc/9751/task/9766/stat : 9766 (java) S 9749 9751 6192 0 -1 4202560 4162 0 0 0 56 0 0 0 16 0 22 0 830636049 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9767] ppid=9749 vsize=10548212 CPUtime=0.43 cores=1,3,5,7
/proc/9751/task/9767/stat : 9767 (java) S 9749 9751 6192 0 -1 4202560 1665 0 0 0 43 0 0 0 15 0 22 0 830636049 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9768] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9768/stat : 9768 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830636049 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9769] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9769/stat : 9769 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830636049 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9770] ppid=9749 vsize=10548212 CPUtime=1.54 cores=1,3,5,7
/proc/9751/task/9770/stat : 9770 (java) R 9749 9751 6192 0 -1 4202560 906 0 0 0 154 0 0 0 21 0 22 0 830636199 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505826618 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9751/tid=9771] ppid=9749 vsize=10548212 CPUtime=1.52 cores=1,3,5,7
/proc/9751/task/9771/stat : 9771 (java) R 9749 9751 6192 0 -1 4202560 11262 0 0 0 151 1 0 0 25 0 22 0 830636199 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505941643 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9751/tid=9772] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9772/stat : 9772 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830636205 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9773] ppid=9749 vsize=10548212 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9773/stat : 9773 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830636206 10801369088 130270 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.64
Current children cumulated vsize (KiB) 10548212

[startup+6.30083 s]
/proc/loadavg: 4.11 3.86 3.48 5/477 9774
/proc/meminfo: memFree=10850156/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=10547612 CPUtime=12.21 cores=1,3,5,7
/proc/9751/stat : 9751 (java) S 9749 9751 6192 0 -1 4202496 149411 0 1 0 1206 15 0 0 22 0 22 0 830636043 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9751/statm: 2636903 145828 2233 9 0 2627637 0
[pid=9751/tid=9752] ppid=9749 vsize=10547612 CPUtime=1.54 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) S 9749 9751 6192 0 -1 4202560 114452 0 1 0 143 11 0 0 15 0 22 0 830636044 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9754] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9754/stat : 9754 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830636046 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9755] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9755/stat : 9755 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9756] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9756/stat : 9756 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9757] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9757/stat : 9757 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9758] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9758/stat : 9758 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9759] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9759/stat : 9759 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9760] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9760/stat : 9760 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830636046 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9761] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9761/stat : 9761 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830636046 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9762] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9762/stat : 9762 (java) S 9749 9751 6192 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830636047 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 0 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9763] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9763/stat : 9763 (java) S 9749 9751 6192 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 22 0 830636047 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9764] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9764/stat : 9764 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830636047 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9765] ppid=9749 vsize=10547612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9765/stat : 9765 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830636049 10800754688 145828 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676631985 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0

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

[pid=9751/tid=9771] ppid=9749 vsize=10546612 CPUtime=758.42 cores=1,3,5,7
/proc/9751/task/9771/stat : 9771 (java) R 9749 9751 6192 0 -1 4202560 126080 0 0 0 75830 12 0 0 25 0 22 0 830636199 10799730688 327126 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505884681 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9751/tid=9772] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9772/stat : 9772 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830636205 10799730688 327126 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9773] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9773/stat : 9773 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830636206 10799730688 327126 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1522.76
Current children cumulated vsize (KiB) 10546612

[startup+822.301 s]
/proc/loadavg: 3.67 3.71 3.61 4/477 9795
/proc/meminfo: memFree=9650264/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=10546612 CPUtime=1642.5 cores=1,3,5,7
/proc/9751/stat : 9751 (java) S 9749 9751 6192 0 -1 4202496 333165 0 1 0 164210 40 0 0 22 0 22 0 830636043 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9751/statm: 2636653 327138 2265 9 0 2627387 0
[pid=9751/tid=9752] ppid=9749 vsize=10546612 CPUtime=1.54 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) S 9749 9751 6192 0 -1 4202560 114460 0 1 0 143 11 0 0 15 0 22 0 830636044 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9754] ppid=9749 vsize=10546612 CPUtime=0.15 cores=1,3,5,7
/proc/9751/task/9754/stat : 9754 (java) S 9749 9751 6192 0 -1 4202560 12754 0 0 0 14 1 0 0 15 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9755] ppid=9749 vsize=10546612 CPUtime=0.03 cores=1,3,5,7
/proc/9751/task/9755/stat : 9755 (java) S 9749 9751 6192 0 -1 4202560 945 0 0 0 3 0 0 0 16 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9756] ppid=9749 vsize=10546612 CPUtime=0.02 cores=1,3,5,7
/proc/9751/task/9756/stat : 9756 (java) S 9749 9751 6192 0 -1 4202560 838 0 0 0 2 0 0 0 16 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9757] ppid=9749 vsize=10546612 CPUtime=0.02 cores=1,3,5,7
/proc/9751/task/9757/stat : 9757 (java) S 9749 9751 6192 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9758] ppid=9749 vsize=10546612 CPUtime=0.09 cores=1,3,5,7
/proc/9751/task/9758/stat : 9758 (java) S 9749 9751 6192 0 -1 4202560 4051 0 0 0 9 0 0 0 15 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9759] ppid=9749 vsize=10546612 CPUtime=0.13 cores=1,3,5,7
/proc/9751/task/9759/stat : 9759 (java) S 9749 9751 6192 0 -1 4202560 7656 0 0 0 12 1 0 0 16 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9760] ppid=9749 vsize=10546612 CPUtime=0.13 cores=1,3,5,7
/proc/9751/task/9760/stat : 9760 (java) S 9749 9751 6192 0 -1 4202560 7410 0 0 0 13 0 0 0 16 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9761] ppid=9749 vsize=10546612 CPUtime=0.01 cores=1,3,5,7
/proc/9751/task/9761/stat : 9761 (java) S 9749 9751 6192 0 -1 4202560 1249 0 0 0 1 0 0 0 15 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9762] ppid=9749 vsize=10546612 CPUtime=2.18 cores=1,3,5,7
/proc/9751/task/9762/stat : 9762 (java) S 9749 9751 6192 0 -1 4202560 39202 0 0 0 215 3 0 0 15 0 22 0 830636047 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 0 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9763] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9763/stat : 9763 (java) S 9749 9751 6192 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830636047 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9764] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9764/stat : 9764 (java) S 9749 9751 6192 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830636047 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9765] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9765/stat : 9765 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830636049 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676631985 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9766] ppid=9749 vsize=10546612 CPUtime=0.89 cores=1,3,5,7
/proc/9751/task/9766/stat : 9766 (java) S 9749 9751 6192 0 -1 4202560 5217 0 0 0 88 1 0 0 15 0 22 0 830636049 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9767] ppid=9749 vsize=10546612 CPUtime=0.8 cores=1,3,5,7
/proc/9751/task/9767/stat : 9767 (java) S 9749 9751 6192 0 -1 4202560 2857 0 0 0 80 0 0 0 15 0 22 0 830636049 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9768] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9768/stat : 9768 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830636049 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9769] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9769/stat : 9769 (java) S 9749 9751 6192 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830636049 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9770] ppid=9749 vsize=10546612 CPUtime=818.22 cores=1,3,5,7
/proc/9751/task/9770/stat : 9770 (java) R 9749 9751 6192 0 -1 4202560 9238 0 0 0 81817 5 0 0 25 0 22 0 830636199 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505826875 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9751/tid=9771] ppid=9749 vsize=10546612 CPUtime=818.16 cores=1,3,5,7
/proc/9751/task/9771/stat : 9771 (java) R 9749 9751 6192 0 -1 4202560 126080 0 0 0 81804 12 0 0 25 0 22 0 830636199 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505540171 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9751/tid=9772] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9772/stat : 9772 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830636205 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9773] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9773/stat : 9773 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830636206 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1642.5
Current children cumulated vsize (KiB) 10546612

[startup+882.301 s]
/proc/loadavg: 3.70 3.70 3.61 4/477 9797
/proc/meminfo: memFree=9638964/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=10546612 CPUtime=1762.48 cores=1,3,5,7
/proc/9751/stat : 9751 (java) S 9749 9751 6192 0 -1 4202496 333169 0 1 0 176208 40 0 0 22 0 22 0 830636043 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9751/statm: 2636653 327138 2265 9 0 2627387 0
[pid=9751/tid=9752] ppid=9749 vsize=10546612 CPUtime=1.54 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) S 9749 9751 6192 0 -1 4202560 114460 0 1 0 143 11 0 0 15 0 22 0 830636044 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9754] ppid=9749 vsize=10546612 CPUtime=0.15 cores=1,3,5,7
/proc/9751/task/9754/stat : 9754 (java) S 9749 9751 6192 0 -1 4202560 12754 0 0 0 14 1 0 0 15 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9755] ppid=9749 vsize=10546612 CPUtime=0.03 cores=1,3,5,7
/proc/9751/task/9755/stat : 9755 (java) S 9749 9751 6192 0 -1 4202560 945 0 0 0 3 0 0 0 16 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9756] ppid=9749 vsize=10546612 CPUtime=0.02 cores=1,3,5,7
/proc/9751/task/9756/stat : 9756 (java) S 9749 9751 6192 0 -1 4202560 838 0 0 0 2 0 0 0 16 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9757] ppid=9749 vsize=10546612 CPUtime=0.02 cores=1,3,5,7
/proc/9751/task/9757/stat : 9757 (java) S 9749 9751 6192 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9758] ppid=9749 vsize=10546612 CPUtime=0.09 cores=1,3,5,7
/proc/9751/task/9758/stat : 9758 (java) S 9749 9751 6192 0 -1 4202560 4051 0 0 0 9 0 0 0 15 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9759] ppid=9749 vsize=10546612 CPUtime=0.13 cores=1,3,5,7
/proc/9751/task/9759/stat : 9759 (java) S 9749 9751 6192 0 -1 4202560 7656 0 0 0 12 1 0 0 16 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9760] ppid=9749 vsize=10546612 CPUtime=0.13 cores=1,3,5,7
/proc/9751/task/9760/stat : 9760 (java) S 9749 9751 6192 0 -1 4202560 7410 0 0 0 13 0 0 0 16 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9761] ppid=9749 vsize=10546612 CPUtime=0.01 cores=1,3,5,7
/proc/9751/task/9761/stat : 9761 (java) S 9749 9751 6192 0 -1 4202560 1249 0 0 0 1 0 0 0 15 0 22 0 830636046 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9762] ppid=9749 vsize=10546612 CPUtime=2.18 cores=1,3,5,7
/proc/9751/task/9762/stat : 9762 (java) S 9749 9751 6192 0 -1 4202560 39202 0 0 0 215 3 0 0 15 0 22 0 830636047 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 0 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9763] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9763/stat : 9763 (java) S 9749 9751 6192 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830636047 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9764] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9764/stat : 9764 (java) S 9749 9751 6192 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830636047 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9765] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9765/stat : 9765 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830636049 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676631985 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9766] ppid=9749 vsize=10546612 CPUtime=0.89 cores=1,3,5,7
/proc/9751/task/9766/stat : 9766 (java) S 9749 9751 6192 0 -1 4202560 5217 0 0 0 88 1 0 0 15 0 22 0 830636049 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9767] ppid=9749 vsize=10546612 CPUtime=0.8 cores=1,3,5,7
/proc/9751/task/9767/stat : 9767 (java) S 9749 9751 6192 0 -1 4202560 2857 0 0 0 80 0 0 0 15 0 22 0 830636049 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9768] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9768/stat : 9768 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830636049 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9769] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9769/stat : 9769 (java) S 9749 9751 6192 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830636049 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9770] ppid=9749 vsize=10546612 CPUtime=878.21 cores=1,3,5,7
/proc/9751/task/9770/stat : 9770 (java) R 9749 9751 6192 0 -1 4202560 9238 0 0 0 87816 5 0 0 25 0 22 0 830636199 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505826992 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9751/tid=9771] ppid=9749 vsize=10546612 CPUtime=878.15 cores=1,3,5,7
/proc/9751/task/9771/stat : 9771 (java) R 9749 9751 6192 0 -1 4202560 126080 0 0 0 87803 12 0 0 25 0 22 0 830636199 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505835409 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9751/tid=9772] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9772/stat : 9772 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830636205 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9773] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9773/stat : 9773 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830636206 10799730688 327138 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1762.48
Current children cumulated vsize (KiB) 10546612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.201 s]
/proc/loadavg: 3.56 3.67 3.60 4/477 9797
/proc/meminfo: memFree=9595556/32951132 swapFree=67093840/67111528
[pid=9751] ppid=9749 vsize=10546612 CPUtime=1800.09 cores=1,3,5,7
/proc/9751/stat : 9751 (java) S 9749 9751 6192 0 -1 4202496 343251 0 1 0 179968 41 0 0 22 0 22 0 830636043 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9751/statm: 2636653 337214 2265 9 0 2627387 0
[pid=9751/tid=9752] ppid=9749 vsize=10546612 CPUtime=1.54 cores=1,3,5,7
/proc/9751/task/9752/stat : 9752 (java) S 9749 9751 6192 0 -1 4202560 114460 0 1 0 143 11 0 0 15 0 22 0 830636044 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9754] ppid=9749 vsize=10546612 CPUtime=0.15 cores=1,3,5,7
/proc/9751/task/9754/stat : 9754 (java) S 9749 9751 6192 0 -1 4202560 12754 0 0 0 14 1 0 0 15 0 22 0 830636046 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9755] ppid=9749 vsize=10546612 CPUtime=0.03 cores=1,3,5,7
/proc/9751/task/9755/stat : 9755 (java) S 9749 9751 6192 0 -1 4202560 945 0 0 0 3 0 0 0 15 0 22 0 830636046 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9756] ppid=9749 vsize=10546612 CPUtime=0.04 cores=1,3,5,7
/proc/9751/task/9756/stat : 9756 (java) S 9749 9751 6192 0 -1 4202560 838 0 0 0 4 0 0 0 16 0 22 0 830636046 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9757] ppid=9749 vsize=10546612 CPUtime=0.02 cores=1,3,5,7
/proc/9751/task/9757/stat : 9757 (java) S 9749 9751 6192 0 -1 4202560 3 0 0 0 2 0 0 0 15 0 22 0 830636046 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9758] ppid=9749 vsize=10546612 CPUtime=0.11 cores=1,3,5,7
/proc/9751/task/9758/stat : 9758 (java) S 9749 9751 6192 0 -1 4202560 4061 0 0 0 11 0 0 0 16 0 22 0 830636046 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 7 0 0 0
[pid=9751/tid=9759] ppid=9749 vsize=10546612 CPUtime=0.15 cores=1,3,5,7
/proc/9751/task/9759/stat : 9759 (java) S 9749 9751 6192 0 -1 4202560 7667 0 0 0 14 1 0 0 16 0 22 0 830636046 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9760] ppid=9749 vsize=10546612 CPUtime=0.14 cores=1,3,5,7
/proc/9751/task/9760/stat : 9760 (java) S 9749 9751 6192 0 -1 4202560 7422 0 0 0 14 0 0 0 16 0 22 0 830636046 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9761] ppid=9749 vsize=10546612 CPUtime=0.02 cores=1,3,5,7
/proc/9751/task/9761/stat : 9761 (java) S 9749 9751 6192 0 -1 4202560 1249 0 0 0 2 0 0 0 15 0 22 0 830636046 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9762] ppid=9749 vsize=10546612 CPUtime=2.43 cores=1,3,5,7
/proc/9751/task/9762/stat : 9762 (java) S 9749 9751 6192 0 -1 4202560 46127 0 0 0 239 4 0 0 15 0 22 0 830636047 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 0 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9763] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9763/stat : 9763 (java) S 9749 9751 6192 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830636047 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9764] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9764/stat : 9764 (java) S 9749 9751 6192 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830636047 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9765] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9765/stat : 9765 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830636049 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676631985 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9766] ppid=9749 vsize=10546612 CPUtime=0.91 cores=1,3,5,7
/proc/9751/task/9766/stat : 9766 (java) S 9749 9751 6192 0 -1 4202560 5219 0 0 0 90 1 0 0 15 0 22 0 830636049 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
[pid=9751/tid=9767] ppid=9749 vsize=10546612 CPUtime=0.8 cores=1,3,5,7
/proc/9751/task/9767/stat : 9767 (java) S 9749 9751 6192 0 -1 4202560 2857 0 0 0 80 0 0 0 15 0 22 0 830636049 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9768] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9768/stat : 9768 (java) S 9749 9751 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830636049 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624281 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9769] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9769/stat : 9769 (java) S 9749 9751 6192 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830636049 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 5 0 0 0
[pid=9751/tid=9770] ppid=9749 vsize=10546612 CPUtime=896.85 cores=1,3,5,7
/proc/9751/task/9770/stat : 9770 (java) R 9749 9751 6192 0 -1 4202560 9239 0 0 0 89680 5 0 0 25 0 22 0 830636199 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505826495 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9751/tid=9771] ppid=9749 vsize=10546612 CPUtime=896.8 cores=1,3,5,7
/proc/9751/task/9771/stat : 9771 (java) R 9749 9751 6192 0 -1 4202560 129199 0 0 0 89667 13 0 0 25 0 22 0 830636199 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 46912505884627 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9751/tid=9772] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9772/stat : 9772 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830636205 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 1 0 0 0
[pid=9751/tid=9773] ppid=9749 vsize=10546612 CPUtime=0 cores=1,3,5,7
/proc/9751/task/9773/stat : 9773 (java) S 9749 9751 6192 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830636206 10799730688 337214 33554432000 1073741824 1073778376 140736939614976 18446744073709551615 274676624896 0 4 0 16800975 18446604461012445952 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10546612

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

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

Child status: 143
Real time (s): 901.283
CPU time (s): 1800.21
CPU user time (s): 1799.74
CPU system time (s): 0.471928
CPU usage (%): 199.738
Max. virtual memory (cumulated for all children) (KiB): 10550740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.74
system time used= 0.471928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343284
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= 20839
involuntary context switches= 25960

runsolver used 3.84042 second user time and 9.45056 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-04 14:26:04
IDJOB=3454199
IDBENCH=2333
IDSOLVER=1950
FILE ID=node131/3454199-1307190364
RUNJOBID= node131-1307188355-9296
PBS_JOBID= 13508857
Free space on /tmp= 73904 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-swath1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454199-1307190364/watcher-3454199-1307190364 -o /tmp/evaluation-result-3454199-1307190364/solver-3454199-1307190364 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454199-1307190364.opb

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

MD5SUM BENCH= cadb80b29b1b884c95a94376a4e900b4
RANDOM SEED=440979743

node131.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.830
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.66
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.830
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	: 5332.75
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.830
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.83
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.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      11432012 kB
Buffers:        353132 kB
Cached:        5685920 kB
SwapCached:        948 kB
Active:       17029812 kB
Inactive:      4167880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      11432012 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:            5144 kB
Writeback:           0 kB
AnonPages:    15157548 kB
Mapped:          46712 kB
Slab:           198704 kB
PageTables:      58308 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 105716668 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73904 MiB
End job on node131 at 2011-06-04 14:41:07