Trace number 3454678

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.35 900.463

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
MD5SUM74dac00a4979a8cd5d3f4292ad3ec004
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables106951
Total number of constraints318781
Number of constraints which are clauses318780
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint106260
Number of terms in the objective function 231
Biggest coefficient in the objective function 1725436586697640946858688965569256363112777243042596638790631055949824
Number of bits for the biggest coefficient in the objective function 231
Sum of the numbers in the objective function 3450873173395281893717377931138512726225554486085193277581262111899647
Number of bits of the sum of numbers in the objective function 231
Biggest number in a constraint 2568425733177916751582514591250062824975751856847252861083144972201529372215371495172688738416791235950675277761805770367685269653410060480042878305982363696267199058168185838960773319279454451792623658074112
Number of bits of the biggest number in a constraint 690
Biggest sum of numbers in a constraint 10273702932711667006330058365000251299903007427389011444332579888806117119150450980598364387789362806715159761636352224959479775105866707576248572053899244884258622387609641105402680464792324232304944082188954
Number of bits of the biggest sum of numbers691
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	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@67ee3914
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@1c691f36
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-3454678-1307192785.opb
0.11/0.11	c reading problem ... 
4.25/3.63	c ... done. Wall clock time 3.522s.
4.25/3.63	c #vars     106951
4.25/3.63	c #constraints  345347
4.25/3.63	c constraints type 
4.25/3.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
4.25/3.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
4.25/3.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.25/3.63	c constraints type 
4.25/3.63	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
4.25/3.63	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
4.25/3.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.15/900.32	c starts		: 6
1800.15/900.32	c conflicts		: 694
1800.15/900.32	c decisions		: 3460
1800.15/900.32	c propagations		: 1360832
1800.15/900.32	c inspects		: 4801331
1800.15/900.32	c shortcuts		: 0
1800.15/900.32	c learnt literals	: 0
1800.15/900.32	c learnt binary clauses	: 0
1800.15/900.32	c learnt ternary clauses	: 0
1800.15/900.32	c learnt constraints	: 694
1800.15/900.32	c ignored constraints	: 0
1800.15/900.32	c root simplifications	: 0
1800.15/900.32	c removed literals (reason simplification)	: 19041622
1800.15/900.32	c reason swapping (by a shorter reason)	: 0
1800.15/900.32	c Calls to reduceDB	: 0
1800.15/900.32	c number of reductions to clauses (during analyze)	: 0
1800.15/900.32	c number of learned constraints concerned by reduction	: 0
1800.15/900.32	c number of learning phase by resolution	: 0
1800.15/900.32	c number of learning phase by cutting planes	: 0
1800.15/900.32	c speed (assignments/second)	: 1517.6119363037294
1800.15/900.32	c non guided choices	180
1800.15/900.32	c learnt constraints type 
1800.15/900.32	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 694
1800.15/900.32	c constraints type 
1800.15/900.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 106260
1800.15/900.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 212520
1800.15/900.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.15/900.32	c constraints type 
1800.15/900.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 212520
1800.15/900.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 106260
1800.15/900.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.15/900.32	s UNKNOWN
1800.15/900.32	c Total wall clock time (in seconds): 900.218

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-3454678-1307192785/watcher-3454678-1307192785 -o /tmp/evaluation-result-3454678-1307192785/solver-3454678-1307192785 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454678-1307192785.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.40 3.46 3.38 3/519 1824
/proc/meminfo: memFree=25295560/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/1824/stat : 1824 (java) R 1822 1824 29288 0 -1 4202496 947 0 0 0 0 0 0 0 25 0 1 0 909509222 23580672 690 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251362577259 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/1824/statm: 5757 692 508 9 0 124 0
[pid=1824/tid=1825] ppid=1822 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) R 1822 1824 29288 0 -1 4202560 7310 0 1 0 0 0 0 0 25 0 2 0 909509223 10694979584 8126 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251367240763 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0590761 s]
/proc/loadavg: 3.40 3.46 3.38 3/519 1824
/proc/meminfo: memFree=25295560/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=10472924 CPUtime=0.05 cores=1,3,5,7
/proc/1824/stat : 1824 (java) S 1822 1824 29288 0 -1 4202496 11670 0 1 0 4 1 0 0 25 0 18 0 909509222 10724274176 11366 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 2618231 11366 1733 9 0 2608972 0
[pid=1824/tid=1825] ppid=1822 vsize=10472924 CPUtime=0.04 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) R 1822 1824 29288 0 -1 4202560 10494 0 1 0 4 0 0 0 25 0 18 0 909509223 10724274176 11366 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379373515 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472924

[startup+0.101042 s]
/proc/loadavg: 3.40 3.46 3.38 3/519 1824
/proc/meminfo: memFree=25295560/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=10540120 CPUtime=0.11 cores=1,3,5,7
/proc/1824/stat : 1824 (java) S 1822 1824 29288 0 -1 4202496 13171 0 1 0 9 2 0 0 25 0 18 0 909509222 10793082880 12828 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 2635030 12828 2093 9 0 2625764 0
[pid=1824/tid=1825] ppid=1822 vsize=10540120 CPUtime=0.08 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) R 1822 1824 29288 0 -1 4202560 11217 0 1 0 7 1 0 0 18 0 18 0 909509223 10793082880 12829 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46952806528536 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540120

[startup+0.301021 s]
/proc/loadavg: 3.40 3.46 3.38 3/519 1824
/proc/meminfo: memFree=25295560/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=10542052 CPUtime=0.5 cores=1,3,5,7
/proc/1824/stat : 1824 (java) S 1822 1824 29288 0 -1 4202496 17839 0 1 0 48 2 0 0 25 0 18 0 909509222 10795061248 17034 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 2635513 17035 2201 9 0 2626247 0
[pid=1824/tid=1825] ppid=1822 vsize=10542052 CPUtime=0.28 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) R 1822 1824 29288 0 -1 4202560 14358 0 1 0 27 1 0 0 18 0 18 0 909509223 10795061248 17035 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46912505607246 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542052

[startup+0.700971 s]
/proc/loadavg: 3.40 3.46 3.38 3/519 1824
/proc/meminfo: memFree=25295560/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=10545476 CPUtime=1.2 cores=1,3,5,7
/proc/1824/stat : 1824 (java) S 1822 1824 29288 0 -1 4202496 58649 0 1 0 113 7 0 0 25 0 18 0 909509222 10798567424 55765 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 2636369 55771 2214 9 0 2627103 0
[pid=1824/tid=1825] ppid=1822 vsize=10545476 CPUtime=0.68 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) R 1822 1824 29288 0 -1 4202560 51593 0 1 0 62 6 0 0 18 0 18 0 909509223 10798567424 55773 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46912505593969 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 10545476

[startup+1.50082 s]
/proc/loadavg: 3.40 3.46 3.38 3/537 1842
/proc/meminfo: memFree=24934648/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=10545476 CPUtime=2 cores=1,3,5,7
/proc/1824/stat : 1824 (java) S 1822 1824 29288 0 -1 4202496 154780 0 1 0 179 21 0 0 25 0 18 0 909509222 10798567424 151897 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 2636369 151902 2214 9 0 2627103 0
[pid=1824/tid=1825] ppid=1822 vsize=10545476 CPUtime=1.49 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) R 1822 1824 29288 0 -1 4202560 147724 0 1 0 129 20 0 0 19 0 18 0 909509223 10798567424 151904 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46912505576670 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1824/tid=1827] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1827/stat : 1827 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 151907 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1828] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1828/stat : 1828 (java) S 1822 1824 29288 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 151911 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1829] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1829/stat : 1829 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 151914 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1830] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1830/stat : 1830 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 151917 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1831] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1831/stat : 1831 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 151920 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1832] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1832/stat : 1832 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 151923 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1833] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1833/stat : 1833 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 151925 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1834] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1834/stat : 1834 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 151928 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1835] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1835/stat : 1835 (java) S 1822 1824 29288 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909509225 10798567424 151931 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 0 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1836] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1836/stat : 1836 (java) S 1822 1824 29288 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909509226 10798567424 151934 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1837] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1837/stat : 1837 (java) S 1822 1824 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 909509226 10798567424 151937 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1838] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1838/stat : 1838 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509228 10798567424 151940 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379370417 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1839] ppid=1822 vsize=10545476 CPUtime=0.27 cores=1,3,5,7
/proc/1824/task/1839/stat : 1839 (java) S 1822 1824 29288 0 -1 4202560 3413 0 0 0 27 0 0 0 25 0 18 0 909509228 10798567424 151943 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1840] ppid=1822 vsize=10545476 CPUtime=0.23 cores=1,3,5,7
/proc/1824/task/1840/stat : 1840 (java) S 1822 1824 29288 0 -1 4202560 2499 0 0 0 23 0 0 0 16 0 18 0 909509228 10798567424 151946 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1841] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1841/stat : 1841 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509228 10798567424 151949 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1842] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1842/stat : 1842 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909509228 10798567424 151949 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 10545476

[startup+3.10152 s]
/proc/loadavg: 3.40 3.46 3.38 4/537 1842
/proc/meminfo: memFree=24473120/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=10545476 CPUtime=3.66 cores=1,3,5,7
/proc/1824/stat : 1824 (java) S 1822 1824 29288 0 -1 4202496 239369 0 1 0 336 30 0 0 25 0 18 0 909509222 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 2636369 236485 2225 9 0 2627103 0
[pid=1824/tid=1825] ppid=1822 vsize=10545476 CPUtime=3.08 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) R 1822 1824 29288 0 -1 4202560 232265 0 1 0 279 29 0 0 25 0 18 0 909509223 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46912505803981 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=1824/tid=1827] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1827/stat : 1827 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1828] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1828/stat : 1828 (java) S 1822 1824 29288 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1829] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1829/stat : 1829 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1830] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1830/stat : 1830 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1831] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1831/stat : 1831 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1832] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1832/stat : 1832 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1833] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1833/stat : 1833 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1834] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1834/stat : 1834 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509224 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1835] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1835/stat : 1835 (java) S 1822 1824 29288 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 909509225 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 0 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1836] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1836/stat : 1836 (java) S 1822 1824 29288 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 909509226 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1837] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1837/stat : 1837 (java) S 1822 1824 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 909509226 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1838] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1838/stat : 1838 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509228 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379370417 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1839] ppid=1822 vsize=10545476 CPUtime=0.28 cores=1,3,5,7
/proc/1824/task/1839/stat : 1839 (java) S 1822 1824 29288 0 -1 4202560 3416 0 0 0 28 0 0 0 15 0 18 0 909509228 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1840] ppid=1822 vsize=10545476 CPUtime=0.28 cores=1,3,5,7
/proc/1824/task/1840/stat : 1840 (java) S 1822 1824 29288 0 -1 4202560 2536 0 0 0 28 0 0 0 16 0 18 0 909509228 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1841] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1841/stat : 1841 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 909509228 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1842] ppid=1822 vsize=10545476 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1842/stat : 1842 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 909509228 10798567424 236485 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 10545476

[startup+6.30092 s]
/proc/loadavg: 3.37 3.45 3.38 3/518 1849
/proc/meminfo: memFree=25359020/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=10549588 CPUtime=9.89 cores=1,3,5,7
/proc/1824/stat : 1824 (java) S 1822 1824 29288 0 -1 4202496 276650 0 1 0 955 34 0 0 25 0 22 0 909509222 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 2637397 273746 2236 9 0 2628131 0
[pid=1824/tid=1825] ppid=1822 vsize=10549588 CPUtime=3.61 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) S 1822 1824 29288 0 -1 4202560 254187 0 1 0 330 31 0 0 15 0 22 0 909509223 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1827] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1827/stat : 1827 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509224 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1828] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1828/stat : 1828 (java) S 1822 1824 29288 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 909509224 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1829] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1829/stat : 1829 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509224 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1830] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1830/stat : 1830 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509224 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1831] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1831/stat : 1831 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509224 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1832] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1832/stat : 1832 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509224 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1833] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1833/stat : 1833 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509224 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1834] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1834/stat : 1834 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509224 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1835] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1835/stat : 1835 (java) S 1822 1824 29288 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 909509225 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 0 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1836] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1836/stat : 1836 (java) S 1822 1824 29288 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 909509226 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1837] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1837/stat : 1837 (java) S 1822 1824 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909509226 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1838] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1838/stat : 1838 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509228 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379370417 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1839] ppid=1822 vsize=10549588 CPUtime=0.49 cores=1,3,5,7
/proc/1824/task/1839/stat : 1839 (java) S 1822 1824 29288 0 -1 4202560 3496 0 0 0 49 0 0 0 15 0 22 0 909509228 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1840] ppid=1822 vsize=10549588 CPUtime=0.57 cores=1,3,5,7
/proc/1824/task/1840/stat : 1840 (java) S 1822 1824 29288 0 -1 4202560 2584 0 0 0 57 0 0 0 15 0 22 0 909509228 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1841] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1841/stat : 1841 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509228 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1842] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1842/stat : 1842 (java) S 1822 1824 29288 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 909509228 10802778112 273746 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0

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

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 3.75 5/541 1970
/proc/meminfo: memFree=19058476/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=10549588 CPUtime=1644.13 cores=1,3,5,7
/proc/1824/stat : 1824 (java) S 1822 1824 29288 0 -1 4202496 910908 0 1 0 164296 117 0 0 25 0 22 0 909509222 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 2637397 906347 2253 9 0 2628131 0
[pid=1824/tid=1825] ppid=1822 vsize=10549588 CPUtime=3.61 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) S 1822 1824 29288 0 -1 4202560 254193 0 1 0 330 31 0 0 15 0 22 0 909509223 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1827] ppid=1822 vsize=10549588 CPUtime=0.45 cores=1,3,5,7
/proc/1824/task/1827/stat : 1827 (java) S 1822 1824 29288 0 -1 4202560 31725 0 0 0 41 4 0 0 16 0 22 0 909509224 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1828] ppid=1822 vsize=10549588 CPUtime=0.53 cores=1,3,5,7
/proc/1824/task/1828/stat : 1828 (java) S 1822 1824 29288 0 -1 4202560 43245 0 0 0 49 4 0 0 15 0 22 0 909509224 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1829] ppid=1822 vsize=10549588 CPUtime=0.39 cores=1,3,5,7
/proc/1824/task/1829/stat : 1829 (java) S 1822 1824 29288 0 -1 4202560 20839 0 0 0 37 2 0 0 15 0 22 0 909509224 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1830] ppid=1822 vsize=10549588 CPUtime=0.3 cores=1,3,5,7
/proc/1824/task/1830/stat : 1830 (java) S 1822 1824 29288 0 -1 4202560 13452 0 0 0 30 0 0 0 15 0 22 0 909509224 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1831] ppid=1822 vsize=10549588 CPUtime=0.43 cores=1,3,5,7
/proc/1824/task/1831/stat : 1831 (java) S 1822 1824 29288 0 -1 4202560 23864 0 0 0 41 2 0 0 15 0 22 0 909509224 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 5 0 0 0
[pid=1824/tid=1832] ppid=1822 vsize=10549588 CPUtime=0.29 cores=1,3,5,7
/proc/1824/task/1832/stat : 1832 (java) S 1822 1824 29288 0 -1 4202560 28204 0 0 0 26 3 0 0 16 0 22 0 909509224 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 5 0 0 0
[pid=1824/tid=1833] ppid=1822 vsize=10549588 CPUtime=0.34 cores=1,3,5,7
/proc/1824/task/1833/stat : 1833 (java) S 1822 1824 29288 0 -1 4202560 12448 0 0 0 33 1 0 0 15 0 22 0 909509224 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1834] ppid=1822 vsize=10549588 CPUtime=0.32 cores=1,3,5,7
/proc/1824/task/1834/stat : 1834 (java) S 1822 1824 29288 0 -1 4202560 25936 0 0 0 30 2 0 0 15 0 22 0 909509224 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1835] ppid=1822 vsize=10549588 CPUtime=0.01 cores=1,3,5,7
/proc/1824/task/1835/stat : 1835 (java) S 1822 1824 29288 0 -1 4202560 19 0 0 0 0 1 0 0 15 0 22 0 909509225 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 0 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1836] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1836/stat : 1836 (java) S 1822 1824 29288 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909509226 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1837] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1837/stat : 1837 (java) S 1822 1824 29288 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909509226 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1838] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1838/stat : 1838 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509228 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379370417 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1839] ppid=1822 vsize=10549588 CPUtime=0.89 cores=1,3,5,7
/proc/1824/task/1839/stat : 1839 (java) S 1822 1824 29288 0 -1 4202560 4139 0 0 0 89 0 0 0 15 0 22 0 909509228 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1840] ppid=1822 vsize=10549588 CPUtime=0.88 cores=1,3,5,7
/proc/1824/task/1840/stat : 1840 (java) S 1822 1824 29288 0 -1 4202560 2612 0 0 0 88 0 0 0 15 0 22 0 909509228 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1841] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1841/stat : 1841 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509228 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1842] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1842/stat : 1842 (java) S 1822 1824 29288 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 909509228 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1846] ppid=1822 vsize=10549588 CPUtime=817.83 cores=1,3,5,7
/proc/1824/task/1846/stat : 1846 (java) R 1822 1824 29288 0 -1 4202560 24599 0 0 0 81779 4 0 0 25 0 22 0 909509586 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46912505779628 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1824/tid=1847] ppid=1822 vsize=10549588 CPUtime=817.67 cores=1,3,5,7
/proc/1824/task/1847/stat : 1847 (java) R 1822 1824 29288 0 -1 4202560 424425 0 0 0 81713 54 0 0 25 0 22 0 909509586 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46912505723497 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1824/tid=1848] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1848/stat : 1848 (java) S 1822 1824 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909509592 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1849] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1849/stat : 1849 (java) S 1822 1824 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909509595 10802778112 906347 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1644.13
Current children cumulated vsize (KiB) 10549588

[startup+882.301 s]
/proc/loadavg: 4.12 4.02 3.77 5/541 1972
/proc/meminfo: memFree=19030556/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=10549588 CPUtime=1764.14 cores=1,3,5,7
/proc/1824/stat : 1824 (java) S 1822 1824 29288 0 -1 4202496 916041 0 1 0 176296 118 0 0 25 0 22 0 909509222 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 2637397 911460 2253 9 0 2628131 0
[pid=1824/tid=1825] ppid=1822 vsize=10549588 CPUtime=3.61 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) S 1822 1824 29288 0 -1 4202560 254193 0 1 0 330 31 0 0 15 0 22 0 909509223 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1827] ppid=1822 vsize=10549588 CPUtime=0.47 cores=1,3,5,7
/proc/1824/task/1827/stat : 1827 (java) S 1822 1824 29288 0 -1 4202560 31765 0 0 0 43 4 0 0 15 0 22 0 909509224 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1828] ppid=1822 vsize=10549588 CPUtime=0.55 cores=1,3,5,7
/proc/1824/task/1828/stat : 1828 (java) S 1822 1824 29288 0 -1 4202560 43265 0 0 0 50 5 0 0 15 0 22 0 909509224 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1829] ppid=1822 vsize=10549588 CPUtime=0.39 cores=1,3,5,7
/proc/1824/task/1829/stat : 1829 (java) S 1822 1824 29288 0 -1 4202560 20852 0 0 0 37 2 0 0 16 0 22 0 909509224 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1830] ppid=1822 vsize=10549588 CPUtime=0.31 cores=1,3,5,7
/proc/1824/task/1830/stat : 1830 (java) S 1822 1824 29288 0 -1 4202560 13468 0 0 0 31 0 0 0 15 0 22 0 909509224 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1831] ppid=1822 vsize=10549588 CPUtime=0.44 cores=1,3,5,7
/proc/1824/task/1831/stat : 1831 (java) S 1822 1824 29288 0 -1 4202560 23884 0 0 0 42 2 0 0 15 0 22 0 909509224 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1832] ppid=1822 vsize=10549588 CPUtime=0.31 cores=1,3,5,7
/proc/1824/task/1832/stat : 1832 (java) S 1822 1824 29288 0 -1 4202560 28231 0 0 0 28 3 0 0 15 0 22 0 909509224 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 5 0 0 0
[pid=1824/tid=1833] ppid=1822 vsize=10549588 CPUtime=0.35 cores=1,3,5,7
/proc/1824/task/1833/stat : 1833 (java) S 1822 1824 29288 0 -1 4202560 12478 0 0 0 34 1 0 0 15 0 22 0 909509224 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 5 0 0 0
[pid=1824/tid=1834] ppid=1822 vsize=10549588 CPUtime=0.34 cores=1,3,5,7
/proc/1824/task/1834/stat : 1834 (java) S 1822 1824 29288 0 -1 4202560 25944 0 0 0 32 2 0 0 15 0 22 0 909509224 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1835] ppid=1822 vsize=10549588 CPUtime=0.01 cores=1,3,5,7
/proc/1824/task/1835/stat : 1835 (java) S 1822 1824 29288 0 -1 4202560 21 0 0 0 0 1 0 0 15 0 22 0 909509225 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 0 0 16800975 18446604470331886336 0 0 -1 5 0 0 0
[pid=1824/tid=1836] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1836/stat : 1836 (java) S 1822 1824 29288 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909509226 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1837] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1837/stat : 1837 (java) S 1822 1824 29288 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909509226 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1838] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1838/stat : 1838 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509228 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379370417 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1839] ppid=1822 vsize=10549588 CPUtime=0.89 cores=1,3,5,7
/proc/1824/task/1839/stat : 1839 (java) S 1822 1824 29288 0 -1 4202560 4139 0 0 0 89 0 0 0 15 0 22 0 909509228 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1840] ppid=1822 vsize=10549588 CPUtime=0.88 cores=1,3,5,7
/proc/1824/task/1840/stat : 1840 (java) S 1822 1824 29288 0 -1 4202560 2612 0 0 0 88 0 0 0 15 0 22 0 909509228 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1841] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1841/stat : 1841 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509228 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1842] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1842/stat : 1842 (java) S 1822 1824 29288 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 909509228 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1846] ppid=1822 vsize=10549588 CPUtime=877.8 cores=1,3,5,7
/proc/1824/task/1846/stat : 1846 (java) R 1822 1824 29288 0 -1 4202560 24605 0 0 0 87776 4 0 0 25 0 22 0 909509586 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46912505779443 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1824/tid=1847] ppid=1822 vsize=10549588 CPUtime=877.63 cores=1,3,5,7
/proc/1824/task/1847/stat : 1847 (java) R 1822 1824 29288 0 -1 4202560 429374 0 0 0 87709 54 0 0 25 0 22 0 909509586 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46912505723605 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1824/tid=1848] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1848/stat : 1848 (java) S 1822 1824 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909509592 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1849] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1849/stat : 1849 (java) S 1822 1824 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909509595 10802778112 911460 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1764.14
Current children cumulated vsize (KiB) 10549588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.301 s]
/proc/loadavg: 4.09 4.02 3.78 5/541 1972
/proc/meminfo: memFree=19022368/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=10549588 CPUtime=1800.15 cores=1,3,5,7
/proc/1824/stat : 1824 (java) S 1822 1824 29288 0 -1 4202496 917320 0 1 0 179897 118 0 0 25 0 22 0 909509222 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379349477 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 2637397 912729 2253 9 0 2628131 0
[pid=1824/tid=1825] ppid=1822 vsize=10549588 CPUtime=3.61 cores=1,3,5,7
/proc/1824/task/1825/stat : 1825 (java) S 1822 1824 29288 0 -1 4202560 254193 0 1 0 330 31 0 0 15 0 22 0 909509223 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1827] ppid=1822 vsize=10549588 CPUtime=0.47 cores=1,3,5,7
/proc/1824/task/1827/stat : 1827 (java) S 1822 1824 29288 0 -1 4202560 31771 0 0 0 43 4 0 0 15 0 22 0 909509224 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1828] ppid=1822 vsize=10549588 CPUtime=0.55 cores=1,3,5,7
/proc/1824/task/1828/stat : 1828 (java) S 1822 1824 29288 0 -1 4202560 43273 0 0 0 50 5 0 0 15 0 22 0 909509224 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1829] ppid=1822 vsize=10549588 CPUtime=0.4 cores=1,3,5,7
/proc/1824/task/1829/stat : 1829 (java) S 1822 1824 29288 0 -1 4202560 20871 0 0 0 38 2 0 0 15 0 22 0 909509224 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1830] ppid=1822 vsize=10549588 CPUtime=0.31 cores=1,3,5,7
/proc/1824/task/1830/stat : 1830 (java) S 1822 1824 29288 0 -1 4202560 13468 0 0 0 31 0 0 0 15 0 22 0 909509224 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1831] ppid=1822 vsize=10549588 CPUtime=0.44 cores=1,3,5,7
/proc/1824/task/1831/stat : 1831 (java) S 1822 1824 29288 0 -1 4202560 23884 0 0 0 42 2 0 0 15 0 22 0 909509224 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1832] ppid=1822 vsize=10549588 CPUtime=0.31 cores=1,3,5,7
/proc/1824/task/1832/stat : 1832 (java) S 1822 1824 29288 0 -1 4202560 28237 0 0 0 28 3 0 0 15 0 22 0 909509224 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 5 0 0 0
[pid=1824/tid=1833] ppid=1822 vsize=10549588 CPUtime=0.36 cores=1,3,5,7
/proc/1824/task/1833/stat : 1833 (java) S 1822 1824 29288 0 -1 4202560 12485 0 0 0 35 1 0 0 15 0 22 0 909509224 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1834] ppid=1822 vsize=10549588 CPUtime=0.34 cores=1,3,5,7
/proc/1824/task/1834/stat : 1834 (java) S 1822 1824 29288 0 -1 4202560 25964 0 0 0 32 2 0 0 15 0 22 0 909509224 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1835] ppid=1822 vsize=10549588 CPUtime=0.02 cores=1,3,5,7
/proc/1824/task/1835/stat : 1835 (java) S 1822 1824 29288 0 -1 4202560 23 0 0 0 0 2 0 0 15 0 22 0 909509225 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 0 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1836] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1836/stat : 1836 (java) S 1822 1824 29288 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 909509226 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1837] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1837/stat : 1837 (java) S 1822 1824 29288 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 909509226 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1838] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1838/stat : 1838 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509228 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379370417 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1839] ppid=1822 vsize=10549588 CPUtime=0.9 cores=1,3,5,7
/proc/1824/task/1839/stat : 1839 (java) S 1822 1824 29288 0 -1 4202560 4140 0 0 0 90 0 0 0 15 0 22 0 909509228 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1840] ppid=1822 vsize=10549588 CPUtime=0.88 cores=1,3,5,7
/proc/1824/task/1840/stat : 1840 (java) S 1822 1824 29288 0 -1 4202560 2612 0 0 0 88 0 0 0 15 0 22 0 909509228 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 7 0 0 0
[pid=1824/tid=1841] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1841/stat : 1841 (java) S 1822 1824 29288 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 909509228 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379362713 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1842] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1842/stat : 1842 (java) S 1822 1824 29288 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 909509228 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
[pid=1824/tid=1846] ppid=1822 vsize=10549588 CPUtime=895.8 cores=1,3,5,7
/proc/1824/task/1846/stat : 1846 (java) R 1822 1824 29288 0 -1 4202560 24608 0 0 0 89576 4 0 0 25 0 22 0 909509586 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46912505779509 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=1824/tid=1847] ppid=1822 vsize=10549588 CPUtime=895.65 cores=1,3,5,7
/proc/1824/task/1847/stat : 1847 (java) R 1822 1824 29288 0 -1 4202560 430579 0 0 0 89510 55 0 0 25 0 22 0 909509586 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 46912505724166 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=1824/tid=1848] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1848/stat : 1848 (java) S 1822 1824 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909509592 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 3 0 0 0
[pid=1824/tid=1849] ppid=1822 vsize=10549588 CPUtime=0 cores=1,3,5,7
/proc/1824/task/1849/stat : 1849 (java) S 1822 1824 29288 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 909509595 10802778112 912729 33554432000 1073741824 1073778376 140733777068288 18446744073709551615 251379363328 0 4 0 16800975 18446604470331886336 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 10549588

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

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

[startup+900.425 s]
/proc/loadavg: 4.09 4.02 3.78 5/541 1972
/proc/meminfo: memFree=19022368/32950928 swapFree=34421304/67111528
[pid=1824] ppid=1822 vsize=0 CPUtime=1800.3 cores=1,3,5,7
/proc/1824/stat : 1824 (java) Z 1822 1824 29288 0 -1 4203548 917347 0 1 0 179902 128 0 0 17 0 2 0 909509222 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/1824/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 900.463
CPU time (s): 1800.35
CPU user time (s): 1799.02
CPU system time (s): 1.3228
CPU usage (%): 199.936
Max. virtual memory (cumulated for all children) (KiB): 10549588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.02
system time used= 1.3228
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 917347
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= 21666
involuntary context switches= 7175

runsolver used 4.24435 second user time and 11.2053 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-04 15:06:26
IDJOB=3454678
IDBENCH=2960
IDSOLVER=1950
FILE ID=node113/3454678-1307192785
RUNJOBID= node113-1307191756-1410
PBS_JOBID= 13508847
Free space on /tmp= 73776 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=460-sizeP=231-sizeQ=460-367423129-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454678-1307192785/watcher-3454678-1307192785 -o /tmp/evaluation-result-3454678-1307192785/solver-3454678-1307192785 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454678-1307192785.opb

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

MD5SUM BENCH= 74dac00a4979a8cd5d3f4292ad3ec004
RANDOM SEED=1364299406

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      25295716 kB
Buffers:        287120 kB
Cached:         891280 kB
SwapCached:      13476 kB
Active:        6546760 kB
Inactive:       784232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25295716 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:           20792 kB
Writeback:           0 kB
AnonPages:     6150964 kB
Mapped:          29336 kB
Slab:           137680 kB
PageTables:     118952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 165148496 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= 73752 MiB
End job on node113 at 2011-06-04 15:21:28