Trace number 3454573

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.37 913.112

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3705.opb
MD5SUMc62be038ec01e0d6924d61ed3007a589
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5066649219
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 4802224614
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29593306649763
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29593306649763
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
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@1c691f36
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-3454573-1307190058.opb
0.10/0.11	c reading problem ... 
2.33/2.00	c ... done. Wall clock time 1.885s.
2.33/2.00	c #vars     155000
2.33/2.00	c #constraints  66429
2.33/2.00	c constraints type 
2.33/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.33/2.00	c constraints type 
2.33/2.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
43.91/22.05	c cleaning 2500 clauses out of 5001 with flag 5001/5001
53.47/26.93	c cleaning 4250 clauses out of 8500 with flag 11000/11000
65.78/33.29	c cleaning 5613 clauses out of 11254 with flag 18004/18004
77.10/39.05	c cleaning 6824 clauses out of 13654 with flag 26017/26017
88.19/44.72	c cleaning 7906 clauses out of 15814 with flag 35001/35001
100.29/50.93	c cleaning 8951 clauses out of 17908 with flag 45001/45001
114.42/58.17	c cleaning 9478 clauses out of 18956 with flag 55000/55000
124.70/63.47	c cleaning 9740 clauses out of 19479 with flag 65001/65001
138.48/70.51	c cleaning 9861 clauses out of 19738 with flag 75000/75000
154.80/78.80	c cleaning 9936 clauses out of 19878 with flag 85001/85001
169.33/86.23	c cleaning 9963 clauses out of 19941 with flag 95000/95000
186.40/94.92	c cleaning 9976 clauses out of 19978 with flag 105000/105000
205.76/104.83	c cleaning 10005 clauses out of 20015 with flag 115013/115013
219.83/112.02	c cleaning 9986 clauses out of 19997 with flag 125000/125000
235.34/119.93	c cleaning 9993 clauses out of 20011 with flag 135000/135000
259.21/132.03	c cleaning 10000 clauses out of 20031 with flag 145013/145013
277.49/141.41	c cleaning 10006 clauses out of 20022 with flag 155004/155004
361.55/183.56	c cleaning 9944 clauses out of 20013 with flag 165001/165001
615.24/310.34	c cleaning 10033 clauses out of 20069 with flag 175001/175001
628.86/317.34	c cleaning 10019 clauses out of 20046 with flag 185011/185011
639.91/323.18	c cleaning 10005 clauses out of 20017 with flag 195001/195001
684.00/345.35	c cleaning 9988 clauses out of 20012 with flag 205001/205001
753.85/380.42	c cleaning 9981 clauses out of 20023 with flag 215000/215000
848.86/428.11	c cleaning 10001 clauses out of 20042 with flag 225000/225000
912.11/460.10	c cleaning 10020 clauses out of 20047 with flag 235006/235006
949.51/478.99	c cleaning 10007 clauses out of 20022 with flag 245001/245001
986.50/497.60	c cleaning 10000 clauses out of 20014 with flag 255000/255000
1017.48/513.30	c cleaning 10003 clauses out of 20015 with flag 265001/265001
1118.39/564.06	c cleaning 9962 clauses out of 20012 with flag 275001/275001
1138.54/574.38	c cleaning 10029 clauses out of 20063 with flag 285014/285014
1150.91/580.75	c cleaning 10007 clauses out of 20028 with flag 295008/295008
1162.03/586.60	c cleaning 10011 clauses out of 20031 with flag 305018/305018
1174.77/593.24	c cleaning 10004 clauses out of 20020 with flag 315018/315018
1186.96/599.56	c cleaning 10004 clauses out of 20014 with flag 325016/325016
1200.07/606.38	c cleaning 10001 clauses out of 20015 with flag 335021/335021
1213.01/613.04	c cleaning 9992 clauses out of 19996 with flag 345003/345003
1224.83/619.28	c cleaning 10005 clauses out of 20019 with flag 355018/355018
1236.75/625.44	c cleaning 9994 clauses out of 19996 with flag 365000/365000
1248.69/631.66	c cleaning 10002 clauses out of 20008 with flag 375006/375006
1261.08/638.05	c cleaning 10009 clauses out of 20022 with flag 385022/385022
1272.45/644.00	c cleaning 9997 clauses out of 19999 with flag 395008/395008
1282.59/649.31	c cleaning 9999 clauses out of 20003 with flag 405009/405009
1432.56/724.59	c cleaning 9924 clauses out of 19996 with flag 415001/415001
1499.31/758.16	c cleaning 10030 clauses out of 20075 with flag 425004/425004
1514.64/766.14	c cleaning 10022 clauses out of 20049 with flag 435008/435008
1524.98/771.59	c cleaning 10012 clauses out of 20029 with flag 445010/445010
1536.33/777.43	c cleaning 10001 clauses out of 20012 with flag 455005/455005
1548.07/783.52	c cleaning 10005 clauses out of 20020 with flag 465014/465014
1561.83/790.77	c cleaning 9968 clauses out of 20001 with flag 475000/475000
1588.57/804.38	c cleaning 9998 clauses out of 20034 with flag 485001/485001
1613.94/817.24	c cleaning 10001 clauses out of 20037 with flag 495002/495002
1638.45/829.71	c cleaning 10002 clauses out of 20035 with flag 505001/505001
1663.40/842.61	c cleaning 10001 clauses out of 20033 with flag 515001/515001
1692.91/857.53	c cleaning 9956 clauses out of 20032 with flag 525001/525001
1714.06/868.38	c cleaning 9963 clauses out of 20075 with flag 535000/535000
1729.00/876.05	c cleaning 9982 clauses out of 20114 with flag 545002/545002
1745.16/884.44	c cleaning 9990 clauses out of 20130 with flag 555000/555000
1762.30/893.27	c cleaning 9995 clauses out of 20140 with flag 565000/565000
1777.99/901.36	c cleaning 9997 clauses out of 20146 with flag 575001/575001
1796.36/910.81	c cleaning 10002 clauses out of 20149 with flag 585001/585001
1800.16/912.94	c starts		: 153
1800.16/912.94	c conflicts		: 587097
1800.16/912.94	c decisions		: 2433499
1800.16/912.94	c propagations		: 27114557
1800.16/912.94	c inspects		: 336733547
1800.16/912.94	c shortcuts		: 0
1800.16/912.94	c learnt literals	: 0
1800.16/912.94	c learnt binary clauses	: 0
1800.16/912.94	c learnt ternary clauses	: 0
1800.16/912.94	c learnt constraints	: 587097
1800.16/912.94	c ignored constraints	: 0
1800.16/912.94	c root simplifications	: 0
1800.16/912.94	c removed literals (reason simplification)	: 8628084
1800.16/912.94	c reason swapping (by a shorter reason)	: 0
1800.16/912.94	c Calls to reduceDB	: 60
1800.16/912.94	c number of reductions to clauses (during analyze)	: 0
1800.16/912.94	c number of learned constraints concerned by reduction	: 0
1800.16/912.94	c number of learning phase by resolution	: 0
1800.16/912.94	c number of learning phase by cutting planes	: 0
1800.16/912.94	c speed (assignments/second)	: 29765.3129442502
1800.16/912.94	c non guided choices	1044212
1800.16/912.95	c learnt constraints type 
1800.16/912.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12253
1800.16/912.95	c constraints type 
1800.16/912.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
1800.16/912.95	c constraints type 
1800.16/912.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.16/912.95	s UNKNOWN
1800.16/912.95	c Total wall clock time (in seconds): 912.841

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.79 3.90 3.76 3/556 19884
/proc/meminfo: memFree=24199176/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19884/stat : 19884 (java) S 19882 19884 16282 0 -1 4202496 3408 0 1 0 0 0 0 0 25 0 2 0 811422078 10694979584 3110 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 2611079 3122 917 9 0 2602235 0
[pid=19884/tid=19885] ppid=19882 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19885/stat : 19885 (java) R 19882 19884 16282 0 -1 4202560 5857 0 1 0 0 0 0 0 25 0 2 0 811422079 10694979584 6673 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0989681 s]
/proc/loadavg: 3.79 3.90 3.76 3/556 19884
/proc/meminfo: memFree=24199176/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=10539572 CPUtime=0.09 cores=1,3,5,7
/proc/19884/stat : 19884 (java) S 19882 19884 16282 0 -1 4202496 13027 0 1 0 8 1 0 0 25 0 18 0 811422078 10792521728 12694 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 2634893 12695 2092 9 0 2625627 0
[pid=19884/tid=19885] ppid=19882 vsize=10539572 CPUtime=0.08 cores=1,3,5,7
/proc/19884/task/19885/stat : 19885 (java) R 19882 19884 16282 0 -1 4202560 11073 0 1 0 7 1 0 0 18 0 18 0 811422079 10792521728 12695 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 47162688862227 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10539572

[startup+0.100968 s]
/proc/loadavg: 3.79 3.90 3.76 3/556 19884
/proc/meminfo: memFree=24199176/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=10539572 CPUtime=0.1 cores=1,3,5,7
/proc/19884/stat : 19884 (java) S 19882 19884 16282 0 -1 4202496 13044 0 1 0 9 1 0 0 25 0 18 0 811422078 10792521728 12711 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 2634893 12711 2092 9 0 2625627 0
[pid=19884/tid=19885] ppid=19882 vsize=10539572 CPUtime=0.08 cores=1,3,5,7
/proc/19884/task/19885/stat : 19885 (java) R 19882 19884 16282 0 -1 4202560 11089 0 1 0 7 1 0 0 18 0 18 0 811422079 10792521728 12711 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 47162687206745 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539572

[startup+0.300937 s]
/proc/loadavg: 3.79 3.90 3.76 3/556 19884
/proc/meminfo: memFree=24199176/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=10541872 CPUtime=0.46 cores=1,3,5,7
/proc/19884/stat : 19884 (java) S 19882 19884 16282 0 -1 4202496 22035 0 1 0 44 2 0 0 25 0 18 0 811422078 10794876928 21110 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 2635468 21113 2199 9 0 2626202 0
[pid=19884/tid=19885] ppid=19882 vsize=10541872 CPUtime=0.28 cores=1,3,5,7
/proc/19884/task/19885/stat : 19885 (java) R 19882 19884 16282 0 -1 4202560 18478 0 1 0 26 2 0 0 18 0 18 0 811422079 10794876928 21115 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541872

[startup+0.700875 s]
/proc/loadavg: 3.79 3.90 3.76 3/556 19884
/proc/meminfo: memFree=24199176/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=10542068 CPUtime=1.07 cores=1,3,5,7
/proc/19884/stat : 19884 (java) S 19882 19884 16282 0 -1 4202496 51630 0 1 0 100 7 0 0 25 0 18 0 811422078 10795077632 50523 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 2635517 50524 2204 9 0 2626251 0
[pid=19884/tid=19885] ppid=19882 vsize=10542068 CPUtime=0.68 cores=1,3,5,7
/proc/19884/task/19885/stat : 19885 (java) R 19882 19884 16282 0 -1 4202560 47804 0 1 0 62 6 0 0 18 0 18 0 811422079 10795077632 50524 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912505661501 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 10542068

[startup+1.50072 s]
/proc/loadavg: 3.79 3.90 3.76 4/574 19902
/proc/meminfo: memFree=23873296/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=10542068 CPUtime=1.87 cores=1,3,5,7
/proc/19884/stat : 19884 (java) S 19882 19884 16282 0 -1 4202496 128919 0 1 0 170 17 0 0 25 0 18 0 811422078 10795077632 127812 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 2635517 127815 2204 9 0 2626251 0
[pid=19884/tid=19885] ppid=19882 vsize=10542068 CPUtime=1.48 cores=1,3,5,7
/proc/19884/task/19885/stat : 19885 (java) R 19882 19884 16282 0 -1 4202560 125097 0 1 0 132 16 0 0 19 0 18 0 811422079 10795077632 127817 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912505693962 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19884/tid=19887] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19887/stat : 19887 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811422080 10795077632 127819 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19888] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19888/stat : 19888 (java) S 19882 19884 16282 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811422080 10795077632 127822 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19889] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19889/stat : 19889 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811422080 10795077632 127824 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19890] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19890/stat : 19890 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811422080 10795077632 127826 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19891] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19891/stat : 19891 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811422080 10795077632 127829 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19892] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19892/stat : 19892 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811422080 10795077632 127832 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19893] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19893/stat : 19893 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811422080 10795077632 127836 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19894] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19894/stat : 19894 (java) S 19882 19884 16282 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 811422080 10795077632 127840 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19895] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19895/stat : 19895 (java) S 19882 19884 16282 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 811422081 10795077632 127842 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 0 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19896] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19896/stat : 19896 (java) S 19882 19884 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 811422082 10795077632 127847 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19897] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19897/stat : 19897 (java) S 19882 19884 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 811422082 10795077632 127851 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19898] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19898/stat : 19898 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811422084 10795077632 127851 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051478961 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19899] ppid=19882 vsize=10542068 CPUtime=0.2 cores=1,3,5,7
/proc/19884/task/19899/stat : 19899 (java) S 19882 19884 16282 0 -1 4202560 1443 0 0 0 20 0 0 0 23 0 18 0 811422084 10795077632 127857 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19900] ppid=19882 vsize=10542068 CPUtime=0.17 cores=1,3,5,7
/proc/19884/task/19900/stat : 19900 (java) S 19882 19884 16282 0 -1 4202560 1233 0 0 0 17 0 0 0 15 0 18 0 811422084 10795077632 127863 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19901] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19901/stat : 19901 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 811422084 10795077632 127870 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19902] ppid=19882 vsize=10542068 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19902/stat : 19902 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 811422084 10795077632 127877 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10542068

[startup+3.10143 s]
/proc/loadavg: 3.79 3.90 3.76 6/576 19904
/proc/meminfo: memFree=23504132/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=10548396 CPUtime=5.19 cores=1,3,5,7
/proc/19884/stat : 19884 (java) S 19882 19884 16282 0 -1 4202496 195498 0 1 0 495 24 0 0 25 0 22 0 811422078 10801557504 192635 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 2637099 192636 2231 9 0 2627833 0
[pid=19884/tid=19885] ppid=19882 vsize=10548396 CPUtime=1.98 cores=1,3,5,7
/proc/19884/task/19885/stat : 19885 (java) S 19882 19884 16282 0 -1 4202560 168302 0 1 0 176 22 0 0 15 0 22 0 811422079 10801557504 192636 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19887] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19887/stat : 19887 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 192636 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19888] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19888/stat : 19888 (java) S 19882 19884 16282 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 192637 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19889] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19889/stat : 19889 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 192637 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19890] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19890/stat : 19890 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 192638 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19891] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19891/stat : 19891 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 192638 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19892] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19892/stat : 19892 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 192638 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19893] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19893/stat : 19893 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 192639 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19894] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19894/stat : 19894 (java) S 19882 19884 16282 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 192639 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19895] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19895/stat : 19895 (java) S 19882 19884 16282 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 811422081 10801557504 192640 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 0 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19896] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19896/stat : 19896 (java) S 19882 19884 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811422082 10801557504 192640 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19897] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19897/stat : 19897 (java) S 19882 19884 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811422082 10801557504 192640 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19898] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19898/stat : 19898 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422084 10801557504 192641 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051478961 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19899] ppid=19882 vsize=10548396 CPUtime=0.54 cores=1,3,5,7
/proc/19884/task/19899/stat : 19899 (java) S 19882 19884 16282 0 -1 4202560 2759 0 0 0 54 0 0 0 15 0 22 0 811422084 10801557504 192641 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19900] ppid=19882 vsize=10548396 CPUtime=0.47 cores=1,3,5,7
/proc/19884/task/19900/stat : 19900 (java) S 19882 19884 16282 0 -1 4202560 2764 0 0 0 47 0 0 0 15 0 22 0 811422084 10801557504 192642 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19901] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19901/stat : 19901 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422084 10801557504 192642 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19902] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19902/stat : 19902 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811422084 10801557504 192642 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19903] ppid=19882 vsize=10548396 CPUtime=1.09 cores=1,3,5,7
/proc/19884/task/19903/stat : 19903 (java) R 19882 19884 16282 0 -1 4202560 2306 0 0 0 109 0 0 0 25 0 22 0 811422278 10801557504 192643 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912505814255 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=19884/tid=19904] ppid=19882 vsize=10548396 CPUtime=1.08 cores=1,3,5,7
/proc/19884/task/19904/stat : 19904 (java) R 19882 19884 16282 0 -1 4202560 18207 0 0 0 106 2 0 0 25 0 22 0 811422278 10801557504 192643 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912505992963 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.19
Current children cumulated vsize (KiB) 10548396

[startup+6.30086 s]
/proc/loadavg: 3.81 3.90 3.76 5/578 19906
/proc/meminfo: memFree=22534056/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=10548396 CPUtime=11.84 cores=1,3,5,7
/proc/19884/stat : 19884 (java) S 19882 19884 16282 0 -1 4202496 436177 0 1 0 1134 50 0 0 25 0 22 0 811422078 10801557504 433089 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 2637099 433090 2237 9 0 2627833 0
[pid=19884/tid=19885] ppid=19882 vsize=10548396 CPUtime=1.98 cores=1,3,5,7
/proc/19884/task/19885/stat : 19885 (java) S 19882 19884 16282 0 -1 4202560 168302 0 1 0 176 22 0 0 15 0 22 0 811422079 10801557504 433090 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19887] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19887/stat : 19887 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 433090 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19888] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19888/stat : 19888 (java) S 19882 19884 16282 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 433091 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19889] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19889/stat : 19889 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 433092 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19890] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19890/stat : 19890 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 433092 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19891] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19891/stat : 19891 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 433092 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19892] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19892/stat : 19892 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 433093 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19893] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19893/stat : 19893 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 433093 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19894] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19894/stat : 19894 (java) S 19882 19884 16282 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811422080 10801557504 433094 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19895] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19895/stat : 19895 (java) S 19882 19884 16282 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 811422081 10801557504 433094 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 0 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19896] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19896/stat : 19896 (java) S 19882 19884 16282 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811422082 10801557504 433095 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19897] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19897/stat : 19897 (java) S 19882 19884 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811422082 10801557504 433095 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19898] ppid=19882 vsize=10548396 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19898/stat : 19898 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422084 10801557504 433096 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051478961 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19899] ppid=19882 vsize=10548396 CPUtime=0.62 cores=1,3,5,7
/proc/19884/task/19899/stat : 19899 (java) S 19882 19884 16282 0 -1 4202560 2769 0 0 0 62 0 0 0 15 0 22 0 811422084 10801557504 433096 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19900] ppid=19882 vsize=10548396 CPUtime=0.64 cores=1,3,5,7
/proc/19884/task/19900/stat : 19900 (java) S 19882 19884 16282 0 -1 4202560 3005 0 0 0 64 0 0 0 15 0 22 0 811422084 10801557504 433097 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0

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

/proc/19884/task/19889/stat : 19889 (java) S 19882 19884 16282 0 -1 4202560 37889 0 0 0 60 6 0 0 16 0 22 0 811422080 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19890] ppid=19882 vsize=10548572 CPUtime=0.97 cores=1,3,5,7
/proc/19884/task/19890/stat : 19890 (java) S 19882 19884 16282 0 -1 4202560 41055 0 0 0 91 6 0 0 16 0 22 0 811422080 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19891] ppid=19882 vsize=10548572 CPUtime=0.74 cores=1,3,5,7
/proc/19884/task/19891/stat : 19891 (java) S 19882 19884 16282 0 -1 4202560 31690 0 0 0 69 5 0 0 15 0 22 0 811422080 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19892] ppid=19882 vsize=10548572 CPUtime=0.68 cores=1,3,5,7
/proc/19884/task/19892/stat : 19892 (java) S 19882 19884 16282 0 -1 4202560 29914 0 0 0 64 4 0 0 16 0 22 0 811422080 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19893] ppid=19882 vsize=10548572 CPUtime=0.63 cores=1,3,5,7
/proc/19884/task/19893/stat : 19893 (java) S 19882 19884 16282 0 -1 4202560 23125 0 0 0 61 2 0 0 16 0 22 0 811422080 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19894] ppid=19882 vsize=10548572 CPUtime=0.7 cores=1,3,5,7
/proc/19884/task/19894/stat : 19894 (java) S 19882 19884 16282 0 -1 4202560 20189 0 0 0 68 2 0 0 15 0 22 0 811422080 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19895] ppid=19882 vsize=10548572 CPUtime=23.05 cores=1,3,5,7
/proc/19884/task/19895/stat : 19895 (java) S 19882 19884 16282 0 -1 4202560 95200 0 0 0 2295 10 0 0 15 0 22 0 811422081 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 0 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19896] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19896/stat : 19896 (java) S 19882 19884 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811422082 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19897] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19897/stat : 19897 (java) S 19882 19884 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811422082 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19898] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19898/stat : 19898 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422084 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051478961 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19899] ppid=19882 vsize=10548572 CPUtime=0.85 cores=1,3,5,7
/proc/19884/task/19899/stat : 19899 (java) S 19882 19884 16282 0 -1 4202560 2970 0 0 0 85 0 0 0 15 0 22 0 811422084 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19900] ppid=19882 vsize=10548572 CPUtime=0.94 cores=1,3,5,7
/proc/19884/task/19900/stat : 19900 (java) S 19882 19884 16282 0 -1 4202560 6586 0 0 0 94 0 0 0 16 0 22 0 811422084 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19901] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19901/stat : 19901 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422084 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19902] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19902/stat : 19902 (java) S 19882 19884 16282 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 811422084 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19903] ppid=19882 vsize=10548572 CPUtime=795.56 cores=1,3,5,7
/proc/19884/task/19903/stat : 19903 (java) R 19882 19884 16282 0 -1 4202560 3952 0 0 0 79556 0 0 0 25 0 22 0 811422278 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912506080349 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19884/tid=19904] ppid=19882 vsize=10548572 CPUtime=795.55 cores=1,3,5,7
/proc/19884/task/19904/stat : 19904 (java) R 19882 19884 16282 0 -1 4202560 535211 0 0 0 79496 59 0 0 25 0 22 0 811422278 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912505666919 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19884/tid=19905] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19905/stat : 19905 (java) S 19882 19884 16282 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811422295 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19906] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19906/stat : 19906 (java) S 19882 19884 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811422298 10801737728 1038522 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1623.65
Current children cumulated vsize (KiB) 10548572

[startup+882.301 s]
/proc/loadavg: 3.81 3.91 3.84 5/578 19984
/proc/meminfo: memFree=17111544/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=10548572 CPUtime=1740.92 cores=1,3,5,7
/proc/19884/stat : 19884 (java) S 19882 19884 16282 0 -1 4202496 1046357 0 1 0 173963 129 0 0 25 0 22 0 811422078 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 2637143 1038529 2262 9 0 2627877 0
[pid=19884/tid=19885] ppid=19882 vsize=10548572 CPUtime=1.99 cores=1,3,5,7
/proc/19884/task/19885/stat : 19885 (java) S 19882 19884 16282 0 -1 4202560 168348 0 1 0 177 22 0 0 15 0 22 0 811422079 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19887] ppid=19882 vsize=10548572 CPUtime=0.7 cores=1,3,5,7
/proc/19884/task/19887/stat : 19887 (java) S 19882 19884 16282 0 -1 4202560 23659 0 0 0 67 3 0 0 16 0 22 0 811422080 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19888] ppid=19882 vsize=10548572 CPUtime=0.58 cores=1,3,5,7
/proc/19884/task/19888/stat : 19888 (java) S 19882 19884 16282 0 -1 4202560 25347 0 0 0 54 4 0 0 16 0 22 0 811422080 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19889] ppid=19882 vsize=10548572 CPUtime=0.68 cores=1,3,5,7
/proc/19884/task/19889/stat : 19889 (java) S 19882 19884 16282 0 -1 4202560 37889 0 0 0 62 6 0 0 16 0 22 0 811422080 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19890] ppid=19882 vsize=10548572 CPUtime=1.03 cores=1,3,5,7
/proc/19884/task/19890/stat : 19890 (java) S 19882 19884 16282 0 -1 4202560 41061 0 0 0 97 6 0 0 15 0 22 0 811422080 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19891] ppid=19882 vsize=10548572 CPUtime=0.77 cores=1,3,5,7
/proc/19884/task/19891/stat : 19891 (java) S 19882 19884 16282 0 -1 4202560 31690 0 0 0 72 5 0 0 15 0 22 0 811422080 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19892] ppid=19882 vsize=10548572 CPUtime=0.68 cores=1,3,5,7
/proc/19884/task/19892/stat : 19892 (java) S 19882 19884 16282 0 -1 4202560 29914 0 0 0 64 4 0 0 15 0 22 0 811422080 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19893] ppid=19882 vsize=10548572 CPUtime=0.69 cores=1,3,5,7
/proc/19884/task/19893/stat : 19893 (java) S 19882 19884 16282 0 -1 4202560 23126 0 0 0 67 2 0 0 15 0 22 0 811422080 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19894] ppid=19882 vsize=10548572 CPUtime=0.72 cores=1,3,5,7
/proc/19884/task/19894/stat : 19894 (java) S 19882 19884 16282 0 -1 4202560 20189 0 0 0 70 2 0 0 15 0 22 0 811422080 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19895] ppid=19882 vsize=10548572 CPUtime=25.85 cores=1,3,5,7
/proc/19884/task/19895/stat : 19895 (java) S 19882 19884 16282 0 -1 4202560 95204 0 0 0 2575 10 0 0 15 0 22 0 811422081 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 0 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19896] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19896/stat : 19896 (java) S 19882 19884 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811422082 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19897] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19897/stat : 19897 (java) S 19882 19884 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811422082 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19898] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19898/stat : 19898 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422084 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051478961 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19899] ppid=19882 vsize=10548572 CPUtime=0.85 cores=1,3,5,7
/proc/19884/task/19899/stat : 19899 (java) S 19882 19884 16282 0 -1 4202560 2970 0 0 0 85 0 0 0 15 0 22 0 811422084 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19900] ppid=19882 vsize=10548572 CPUtime=0.94 cores=1,3,5,7
/proc/19884/task/19900/stat : 19900 (java) S 19882 19884 16282 0 -1 4202560 6586 0 0 0 94 0 0 0 16 0 22 0 811422084 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19901] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19901/stat : 19901 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422084 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19902] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19902/stat : 19902 (java) S 19882 19884 16282 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 811422084 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19903] ppid=19882 vsize=10548572 CPUtime=852.67 cores=1,3,5,7
/proc/19884/task/19903/stat : 19903 (java) R 19882 19884 16282 0 -1 4202560 3953 0 0 0 85267 0 0 0 25 0 22 0 811422278 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912506080340 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19884/tid=19904] ppid=19882 vsize=10548572 CPUtime=852.66 cores=1,3,5,7
/proc/19884/task/19904/stat : 19904 (java) R 19882 19884 16282 0 -1 4202560 535213 0 0 0 85207 59 0 0 25 0 22 0 811422278 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912505907995 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19884/tid=19905] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19905/stat : 19905 (java) S 19882 19884 16282 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811422295 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19906] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19906/stat : 19906 (java) S 19882 19884 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811422298 10801737728 1038529 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1740.92
Current children cumulated vsize (KiB) 10548572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+912.901 s]
/proc/loadavg: 3.89 3.92 3.84 6/578 19984
/proc/meminfo: memFree=17111512/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=10548572 CPUtime=1800.16 cores=1,3,5,7
/proc/19884/stat : 19884 (java) S 19882 19884 16282 0 -1 4202496 1046382 0 1 0 179887 129 0 0 25 0 22 0 811422078 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 2637143 1038542 2263 9 0 2627877 0
[pid=19884/tid=19885] ppid=19882 vsize=10548572 CPUtime=1.99 cores=1,3,5,7
/proc/19884/task/19885/stat : 19885 (java) S 19882 19884 16282 0 -1 4202560 168351 0 1 0 177 22 0 0 15 0 22 0 811422079 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19887] ppid=19882 vsize=10548572 CPUtime=0.71 cores=1,3,5,7
/proc/19884/task/19887/stat : 19887 (java) S 19882 19884 16282 0 -1 4202560 23659 0 0 0 68 3 0 0 16 0 22 0 811422080 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19888] ppid=19882 vsize=10548572 CPUtime=0.59 cores=1,3,5,7
/proc/19884/task/19888/stat : 19888 (java) S 19882 19884 16282 0 -1 4202560 25347 0 0 0 55 4 0 0 16 0 22 0 811422080 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19889] ppid=19882 vsize=10548572 CPUtime=0.7 cores=1,3,5,7
/proc/19884/task/19889/stat : 19889 (java) S 19882 19884 16282 0 -1 4202560 37889 0 0 0 64 6 0 0 15 0 22 0 811422080 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19890] ppid=19882 vsize=10548572 CPUtime=1.04 cores=1,3,5,7
/proc/19884/task/19890/stat : 19890 (java) S 19882 19884 16282 0 -1 4202560 41061 0 0 0 98 6 0 0 16 0 22 0 811422080 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19891] ppid=19882 vsize=10548572 CPUtime=0.79 cores=1,3,5,7
/proc/19884/task/19891/stat : 19891 (java) S 19882 19884 16282 0 -1 4202560 31690 0 0 0 74 5 0 0 15 0 22 0 811422080 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19892] ppid=19882 vsize=10548572 CPUtime=0.7 cores=1,3,5,7
/proc/19884/task/19892/stat : 19892 (java) S 19882 19884 16282 0 -1 4202560 29923 0 0 0 66 4 0 0 15 0 22 0 811422080 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19893] ppid=19882 vsize=10548572 CPUtime=0.69 cores=1,3,5,7
/proc/19884/task/19893/stat : 19893 (java) S 19882 19884 16282 0 -1 4202560 23126 0 0 0 67 2 0 0 15 0 22 0 811422080 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19894] ppid=19882 vsize=10548572 CPUtime=0.73 cores=1,3,5,7
/proc/19884/task/19894/stat : 19894 (java) S 19882 19884 16282 0 -1 4202560 20190 0 0 0 71 2 0 0 15 0 22 0 811422080 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19895] ppid=19882 vsize=10548572 CPUtime=27.92 cores=1,3,5,7
/proc/19884/task/19895/stat : 19895 (java) S 19882 19884 16282 0 -1 4202560 95206 0 0 0 2782 10 0 0 15 0 22 0 811422081 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 0 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19896] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19896/stat : 19896 (java) S 19882 19884 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811422082 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19897] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19897/stat : 19897 (java) S 19882 19884 16282 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811422082 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19898] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19898/stat : 19898 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422084 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051478961 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19899] ppid=19882 vsize=10548572 CPUtime=0.87 cores=1,3,5,7
/proc/19884/task/19899/stat : 19899 (java) S 19882 19884 16282 0 -1 4202560 2975 0 0 0 87 0 0 0 15 0 22 0 811422084 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19900] ppid=19882 vsize=10548572 CPUtime=0.94 cores=1,3,5,7
/proc/19884/task/19900/stat : 19900 (java) S 19882 19884 16282 0 -1 4202560 6586 0 0 0 94 0 0 0 16 0 22 0 811422084 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 5 0 0 0
[pid=19884/tid=19901] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19901/stat : 19901 (java) S 19882 19884 16282 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811422084 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471257 0 4 0 16800975 18446604454792435840 0 0 -1 1 0 0 0
[pid=19884/tid=19902] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19902/stat : 19902 (java) S 19882 19884 16282 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 811422084 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 3 0 0 0
[pid=19884/tid=19903] ppid=19882 vsize=10548572 CPUtime=881.19 cores=1,3,5,7
/proc/19884/task/19903/stat : 19903 (java) R 19882 19884 16282 0 -1 4202560 3955 0 0 0 88119 0 0 0 22 0 22 0 811422278 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912505666913 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=19884/tid=19904] ppid=19882 vsize=10548572 CPUtime=881.18 cores=1,3,5,7
/proc/19884/task/19904/stat : 19904 (java) R 19882 19884 16282 0 -1 4202560 535214 0 0 0 88059 59 0 0 22 0 22 0 811422278 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 46912505825580 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=19884/tid=19905] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19905/stat : 19905 (java) S 19882 19884 16282 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 811422295 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
[pid=19884/tid=19906] ppid=19882 vsize=10548572 CPUtime=0 cores=1,3,5,7
/proc/19884/task/19906/stat : 19906 (java) S 19882 19884 16282 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811422298 10801737728 1038542 33554432000 1073741824 1073778376 140735238807760 18446744073709551615 212051471872 0 4 0 16800975 18446604454792435840 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 10548572

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

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

[startup+913.046 s]
/proc/loadavg: 3.89 3.92 3.84 6/578 19984
/proc/meminfo: memFree=17111512/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=0 CPUtime=1800.3 cores=1,3,5,7
/proc/19884/stat : 19884 (java) Z 19882 19884 16282 0 -1 4203548 1046414 0 1 0 179893 137 0 0 17 0 2 0 811422078 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 0 0 0 0 0 0 0
[pid=19884/tid=19904] ppid=19882 vsize=0 CPUtime=881.28 cores=1,3,5,7
/proc/19884/task/19904/stat : 19904 (java) R 19882 19884 16282 0 -1 4203588 535214 0 0 0 88061 67 0 0 22 0 2 0 811422278 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.3
Current children cumulated vsize (KiB) 0

[startup+913.101 s]
/proc/loadavg: 3.89 3.92 3.84 6/578 19984
/proc/meminfo: memFree=17111512/32951124 swapFree=46970528/67111528
[pid=19884] ppid=19882 vsize=0 CPUtime=1800.36 cores=1,3,5,7
/proc/19884/stat : 19884 (java) Z 19882 19884 16282 0 -1 4203548 1046414 0 1 0 179893 143 0 0 17 0 2 0 811422078 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/19884/statm: 0 0 0 0 0 0 0
[pid=19884/tid=19904] ppid=19882 vsize=0 CPUtime=881.33 cores=1,3,5,7
/proc/19884/task/19904/stat : 19904 (java) R 19882 19884 16282 0 -1 4203588 535214 0 0 0 88061 72 0 0 22 0 2 0 811422278 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.36
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 913.112
CPU time (s): 1800.37
CPU user time (s): 1798.93
CPU system time (s): 1.44078
CPU usage (%): 197.169
Max. virtual memory (cumulated for all children) (KiB): 10549580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.93
system time used= 1.44078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1046414
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= 23915
involuntary context switches= 28391

runsolver used 4.83826 second user time and 11.7142 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 14:20:58
IDJOB=3454573
IDBENCH=2298
IDSOLVER=1950
FILE ID=node146/3454573-1307190058
RUNJOBID= node146-1307187225-19189
PBS_JOBID= 13508858
Free space on /tmp= 73776 MiB

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

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

MD5SUM BENCH= c62be038ec01e0d6924d61ed3007a589
RANDOM SEED=987275260

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24199456 kB
Buffers:        173972 kB
Cached:         315340 kB
SwapCached:      60452 kB
Active:        1142788 kB
Inactive:      7363072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24199456 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:            9040 kB
Writeback:           0 kB
AnonPages:     7967472 kB
Mapped:          24804 kB
Slab:            77168 kB
PageTables:      99644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171060472 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= 73768 MiB
End job on node146 at 2011-06-04 14:36:13