Trace number 3478990

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 NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.49 966.056

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-181.opb
MD5SUM5f261e01a77e00c07db405ec3b956be4
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables335161
Total number of constraints7866877
Number of constraints which are clauses7067313
Number of constraints which are cardinality constraints (but not clauses)24643
Number of constraints which are nor clauses,nor cardinality constraints774921
Minimum length of a constraint2
Maximum length of a constraint2580
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2581
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		9996466904
0.06/0.09	c Max memory 		10048897024
0.06/0.09	c Total memory 		10048897024
0.06/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@5495fd19
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@ae94e92
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-3478990-1307440753.opb
0.10/0.11	c reading problem ... 
80.56/63.02	c ... done. Wall clock time 62.905s.
80.56/63.02	c #vars     335161
80.56/63.02	c #constraints  7879220
80.56/63.02	c constraints type 
80.56/63.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5436842
80.56/63.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 24644
80.56/63.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1642813
80.56/63.02	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 774921
80.56/63.02	c constraints type 
80.56/63.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1642813
80.56/63.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5436842
80.56/63.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24644
80.56/63.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 774921
113.00/78.47	c cleaning 2492 clauses out of 5000 with flag 5000/5000
169.24/108.46	c cleaning 4244 clauses out of 8510 with flag 11002/11002
224.37/138.05	c cleaning 5597 clauses out of 11265 with flag 18001/18001
284.57/170.15	c cleaning 6813 clauses out of 13668 with flag 26001/26001
338.85/200.51	c cleaning 7902 clauses out of 15855 with flag 35001/35001
401.99/234.13	c cleaning 8943 clauses out of 17953 with flag 45001/45001
466.56/268.50	c cleaning 9993 clauses out of 20009 with flag 56000/56000
535.76/305.07	c cleaning 10959 clauses out of 22017 with flag 68001/68001
636.37/358.55	c cleaning 12008 clauses out of 24059 with flag 81002/81002
731.78/408.42	c cleaning 13010 clauses out of 26049 with flag 95000/95000
821.45/455.24	c cleaning 14003 clauses out of 28039 with flag 110000/110000
905.42/499.28	c cleaning 14998 clauses out of 30036 with flag 126000/126000
947.22/523.40	c cleaning 0 clauses out of 5000 with flag 0/5000
1006.81/555.25	c cleaning 15990 clauses out of 32038 with flag 143000/143000
1132.66/620.35	c cleaning 16987 clauses out of 34048 with flag 161000/161000
1316.57/714.49	c cleaning 18014 clauses out of 36061 with flag 180000/180000
1443.26/781.22	c cleaning 19001 clauses out of 38048 with flag 200001/200001
1569.86/846.75	c cleaning 20015 clauses out of 40046 with flag 221000/221000
1722.39/924.90	c cleaning 20926 clauses out of 42031 with flag 243000/243000
1800.20/965.82	c starts		: 120
1800.20/965.82	c conflicts		: 250596
1800.20/965.82	c decisions		: 3183199
1800.20/965.82	c propagations		: 1793349908
1800.20/965.82	c inspects		: 6107344161
1800.20/965.82	c shortcuts		: 0
1800.20/965.82	c learnt literals	: 0
1800.20/965.82	c learnt binary clauses	: 148
1800.20/965.82	c learnt ternary clauses	: 121
1800.20/965.82	c learnt constraints	: 250596
1800.20/965.82	c ignored constraints	: 0
1800.20/965.82	c root simplifications	: 0
1800.20/965.82	c removed literals (reason simplification)	: 6584035
1800.20/965.82	c reason swapping (by a shorter reason)	: 0
1800.20/965.82	c Calls to reduceDB	: 18
1800.20/965.82	c number of reductions to clauses (during analyze)	: 0
1800.20/965.82	c number of learned constraints concerned by reduction	: 0
1800.20/965.82	c number of learning phase by resolution	: 0
1800.20/965.82	c number of learning phase by cutting planes	: 0
1800.20/965.82	c speed (assignments/second)	: 1986434.5724412939
1800.20/965.82	c non guided choices	1926638
1800.20/965.83	c learnt constraints type 
1800.20/965.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 148
1800.20/965.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28555
1800.20/965.83	c constraints type 
1800.20/965.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5436842
1800.20/965.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 24644
1800.20/965.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1642813
1800.20/965.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 774921
1800.20/965.83	c constraints type 
1800.20/965.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1642813
1800.20/965.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5436842
1800.20/965.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24644
1800.20/965.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 774921
1800.20/965.83	s UNKNOWN
1800.20/965.84	c Total wall clock time (in seconds): 965.722

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-3478990-1307440753/watcher-3478990-1307440753 -o /tmp/evaluation-result-3478990-1307440753/solver-3478990-1307440753 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478990-1307440753.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.95 3.90 3.81 4/482 15749
/proc/meminfo: memFree=25205780/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 1322 0 0 0 0 0 0 0 24 0 2 0 855674147 36646912 1023 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 8947 1025 788 9 0 386 0
[pid=15749/tid=15750] ppid=15747 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) R 15747 15749 15115 0 -1 4202560 3492 0 1 0 0 0 0 0 25 0 2 0 855674148 10694979584 4308 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.079998 s]
/proc/loadavg: 3.95 3.90 3.81 4/482 15749
/proc/meminfo: memFree=25205780/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=10538624 CPUtime=0.06 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 11951 0 1 0 5 1 0 0 24 0 18 0 855674147 10791550976 11647 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 2634656 11647 1755 9 0 2625390 0
[pid=15749/tid=15750] ppid=15747 vsize=10538624 CPUtime=0.06 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) R 15747 15749 15115 0 -1 4202560 10774 0 1 0 5 1 0 0 25 0 18 0 855674148 10791550976 11647 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134540747 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10538624

[startup+0.101001 s]
/proc/loadavg: 3.95 3.90 3.81 4/482 15749
/proc/meminfo: memFree=25205780/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=10540208 CPUtime=0.1 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 13044 0 1 0 9 1 0 0 24 0 18 0 855674147 10793172992 12712 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 2635052 12712 2093 9 0 2625786 0
[pid=15749/tid=15750] ppid=15747 vsize=10540208 CPUtime=0.08 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) R 15747 15749 15115 0 -1 4202560 11089 0 1 0 7 1 0 0 25 0 18 0 855674148 10793172992 12712 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 47368217995769 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540208

[startup+0.300962 s]
/proc/loadavg: 3.95 3.90 3.81 4/482 15749
/proc/meminfo: memFree=25205780/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=10540996 CPUtime=0.45 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 24976 0 1 0 42 3 0 0 24 0 18 0 855674147 10793979904 24429 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 2635249 24430 2199 9 0 2625983 0
[pid=15749/tid=15750] ppid=15747 vsize=10540996 CPUtime=0.28 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) R 15747 15749 15115 0 -1 4202560 22187 0 1 0 25 3 0 0 25 0 18 0 855674148 10793979904 24430 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134531014 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10540996

[startup+0.700888 s]
/proc/loadavg: 3.95 3.90 3.81 4/482 15749
/proc/meminfo: memFree=25205780/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=10544368 CPUtime=1.22 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 102467 0 1 0 108 14 0 0 24 0 18 0 855674147 10797432832 100558 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 2636092 100559 2215 9 0 2626826 0
[pid=15749/tid=15750] ppid=15747 vsize=10544368 CPUtime=0.67 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) R 15747 15749 15115 0 -1 4202560 96502 0 1 0 55 12 0 0 18 0 18 0 855674148 10797432832 100560 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 46912505629017 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 10544368

[startup+1.50078 s]
/proc/loadavg: 3.95 3.90 3.81 4/500 15767
/proc/meminfo: memFree=24488140/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=10544368 CPUtime=2.02 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 319584 0 1 0 165 37 0 0 24 0 18 0 855674147 10797432832 317675 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 2636092 317680 2215 9 0 2626826 0
[pid=15749/tid=15750] ppid=15747 vsize=10544368 CPUtime=1.48 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) R 15747 15749 15115 0 -1 4202560 313624 0 1 0 112 36 0 0 19 0 18 0 855674148 10797432832 317682 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 46912505629031 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15749/tid=15752] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15752/stat : 15752 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674149 10797432832 317685 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15753] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15753/stat : 15753 (java) S 15747 15749 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855674149 10797432832 317688 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15754] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15754/stat : 15754 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674149 10797432832 317691 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15755] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15755/stat : 15755 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674149 10797432832 317694 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15756] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15756/stat : 15756 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674149 10797432832 317697 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15757] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15757/stat : 15757 (java) S 15747 15749 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855674149 10797432832 317700 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15758] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15758/stat : 15758 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674149 10797432832 317703 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15759] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15759/stat : 15759 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674149 10797432832 317705 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15760] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15760/stat : 15760 (java) S 15747 15749 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855674150 10797432832 317708 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 0 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15761] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15761/stat : 15761 (java) S 15747 15749 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855674151 10797432832 317711 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15762] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15762/stat : 15762 (java) S 15747 15749 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855674151 10797432832 317714 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15763] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15763/stat : 15763 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674153 10797432832 317717 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134537649 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15764] ppid=15747 vsize=10544368 CPUtime=0.28 cores=0,2,4,6
/proc/15749/task/15764/stat : 15764 (java) S 15747 15749 15115 0 -1 4202560 3014 0 0 0 28 0 0 0 18 0 18 0 855674153 10797432832 317721 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15765] ppid=15747 vsize=10544368 CPUtime=0.24 cores=0,2,4,6
/proc/15749/task/15765/stat : 15765 (java) S 15747 15749 15115 0 -1 4202560 1801 0 0 0 24 0 0 0 25 0 18 0 855674153 10797432832 317737 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15766] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15766/stat : 15766 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674153 10797432832 317752 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15767] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15767/stat : 15767 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855674153 10797432832 317769 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 10544368

[startup+3.10148 s]
/proc/loadavg: 3.95 3.90 3.81 4/500 15767
/proc/meminfo: memFree=23281248/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=10544368 CPUtime=3.9 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 671789 0 1 0 315 75 0 0 24 0 18 0 855674147 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 2636092 669867 2231 9 0 2626826 0
[pid=15749/tid=15750] ppid=15747 vsize=10544368 CPUtime=3.01 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) R 15747 15749 15115 0 -1 4202560 649530 0 1 0 230 71 0 0 22 0 18 0 855674148 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 46912505507332 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15749/tid=15752] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15752/stat : 15752 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855674149 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15753] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15753/stat : 15753 (java) S 15747 15749 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855674149 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15754] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15754/stat : 15754 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855674149 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15755] ppid=15747 vsize=10544368 CPUtime=0.04 cores=0,2,4,6
/proc/15749/task/15755/stat : 15755 (java) S 15747 15749 15115 0 -1 4202560 3669 0 0 0 4 0 0 0 18 0 18 0 855674149 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15756] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15756/stat : 15756 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855674149 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15757] ppid=15747 vsize=10544368 CPUtime=0.04 cores=0,2,4,6
/proc/15749/task/15757/stat : 15757 (java) S 15747 15749 15115 0 -1 4202560 3965 0 0 0 4 0 0 0 18 0 18 0 855674149 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15758] ppid=15747 vsize=10544368 CPUtime=0.04 cores=0,2,4,6
/proc/15749/task/15758/stat : 15758 (java) S 15747 15749 15115 0 -1 4202560 4310 0 0 0 4 0 0 0 18 0 18 0 855674149 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15759] ppid=15747 vsize=10544368 CPUtime=0.05 cores=0,2,4,6
/proc/15749/task/15759/stat : 15759 (java) S 15747 15749 15115 0 -1 4202560 4304 0 0 0 5 0 0 0 18 0 18 0 855674149 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15760] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15760/stat : 15760 (java) S 15747 15749 15115 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 855674150 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 0 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15761] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15761/stat : 15761 (java) S 15747 15749 15115 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 18 0 855674151 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15762] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15762/stat : 15762 (java) S 15747 15749 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 855674151 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15763] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15763/stat : 15763 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674153 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134537649 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15764] ppid=15747 vsize=10544368 CPUtime=0.34 cores=0,2,4,6
/proc/15749/task/15764/stat : 15764 (java) S 15747 15749 15115 0 -1 4202560 3029 0 0 0 34 0 0 0 15 0 18 0 855674153 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15765] ppid=15747 vsize=10544368 CPUtime=0.3 cores=0,2,4,6
/proc/15749/task/15765/stat : 15765 (java) S 15747 15749 15115 0 -1 4202560 1825 0 0 0 30 0 0 0 15 0 18 0 855674153 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15766] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15766/stat : 15766 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674153 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15767] ppid=15747 vsize=10544368 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15767/stat : 15767 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855674153 10797432832 669867 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.9
Current children cumulated vsize (KiB) 10544368

[startup+6.30092 s]
/proc/loadavg: 3.87 3.88 3.81 4/500 15767
/proc/meminfo: memFree=22418312/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=10542992 CPUtime=7.76 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 726191 0 1 0 691 85 0 0 24 0 18 0 855674147 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 2635748 723824 2231 9 0 2626482 0
[pid=15749/tid=15750] ppid=15747 vsize=10542992 CPUtime=5.98 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) R 15747 15749 15115 0 -1 4202560 650576 0 1 0 525 73 0 0 25 0 18 0 855674148 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 47368219360353 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15749/tid=15752] ppid=15747 vsize=10542992 CPUtime=0.21 cores=0,2,4,6
/proc/15749/task/15752/stat : 15752 (java) S 15747 15749 15115 0 -1 4202560 10529 0 0 0 20 1 0 0 16 0 18 0 855674149 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15753] ppid=15747 vsize=10542992 CPUtime=0.01 cores=0,2,4,6
/proc/15749/task/15753/stat : 15753 (java) S 15747 15749 15115 0 -1 4202560 1064 0 0 0 1 0 0 0 16 0 18 0 855674149 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15754] ppid=15747 vsize=10542992 CPUtime=0.18 cores=0,2,4,6
/proc/15749/task/15754/stat : 15754 (java) S 15747 15749 15115 0 -1 4202560 13101 0 0 0 16 2 0 0 16 0 18 0 855674149 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15755] ppid=15747 vsize=10542992 CPUtime=0.14 cores=0,2,4,6
/proc/15749/task/15755/stat : 15755 (java) S 15747 15749 15115 0 -1 4202560 10216 0 0 0 13 1 0 0 18 0 18 0 855674149 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15756] ppid=15747 vsize=10542992 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15756/stat : 15756 (java) S 15747 15749 15115 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 18 0 855674149 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15757] ppid=15747 vsize=10542992 CPUtime=0.18 cores=0,2,4,6
/proc/15749/task/15757/stat : 15757 (java) S 15747 15749 15115 0 -1 4202560 10093 0 0 0 16 2 0 0 16 0 18 0 855674149 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15758] ppid=15747 vsize=10542992 CPUtime=0.22 cores=0,2,4,6
/proc/15749/task/15758/stat : 15758 (java) S 15747 15749 15115 0 -1 4202560 14052 0 0 0 20 2 0 0 18 0 18 0 855674149 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15759] ppid=15747 vsize=10542992 CPUtime=0.11 cores=0,2,4,6
/proc/15749/task/15759/stat : 15759 (java) S 15747 15749 15115 0 -1 4202560 10458 0 0 0 10 1 0 0 18 0 18 0 855674149 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15760] ppid=15747 vsize=10542992 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15760/stat : 15760 (java) S 15747 15749 15115 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 855674150 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 0 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15761] ppid=15747 vsize=10542992 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15761/stat : 15761 (java) S 15747 15749 15115 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 18 0 855674151 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15762] ppid=15747 vsize=10542992 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15762/stat : 15762 (java) S 15747 15749 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 855674151 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15763] ppid=15747 vsize=10542992 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15763/stat : 15763 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674153 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134537649 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15764] ppid=15747 vsize=10542992 CPUtime=0.35 cores=0,2,4,6
/proc/15749/task/15764/stat : 15764 (java) S 15747 15749 15115 0 -1 4202560 3029 0 0 0 35 0 0 0 15 0 18 0 855674153 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15765] ppid=15747 vsize=10542992 CPUtime=0.3 cores=0,2,4,6
/proc/15749/task/15765/stat : 15765 (java) S 15747 15749 15115 0 -1 4202560 1825 0 0 0 30 0 0 0 15 0 18 0 855674153 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15766] ppid=15747 vsize=10542992 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15766/stat : 15766 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855674153 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15767] ppid=15747 vsize=10542992 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15767/stat : 15767 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855674153 10796023808 723824 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0

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

/proc/meminfo: memFree=21203744/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=10564924 CPUtime=1637.08 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 1406994 0 1 0 163503 205 0 0 24 0 22 0 855674147 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 2641231 1389730 2266 9 0 2631965 0
[pid=15749/tid=15750] ppid=15747 vsize=10564924 CPUtime=57.22 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) S 15747 15749 15115 0 -1 4202560 651073 0 1 0 5630 92 0 0 15 0 22 0 855674148 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15752] ppid=15747 vsize=10564924 CPUtime=3.5 cores=0,2,4,6
/proc/15749/task/15752/stat : 15752 (java) S 15747 15749 15115 0 -1 4202560 83178 0 0 0 338 12 0 0 15 0 22 0 855674149 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15753] ppid=15747 vsize=10564924 CPUtime=3.33 cores=0,2,4,6
/proc/15749/task/15753/stat : 15753 (java) S 15747 15749 15115 0 -1 4202560 82781 0 0 0 322 11 0 0 16 0 22 0 855674149 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15754] ppid=15747 vsize=10564924 CPUtime=3.48 cores=0,2,4,6
/proc/15749/task/15754/stat : 15754 (java) S 15747 15749 15115 0 -1 4202560 79882 0 0 0 336 12 0 0 16 0 22 0 855674149 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15755] ppid=15747 vsize=10564924 CPUtime=2.76 cores=0,2,4,6
/proc/15749/task/15755/stat : 15755 (java) S 15747 15749 15115 0 -1 4202560 75706 0 0 0 267 9 0 0 16 0 22 0 855674149 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15756] ppid=15747 vsize=10564924 CPUtime=3.84 cores=0,2,4,6
/proc/15749/task/15756/stat : 15756 (java) S 15747 15749 15115 0 -1 4202560 113401 0 0 0 369 15 0 0 16 0 22 0 855674149 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15757] ppid=15747 vsize=10564924 CPUtime=3.15 cores=0,2,4,6
/proc/15749/task/15757/stat : 15757 (java) S 15747 15749 15115 0 -1 4202560 81819 0 0 0 303 12 0 0 16 0 22 0 855674149 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15758] ppid=15747 vsize=10564924 CPUtime=4.1 cores=0,2,4,6
/proc/15749/task/15758/stat : 15758 (java) S 15747 15749 15115 0 -1 4202560 122164 0 0 0 392 18 0 0 15 0 22 0 855674149 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15759] ppid=15747 vsize=10564924 CPUtime=3.57 cores=0,2,4,6
/proc/15749/task/15759/stat : 15759 (java) S 15747 15749 15115 0 -1 4202560 98503 0 0 0 342 15 0 0 15 0 22 0 855674149 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15760] ppid=15747 vsize=10564924 CPUtime=86.25 cores=0,2,4,6
/proc/15749/task/15760/stat : 15760 (java) S 15747 15749 15115 0 -1 4202560 2092 0 0 0 8625 0 0 0 15 0 22 0 855674150 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 0 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15761] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15761/stat : 15761 (java) S 15747 15749 15115 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 855674151 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15762] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15762/stat : 15762 (java) S 15747 15749 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855674151 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15763] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15763/stat : 15763 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855674153 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134537649 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15764] ppid=15747 vsize=10564924 CPUtime=1.36 cores=0,2,4,6
/proc/15749/task/15764/stat : 15764 (java) S 15747 15749 15115 0 -1 4202560 6435 0 0 0 134 2 0 0 15 0 22 0 855674153 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15765] ppid=15747 vsize=10564924 CPUtime=1.15 cores=0,2,4,6
/proc/15749/task/15765/stat : 15765 (java) S 15747 15749 15115 0 -1 4202560 8637 0 0 0 115 0 0 0 15 0 22 0 855674153 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15766] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15766/stat : 15766 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855674153 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15767] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15767/stat : 15767 (java) S 15747 15749 15115 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 855674153 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15770] ppid=15747 vsize=10564924 CPUtime=731.64 cores=0,2,4,6
/proc/15749/task/15770/stat : 15770 (java) R 15747 15749 15115 0 -1 4202560 40 0 0 0 73164 0 0 0 25 0 22 0 855680449 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 46912506263015 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15749/tid=15771] ppid=15747 vsize=10564924 CPUtime=731.62 cores=0,2,4,6
/proc/15749/task/15771/stat : 15771 (java) R 15747 15749 15115 0 -1 4202560 75 0 0 0 73162 0 0 0 25 0 22 0 855680449 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 46912505996648 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15749/tid=15772] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15772/stat : 15772 (java) S 15747 15749 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855680456 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15773] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15773/stat : 15773 (java) S 15747 15749 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 855680456 10818482176 1389730 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1637.08
Current children cumulated vsize (KiB) 10564924

[startup+942.301 s]
/proc/loadavg: 3.82 3.88 3.83 5/504 15859
/proc/meminfo: memFree=21184656/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=10564924 CPUtime=1753.1 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 1407009 0 1 0 175105 205 0 0 24 0 22 0 855674147 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 2641231 1389733 2266 9 0 2631965 0
[pid=15749/tid=15750] ppid=15747 vsize=10564924 CPUtime=57.22 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) S 15747 15749 15115 0 -1 4202560 651074 0 1 0 5630 92 0 0 15 0 22 0 855674148 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15752] ppid=15747 vsize=10564924 CPUtime=3.53 cores=0,2,4,6
/proc/15749/task/15752/stat : 15752 (java) S 15747 15749 15115 0 -1 4202560 83178 0 0 0 341 12 0 0 15 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15753] ppid=15747 vsize=10564924 CPUtime=3.35 cores=0,2,4,6
/proc/15749/task/15753/stat : 15753 (java) S 15747 15749 15115 0 -1 4202560 82781 0 0 0 324 11 0 0 16 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15754] ppid=15747 vsize=10564924 CPUtime=3.55 cores=0,2,4,6
/proc/15749/task/15754/stat : 15754 (java) S 15747 15749 15115 0 -1 4202560 79883 0 0 0 343 12 0 0 16 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15755] ppid=15747 vsize=10564924 CPUtime=2.78 cores=0,2,4,6
/proc/15749/task/15755/stat : 15755 (java) S 15747 15749 15115 0 -1 4202560 75706 0 0 0 269 9 0 0 16 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15756] ppid=15747 vsize=10564924 CPUtime=3.87 cores=0,2,4,6
/proc/15749/task/15756/stat : 15756 (java) S 15747 15749 15115 0 -1 4202560 113402 0 0 0 372 15 0 0 15 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15757] ppid=15747 vsize=10564924 CPUtime=3.21 cores=0,2,4,6
/proc/15749/task/15757/stat : 15757 (java) S 15747 15749 15115 0 -1 4202560 81820 0 0 0 309 12 0 0 16 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15758] ppid=15747 vsize=10564924 CPUtime=4.17 cores=0,2,4,6
/proc/15749/task/15758/stat : 15758 (java) S 15747 15749 15115 0 -1 4202560 122165 0 0 0 399 18 0 0 15 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15759] ppid=15747 vsize=10564924 CPUtime=3.62 cores=0,2,4,6
/proc/15749/task/15759/stat : 15759 (java) S 15747 15749 15115 0 -1 4202560 98503 0 0 0 347 15 0 0 15 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15760] ppid=15747 vsize=10564924 CPUtime=90.38 cores=0,2,4,6
/proc/15749/task/15760/stat : 15760 (java) S 15747 15749 15115 0 -1 4202560 2096 0 0 0 9038 0 0 0 18 0 22 0 855674150 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 0 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15761] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15761/stat : 15761 (java) S 15747 15749 15115 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 855674151 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15762] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15762/stat : 15762 (java) S 15747 15749 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855674151 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15763] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15763/stat : 15763 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855674153 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134537649 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15764] ppid=15747 vsize=10564924 CPUtime=1.36 cores=0,2,4,6
/proc/15749/task/15764/stat : 15764 (java) S 15747 15749 15115 0 -1 4202560 6435 0 0 0 134 2 0 0 15 0 22 0 855674153 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15765] ppid=15747 vsize=10564924 CPUtime=1.15 cores=0,2,4,6
/proc/15749/task/15765/stat : 15765 (java) S 15747 15749 15115 0 -1 4202560 8637 0 0 0 115 0 0 0 15 0 22 0 855674153 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15766] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15766/stat : 15766 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855674153 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15767] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15767/stat : 15767 (java) S 15747 15749 15115 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 855674153 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15770] ppid=15747 vsize=10564924 CPUtime=787.41 cores=0,2,4,6
/proc/15749/task/15770/stat : 15770 (java) R 15747 15749 15115 0 -1 4202560 42 0 0 0 78741 0 0 0 25 0 22 0 855680449 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 46912506193998 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15749/tid=15771] ppid=15747 vsize=10564924 CPUtime=787.39 cores=0,2,4,6
/proc/15749/task/15771/stat : 15771 (java) R 15747 15749 15115 0 -1 4202560 75 0 0 0 78739 0 0 0 25 0 22 0 855680449 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 46912505996648 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15749/tid=15772] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15772/stat : 15772 (java) S 15747 15749 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855680456 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15773] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15773/stat : 15773 (java) S 15747 15749 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 855680456 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1753.1
Current children cumulated vsize (KiB) 10564924



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+965.801 s]
/proc/loadavg: 3.88 3.89 3.83 5/504 15860
/proc/meminfo: memFree=21180936/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=10564924 CPUtime=1800.2 cores=0,2,4,6
/proc/15749/stat : 15749 (java) S 15747 15749 15115 0 -1 4202496 1407015 0 1 0 179815 205 0 0 24 0 22 0 855674147 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 2641231 1389733 2266 9 0 2631965 0
[pid=15749/tid=15750] ppid=15747 vsize=10564924 CPUtime=57.22 cores=0,2,4,6
/proc/15749/task/15750/stat : 15750 (java) S 15747 15749 15115 0 -1 4202560 651074 0 1 0 5630 92 0 0 15 0 22 0 855674148 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15752] ppid=15747 vsize=10564924 CPUtime=3.57 cores=0,2,4,6
/proc/15749/task/15752/stat : 15752 (java) S 15747 15749 15115 0 -1 4202560 83178 0 0 0 345 12 0 0 16 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15753] ppid=15747 vsize=10564924 CPUtime=3.39 cores=0,2,4,6
/proc/15749/task/15753/stat : 15753 (java) S 15747 15749 15115 0 -1 4202560 82781 0 0 0 328 11 0 0 16 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15754] ppid=15747 vsize=10564924 CPUtime=3.59 cores=0,2,4,6
/proc/15749/task/15754/stat : 15754 (java) S 15747 15749 15115 0 -1 4202560 79883 0 0 0 347 12 0 0 16 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15755] ppid=15747 vsize=10564924 CPUtime=2.78 cores=0,2,4,6
/proc/15749/task/15755/stat : 15755 (java) S 15747 15749 15115 0 -1 4202560 75706 0 0 0 269 9 0 0 15 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15756] ppid=15747 vsize=10564924 CPUtime=3.87 cores=0,2,4,6
/proc/15749/task/15756/stat : 15756 (java) S 15747 15749 15115 0 -1 4202560 113402 0 0 0 372 15 0 0 15 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15757] ppid=15747 vsize=10564924 CPUtime=3.21 cores=0,2,4,6
/proc/15749/task/15757/stat : 15757 (java) S 15747 15749 15115 0 -1 4202560 81820 0 0 0 309 12 0 0 15 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15758] ppid=15747 vsize=10564924 CPUtime=4.21 cores=0,2,4,6
/proc/15749/task/15758/stat : 15758 (java) S 15747 15749 15115 0 -1 4202560 122165 0 0 0 403 18 0 0 16 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15759] ppid=15747 vsize=10564924 CPUtime=3.62 cores=0,2,4,6
/proc/15749/task/15759/stat : 15759 (java) S 15747 15749 15115 0 -1 4202560 98503 0 0 0 347 15 0 0 15 0 22 0 855674149 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15760] ppid=15747 vsize=10564924 CPUtime=90.38 cores=0,2,4,6
/proc/15749/task/15760/stat : 15760 (java) S 15747 15749 15115 0 -1 4202560 2098 0 0 0 9038 0 0 0 15 0 22 0 855674150 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 0 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15761] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15761/stat : 15761 (java) S 15747 15749 15115 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 855674151 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15762] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15762/stat : 15762 (java) S 15747 15749 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 855674151 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15763] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15763/stat : 15763 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855674153 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134537649 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15764] ppid=15747 vsize=10564924 CPUtime=1.36 cores=0,2,4,6
/proc/15749/task/15764/stat : 15764 (java) S 15747 15749 15115 0 -1 4202560 6436 0 0 0 134 2 0 0 15 0 22 0 855674153 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15765] ppid=15747 vsize=10564924 CPUtime=1.15 cores=0,2,4,6
/proc/15749/task/15765/stat : 15765 (java) S 15747 15749 15115 0 -1 4202560 8637 0 0 0 115 0 0 0 15 0 22 0 855674153 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 4 0 0 0
[pid=15749/tid=15766] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15766/stat : 15766 (java) S 15747 15749 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855674153 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134529945 0 4 0 16800975 18446604449070470080 0 0 -1 2 0 0 0
[pid=15749/tid=15767] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15767/stat : 15767 (java) S 15747 15749 15115 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 855674153 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 0 0 0 0
[pid=15749/tid=15770] ppid=15747 vsize=10564924 CPUtime=810.89 cores=0,2,4,6
/proc/15749/task/15770/stat : 15770 (java) R 15747 15749 15115 0 -1 4202560 43 0 0 0 81089 0 0 0 25 0 22 0 855680449 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 46912505985804 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15749/tid=15771] ppid=15747 vsize=10564924 CPUtime=810.87 cores=0,2,4,6
/proc/15749/task/15771/stat : 15771 (java) R 15747 15749 15115 0 -1 4202560 75 0 0 0 81087 0 0 0 25 0 22 0 855680449 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 46912505999259 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15749/tid=15772] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15772/stat : 15772 (java) S 15747 15749 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855680456 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
[pid=15749/tid=15773] ppid=15747 vsize=10564924 CPUtime=0 cores=0,2,4,6
/proc/15749/task/15773/stat : 15773 (java) S 15747 15749 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 855680456 10818482176 1389733 33554432000 1073741824 1073778376 140733613099232 18446744073709551615 228134530560 0 4 0 16800975 18446604449070470080 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 10564924

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

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

[startup+966.018 s]
/proc/loadavg: 3.88 3.89 3.83 4/485 15863
/proc/meminfo: memFree=23115896/32951124 swapFree=41830676/67111528
[pid=15749] ppid=15747 vsize=0 CPUtime=1800.44 cores=0,2,4,6
/proc/15749/stat : 15749 (java) Z 15747 15749 15115 0 -1 4203548 1407043 0 1 0 179823 221 0 0 17 0 2 0 855674147 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15749/statm: 0 0 0 0 0 0 0
[pid=15749/tid=15766] ppid=15747 vsize=0 CPUtime=0.16 cores=0,2,4,6
/proc/15749/task/15766/stat : 15766 (java) R 15747 15749 15115 0 -1 4203588 1 0 0 0 0 16 0 0 18 0 2 0 855674153 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.44
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 966.056
CPU time (s): 1800.49
CPU user time (s): 1798.24
CPU system time (s): 2.25566
CPU usage (%): 186.376
Max. virtual memory (cumulated for all children) (KiB): 10564924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.24
system time used= 2.25566
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1407043
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= 23994
involuntary context switches= 41939

runsolver used 4.80527 second user time and 10.1775 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 11:59:22
IDJOB=3478990
IDBENCH=89817
IDSOLVER=1950
FILE ID=node138/3478990-1307440753
RUNJOBID= node138-1307436783-15133
PBS_JOBID= 13519950
Free space on /tmp= 73520 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-181.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478990-1307440753/watcher-3478990-1307440753 -o /tmp/evaluation-result-3478990-1307440753/solver-3478990-1307440753 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478990-1307440753.opb

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

MD5SUM BENCH= 5f261e01a77e00c07db405ec3b956be4
RANDOM SEED=292055926

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.854
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.80
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.854
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.854
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.82
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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25206184 kB
Buffers:        342600 kB
Cached:        1679828 kB
SwapCached:      44568 kB
Active:        5554448 kB
Inactive:      1876328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25206184 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:          375336 kB
Writeback:           0 kB
AnonPages:     5374908 kB
Mapped:          24852 kB
Slab:           147264 kB
PageTables:      98284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141018012 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= 73528 MiB
End job on node138 at 2011-06-07 12:15:30