Trace number 3478759

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.32 920.408

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-116.opb
MD5SUMf3a33f6abe76a69a8be60a1cc6635095
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 variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.10	c version 2.3.1.v20110525
0.02/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.10	c java.vm.version	19.1-b02
0.02/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.10	c sun.arch.data.model	64
0.02/0.10	c java.version		1.6.0_24
0.02/0.10	c os.name		Linux
0.02/0.10	c os.version		2.6.18-164.el5
0.02/0.10	c os.arch		amd64
0.02/0.10	c Free memory 		9996466904
0.02/0.10	c Max memory 		10048897024
0.02/0.10	c Total memory 		10048897024
0.02/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3478759-1307436784.opb
0.09/0.12	c reading problem ... 
8.14/7.18	c ... done. Wall clock time 7.055s.
8.14/7.18	c #vars     44846
8.14/7.18	c #constraints  989877
8.14/7.18	c constraints type 
8.14/7.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 689672
8.14/7.18	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
8.14/7.18	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 196912
8.14/7.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 99769
8.14/7.18	c constraints type 
8.14/7.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
8.14/7.18	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
8.14/7.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
8.14/7.18	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99769
29.91/17.25	c cleaning 2477 clauses out of 5000 with flag 5000/5000
33.47/19.28	c cleaning 0 clauses out of 5002 with flag 0/5002
43.03/24.15	c cleaning 0 clauses out of 11001 with flag 0/11001
45.08/25.39	c cleaning 4236 clauses out of 8523 with flag 11000/11000
56.28/31.39	c cleaning 0 clauses out of 18000 with flag 0/18000
62.21/34.60	c cleaning 5606 clauses out of 11288 with flag 18001/18001
75.35/41.33	c cleaning 0 clauses out of 26002 with flag 0/26002
82.21/45.10	c cleaning 6776 clauses out of 13681 with flag 26000/26000
100.98/54.82	c cleaning 0 clauses out of 35001 with flag 0/35001
103.06/56.13	c cleaning 7926 clauses out of 15905 with flag 35000/35000
119.65/64.76	c cleaning 8934 clauses out of 17979 with flag 45000/45000
129.71/70.09	c cleaning 0 clauses out of 45001 with flag 0/45001
142.45/76.89	c cleaning 9977 clauses out of 20045 with flag 56000/56000
162.12/86.96	c cleaning 10996 clauses out of 22068 with flag 68000/68000
165.32/88.88	c cleaning 0 clauses out of 56000 with flag 0/56000
187.94/100.48	c cleaning 11990 clauses out of 24072 with flag 81000/81000
209.88/111.86	c cleaning 0 clauses out of 68001 with flag 0/68001
226.09/120.22	c cleaning 12988 clauses out of 26083 with flag 95001/95001
250.52/132.79	c cleaning 14043 clauses out of 28096 with flag 110002/110002
269.94/142.72	c cleaning 0 clauses out of 81001 with flag 0/81001
279.46/147.91	c cleaning 15004 clauses out of 30051 with flag 126000/126000
307.26/162.17	c cleaning 15993 clauses out of 32049 with flag 143002/143002
338.91/178.22	c cleaning 0 clauses out of 95001 with flag 0/95001
339.65/178.93	c cleaning 16755 clauses out of 34056 with flag 161002/161002
368.75/193.98	c cleaning 18064 clauses out of 36301 with flag 180002/180002
401.57/210.66	c cleaning 19044 clauses out of 38235 with flag 200000/200000
410.78/215.53	c cleaning 0 clauses out of 110000 with flag 0/110000
436.00/228.42	c cleaning 20079 clauses out of 40194 with flag 221003/221003
485.58/253.64	c cleaning 20869 clauses out of 42112 with flag 243000/243000
493.63/257.95	c cleaning 0 clauses out of 126000 with flag 0/126000
531.87/277.33	c cleaning 22083 clauses out of 44241 with flag 266000/266000
581.78/302.57	c cleaning 23041 clauses out of 46156 with flag 290002/290002
596.12/310.14	c cleaning 0 clauses out of 143001 with flag 0/143001
623.94/324.41	c cleaning 23998 clauses out of 48113 with flag 315000/315000
669.80/347.52	c cleaning 25011 clauses out of 50114 with flag 341000/341000
712.01/368.92	c cleaning 26026 clauses out of 52103 with flag 368001/368001
718.56/372.65	c cleaning 0 clauses out of 161000 with flag 0/161000
760.79/394.03	c cleaning 27017 clauses out of 54079 with flag 396003/396003
835.04/431.41	c cleaning 27858 clauses out of 56057 with flag 425000/425000
877.67/453.00	c cleaning 0 clauses out of 180000 with flag 0/180000
894.60/461.93	c cleaning 29030 clauses out of 58198 with flag 455000/455000
966.83/498.39	c cleaning 30007 clauses out of 60170 with flag 486002/486002
1040.03/535.21	c cleaning 31035 clauses out of 62163 with flag 518003/518003
1049.64/540.39	c cleaning 0 clauses out of 200000 with flag 0/200000
1102.35/567.15	c cleaning 32014 clauses out of 64126 with flag 551001/551001
1167.76/600.17	c cleaning 32982 clauses out of 66111 with flag 585000/585000
1208.76/620.99	c cleaning 0 clauses out of 221000 with flag 0/221000
1228.98/631.34	c cleaning 34017 clauses out of 68130 with flag 620001/620001
1303.46/669.03	c cleaning 34862 clauses out of 70112 with flag 656000/656000
1353.10/694.17	c cleaning 0 clauses out of 243000 with flag 0/243000
1386.86/711.30	c cleaning 36047 clauses out of 72253 with flag 693003/693003
1492.06/764.28	c cleaning 37054 clauses out of 74204 with flag 731001/731001
1520.15/778.79	c cleaning 0 clauses out of 266001 with flag 0/266001
1629.86/833.90	c cleaning 37531 clauses out of 76149 with flag 770000/770000
1743.80/891.29	c cleaning 0 clauses out of 290003 with flag 0/290003
1755.09/897.25	c cleaning 39291 clauses out of 78618 with flag 810000/810000
1800.07/920.22	c starts		: 171
1800.07/920.22	c conflicts		: 823366
1800.07/920.22	c decisions		: 19143402
1800.07/920.22	c propagations		: 1292499481
1800.07/920.22	c inspects		: 6552386459
1800.07/920.22	c shortcuts		: 0
1800.07/920.22	c learnt literals	: 12
1800.07/920.22	c learnt binary clauses	: 627
1800.07/920.22	c learnt ternary clauses	: 2153
1800.07/920.22	c learnt constraints	: 823354
1800.07/920.22	c ignored constraints	: 0
1800.07/920.22	c root simplifications	: 0
1800.07/920.22	c removed literals (reason simplification)	: 17152659
1800.07/920.22	c reason swapping (by a shorter reason)	: 0
1800.07/920.22	c Calls to reduceDB	: 36
1800.07/920.22	c number of reductions to clauses (during analyze)	: 0
1800.07/920.22	c number of learned constraints concerned by reduction	: 0
1800.07/920.22	c number of learning phase by resolution	: 0
1800.07/920.22	c number of learning phase by cutting planes	: 0
1800.07/920.22	c speed (assignments/second)	: 1415594.7949934504
1800.07/920.22	c non guided choices	4717320
1800.07/920.24	c learnt constraints type 
1800.07/920.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 627
1800.07/920.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52082
1800.07/920.24	c constraints type 
1800.07/920.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 689672
1800.07/920.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.07/920.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 196912
1800.07/920.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 99769
1800.07/920.24	c constraints type 
1800.07/920.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
1800.07/920.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
1800.07/920.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.07/920.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 99769
1800.07/920.24	s UNKNOWN
1800.07/920.24	c Total wall clock time (in seconds): 920.122

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-3478759-1307436784/watcher-3478759-1307436784 -o /tmp/evaluation-result-3478759-1307436784/solver-3478759-1307436784 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478759-1307436784.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: 0.00 0.00 0.00 2/458 15147
/proc/meminfo: memFree=28381564/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=22976 CPUtime=0 cores=0,2,4,6
/proc/15147/stat : 15147 (java) R 15145 15147 15115 0 -1 4202496 1110 0 0 0 0 0 0 0 21 0 1 0 855276452 23527424 847 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 47858741378000 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/15147/statm: 6001 851 642 9 0 381 0
[pid=15147/tid=15148] ppid=15145 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) R 15145 15147 15115 0 -1 4202560 1617 0 1 0 0 0 0 0 22 0 2 0 855276453 10681323520 2432 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.034511 s]
/proc/loadavg: 0.00 0.00 0.00 2/458 15147
/proc/meminfo: memFree=28381564/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=10454868 CPUtime=0.02 cores=0,2,4,6
/proc/15147/stat : 15147 (java) S 15145 15147 15115 0 -1 4202496 10455 0 1 0 1 1 0 0 21 0 10 0 855276452 10705784832 10153 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 2613717 10161 1358 9 0 2604465 0
[pid=15147/tid=15148] ppid=15145 vsize=10454868 CPUtime=0.01 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) R 15145 15147 15115 0 -1 4202560 9345 0 1 0 1 0 0 0 25 0 10 0 855276453 10705784832 10166 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912504011056 0 4 0 16784584 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10454868

[startup+0.104056 s]
/proc/loadavg: 0.00 0.00 0.00 2/458 15147
/proc/meminfo: memFree=28381564/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=10539344 CPUtime=0.09 cores=0,2,4,6
/proc/15147/stat : 15147 (java) S 15145 15147 15115 0 -1 4202496 12904 0 1 0 7 2 0 0 21 0 18 0 855276452 10792288256 12600 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 2634836 12601 2092 9 0 2625570 0
[pid=15147/tid=15148] ppid=15145 vsize=10539344 CPUtime=0.07 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) R 15145 15147 15115 0 -1 4202560 11012 0 1 0 6 1 0 0 17 0 18 0 855276453 10792288256 12601 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 47858742482963 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539344

[startup+0.300407 s]
/proc/loadavg: 0.00 0.00 0.00 2/458 15147
/proc/meminfo: memFree=28381564/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=10540792 CPUtime=0.46 cores=0,2,4,6
/proc/15147/stat : 15147 (java) S 15145 15147 15115 0 -1 4202496 16926 0 1 0 43 3 0 0 21 0 18 0 855276452 10793771008 16396 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 2635198 16397 2198 9 0 2625932 0
[pid=15147/tid=15148] ppid=15145 vsize=10540792 CPUtime=0.27 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) R 15145 15147 15115 0 -1 4202560 14081 0 1 0 25 2 0 0 18 0 18 0 855276453 10793771008 16397 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 47858740942442 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10540792

[startup+0.700416 s]
/proc/loadavg: 0.00 0.00 0.00 2/458 15147
/proc/meminfo: memFree=28381564/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=10544052 CPUtime=1.22 cores=0,2,4,6
/proc/15147/stat : 15147 (java) S 15145 15147 15115 0 -1 4202496 58945 0 1 0 114 8 0 0 21 0 18 0 855276452 10797109248 56786 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 2636013 56790 2214 9 0 2626747 0
[pid=15147/tid=15148] ppid=15145 vsize=10544052 CPUtime=0.67 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) R 15145 15147 15115 0 -1 4202560 52735 0 1 0 60 7 0 0 18 0 18 0 855276453 10797109248 56792 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912505606180 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) 10544052

[startup+1.50127 s]
/proc/loadavg: 0.00 0.00 0.00 3/476 15165
/proc/meminfo: memFree=27934512/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=10544052 CPUtime=2.1 cores=0,2,4,6
/proc/15147/stat : 15147 (java) S 15145 15147 15115 0 -1 4202496 176318 0 1 0 188 22 0 0 21 0 18 0 855276452 10797109248 174158 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 2636013 174163 2214 9 0 2626747 0
[pid=15147/tid=15148] ppid=15145 vsize=10544052 CPUtime=1.47 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) R 15145 15147 15115 0 -1 4202560 170090 0 1 0 127 20 0 0 19 0 18 0 855276453 10797109248 174165 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912505761605 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15147/tid=15150] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15150/stat : 15150 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 855276455 10797109248 174168 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15151] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15151/stat : 15151 (java) S 15145 15147 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 174171 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15152] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15152/stat : 15152 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 174174 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15153] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15153/stat : 15153 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 174177 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15154] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15154/stat : 15154 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 174180 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15155] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15155/stat : 15155 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 174183 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15156] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15156/stat : 15156 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 174186 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15157] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15157/stat : 15157 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 174189 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15158] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15158/stat : 15158 (java) S 15145 15147 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855276456 10797109248 174192 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 0 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15159] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15159/stat : 15159 (java) S 15145 15147 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855276457 10797109248 174195 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15160] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15160/stat : 15160 (java) S 15145 15147 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855276457 10797109248 174198 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15161] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15161/stat : 15161 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276459 10797109248 174201 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134537649 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15162] ppid=15145 vsize=10544052 CPUtime=0.3 cores=0,2,4,6
/proc/15147/task/15162/stat : 15162 (java) S 15145 15147 15115 0 -1 4202560 1749 0 0 0 30 0 0 0 15 0 18 0 855276459 10797109248 174204 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15163] ppid=15145 vsize=10544052 CPUtime=0.3 cores=0,2,4,6
/proc/15147/task/15163/stat : 15163 (java) S 15145 15147 15115 0 -1 4202560 3335 0 0 0 30 0 0 0 19 0 18 0 855276459 10797109248 174206 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15164] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15164/stat : 15164 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276459 10797109248 174209 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15165] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15165/stat : 15165 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855276459 10797109248 174212 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 10544052

[startup+3.10094 s]
/proc/loadavg: 0.16 0.03 0.01 3/476 15165
/proc/meminfo: memFree=27218400/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=10544052 CPUtime=3.74 cores=0,2,4,6
/proc/15147/stat : 15147 (java) S 15145 15147 15115 0 -1 4202496 412123 0 1 0 323 51 0 0 21 0 18 0 855276452 10797109248 409963 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 2636013 409967 2214 9 0 2626747 0
[pid=15147/tid=15148] ppid=15145 vsize=10544052 CPUtime=3.06 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) R 15145 15147 15115 0 -1 4202560 405889 0 1 0 257 49 0 0 23 0 18 0 855276453 10797109248 409969 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912505608526 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15147/tid=15150] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15150/stat : 15150 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 855276455 10797109248 409972 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15151] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15151/stat : 15151 (java) S 15145 15147 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 409975 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15152] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15152/stat : 15152 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 409978 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15153] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15153/stat : 15153 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 409980 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15154] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15154/stat : 15154 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 409983 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15155] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15155/stat : 15155 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 409986 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15156] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15156/stat : 15156 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 409989 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15157] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15157/stat : 15157 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276455 10797109248 409991 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15158] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15158/stat : 15158 (java) S 15145 15147 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855276456 10797109248 409994 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 0 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15159] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15159/stat : 15159 (java) S 15145 15147 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855276457 10797109248 409997 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15160] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15160/stat : 15160 (java) S 15145 15147 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855276457 10797109248 409999 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15161] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15161/stat : 15161 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276459 10797109248 410002 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134537649 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15162] ppid=15145 vsize=10544052 CPUtime=0.34 cores=0,2,4,6
/proc/15147/task/15162/stat : 15162 (java) S 15145 15147 15115 0 -1 4202560 1750 0 0 0 34 0 0 0 15 0 18 0 855276459 10797109248 410005 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15163] ppid=15145 vsize=10544052 CPUtime=0.31 cores=0,2,4,6
/proc/15147/task/15163/stat : 15163 (java) S 15145 15147 15115 0 -1 4202560 3339 0 0 0 31 0 0 0 15 0 18 0 855276459 10797109248 410008 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15164] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15164/stat : 15164 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276459 10797109248 410010 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15165] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15165/stat : 15165 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855276459 10797109248 410013 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.74
Current children cumulated vsize (KiB) 10544052

[startup+6.30135 s]
/proc/loadavg: 0.16 0.03 0.01 3/476 15165
/proc/meminfo: memFree=25353912/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=10544052 CPUtime=7.33 cores=0,2,4,6
/proc/15147/stat : 15147 (java) S 15145 15147 15115 0 -1 4202496 689328 0 1 0 648 85 0 0 21 0 18 0 855276452 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 2636013 687096 2230 9 0 2626747 0
[pid=15147/tid=15148] ppid=15145 vsize=10544052 CPUtime=6.11 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) R 15145 15147 15115 0 -1 4202560 650933 0 1 0 532 79 0 0 25 0 18 0 855276453 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912505506500 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15147/tid=15150] ppid=15145 vsize=10544052 CPUtime=0.13 cores=0,2,4,6
/proc/15147/task/15150/stat : 15150 (java) S 15145 15147 15115 0 -1 4202560 8706 0 0 0 12 1 0 0 18 0 18 0 855276455 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15151] ppid=15145 vsize=10544052 CPUtime=0.14 cores=0,2,4,6
/proc/15147/task/15151/stat : 15151 (java) S 15145 15147 15115 0 -1 4202560 10078 0 0 0 14 0 0 0 18 0 18 0 855276455 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15152] ppid=15145 vsize=10544052 CPUtime=0.09 cores=0,2,4,6
/proc/15147/task/15152/stat : 15152 (java) S 15145 15147 15115 0 -1 4202560 6295 0 0 0 9 0 0 0 18 0 18 0 855276455 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15153] ppid=15145 vsize=10544052 CPUtime=0.04 cores=0,2,4,6
/proc/15147/task/15153/stat : 15153 (java) S 15145 15147 15115 0 -1 4202560 2626 0 0 0 4 0 0 0 18 0 18 0 855276455 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15154] ppid=15145 vsize=10544052 CPUtime=0.07 cores=0,2,4,6
/proc/15147/task/15154/stat : 15154 (java) S 15145 15147 15115 0 -1 4202560 4381 0 0 0 7 0 0 0 18 0 18 0 855276455 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 0 0 0 0
[pid=15147/tid=15155] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15155/stat : 15155 (java) S 15145 15147 15115 0 -1 4202560 66 0 0 0 0 0 0 0 18 0 18 0 855276455 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15156] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15156/stat : 15156 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855276455 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15157] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15157/stat : 15157 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 855276455 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15158] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15158/stat : 15158 (java) S 15145 15147 15115 0 -1 4202560 8 0 0 0 0 0 0 0 15 0 18 0 855276456 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 0 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15159] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15159/stat : 15159 (java) S 15145 15147 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 855276457 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15160] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15160/stat : 15160 (java) S 15145 15147 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 18 0 855276457 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15161] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15161/stat : 15161 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276459 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134537649 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15162] ppid=15145 vsize=10544052 CPUtime=0.34 cores=0,2,4,6
/proc/15147/task/15162/stat : 15162 (java) S 15145 15147 15115 0 -1 4202560 1750 0 0 0 34 0 0 0 15 0 18 0 855276459 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15163] ppid=15145 vsize=10544052 CPUtime=0.31 cores=0,2,4,6
/proc/15147/task/15163/stat : 15163 (java) S 15145 15147 15115 0 -1 4202560 3339 0 0 0 31 0 0 0 15 0 18 0 855276459 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15164] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15164/stat : 15164 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855276459 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15165] ppid=15145 vsize=10544052 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15165/stat : 15165 (java) S 15145 15147 15115 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855276459 10797109248 687096 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0

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

/proc/meminfo: memFree=16520532/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=10548728 CPUtime=1606.66 cores=0,2,4,6
/proc/15147/stat : 15147 (java) S 15145 15147 15115 0 -1 4202496 1005114 0 1 0 160530 136 0 0 21 0 22 0 855276452 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 2637182 995539 2265 9 0 2627916 0
[pid=15147/tid=15148] ppid=15145 vsize=10548728 CPUtime=6.99 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) S 15145 15147 15115 0 -1 4202560 650988 0 1 0 620 79 0 0 15 0 22 0 855276453 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15150] ppid=15145 vsize=10548728 CPUtime=0.62 cores=0,2,4,6
/proc/15147/task/15150/stat : 15150 (java) S 15145 15147 15115 0 -1 4202560 19605 0 0 0 60 2 0 0 15 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15151] ppid=15145 vsize=10548728 CPUtime=0.5 cores=0,2,4,6
/proc/15147/task/15151/stat : 15151 (java) S 15145 15147 15115 0 -1 4202560 13372 0 0 0 49 1 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 0 0 0 0
[pid=15147/tid=15152] ppid=15145 vsize=10548728 CPUtime=0.53 cores=0,2,4,6
/proc/15147/task/15152/stat : 15152 (java) S 15145 15147 15115 0 -1 4202560 15513 0 0 0 51 2 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15153] ppid=15145 vsize=10548728 CPUtime=0.79 cores=0,2,4,6
/proc/15147/task/15153/stat : 15153 (java) S 15145 15147 15115 0 -1 4202560 21541 0 0 0 76 3 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15154] ppid=15145 vsize=10548728 CPUtime=0.69 cores=0,2,4,6
/proc/15147/task/15154/stat : 15154 (java) S 15145 15147 15115 0 -1 4202560 23107 0 0 0 66 3 0 0 15 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15155] ppid=15145 vsize=10548728 CPUtime=0.59 cores=0,2,4,6
/proc/15147/task/15155/stat : 15155 (java) S 15145 15147 15115 0 -1 4202560 11056 0 0 0 57 2 0 0 15 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15156] ppid=15145 vsize=10548728 CPUtime=0.74 cores=0,2,4,6
/proc/15147/task/15156/stat : 15156 (java) S 15145 15147 15115 0 -1 4202560 29068 0 0 0 71 3 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15157] ppid=15145 vsize=10548728 CPUtime=0.49 cores=0,2,4,6
/proc/15147/task/15157/stat : 15157 (java) S 15145 15147 15115 0 -1 4202560 17804 0 0 0 46 3 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15158] ppid=15145 vsize=10548728 CPUtime=35.46 cores=0,2,4,6
/proc/15147/task/15158/stat : 15158 (java) S 15145 15147 15115 0 -1 4202560 155704 0 0 0 3528 18 0 0 15 0 22 0 855276456 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 0 0 16800975 18446604448285786432 0 0 -1 0 0 0 0
[pid=15147/tid=15159] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15159/stat : 15159 (java) S 15145 15147 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855276457 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15160] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15160/stat : 15160 (java) S 15145 15147 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855276457 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15161] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15161/stat : 15161 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855276459 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134537649 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15162] ppid=15145 vsize=10548728 CPUtime=0.93 cores=0,2,4,6
/proc/15147/task/15162/stat : 15162 (java) S 15145 15147 15115 0 -1 4202560 3086 0 0 0 93 0 0 0 15 0 22 0 855276459 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 0 0 0 0
[pid=15147/tid=15163] ppid=15145 vsize=10548728 CPUtime=1.7 cores=0,2,4,6
/proc/15147/task/15163/stat : 15163 (java) S 15145 15147 15115 0 -1 4202560 10470 0 0 0 168 2 0 0 15 0 22 0 855276459 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15164] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15164/stat : 15164 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855276459 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15165] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15165/stat : 15165 (java) S 15145 15147 15115 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 855276459 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15166] ppid=15145 vsize=10548728 CPUtime=778.32 cores=0,2,4,6
/proc/15147/task/15166/stat : 15166 (java) R 15145 15147 15115 0 -1 4202560 202 0 0 0 77828 4 0 0 25 0 22 0 855277171 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912506031811 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15147/tid=15167] ppid=15145 vsize=10548728 CPUtime=778.18 cores=0,2,4,6
/proc/15147/task/15167/stat : 15167 (java) R 15145 15147 15115 0 -1 4202560 32391 0 0 0 77811 7 0 0 25 0 22 0 855277171 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912506066432 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15147/tid=15168] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15168/stat : 15168 (java) S 15145 15147 15115 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855277174 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15169] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15169/stat : 15169 (java) S 15145 15147 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855277176 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1606.66
Current children cumulated vsize (KiB) 10548728

[startup+882.301 s]
/proc/loadavg: 3.87 3.64 2.32 4/504 15232
/proc/meminfo: memFree=16520420/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=10548728 CPUtime=1726 cores=0,2,4,6
/proc/15147/stat : 15147 (java) S 15145 15147 15115 0 -1 4202496 1005122 0 1 0 172464 136 0 0 21 0 22 0 855276452 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 2637182 995539 2265 9 0 2627916 0
[pid=15147/tid=15148] ppid=15145 vsize=10548728 CPUtime=6.99 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) S 15145 15147 15115 0 -1 4202560 650989 0 1 0 620 79 0 0 15 0 22 0 855276453 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15150] ppid=15145 vsize=10548728 CPUtime=0.63 cores=0,2,4,6
/proc/15147/task/15150/stat : 15150 (java) S 15145 15147 15115 0 -1 4202560 19605 0 0 0 61 2 0 0 15 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15151] ppid=15145 vsize=10548728 CPUtime=0.53 cores=0,2,4,6
/proc/15147/task/15151/stat : 15151 (java) S 15145 15147 15115 0 -1 4202560 13372 0 0 0 52 1 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15152] ppid=15145 vsize=10548728 CPUtime=0.54 cores=0,2,4,6
/proc/15147/task/15152/stat : 15152 (java) S 15145 15147 15115 0 -1 4202560 15513 0 0 0 52 2 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15153] ppid=15145 vsize=10548728 CPUtime=0.8 cores=0,2,4,6
/proc/15147/task/15153/stat : 15153 (java) S 15145 15147 15115 0 -1 4202560 21541 0 0 0 77 3 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 0 0 0 0
[pid=15147/tid=15154] ppid=15145 vsize=10548728 CPUtime=0.7 cores=0,2,4,6
/proc/15147/task/15154/stat : 15154 (java) S 15145 15147 15115 0 -1 4202560 23107 0 0 0 67 3 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15155] ppid=15145 vsize=10548728 CPUtime=0.61 cores=0,2,4,6
/proc/15147/task/15155/stat : 15155 (java) S 15145 15147 15115 0 -1 4202560 11056 0 0 0 59 2 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15156] ppid=15145 vsize=10548728 CPUtime=0.74 cores=0,2,4,6
/proc/15147/task/15156/stat : 15156 (java) S 15145 15147 15115 0 -1 4202560 29068 0 0 0 71 3 0 0 15 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15157] ppid=15145 vsize=10548728 CPUtime=0.51 cores=0,2,4,6
/proc/15147/task/15157/stat : 15157 (java) S 15145 15147 15115 0 -1 4202560 17804 0 0 0 48 3 0 0 16 0 22 0 855276455 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15158] ppid=15145 vsize=10548728 CPUtime=36.18 cores=0,2,4,6
/proc/15147/task/15158/stat : 15158 (java) S 15145 15147 15115 0 -1 4202560 155708 0 0 0 3600 18 0 0 15 0 22 0 855276456 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 0 0 16800975 18446604448285786432 0 0 -1 0 0 0 0
[pid=15147/tid=15159] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15159/stat : 15159 (java) S 15145 15147 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855276457 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15160] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15160/stat : 15160 (java) S 15145 15147 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855276457 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15161] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15161/stat : 15161 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855276459 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134537649 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15162] ppid=15145 vsize=10548728 CPUtime=0.93 cores=0,2,4,6
/proc/15147/task/15162/stat : 15162 (java) S 15145 15147 15115 0 -1 4202560 3086 0 0 0 93 0 0 0 15 0 22 0 855276459 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 0 0 0 0
[pid=15147/tid=15163] ppid=15145 vsize=10548728 CPUtime=1.7 cores=0,2,4,6
/proc/15147/task/15163/stat : 15163 (java) S 15145 15147 15115 0 -1 4202560 10470 0 0 0 168 2 0 0 15 0 22 0 855276459 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15164] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15164/stat : 15164 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855276459 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15165] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15165/stat : 15165 (java) S 15145 15147 15115 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 855276459 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15166] ppid=15145 vsize=10548728 CPUtime=837.57 cores=0,2,4,6
/proc/15147/task/15166/stat : 15166 (java) R 15145 15147 15115 0 -1 4202560 202 0 0 0 83753 4 0 0 25 0 22 0 855277171 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912505953132 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15147/tid=15167] ppid=15145 vsize=10548728 CPUtime=837.43 cores=0,2,4,6
/proc/15147/task/15167/stat : 15167 (java) R 15145 15147 15115 0 -1 4202560 32392 0 0 0 83736 7 0 0 25 0 22 0 855277171 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912506066441 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15147/tid=15168] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15168/stat : 15168 (java) S 15145 15147 15115 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855277174 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15169] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15169/stat : 15169 (java) S 15145 15147 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855277176 10801897472 995539 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1726
Current children cumulated vsize (KiB) 10548728



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+920.201 s]
/proc/loadavg: 3.87 3.66 2.38 5/504 15233
/proc/meminfo: memFree=16510504/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=10548728 CPUtime=1800.07 cores=0,2,4,6
/proc/15147/stat : 15147 (java) S 15145 15147 15115 0 -1 4202496 1007552 0 1 0 179870 137 0 0 21 0 22 0 855276452 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 2637182 997960 2266 9 0 2627916 0
[pid=15147/tid=15148] ppid=15145 vsize=10548728 CPUtime=6.99 cores=0,2,4,6
/proc/15147/task/15148/stat : 15148 (java) S 15145 15147 15115 0 -1 4202560 650990 0 1 0 620 79 0 0 15 0 22 0 855276453 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15150] ppid=15145 vsize=10548728 CPUtime=0.63 cores=0,2,4,6
/proc/15147/task/15150/stat : 15150 (java) S 15145 15147 15115 0 -1 4202560 19605 0 0 0 61 2 0 0 15 0 22 0 855276455 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15151] ppid=15145 vsize=10548728 CPUtime=0.53 cores=0,2,4,6
/proc/15147/task/15151/stat : 15151 (java) S 15145 15147 15115 0 -1 4202560 13372 0 0 0 52 1 0 0 16 0 22 0 855276455 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15152] ppid=15145 vsize=10548728 CPUtime=0.56 cores=0,2,4,6
/proc/15147/task/15152/stat : 15152 (java) S 15145 15147 15115 0 -1 4202560 15514 0 0 0 54 2 0 0 15 0 22 0 855276455 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15153] ppid=15145 vsize=10548728 CPUtime=0.81 cores=0,2,4,6
/proc/15147/task/15153/stat : 15153 (java) S 15145 15147 15115 0 -1 4202560 21541 0 0 0 78 3 0 0 16 0 22 0 855276455 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15154] ppid=15145 vsize=10548728 CPUtime=0.74 cores=0,2,4,6
/proc/15147/task/15154/stat : 15154 (java) S 15145 15147 15115 0 -1 4202560 23107 0 0 0 71 3 0 0 16 0 22 0 855276455 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15155] ppid=15145 vsize=10548728 CPUtime=0.61 cores=0,2,4,6
/proc/15147/task/15155/stat : 15155 (java) S 15145 15147 15115 0 -1 4202560 11056 0 0 0 59 2 0 0 15 0 22 0 855276455 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15156] ppid=15145 vsize=10548728 CPUtime=0.78 cores=0,2,4,6
/proc/15147/task/15156/stat : 15156 (java) S 15145 15147 15115 0 -1 4202560 29068 0 0 0 75 3 0 0 16 0 22 0 855276455 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15157] ppid=15145 vsize=10548728 CPUtime=0.51 cores=0,2,4,6
/proc/15147/task/15157/stat : 15157 (java) S 15145 15147 15115 0 -1 4202560 17804 0 0 0 48 3 0 0 15 0 22 0 855276455 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
[pid=15147/tid=15158] ppid=15145 vsize=10548728 CPUtime=38 cores=0,2,4,6
/proc/15147/task/15158/stat : 15158 (java) S 15145 15147 15115 0 -1 4202560 158129 0 0 0 3782 18 0 0 15 0 22 0 855276456 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 0 0 16800975 18446604448285786432 0 0 -1 0 0 0 0
[pid=15147/tid=15159] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15159/stat : 15159 (java) S 15145 15147 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855276457 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15160] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15160/stat : 15160 (java) S 15145 15147 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855276457 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15161] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15161/stat : 15161 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855276459 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134537649 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15162] ppid=15145 vsize=10548728 CPUtime=0.93 cores=0,2,4,6
/proc/15147/task/15162/stat : 15162 (java) S 15145 15147 15115 0 -1 4202560 3086 0 0 0 93 0 0 0 15 0 22 0 855276459 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 0 0 0 0
[pid=15147/tid=15163] ppid=15145 vsize=10548728 CPUtime=1.72 cores=0,2,4,6
/proc/15147/task/15163/stat : 15163 (java) S 15145 15147 15115 0 -1 4202560 10473 0 0 0 170 2 0 0 15 0 22 0 855276459 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15164] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15164/stat : 15164 (java) S 15145 15147 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855276459 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134529945 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15165] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15165/stat : 15165 (java) S 15145 15147 15115 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 22 0 855276459 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 4 0 0 0
[pid=15147/tid=15166] ppid=15145 vsize=10548728 CPUtime=873.63 cores=0,2,4,6
/proc/15147/task/15166/stat : 15166 (java) R 15145 15147 15115 0 -1 4202560 202 0 0 0 87359 4 0 0 25 0 22 0 855277171 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912506040952 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15147/tid=15167] ppid=15145 vsize=10548728 CPUtime=873.49 cores=0,2,4,6
/proc/15147/task/15167/stat : 15167 (java) R 15145 15147 15115 0 -1 4202560 32392 0 0 0 87342 7 0 0 25 0 22 0 855277171 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 46912505953132 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15147/tid=15168] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15168/stat : 15168 (java) S 15145 15147 15115 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 855277174 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 2 0 0 0
[pid=15147/tid=15169] ppid=15145 vsize=10548728 CPUtime=0 cores=0,2,4,6
/proc/15147/task/15169/stat : 15169 (java) S 15145 15147 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855277176 10801897472 997960 33554432000 1073741824 1073778376 140733788254816 18446744073709551615 228134530560 0 4 0 16800975 18446604448285786432 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10548728

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

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

[startup+920.401 s]
/proc/loadavg: 3.87 3.66 2.38 5/504 15233
/proc/meminfo: memFree=16510504/32951124 swapFree=41830676/67111528
[pid=15147] ppid=15145 vsize=0 CPUtime=1800.3 cores=0,2,4,6
/proc/15147/stat : 15147 (java) Z 15145 15147 15115 0 -1 4203548 1007583 0 1 0 179879 151 0 0 17 0 2 0 855276452 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/15147/statm: 0 0 0 0 0 0 0
[pid=15147/tid=15167] ppid=15145 vsize=0 CPUtime=873.64 cores=0,2,4,6
/proc/15147/task/15167/stat : 15167 (java) R 15145 15147 15115 0 -1 4203588 32392 0 0 0 87343 21 0 0 25 0 2 0 855277171 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.3
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 920.408
CPU time (s): 1800.32
CPU user time (s): 1798.8
CPU system time (s): 1.51877
CPU usage (%): 195.6
Max. virtual memory (cumulated for all children) (KiB): 10553268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.51877
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1007583
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= 23224
involuntary context switches= 17634

runsolver used 4.46432 second user time and 9.78951 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 10:53:05
IDJOB=3478759
IDBENCH=89654
IDSOLVER=1950
FILE ID=node138/3478759-1307436784
RUNJOBID= node138-1307436783-15133
PBS_JOBID= 13519950
Free space on /tmp= 73788 MiB

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

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

MD5SUM BENCH= f3a33f6abe76a69a8be60a1cc6635095
RANDOM SEED=330136224

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:      28381844 kB
Buffers:        340280 kB
Cached:        1305976 kB
SwapCached:      44568 kB
Active:        2423508 kB
Inactive:      1844564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28381844 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:          110996 kB
Writeback:           0 kB
AnonPages:     2588508 kB
Mapped:          15860 kB
Slab:           138764 kB
PageTables:      92156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 130639576 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= 73184 MiB
End job on node138 at 2011-06-07 11:08:27