Trace number 3730998

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.47 910.046

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUMd484bc8efed557f17788965b19feafe5
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark17.8783
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.06	c See www.sat4j.org for details.
0.02/0.07	c version 2.2.0.v20100531
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		1349517296
0.02/0.07	c Max memory 		1356595200
0.02/0.07	c Total memory 		1356595200
0.02/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3730998-1338731808.opb
0.11/0.10	c reading problem ... 
1.10/0.55	c ... done. Wall clock time 0.455s.
1.10/0.55	c #vars     4602
1.10/0.55	c #constraints  30353
1.10/0.55	c constraints type 
1.10/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29334
1.10/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 941
1.10/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1.10/0.55	c constraints type 
1.10/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1.10/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1.10/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
3.60/1.24	c cleaning 2498 clauses out of 5000 with flag 5000/5000
5.05/1.74	c cleaning 4238 clauses out of 8503 with flag 11001/11001
6.23/2.37	c cleaning 5629 clauses out of 11266 with flag 18002/18002
7.80/3.14	c cleaning 6801 clauses out of 13636 with flag 26001/26001
9.82/4.16	c cleaning 7912 clauses out of 15835 with flag 35001/35001
11.98/5.28	c cleaning 8937 clauses out of 17924 with flag 45002/45002
13.92/6.29	c cleaning 9984 clauses out of 19987 with flag 56002/56002
17.10/7.82	c cleaning 10993 clauses out of 22001 with flag 68000/68000
20.20/9.44	c cleaning 12000 clauses out of 24008 with flag 81000/81000
24.35/11.55	c cleaning 12985 clauses out of 26010 with flag 95002/95002
29.32/14.03	c cleaning 13963 clauses out of 28023 with flag 110000/110000
32.65/15.79	c cleaning 14996 clauses out of 30060 with flag 126000/126000
37.15/18.09	c cleaning 16013 clauses out of 32067 with flag 143003/143003
43.28/21.15	c cleaning 16966 clauses out of 34052 with flag 161001/161001
47.60/23.37	c cleaning 0 clauses out of 5001 with flag 0/5001
50.40/24.68	c cleaning 18032 clauses out of 36085 with flag 180000/180000
56.92/27.88	c cleaning 19016 clauses out of 38053 with flag 200000/200000
64.89/31.81	c cleaning 20012 clauses out of 40037 with flag 221000/221000
74.20/36.53	c cleaning 20994 clauses out of 42026 with flag 243001/243001
83.73/41.31	c cleaning 22003 clauses out of 44031 with flag 266000/266000
91.53/45.35	c cleaning 22997 clauses out of 46030 with flag 290002/290002
100.63/49.98	c cleaning 23999 clauses out of 48032 with flag 315001/315001
110.14/54.72	c cleaning 24989 clauses out of 50032 with flag 341000/341000
122.87/61.11	c cleaning 26005 clauses out of 52043 with flag 368000/368000
141.72/70.65	c cleaning 27015 clauses out of 54038 with flag 396000/396000
149.81/74.72	c cleaning 27983 clauses out of 56023 with flag 425000/425000
161.32/80.56	c cleaning 29015 clauses out of 58040 with flag 455000/455000
173.42/86.62	c cleaning 0 clauses out of 11002 with flag 0/11002
179.91/90.04	c cleaning 30001 clauses out of 60026 with flag 486001/486001
210.73/105.49	c cleaning 30508 clauses out of 61024 with flag 517000/517000
233.89/117.06	c cleaning 30744 clauses out of 61516 with flag 548000/548000
261.21/130.76	c cleaning 30855 clauses out of 61775 with flag 579003/579003
272.37/136.49	c cleaning 30936 clauses out of 61917 with flag 610000/610000
285.43/143.09	c cleaning 30953 clauses out of 61981 with flag 641000/641000
301.70/151.24	c cleaning 30995 clauses out of 62028 with flag 672000/672000
322.81/161.89	c cleaning 31003 clauses out of 62035 with flag 703002/703002
341.76/171.43	c cleaning 30994 clauses out of 62030 with flag 734000/734000
382.08/191.60	c cleaning 30996 clauses out of 62038 with flag 765002/765002
402.99/202.13	c cleaning 30999 clauses out of 62040 with flag 796000/796000
439.26/220.36	c cleaning 31001 clauses out of 62042 with flag 827001/827001
445.16/223.55	c cleaning 0 clauses out of 18002 with flag 0/18002
472.00/237.09	c cleaning 30998 clauses out of 62041 with flag 858001/858001
493.32/247.78	c cleaning 31004 clauses out of 62043 with flag 889001/889001
505.17/253.76	c cleaning 31013 clauses out of 62039 with flag 920001/920001
521.73/262.28	c cleaning 30982 clauses out of 62025 with flag 951000/951000
540.57/271.74	c cleaning 30988 clauses out of 62046 with flag 982003/982003
577.74/290.33	c cleaning 31002 clauses out of 62055 with flag 1013000/1013000
601.37/302.24	c cleaning 30985 clauses out of 62053 with flag 1044000/1044000
639.78/321.69	c cleaning 30991 clauses out of 62069 with flag 1075001/1075001
656.60/330.15	c cleaning 31031 clauses out of 62077 with flag 1106000/1106000
675.77/339.86	c cleaning 31010 clauses out of 62049 with flag 1137003/1137003
695.31/349.76	c cleaning 31007 clauses out of 62036 with flag 1168000/1168000
705.90/355.37	c cleaning 30993 clauses out of 62029 with flag 1199000/1199000
724.26/364.68	c cleaning 30998 clauses out of 62038 with flag 1230002/1230002
742.98/374.19	c cleaning 30999 clauses out of 62039 with flag 1261001/1261001
760.76/383.11	c cleaning 31001 clauses out of 62042 with flag 1292003/1292003
780.09/393.10	c cleaning 31000 clauses out of 62040 with flag 1323002/1323002
788.70/397.69	c cleaning 31002 clauses out of 62038 with flag 1354000/1354000
799.77/403.39	c cleaning 31007 clauses out of 62038 with flag 1385002/1385002
809.06/408.12	c cleaning 0 clauses out of 26000 with flag 0/26000
825.47/416.62	c cleaning 31005 clauses out of 62030 with flag 1416001/1416001
859.19/433.56	c cleaning 30960 clauses out of 62024 with flag 1447000/1447000
878.98/443.54	c cleaning 31012 clauses out of 62066 with flag 1478002/1478002
903.92/456.17	c cleaning 31000 clauses out of 62058 with flag 1509006/1509006
918.85/463.97	c cleaning 31023 clauses out of 62054 with flag 1540002/1540002
952.53/480.89	c cleaning 30984 clauses out of 62031 with flag 1571002/1571002
992.63/500.97	c cleaning 30985 clauses out of 62048 with flag 1602003/1602003
1016.77/513.18	c cleaning 30989 clauses out of 62060 with flag 1633000/1633000
1055.87/532.98	c cleaning 30986 clauses out of 62071 with flag 1664000/1664000
1087.23/548.71	c cleaning 30990 clauses out of 62085 with flag 1695000/1695000
1118.20/564.32	c cleaning 30998 clauses out of 62096 with flag 1726001/1726001
1140.67/575.77	c cleaning 31008 clauses out of 62098 with flag 1757001/1757001
1153.57/582.55	c cleaning 31012 clauses out of 62090 with flag 1788001/1788001
1187.78/599.71	c cleaning 30983 clauses out of 62080 with flag 1819003/1819003
1211.66/611.85	c cleaning 30995 clauses out of 62096 with flag 1850002/1850002
1252.91/632.59	c cleaning 31003 clauses out of 62101 with flag 1881002/1881002
1288.93/650.85	c cleaning 31002 clauses out of 62098 with flag 1912002/1912002
1323.88/668.47	c cleaning 30988 clauses out of 62094 with flag 1943000/1943000
1362.65/687.90	c cleaning 30996 clauses out of 62107 with flag 1974001/1974001
1377.18/695.47	c cleaning 31040 clauses out of 62110 with flag 2005000/2005000
1388.17/701.34	c cleaning 30997 clauses out of 62071 with flag 2036001/2036001
1406.28/710.58	c cleaning 30997 clauses out of 62074 with flag 2067001/2067001
1421.91/718.56	c cleaning 30973 clauses out of 62078 with flag 2098002/2098002
1450.68/733.04	c cleaning 31022 clauses out of 62104 with flag 2129001/2129001
1472.90/744.47	c cleaning 31007 clauses out of 62082 with flag 2160001/2160001
1487.47/751.96	c cleaning 31024 clauses out of 62075 with flag 2191001/2191001
1508.76/762.72	c cleaning 31009 clauses out of 62050 with flag 2222000/2222000
1541.87/779.32	c cleaning 30999 clauses out of 62043 with flag 2253002/2253002
1573.05/795.23	c cleaning 31004 clauses out of 62044 with flag 2284002/2284002
1593.97/805.86	c cleaning 30960 clauses out of 62038 with flag 2315000/2315000
1633.67/825.74	c cleaning 31014 clauses out of 62081 with flag 2346003/2346003
1669.98/843.90	c cleaning 30992 clauses out of 62065 with flag 2377001/2377001
1692.09/855.38	c cleaning 0 clauses out of 35001 with flag 0/35001
1705.90/862.49	c cleaning 31004 clauses out of 62072 with flag 2408000/2408000
1732.27/875.75	c cleaning 31007 clauses out of 62069 with flag 2439001/2439001
1782.18/900.69	c cleaning 30994 clauses out of 62061 with flag 2470000/2470000
1800.09/910.01	c starts		: 230
1800.09/910.01	c conflicts		: 2488155
1800.09/910.01	c decisions		: 3237437
1800.09/910.01	c propagations		: 115342202
1800.09/910.01	c inspects		: 4065612212
1800.09/910.01	c learnt literals	: 0
1800.09/910.01	c learnt binary clauses	: 0
1800.09/910.01	c learnt ternary clauses	: 0
1800.09/910.01	c learnt clauses	: 2488155
1800.09/910.01	c ignored clauses	: 0
1800.09/910.01	c root simplifications	: 0
1800.09/910.01	c removed literals (reason simplification)	: 15524394
1800.09/910.01	c reason swapping (by a shorter reason)	: 0
1800.09/910.01	c Calls to reduceDB	: 91
1800.09/910.01	c number of reductions to clauses (during analyze)	: 0
1800.09/910.01	c number of learned constraints concerned by reduction	: 0
1800.09/910.01	c number of learning phase by resolution	: 0
1800.09/910.01	c number of learning phase by cutting planes	: 0
1800.09/910.01	c speed (assignments/second)	: 126825.4934818177
1800.09/910.01	c non guided choices	153561
1800.09/910.03	c learnt constraints type 
1800.09/910.03	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 49241
1800.09/910.03	c constraints type 
1800.09/910.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29334
1800.09/910.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 941
1800.09/910.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.09/910.03	c constraints type 
1800.09/910.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
1800.09/910.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
1800.09/910.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1800.09/910.03	s UNKNOWN
1800.09/910.03	c Total wall clock time (in seconds): 909.936

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3730998-1338731808/watcher-3730998-1338731808 -o /tmp/evaluation-result-3730998-1338731808/solver-3730998-1338731808 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730998-1338731808.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.97 4.02 3.93 3/197 15589
/proc/meminfo: memFree=30989356/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 1271 0 0 0 0 0 0 0 20 0 2 0 339306768 98570240 972 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 24065 976 742 9 0 16771 0
[pid=15589/tid=15590] ppid=15587 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) R 15587 15589 3958 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 339306768 98570240 979 33554432000 1073741824 1073778376 140737140515904 140544437214760 217410520448 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.028065 s]
/proc/loadavg: 3.97 4.02 3.93 3/197 15589
/proc/meminfo: memFree=30989356/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=2233952 CPUtime=0.02 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 3625 0 1 0 1 1 0 0 20 0 11 0 339306768 2287566848 4835 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 558488 4835 1645 9 0 549189 0
[pid=15589/tid=15590] ppid=15587 vsize=2233952 CPUtime=0.01 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) R 15587 15589 3958 0 -1 4202560 2466 0 1 0 1 0 0 0 20 0 11 0 339306768 2287566848 4835 33554432000 1073741824 1073778376 140737140515904 140544437222152 217413905453 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 2233952

[startup+0.10028 s]
/proc/loadavg: 3.97 4.02 3.93 3/197 15589
/proc/meminfo: memFree=30989356/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 4821 0 1 0 10 1 0 0 20 0 18 0 339306768 2764726272 6525 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 674982 6525 2142 9 0 665676 0
[pid=15589/tid=15590] ppid=15587 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) R 15587 15589 3958 0 -1 4202560 2773 0 1 0 7 1 0 0 20 0 18 0 339306768 2764726272 6525 33554432000 1073741824 1073778376 140737140515904 140544437210056 217413903629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300241 s]
/proc/loadavg: 3.97 4.02 3.93 3/197 15589
/proc/meminfo: memFree=30989356/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=2699928 CPUtime=0.57 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 8230 0 1 0 55 2 0 0 20 0 18 0 339306768 2764726272 15686 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 674982 15686 2219 9 0 665676 0
[pid=15589/tid=15590] ppid=15587 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) R 15587 15589 3958 0 -1 4202560 2797 0 1 0 26 2 0 0 20 0 18 0 339306768 2764726272 15686 33554432000 1073741824 1073778376 140737140515904 140544437210056 217413903629 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 2699928

[startup+0.700194 s]
/proc/loadavg: 3.97 4.02 3.93 3/197 15589
/proc/meminfo: memFree=30989356/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=2966184 CPUtime=1.74 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 12275 0 1 0 170 4 0 0 20 0 22 0 339306768 3037372416 43179 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 741546 43179 2254 9 0 732240 0
[pid=15589/tid=15590] ppid=15587 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) S 15587 15589 3958 0 -1 4202560 2856 0 1 0 50 4 0 0 20 0 22 0 339306768 3037372416 43179 33554432000 1073741824 1073778376 140737140515904 140544437220504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 2966184

[startup+1.50069 s]
/proc/loadavg: 4.13 4.05 3.94 7/219 15611
/proc/meminfo: memFree=30774488/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=2966184 CPUtime=4.52 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 21766 0 1 0 444 8 0 0 20 0 22 0 339306768 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 741546 85505 2284 9 0 732240 0
[pid=15589/tid=15590] ppid=15587 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) S 15587 15589 3958 0 -1 4202560 2856 0 1 0 50 4 0 0 20 0 22 0 339306768 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544437220504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15592] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15592/stat : 15592 (java) S 15587 15589 3958 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544421501352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15593] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15593/stat : 15593 (java) S 15587 15589 3958 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544420448808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15594] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15594/stat : 15594 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544419395752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15595] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15595/stat : 15595 (java) S 15587 15589 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544418343208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15596] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15596/stat : 15596 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544417291176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15597] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15597/stat : 15597 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544298708008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15598] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15598/stat : 15598 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544297654952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15599] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15599/stat : 15599 (java) S 15587 15589 3958 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544296602408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15600] ppid=15587 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15589/task/15600/stat : 15600 (java) S 15587 15589 3958 0 -1 4202560 36 0 0 0 2 0 0 0 20 0 22 0 339306770 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544284191080 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15601] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15601/stat : 15601 (java) S 15587 15589 3958 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339306771 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140544283137400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15602] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15602/stat : 15602 (java) S 15587 15589 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339306771 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140543677948808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15603] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15603/stat : 15603 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140543676897552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15604] ppid=15587 vsize=2966184 CPUtime=0.94 cores=0,2,4,6
/proc/15589/task/15604/stat : 15604 (java) S 15587 15589 3958 0 -1 4202560 7148 0 0 0 94 0 0 0 20 0 22 0 339306773 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140543675845432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15605] ppid=15587 vsize=2966184 CPUtime=1.15 cores=0,2,4,6
/proc/15589/task/15605/stat : 15605 (java) R 15587 15589 3958 0 -1 4202560 10328 0 0 0 115 0 0 0 20 0 22 0 339306773 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140543674768856 140544441075684 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15606] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15606/stat : 15606 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140543673740024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15607] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15607/stat : 15607 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140543672687688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15608] ppid=15587 vsize=2966184 CPUtime=0.86 cores=0,2,4,6
/proc/15589/task/15608/stat : 15608 (java) R 15587 15589 3958 0 -1 4202560 29 0 0 0 86 0 0 0 20 0 22 0 339306824 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140543671631040 140544299603718 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15609] ppid=15587 vsize=2966184 CPUtime=0.87 cores=0,2,4,6
/proc/15589/task/15609/stat : 15609 (java) R 15587 15589 3958 0 -1 4202560 126 0 0 0 86 1 0 0 20 0 22 0 339306824 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140543670577800 140544299620277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15610] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15610/stat : 15610 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140543669527336 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15611] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15611/stat : 15611 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 85505 33554432000 1073741824 1073778376 140737140515904 140543668474792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 2966184

[startup+3.10069 s]
/proc/loadavg: 4.13 4.05 3.94 5/219 15611
/proc/meminfo: memFree=30650120/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=2966184 CPUtime=7.8 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 21837 0 1 0 770 10 0 0 20 0 22 0 339306768 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 741546 102058 2284 9 0 732240 0
[pid=15589/tid=15590] ppid=15587 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) S 15587 15589 3958 0 -1 4202560 2856 0 1 0 50 4 0 0 20 0 22 0 339306768 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544437220504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15592] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15592/stat : 15592 (java) S 15587 15589 3958 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544421501352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15593] ppid=15587 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/15589/task/15593/stat : 15593 (java) S 15587 15589 3958 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 339306769 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544420448808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15594] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15594/stat : 15594 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544419395752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15595] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15595/stat : 15595 (java) S 15587 15589 3958 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544418343208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15596] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15596/stat : 15596 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544417291176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15597] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15597/stat : 15597 (java) S 15587 15589 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544298708008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15598] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15598/stat : 15598 (java) S 15587 15589 3958 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544297654952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15599] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15599/stat : 15599 (java) S 15587 15589 3958 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 339306769 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544296602408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15600] ppid=15587 vsize=2966184 CPUtime=0.11 cores=0,2,4,6
/proc/15589/task/15600/stat : 15600 (java) S 15587 15589 3958 0 -1 4202560 40 0 0 0 11 0 0 0 20 0 22 0 339306770 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544284191080 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15601] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15601/stat : 15601 (java) S 15587 15589 3958 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339306771 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140544283137400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15602] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15602/stat : 15602 (java) S 15587 15589 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339306771 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140543677948808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15603] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15603/stat : 15603 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140543676897552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15604] ppid=15587 vsize=2966184 CPUtime=1 cores=0,2,4,6
/proc/15589/task/15604/stat : 15604 (java) S 15587 15589 3958 0 -1 4202560 7160 0 0 0 100 0 0 0 20 0 22 0 339306773 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140543675845432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15605] ppid=15587 vsize=2966184 CPUtime=1.23 cores=0,2,4,6
/proc/15589/task/15605/stat : 15605 (java) S 15587 15589 3958 0 -1 4202560 10328 0 0 0 123 0 0 0 20 0 22 0 339306773 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140543674792888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15606] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15606/stat : 15606 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140543673740024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15607] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15607/stat : 15607 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140543672687688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15608] ppid=15587 vsize=2966184 CPUtime=2.36 cores=0,2,4,6
/proc/15589/task/15608/stat : 15608 (java) R 15587 15589 3958 0 -1 4202560 31 0 0 0 236 0 0 0 20 0 22 0 339306824 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140543671632408 140544299457278 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15609] ppid=15587 vsize=2966184 CPUtime=2.38 cores=0,2,4,6
/proc/15589/task/15609/stat : 15609 (java) R 15587 15589 3958 0 -1 4202560 155 0 0 0 236 2 0 0 20 0 22 0 339306824 3037372416 102058 33554432000 1073741824 1073778376 140737140515904 140543670577584 140544299620572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15610] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15610/stat : 15610 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 102570 33554432000 1073741824 1073778376 140737140515904 140543669527336 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15611] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15611/stat : 15611 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 102570 33554432000 1073741824 1073778376 140737140515904 140543668474792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.8
Current children cumulated vsize (KiB) 2966184

[startup+6.30765 s]
/proc/loadavg: 4.13 4.05 3.94 5/219 15611
/proc/meminfo: memFree=30550016/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=2966184 CPUtime=14.17 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 21879 0 1 0 1405 12 0 0 20 0 22 0 339306768 3037372416 111481 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 741546 111481 2284 9 0 732240 0
[pid=15589/tid=15590] ppid=15587 vsize=2966184 CPUtime=0.54 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) S 15587 15589 3958 0 -1 4202560 2856 0 1 0 50 4 0 0 20 0 22 0 339306768 3037372416 111481 33554432000 1073741824 1073778376 140737140515904 140544437220504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15592] ppid=15587 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/15589/task/15592/stat : 15592 (java) R 15587 15589 3958 0 -1 4202560 14 0 0 0 4 0 0 0 20 0 22 0 339306769 3037372416 111481 33554432000 1073741824 1073778376 140737140515904 140544421501480 217410473095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15593] ppid=15587 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/15589/task/15593/stat : 15593 (java) R 15587 15589 3958 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 22 0 339306769 3037372416 111481 33554432000 1073741824 1073778376 140737140515904 140544420448936 217410473095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15594] ppid=15587 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/15589/task/15594/stat : 15594 (java) R 15587 15589 3958 0 -1 4202560 3 0 0 0 3 0 0 0 20 0 22 0 339306769 3037372416 111481 33554432000 1073741824 1073778376 140737140515904 140544419395880 217410473095 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15595] ppid=15587 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/15589/task/15595/stat : 15595 (java) R 15587 15589 3958 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 22 0 339306769 3037372416 111481 33554432000 1073741824 1073778376 140737140515904 140544418343336 140544444714704 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15596] ppid=15587 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/15589/task/15596/stat : 15596 (java) R 15587 15589 3958 0 -1 4202560 10 0 0 0 3 0 0 0 20 0 22 0 339306769 3037372416 111481 33554432000 1073741824 1073778376 140737140515904 140544417291304 217410473095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15597] ppid=15587 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15589/task/15597/stat : 15597 (java) R 15587 15589 3958 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 339306769 3037372416 111481 33554432000 1073741824 1073778376 140737140515904 140544298708136 217410473095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15598] ppid=15587 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/15589/task/15598/stat : 15598 (java) R 15587 15589 3958 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 22 0 339306769 3037372416 111481 33554432000 1073741824 1073778376 140737140515904 140544297655080 217410473095 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15599] ppid=15587 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/15589/task/15599/stat : 15599 (java) R 15587 15589 3958 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 339306769 3037372416 111481 33554432000 1073741824 1073778376 140737140515904 140544296602408 217410473095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

[pid=15589/tid=15609] ppid=15587 vsize=2966184 CPUtime=718.47 cores=0,2,4,6
/proc/15589/task/15609/stat : 15609 (java) R 15587 15589 3958 0 -1 4202560 425 0 0 0 71832 15 0 0 20 0 22 0 339306824 3037372416 247918 33554432000 1073741824 1073778376 140737140515904 140543670578752 140544299601561 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15610] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15610/stat : 15610 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 247918 33554432000 1073741824 1073778376 140737140515904 140543669527336 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15611] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15611/stat : 15611 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 247918 33554432000 1073741824 1073778376 140737140515904 140543668474792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1507.94
Current children cumulated vsize (KiB) 2966184

[startup+822.32 s]
/proc/loadavg: 4.05 3.97 3.92 5/220 15719
/proc/meminfo: memFree=29869288/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=2966184 CPUtime=1626.87 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 28485 0 1 0 162577 110 0 0 20 0 22 0 339306768 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 741546 254574 2285 9 0 732240 0
[pid=15589/tid=15590] ppid=15587 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) S 15587 15589 3958 0 -1 4202560 2891 0 1 0 51 4 0 0 20 0 22 0 339306768 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544437220504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15592] ppid=15587 vsize=2966184 CPUtime=4.57 cores=0,2,4,6
/proc/15589/task/15592/stat : 15592 (java) S 15587 15589 3958 0 -1 4202560 336 0 0 0 450 7 0 0 20 0 22 0 339306769 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544421501352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15593] ppid=15587 vsize=2966184 CPUtime=4.75 cores=0,2,4,6
/proc/15589/task/15593/stat : 15593 (java) S 15587 15589 3958 0 -1 4202560 357 0 0 0 467 8 0 0 20 0 22 0 339306769 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544420448808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15594] ppid=15587 vsize=2966184 CPUtime=4.74 cores=0,2,4,6
/proc/15589/task/15594/stat : 15594 (java) S 15587 15589 3958 0 -1 4202560 343 0 0 0 467 7 0 0 20 0 22 0 339306769 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544419395752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15595] ppid=15587 vsize=2966184 CPUtime=4.9 cores=0,2,4,6
/proc/15589/task/15595/stat : 15595 (java) S 15587 15589 3958 0 -1 4202560 366 0 0 0 482 8 0 0 20 0 22 0 339306769 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544418343208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15596] ppid=15587 vsize=2966184 CPUtime=4.48 cores=0,2,4,6
/proc/15589/task/15596/stat : 15596 (java) S 15587 15589 3958 0 -1 4202560 342 0 0 0 441 7 0 0 20 0 22 0 339306769 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544417291176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15597] ppid=15587 vsize=2966184 CPUtime=4.65 cores=0,2,4,6
/proc/15589/task/15597/stat : 15597 (java) R 15587 15589 3958 0 -1 4202560 334 0 0 0 459 6 0 0 20 0 22 0 339306769 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544298708008 217413891132 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15598] ppid=15587 vsize=2966184 CPUtime=4.73 cores=0,2,4,6
/proc/15589/task/15598/stat : 15598 (java) S 15587 15589 3958 0 -1 4202560 338 0 0 0 466 7 0 0 20 0 22 0 339306769 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544297654952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15599] ppid=15587 vsize=2966184 CPUtime=4.31 cores=0,2,4,6
/proc/15589/task/15599/stat : 15599 (java) S 15587 15589 3958 0 -1 4202560 325 0 0 0 424 7 0 0 20 0 22 0 339306769 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544296602376 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15600] ppid=15587 vsize=2966184 CPUtime=36.66 cores=0,2,4,6
/proc/15589/task/15600/stat : 15600 (java) S 15587 15589 3958 0 -1 4202560 123 0 0 0 3638 28 0 0 20 0 22 0 339306770 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544284189960 217413891132 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15601] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15601/stat : 15601 (java) S 15587 15589 3958 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339306771 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140544283137400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15602] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15602/stat : 15602 (java) S 15587 15589 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339306771 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140543677948808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15603] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15603/stat : 15603 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140543676897552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15604] ppid=15587 vsize=2966184 CPUtime=1.58 cores=0,2,4,6
/proc/15589/task/15604/stat : 15604 (java) S 15587 15589 3958 0 -1 4202560 10452 0 0 0 156 2 0 0 20 0 22 0 339306773 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140543675845432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15605] ppid=15587 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/15589/task/15605/stat : 15605 (java) S 15587 15589 3958 0 -1 4202560 10334 0 0 0 133 2 0 0 20 0 22 0 339306773 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140543674792888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15606] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15606/stat : 15606 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140543673740024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15607] ppid=15587 vsize=2966184 CPUtime=0.27 cores=0,2,4,6
/proc/15589/task/15607/stat : 15607 (java) S 15587 15589 3958 0 -1 4202560 44 0 0 0 11 16 0 0 20 0 22 0 339306773 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140543672687688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15608] ppid=15587 vsize=2966184 CPUtime=774.67 cores=0,2,4,6
/proc/15589/task/15608/stat : 15608 (java) S 15587 15589 3958 0 -1 4202560 267 0 0 0 77454 13 0 0 20 0 22 0 339306824 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140543671630552 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15609] ppid=15587 vsize=2966184 CPUtime=774.64 cores=0,2,4,6
/proc/15589/task/15609/stat : 15609 (java) S 15587 15589 3958 0 -1 4202560 443 0 0 0 77448 16 0 0 20 0 22 0 339306824 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140543670578888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15610] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15610/stat : 15610 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140543669527336 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15611] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15611/stat : 15611 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 254574 33554432000 1073741824 1073778376 140737140515904 140543668474792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1626.87
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.57 3.83 3.87 5/219 15721
/proc/meminfo: memFree=29846028/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=2966184 CPUtime=1745.03 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 28529 0 1 0 174388 115 0 0 20 0 22 0 339306768 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 741546 255598 2285 9 0 732240 0
[pid=15589/tid=15590] ppid=15587 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) S 15587 15589 3958 0 -1 4202560 2892 0 1 0 51 4 0 0 20 0 22 0 339306768 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544437220504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15592] ppid=15587 vsize=2966184 CPUtime=5 cores=0,2,4,6
/proc/15589/task/15592/stat : 15592 (java) S 15587 15589 3958 0 -1 4202560 336 0 0 0 492 8 0 0 20 0 22 0 339306769 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544421501352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15593] ppid=15587 vsize=2966184 CPUtime=5.26 cores=0,2,4,6
/proc/15589/task/15593/stat : 15593 (java) S 15587 15589 3958 0 -1 4202560 358 0 0 0 518 8 0 0 20 0 22 0 339306769 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544420448808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15594] ppid=15587 vsize=2966184 CPUtime=5.12 cores=0,2,4,6
/proc/15589/task/15594/stat : 15594 (java) S 15587 15589 3958 0 -1 4202560 344 0 0 0 504 8 0 0 20 0 22 0 339306769 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544419395752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15595] ppid=15587 vsize=2966184 CPUtime=5.29 cores=0,2,4,6
/proc/15589/task/15595/stat : 15595 (java) S 15587 15589 3958 0 -1 4202560 366 0 0 0 521 8 0 0 20 0 22 0 339306769 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544418343208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15596] ppid=15587 vsize=2966184 CPUtime=4.98 cores=0,2,4,6
/proc/15589/task/15596/stat : 15596 (java) S 15587 15589 3958 0 -1 4202560 342 0 0 0 491 7 0 0 20 0 22 0 339306769 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544417291176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15597] ppid=15587 vsize=2966184 CPUtime=5.14 cores=0,2,4,6
/proc/15589/task/15597/stat : 15597 (java) S 15587 15589 3958 0 -1 4202560 334 0 0 0 508 6 0 0 20 0 22 0 339306769 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544298708008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15598] ppid=15587 vsize=2966184 CPUtime=5.26 cores=0,2,4,6
/proc/15589/task/15598/stat : 15598 (java) S 15587 15589 3958 0 -1 4202560 338 0 0 0 519 7 0 0 20 0 22 0 339306769 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544297654952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15599] ppid=15587 vsize=2966184 CPUtime=4.77 cores=0,2,4,6
/proc/15589/task/15599/stat : 15599 (java) S 15587 15589 3958 0 -1 4202560 326 0 0 0 470 7 0 0 20 0 22 0 339306769 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544296602408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15600] ppid=15587 vsize=2966184 CPUtime=40.16 cores=0,2,4,6
/proc/15589/task/15600/stat : 15600 (java) S 15587 15589 3958 0 -1 4202560 127 0 0 0 3986 30 0 0 20 0 22 0 339306770 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544284191080 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15601] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15601/stat : 15601 (java) S 15587 15589 3958 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339306771 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140544283137400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15602] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15602/stat : 15602 (java) S 15587 15589 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339306771 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140543677948808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15603] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15603/stat : 15603 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140543676897552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15604] ppid=15587 vsize=2966184 CPUtime=1.58 cores=0,2,4,6
/proc/15589/task/15604/stat : 15604 (java) S 15587 15589 3958 0 -1 4202560 10452 0 0 0 156 2 0 0 20 0 22 0 339306773 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140543675845432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15605] ppid=15587 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/15589/task/15605/stat : 15605 (java) S 15587 15589 3958 0 -1 4202560 10334 0 0 0 133 2 0 0 20 0 22 0 339306773 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140543674792888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15606] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15606/stat : 15606 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140543673740024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15607] ppid=15587 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/15589/task/15607/stat : 15607 (java) S 15587 15589 3958 0 -1 4202560 48 0 0 0 13 17 0 0 20 0 22 0 339306773 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140543672687688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15608] ppid=15587 vsize=2966184 CPUtime=830.15 cores=0,2,4,6
/proc/15589/task/15608/stat : 15608 (java) R 15587 15589 3958 0 -1 4202560 287 0 0 0 83001 14 0 0 20 0 22 0 339306824 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140543671631104 140544299452276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15609] ppid=15587 vsize=2966184 CPUtime=830.11 cores=0,2,4,6
/proc/15589/task/15609/stat : 15609 (java) R 15587 15589 3958 0 -1 4202560 455 0 0 0 82994 17 0 0 20 0 22 0 339306824 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140543670577968 140544299601566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15610] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15610/stat : 15610 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140543669527336 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15611] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15611/stat : 15611 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 255598 33554432000 1073741824 1073778376 140737140515904 140543668474792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1745.03
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+910.001 s]
/proc/loadavg: 3.64 3.82 3.86 5/219 15721
/proc/meminfo: memFree=29821208/32873648 swapFree=7628/7628
[pid=15589] ppid=15587 vsize=2966184 CPUtime=1800.09 cores=0,2,4,6
/proc/15589/stat : 15589 (java) S 15587 15589 3958 0 -1 4202496 28575 0 1 0 179890 119 0 0 20 0 22 0 339306768 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140737140507040 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15589/statm: 741546 261742 2285 9 0 732240 0
[pid=15589/tid=15590] ppid=15587 vsize=2966184 CPUtime=0.55 cores=0,2,4,6
/proc/15589/task/15590/stat : 15590 (java) S 15587 15589 3958 0 -1 4202560 2893 0 1 0 51 4 0 0 20 0 22 0 339306768 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544437220504 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15592] ppid=15587 vsize=2966184 CPUtime=5.22 cores=0,2,4,6
/proc/15589/task/15592/stat : 15592 (java) S 15587 15589 3958 0 -1 4202560 339 0 0 0 514 8 0 0 20 0 22 0 339306769 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544421501352 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15593] ppid=15587 vsize=2966184 CPUtime=5.44 cores=0,2,4,6
/proc/15589/task/15593/stat : 15593 (java) S 15587 15589 3958 0 -1 4202560 364 0 0 0 535 9 0 0 20 0 22 0 339306769 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544420448808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15594] ppid=15587 vsize=2966184 CPUtime=5.3 cores=0,2,4,6
/proc/15589/task/15594/stat : 15594 (java) S 15587 15589 3958 0 -1 4202560 347 0 0 0 522 8 0 0 20 0 22 0 339306769 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544419395752 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15595] ppid=15587 vsize=2966184 CPUtime=5.5 cores=0,2,4,6
/proc/15589/task/15595/stat : 15595 (java) S 15587 15589 3958 0 -1 4202560 370 0 0 0 542 8 0 0 20 0 22 0 339306769 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544418343208 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15596] ppid=15587 vsize=2966184 CPUtime=5.18 cores=0,2,4,6
/proc/15589/task/15596/stat : 15596 (java) S 15587 15589 3958 0 -1 4202560 345 0 0 0 510 8 0 0 20 0 22 0 339306769 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544417291176 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15597] ppid=15587 vsize=2966184 CPUtime=5.27 cores=0,2,4,6
/proc/15589/task/15597/stat : 15597 (java) S 15587 15589 3958 0 -1 4202560 336 0 0 0 520 7 0 0 20 0 22 0 339306769 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544298708008 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15598] ppid=15587 vsize=2966184 CPUtime=5.52 cores=0,2,4,6
/proc/15589/task/15598/stat : 15598 (java) S 15587 15589 3958 0 -1 4202560 342 0 0 0 545 7 0 0 20 0 22 0 339306769 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544297654952 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15599] ppid=15587 vsize=2966184 CPUtime=4.95 cores=0,2,4,6
/proc/15589/task/15599/stat : 15599 (java) S 15587 15589 3958 0 -1 4202560 330 0 0 0 488 7 0 0 20 0 22 0 339306769 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544296602408 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15600] ppid=15587 vsize=2966184 CPUtime=41.25 cores=0,2,4,6
/proc/15589/task/15600/stat : 15600 (java) S 15587 15589 3958 0 -1 4202560 129 0 0 0 4094 31 0 0 20 0 22 0 339306770 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544284191080 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15601] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15601/stat : 15601 (java) S 15587 15589 3958 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 339306771 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140544283137400 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15602] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15602/stat : 15602 (java) S 15587 15589 3958 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339306771 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140543677948808 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15603] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15603/stat : 15603 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140543676897552 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15604] ppid=15587 vsize=2966184 CPUtime=1.58 cores=0,2,4,6
/proc/15589/task/15604/stat : 15604 (java) S 15587 15589 3958 0 -1 4202560 10452 0 0 0 156 2 0 0 20 0 22 0 339306773 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140543675845432 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15605] ppid=15587 vsize=2966184 CPUtime=1.35 cores=0,2,4,6
/proc/15589/task/15605/stat : 15605 (java) S 15587 15589 3958 0 -1 4202560 10334 0 0 0 133 2 0 0 20 0 22 0 339306773 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140543674792888 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15589/tid=15606] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15606/stat : 15606 (java) S 15587 15589 3958 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339306773 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140543673740024 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15607] ppid=15587 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/15589/task/15607/stat : 15607 (java) S 15587 15589 3958 0 -1 4202560 50 0 0 0 13 17 0 0 20 0 22 0 339306773 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140543672687688 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15608] ppid=15587 vsize=2966184 CPUtime=856.35 cores=0,2,4,6
/proc/15589/task/15608/stat : 15608 (java) R 15587 15589 3958 0 -1 4202560 294 0 0 0 85620 15 0 0 20 0 22 0 339306824 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140543671630512 140544299452271 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15589/tid=15609] ppid=15587 vsize=2966184 CPUtime=856.31 cores=0,2,4,6
/proc/15589/task/15609/stat : 15609 (java) R 15587 15589 3958 0 -1 4202560 460 0 0 0 85613 18 0 0 20 0 22 0 339306824 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140543670578752 140544299601388 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15589/tid=15610] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15610/stat : 15610 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140543669527336 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15589/tid=15611] ppid=15587 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/15589/task/15611/stat : 15611 (java) S 15587 15589 3958 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339306825 3037372416 261742 33554432000 1073741824 1073778376 140737140515904 140543668474792 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143
Real time (s): 910.046
CPU time (s): 1800.47
CPU user time (s): 1798.79
CPU system time (s): 1.68174
CPU usage (%): 197.844
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.68174
maximum resident set size= 1047088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28607
page faults= 1
swaps= 0
block input operations= 0
block output operations= 960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36914
involuntary context switches= 75860

runsolver used 3.2605 second user time and 7.9238 second system time

The end

Launcher Data

Begin job on node122 at 2012-06-03 15:56:48
IDJOB=3730998
IDBENCH=1500
IDSOLVER=2324
FILE ID=node122/3730998-1338731808
RUNJOBID= node122-1338726600-10238
PBS_JOBID= 14636732
Free space on /tmp= 71184 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3730998-1338731808/watcher-3730998-1338731808 -o /tmp/evaluation-result-3730998-1338731808/solver-3730998-1338731808 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3730998-1338731808.opb

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

MD5SUM BENCH= d484bc8efed557f17788965b19feafe5
RANDOM SEED=2073656278

node122.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.04
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.533
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30989620 kB
Buffers:          227276 kB
Cached:           228376 kB
SwapCached:         1832 kB
Active:           956324 kB
Inactive:         100712 kB
Active(anon):     598036 kB
Inactive(anon):     5432 kB
Active(file):     358288 kB
Inactive(file):    95280 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67100168 kB
Dirty:              1516 kB
Writeback:             0 kB
AnonPages:        570168 kB
Mapped:            17152 kB
Shmem:                 0 kB
Slab:             684832 kB
SReclaimable:     128424 kB
SUnreclaim:       556408 kB
KernelStack:        1792 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1573120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    522240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71184 MiB
End job on node122 at 2012-06-03 16:12:00