Trace number 3454175

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.29 908.139

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-4.opb
MD5SUM172d8bfe30610a29dfe3bb9d98ed3f4c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13489
Number of constraints which are clauses13489
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.08	c version 2.3.1.v20110525
0.07/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.08	c java.vm.version	19.1-b02
0.07/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.08	c sun.arch.data.model	64
0.07/0.08	c java.version		1.6.0_24
0.07/0.08	c os.name		Linux
0.07/0.08	c os.version		2.6.18-164.el5
0.07/0.08	c os.arch		amd64
0.07/0.08	c Free memory 		9996466904
0.07/0.08	c Max memory 		10048897024
0.07/0.08	c Total memory 		10048897024
0.07/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454175-1307188948.opb
0.11/0.11	c reading problem ... 
0.74/0.44	c ... done. Wall clock time 0.337s.
0.74/0.44	c #vars     6352
0.74/0.44	c #constraints  13357
0.74/0.44	c constraints type 
0.74/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7054
0.74/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6021
0.74/0.44	c constraints type 
0.74/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6021
0.74/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7054
7.12/3.36	c cleaning 2495 clauses out of 5000 with flag 5000/5000
16.76/8.11	c cleaning 4253 clauses out of 8506 with flag 11001/11001
19.74/9.61	c cleaning 0 clauses out of 5000 with flag 0/5000
28.50/13.98	c cleaning 5625 clauses out of 11252 with flag 18000/18000
36.74/17.96	c cleaning 0 clauses out of 11000 with flag 0/11000
42.57/20.87	c cleaning 6814 clauses out of 13627 with flag 26000/26000
55.32/27.25	c cleaning 7904 clauses out of 15813 with flag 35000/35000
58.48/28.83	c cleaning 0 clauses out of 18000 with flag 0/18000
67.85/33.59	c cleaning 8953 clauses out of 17910 with flag 45001/45001
82.41/40.88	c cleaning 9975 clauses out of 19956 with flag 56000/56000
84.57/41.94	c cleaning 0 clauses out of 26001 with flag 0/26001
97.14/48.23	c cleaning 10990 clauses out of 21981 with flag 68000/68000
114.69/57.01	c cleaning 11993 clauses out of 23991 with flag 81001/81001
115.26/57.31	c cleaning 0 clauses out of 35000 with flag 0/35000
134.66/67.02	c cleaning 12998 clauses out of 25997 with flag 95000/95000
149.79/74.65	c cleaning 0 clauses out of 45003 with flag 0/45003
150.33/74.96	c cleaning 13496 clauses out of 27000 with flag 109001/109001
167.09/83.35	c cleaning 13742 clauses out of 27505 with flag 123002/123002
185.07/92.38	c cleaning 13874 clauses out of 27762 with flag 137001/137001
189.63/94.67	c cleaning 0 clauses out of 56001 with flag 0/56001
203.53/101.62	c cleaning 13936 clauses out of 27888 with flag 151001/151001
222.68/111.24	c cleaning 13970 clauses out of 27952 with flag 165001/165001
233.83/116.81	c cleaning 0 clauses out of 68000 with flag 0/68000
242.00/120.92	c cleaning 13981 clauses out of 27981 with flag 179000/179000
260.51/130.27	c cleaning 13993 clauses out of 28000 with flag 193000/193000
279.65/139.83	c cleaning 13999 clauses out of 28007 with flag 207000/207000
284.40/142.20	c cleaning 0 clauses out of 81000 with flag 0/81000
298.74/149.42	c cleaning 14000 clauses out of 28009 with flag 221001/221001
318.26/159.27	c cleaning 13998 clauses out of 28009 with flag 235001/235001
338.20/169.21	c cleaning 14000 clauses out of 28010 with flag 249000/249000
339.34/169.82	c cleaning 0 clauses out of 95001 with flag 0/95001
356.28/178.39	c cleaning 13998 clauses out of 28010 with flag 263000/263000
375.00/187.72	c cleaning 13999 clauses out of 28013 with flag 277001/277001
392.54/196.58	c cleaning 0 clauses out of 109001 with flag 0/109001
394.07/197.31	c cleaning 14002 clauses out of 28014 with flag 291001/291001
413.04/206.84	c cleaning 13999 clauses out of 28016 with flag 305005/305005
432.11/216.41	c cleaning 14001 clauses out of 28013 with flag 319001/319001
441.27/221.11	c cleaning 0 clauses out of 123000 with flag 0/123000
451.38/226.11	c cleaning 13997 clauses out of 28011 with flag 333000/333000
470.51/235.74	c cleaning 13999 clauses out of 28015 with flag 347001/347001
489.43/245.23	c cleaning 0 clauses out of 137000 with flag 0/137000
489.93/245.51	c cleaning 14001 clauses out of 28015 with flag 361000/361000
509.11/255.19	c cleaning 13999 clauses out of 28015 with flag 375001/375001
528.40/264.88	c cleaning 14003 clauses out of 28016 with flag 389001/389001
533.49/267.49	c cleaning 0 clauses out of 151001 with flag 0/151001
548.01/274.70	c cleaning 13997 clauses out of 28012 with flag 403000/403000
567.93/284.71	c cleaning 14000 clauses out of 28015 with flag 417000/417000
578.24/289.91	c cleaning 0 clauses out of 165000 with flag 0/165000
588.12/294.90	c cleaning 13998 clauses out of 28015 with flag 431000/431000
608.04/304.91	c cleaning 14000 clauses out of 28017 with flag 445000/445000
621.95/311.98	c cleaning 0 clauses out of 179000 with flag 0/179000
628.46/315.29	c cleaning 14001 clauses out of 28017 with flag 459000/459000
648.96/325.54	c cleaning 14000 clauses out of 28016 with flag 473000/473000
666.68/334.44	c cleaning 0 clauses out of 193000 with flag 0/193000
669.35/335.83	c cleaning 14001 clauses out of 28016 with flag 487000/487000
689.65/346.09	c cleaning 13999 clauses out of 28015 with flag 501000/501000
709.92/356.22	c cleaning 14001 clauses out of 28017 with flag 515001/515001
711.02/356.80	c cleaning 0 clauses out of 207000 with flag 0/207000
729.96/366.37	c cleaning 14002 clauses out of 28015 with flag 529000/529000
749.85/376.34	c cleaning 13999 clauses out of 28015 with flag 543002/543002
756.51/379.71	c cleaning 0 clauses out of 221002 with flag 0/221002
770.01/386.56	c cleaning 13998 clauses out of 28014 with flag 557000/557000
789.90/396.54	c cleaning 14000 clauses out of 28016 with flag 571000/571000
801.82/402.56	c cleaning 0 clauses out of 235001 with flag 0/235001
810.23/406.88	c cleaning 13998 clauses out of 28016 with flag 585000/585000
829.53/416.51	c cleaning 13999 clauses out of 28018 with flag 599000/599000
847.22/425.42	c cleaning 0 clauses out of 249001 with flag 0/249001
848.89/426.35	c cleaning 14003 clauses out of 28019 with flag 613000/613000
868.33/436.11	c cleaning 14000 clauses out of 28016 with flag 627000/627000
888.01/446.00	c cleaning 13996 clauses out of 28017 with flag 641001/641001
894.51/449.31	c cleaning 0 clauses out of 263001 with flag 0/263001
907.59/455.92	c cleaning 14002 clauses out of 28022 with flag 655002/655002
927.02/465.71	c cleaning 14003 clauses out of 28018 with flag 669000/669000
942.69/473.63	c cleaning 0 clauses out of 277000 with flag 0/277000
946.17/475.49	c cleaning 13999 clauses out of 28015 with flag 683000/683000
965.64/485.29	c cleaning 14000 clauses out of 28017 with flag 697001/697001
985.26/495.15	c cleaning 14000 clauses out of 28016 with flag 711000/711000
990.13/497.61	c cleaning 0 clauses out of 291003 with flag 0/291003
1004.79/505.05	c cleaning 14001 clauses out of 28018 with flag 725002/725002
1023.66/514.54	c cleaning 14001 clauses out of 28015 with flag 739000/739000
1038.67/522.19	c cleaning 0 clauses out of 305002 with flag 0/305002
1042.73/524.24	c cleaning 14002 clauses out of 28014 with flag 753000/753000
1062.19/534.00	c cleaning 13995 clauses out of 28012 with flag 767000/767000
1081.65/543.86	c cleaning 14002 clauses out of 28018 with flag 781001/781001
1086.45/546.38	c cleaning 0 clauses out of 319000 with flag 0/319000
1102.11/554.22	c cleaning 14001 clauses out of 28015 with flag 795000/795000
1122.36/564.48	c cleaning 14000 clauses out of 28014 with flag 809000/809000
1135.83/571.21	c cleaning 0 clauses out of 333000 with flag 0/333000
1142.41/574.61	c cleaning 14003 clauses out of 28015 with flag 823001/823001
1162.27/584.62	c cleaning 14000 clauses out of 28012 with flag 837001/837001
1182.32/594.78	c cleaning 13999 clauses out of 28011 with flag 851000/851000
1186.36/596.80	c cleaning 0 clauses out of 347000 with flag 0/347000
1202.95/605.21	c cleaning 14000 clauses out of 28012 with flag 865000/865000
1222.99/615.36	c cleaning 14000 clauses out of 28013 with flag 879001/879001
1233.07/620.47	c cleaning 0 clauses out of 361000 with flag 0/361000
1243.47/625.73	c cleaning 14000 clauses out of 28012 with flag 893000/893000
1263.48/635.84	c cleaning 13998 clauses out of 28013 with flag 907001/907001
1281.08/644.71	c cleaning 0 clauses out of 375000 with flag 0/375000
1284.11/646.35	c cleaning 14000 clauses out of 28014 with flag 921000/921000
1304.79/656.72	c cleaning 13999 clauses out of 28014 with flag 935000/935000
1325.12/667.08	c cleaning 14002 clauses out of 28015 with flag 949000/949000
1330.36/669.70	c cleaning 0 clauses out of 389003 with flag 0/389003
1345.81/677.59	c cleaning 13996 clauses out of 28013 with flag 963000/963000
1366.82/688.13	c cleaning 14002 clauses out of 28018 with flag 977001/977001
1382.37/696.01	c cleaning 0 clauses out of 403000 with flag 0/403000
1387.59/698.77	c cleaning 14001 clauses out of 28015 with flag 991000/991000
1408.01/709.08	c cleaning 13998 clauses out of 28014 with flag 1005000/1005000
1428.47/719.35	c cleaning 14002 clauses out of 28017 with flag 1019001/1019001
1432.82/721.64	c cleaning 0 clauses out of 417000 with flag 0/417000
1449.40/730.09	c cleaning 14001 clauses out of 28015 with flag 1033001/1033001
1470.62/740.71	c cleaning 14000 clauses out of 28014 with flag 1047001/1047001
1485.24/748.11	c cleaning 0 clauses out of 431000 with flag 0/431000
1491.57/751.42	c cleaning 14001 clauses out of 28014 with flag 1061001/1061001
1512.38/761.97	c cleaning 14001 clauses out of 28013 with flag 1075001/1075001
1533.39/772.50	c cleaning 13997 clauses out of 28012 with flag 1089001/1089001
1536.61/774.27	c cleaning 0 clauses out of 445004 with flag 0/445004
1554.73/783.42	c cleaning 14000 clauses out of 28015 with flag 1103001/1103001
1575.97/794.13	c cleaning 14000 clauses out of 28015 with flag 1117001/1117001
1589.18/800.85	c cleaning 0 clauses out of 459003 with flag 0/459003
1596.56/804.68	c cleaning 14001 clauses out of 28015 with flag 1131001/1131001
1617.67/815.35	c cleaning 13998 clauses out of 28014 with flag 1145001/1145001
1638.48/825.84	c cleaning 13998 clauses out of 28015 with flag 1159000/1159000
1641.28/827.32	c cleaning 0 clauses out of 473001 with flag 0/473001
1659.87/836.77	c cleaning 14001 clauses out of 28020 with flag 1173003/1173003
1681.18/847.59	c cleaning 14002 clauses out of 28016 with flag 1187000/1187000
1693.21/853.64	c cleaning 0 clauses out of 487000 with flag 0/487000
1702.57/858.43	c cleaning 14000 clauses out of 28016 with flag 1201002/1201002
1723.40/869.01	c cleaning 13995 clauses out of 28014 with flag 1215000/1215000
1744.87/879.91	c cleaning 0 clauses out of 501000 with flag 0/501000
1745.28/880.15	c cleaning 14001 clauses out of 28019 with flag 1229000/1229000
1766.43/890.85	c cleaning 14002 clauses out of 28018 with flag 1243000/1243000
1787.82/901.69	c cleaning 13999 clauses out of 28016 with flag 1257000/1257000
1797.14/906.47	c cleaning 0 clauses out of 515001 with flag 0/515001
1800.12/908.02	c starts		: 190
1800.12/908.02	c conflicts		: 1264883
1800.12/908.02	c decisions		: 1368433
1800.12/908.02	c propagations		: 1617907960
1800.12/908.02	c inspects		: 8159857172
1800.12/908.02	c shortcuts		: 0
1800.12/908.02	c learnt literals	: 1
1800.12/908.02	c learnt binary clauses	: 71
1800.12/908.02	c learnt ternary clauses	: 81
1800.12/908.02	c learnt constraints	: 1264882
1800.12/908.02	c ignored constraints	: 0
1800.12/908.02	c root simplifications	: 0
1800.12/908.02	c removed literals (reason simplification)	: 15341543
1800.12/908.02	c reason swapping (by a shorter reason)	: 0
1800.12/908.02	c Calls to reduceDB	: 93
1800.12/908.02	c number of reductions to clauses (during analyze)	: 0
1800.12/908.02	c number of learned constraints concerned by reduction	: 0
1800.12/908.02	c number of learning phase by resolution	: 0
1800.12/908.02	c number of learning phase by cutting planes	: 0
1800.12/908.02	c speed (assignments/second)	: 1782666.2920432184
1800.12/908.02	c non guided choices	0
1800.12/908.04	c learnt constraints type 
1800.12/908.04	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 71
1800.12/908.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 21849
1800.12/908.04	c constraints type 
1800.12/908.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7054
1800.12/908.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6021
1800.12/908.04	c constraints type 
1800.12/908.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6021
1800.12/908.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7054
1800.12/908.04	s UNKNOWN
1800.12/908.04	c Total wall clock time (in seconds): 907.93

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-3454175-1307188948/watcher-3454175-1307188948 -o /tmp/evaluation-result-3454175-1307188948/solver-3454175-1307188948 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454175-1307188948.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.20 3.51 2.97 3/502 16617
/proc/meminfo: memFree=26674868/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 5586 0 1 0 0 0 0 0 25 0 2 0 830494469 10694979584 5288 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2611079 5301 917 9 0 2602235 0
[pid=16617/tid=16618] ppid=16615 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) R 16615 16617 13533 0 -1 4202560 6549 0 1 0 0 0 0 0 25 0 2 0 830494470 10694979584 7365 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208079926331 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0769869 s]
/proc/loadavg: 3.20 3.51 2.97 3/502 16617
/proc/meminfo: memFree=26674868/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10473088 CPUtime=0.07 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 11970 0 1 0 6 1 0 0 25 0 18 0 830494469 10724442112 11667 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2618272 11668 1755 9 0 2609006 0
[pid=16617/tid=16618] ppid=16615 vsize=10473088 CPUtime=0.06 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) R 16615 16617 13533 0 -1 4202560 10796 0 1 0 5 1 0 0 25 0 18 0 830494470 10724442112 11668 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 47684583017299 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473088

[startup+0.105984 s]
/proc/loadavg: 3.20 3.51 2.97 3/502 16617
/proc/meminfo: memFree=26674868/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10540436 CPUtime=0.11 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 13175 0 1 0 10 1 0 0 25 0 18 0 830494469 10793406464 12872 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2635109 12874 2104 9 0 2625843 0
[pid=16617/tid=16618] ppid=16615 vsize=10540436 CPUtime=0.09 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) R 16615 16617 13533 0 -1 4202560 11242 0 1 0 8 1 0 0 25 0 18 0 830494470 10793406464 12876 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 47684578521859 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540436

[startup+0.300943 s]
/proc/loadavg: 3.20 3.51 2.97 3/502 16617
/proc/meminfo: memFree=26674868/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10541948 CPUtime=0.49 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 16411 0 1 0 47 2 0 0 25 0 18 0 830494469 10794954752 15765 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2635487 15765 2202 9 0 2626221 0
[pid=16617/tid=16618] ppid=16615 vsize=10541948 CPUtime=0.28 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) R 16615 16617 13533 0 -1 4202560 13369 0 1 0 27 1 0 0 25 0 18 0 830494470 10794954752 15765 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912505545462 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10541948

[startup+0.70087 s]
/proc/loadavg: 3.20 3.51 2.97 3/502 16617
/proc/meminfo: memFree=26674868/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10548972 CPUtime=1.78 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 30361 0 1 0 174 4 0 0 25 0 22 0 830494469 10802147328 28929 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2637243 28929 2238 9 0 2627977 0
[pid=16617/tid=16618] ppid=16615 vsize=10548972 CPUtime=0.43 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) S 16615 16617 13533 0 -1 4202560 20412 0 1 0 41 2 0 0 25 0 22 0 830494470 10802147328 28929 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 10548972

[startup+1.50071 s]
/proc/loadavg: 3.20 3.51 2.97 4/524 16639
/proc/meminfo: memFree=26509608/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10548972 CPUtime=3.45 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 67298 0 1 0 337 8 0 0 25 0 22 0 830494469 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2637243 65865 2239 9 0 2627977 0
[pid=16617/tid=16618] ppid=16615 vsize=10548972 CPUtime=0.43 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) S 16615 16617 13533 0 -1 4202560 20412 0 1 0 41 2 0 0 15 0 22 0 830494470 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16620] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16620/stat : 16620 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16621] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16621/stat : 16621 (java) S 16615 16617 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16622] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16622/stat : 16622 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16623] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16623/stat : 16623 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16624] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16624/stat : 16624 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16625] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16625/stat : 16625 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16626/stat : 16626 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16627] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16627/stat : 16627 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16628] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16628/stat : 16628 (java) S 16615 16617 13533 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830494473 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16629] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16629/stat : 16629 (java) S 16615 16617 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830494473 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16630] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16630/stat : 16630 (java) S 16615 16617 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830494473 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16631] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16631/stat : 16631 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494475 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16632] ppid=16615 vsize=10548972 CPUtime=0.48 cores=1,3,5,7
/proc/16617/task/16632/stat : 16632 (java) S 16615 16617 13533 0 -1 4202560 1717 0 0 0 48 0 0 0 23 0 22 0 830494475 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16633] ppid=16615 vsize=10548972 CPUtime=0.43 cores=1,3,5,7
/proc/16617/task/16633/stat : 16633 (java) S 16615 16617 13533 0 -1 4202560 2662 0 0 0 43 0 0 0 25 0 22 0 830494475 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16634] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16634/stat : 16634 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494475 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16635] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16635/stat : 16635 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830494475 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16636] ppid=16615 vsize=10548972 CPUtime=1.04 cores=1,3,5,7
/proc/16617/task/16636/stat : 16636 (java) R 16615 16617 13533 0 -1 4202560 314 0 0 0 104 0 0 0 25 0 22 0 830494514 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912505811239 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16617/tid=16637] ppid=16615 vsize=10548972 CPUtime=1.04 cores=1,3,5,7
/proc/16617/task/16637/stat : 16637 (java) R 16615 16617 13533 0 -1 4202560 41024 0 0 0 99 5 0 0 25 0 22 0 830494514 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912506036976 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16617/tid=16638] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16638/stat : 16638 (java) S 16615 16617 13533 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830494518 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16639] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16639/stat : 16639 (java) S 16615 16617 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830494518 10802147328 65865 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.45
Current children cumulated vsize (KiB) 10548972

[startup+3.10141 s]
/proc/loadavg: 3.19 3.50 2.97 5/524 16639
/proc/meminfo: memFree=26308600/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10548972 CPUtime=6.68 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 140199 0 1 0 651 17 0 0 25 0 22 0 830494469 10802147328 138765 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2637243 138765 2241 9 0 2627977 0
[pid=16617/tid=16618] ppid=16615 vsize=10548972 CPUtime=0.43 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) S 16615 16617 13533 0 -1 4202560 20412 0 1 0 41 2 0 0 15 0 22 0 830494470 10802147328 138767 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16620] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16620/stat : 16620 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 138777 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16621] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16621/stat : 16621 (java) S 16615 16617 13533 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 138779 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16622] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16622/stat : 16622 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 138781 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16623] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16623/stat : 16623 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 138783 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16624] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16624/stat : 16624 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 138785 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16625] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16625/stat : 16625 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 138787 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16626/stat : 16626 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 138789 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16627] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16627/stat : 16627 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494471 10802147328 138791 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16628] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16628/stat : 16628 (java) S 16615 16617 13533 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 830494473 10802147328 138793 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16629] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16629/stat : 16629 (java) S 16615 16617 13533 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830494473 10802147328 138796 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16630] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16630/stat : 16630 (java) S 16615 16617 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830494473 10802147328 138798 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16631] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16631/stat : 16631 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494475 10802147328 138800 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16632] ppid=16615 vsize=10548972 CPUtime=0.51 cores=1,3,5,7
/proc/16617/task/16632/stat : 16632 (java) S 16615 16617 13533 0 -1 4202560 1731 0 0 0 51 0 0 0 15 0 22 0 830494475 10802147328 138801 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16633] ppid=16615 vsize=10548972 CPUtime=0.43 cores=1,3,5,7
/proc/16617/task/16633/stat : 16633 (java) S 16615 16617 13533 0 -1 4202560 2662 0 0 0 43 0 0 0 25 0 22 0 830494475 10802147328 138803 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16634] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16634/stat : 16634 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494475 10802147328 138805 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16635] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16635/stat : 16635 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830494475 10802147328 138807 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16636] ppid=16615 vsize=10548972 CPUtime=2.64 cores=1,3,5,7
/proc/16617/task/16636/stat : 16636 (java) R 16615 16617 13533 0 -1 4202560 441 0 0 0 264 0 0 0 25 0 22 0 830494514 10802147328 138809 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912505817804 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16617/tid=16637] ppid=16615 vsize=10548972 CPUtime=2.63 cores=1,3,5,7
/proc/16617/task/16637/stat : 16637 (java) R 16615 16617 13533 0 -1 4202560 113830 0 0 0 250 13 0 0 25 0 22 0 830494514 10802147328 138811 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912505910138 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16617/tid=16638] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16638/stat : 16638 (java) S 16615 16617 13533 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830494518 10802147328 138813 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16639] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16639/stat : 16639 (java) S 16615 16617 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830494518 10802147328 138815 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.68
Current children cumulated vsize (KiB) 10548972

[startup+6.3008 s]
/proc/loadavg: 3.19 3.50 2.97 5/524 16639
/proc/meminfo: memFree=26051292/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10548972 CPUtime=13.14 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 168234 0 1 0 1294 20 0 0 25 0 22 0 830494469 10802147328 166509 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2637243 166509 2265 9 0 2627977 0
[pid=16617/tid=16618] ppid=16615 vsize=10548972 CPUtime=0.43 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) S 16615 16617 13533 0 -1 4202560 20412 0 1 0 41 2 0 0 15 0 22 0 830494470 10802147328 166509 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16620] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16620/stat : 16620 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830494471 10802147328 166509 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16621] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16621/stat : 16621 (java) S 16615 16617 13533 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 830494471 10802147328 166509 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16622] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16622/stat : 16622 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830494471 10802147328 166509 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16623] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16623/stat : 16623 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830494471 10802147328 166509 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16624] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16624/stat : 16624 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 830494471 10802147328 166509 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16625] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16625/stat : 16625 (java) S 16615 16617 13533 0 -1 4202560 479 0 0 0 0 0 0 0 18 0 22 0 830494471 10802147328 166509 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16626] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16626/stat : 16626 (java) S 16615 16617 13533 0 -1 4202560 624 0 0 0 0 0 0 0 18 0 22 0 830494471 10802147328 166509 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16627] ppid=16615 vsize=10548972 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16627/stat : 16627 (java) S 16615 16617 13533 0 -1 4202560 529 0 0 0 0 0 0 0 18 0 22 0 830494471 10802147328 166509 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0

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

/proc/meminfo: memFree=22310276/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10559776 CPUtime=1631.48 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 518712 0 1 0 163087 61 0 0 25 0 22 0 830494469 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2639944 511023 2267 9 0 2630678 0
[pid=16617/tid=16618] ppid=16615 vsize=10559776 CPUtime=0.43 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) S 16615 16617 13533 0 -1 4202560 20442 0 1 0 41 2 0 0 15 0 22 0 830494470 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16620] ppid=16615 vsize=10559776 CPUtime=0.15 cores=1,3,5,7
/proc/16617/task/16620/stat : 16620 (java) S 16615 16617 13533 0 -1 4202560 325 0 0 0 15 0 0 0 15 0 22 0 830494471 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16621] ppid=16615 vsize=10559776 CPUtime=0.16 cores=1,3,5,7
/proc/16617/task/16621/stat : 16621 (java) S 16615 16617 13533 0 -1 4202560 30 0 0 0 16 0 0 0 15 0 22 0 830494471 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16622] ppid=16615 vsize=10559776 CPUtime=0.18 cores=1,3,5,7
/proc/16617/task/16622/stat : 16622 (java) S 16615 16617 13533 0 -1 4202560 213 0 0 0 18 0 0 0 15 0 22 0 830494471 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16623] ppid=16615 vsize=10559776 CPUtime=0.21 cores=1,3,5,7
/proc/16617/task/16623/stat : 16623 (java) S 16615 16617 13533 0 -1 4202560 271 0 0 0 21 0 0 0 16 0 22 0 830494471 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16624] ppid=16615 vsize=10559776 CPUtime=0.22 cores=1,3,5,7
/proc/16617/task/16624/stat : 16624 (java) S 16615 16617 13533 0 -1 4202560 592 0 0 0 22 0 0 0 15 0 22 0 830494471 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16625] ppid=16615 vsize=10559776 CPUtime=0.16 cores=1,3,5,7
/proc/16617/task/16625/stat : 16625 (java) S 16615 16617 13533 0 -1 4202560 512 0 0 0 16 0 0 0 16 0 22 0 830494471 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16626] ppid=16615 vsize=10559776 CPUtime=0.14 cores=1,3,5,7
/proc/16617/task/16626/stat : 16626 (java) S 16615 16617 13533 0 -1 4202560 1004 0 0 0 14 0 0 0 16 0 22 0 830494471 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16627] ppid=16615 vsize=10559776 CPUtime=0.23 cores=1,3,5,7
/proc/16617/task/16627/stat : 16627 (java) S 16615 16617 13533 0 -1 4202560 896 0 0 0 23 0 0 0 15 0 22 0 830494471 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16628] ppid=16615 vsize=10559776 CPUtime=14.73 cores=1,3,5,7
/proc/16617/task/16628/stat : 16628 (java) S 16615 16617 13533 0 -1 4202560 55158 0 0 0 1468 5 0 0 15 0 22 0 830494473 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16629] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16629/stat : 16629 (java) S 16615 16617 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830494473 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16630] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16630/stat : 16630 (java) S 16615 16617 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830494473 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16631] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16631/stat : 16631 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494475 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16632] ppid=16615 vsize=10559776 CPUtime=1.1 cores=1,3,5,7
/proc/16617/task/16632/stat : 16632 (java) S 16615 16617 13533 0 -1 4202560 8809 0 0 0 109 1 0 0 15 0 22 0 830494475 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16633] ppid=16615 vsize=10559776 CPUtime=0.55 cores=1,3,5,7
/proc/16617/task/16633/stat : 16633 (java) S 16615 16617 13533 0 -1 4202560 3877 0 0 0 55 0 0 0 15 0 22 0 830494475 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16634] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16634/stat : 16634 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494475 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16635] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16635/stat : 16635 (java) S 16615 16617 13533 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 830494475 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16636] ppid=16615 vsize=10559776 CPUtime=806.56 cores=1,3,5,7
/proc/16617/task/16636/stat : 16636 (java) R 16615 16617 13533 0 -1 4202560 525 0 0 0 80656 0 0 0 25 0 22 0 830494514 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912505861803 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16617/tid=16637] ppid=16615 vsize=10559776 CPUtime=806.56 cores=1,3,5,7
/proc/16617/task/16637/stat : 16637 (java) R 16615 16617 13533 0 -1 4202560 424852 0 0 0 80607 49 0 0 25 0 22 0 830494514 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912505901342 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16617/tid=16638] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16638/stat : 16638 (java) S 16615 16617 13533 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830494518 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16639] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16639/stat : 16639 (java) S 16615 16617 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830494518 10813210624 511023 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1631.48
Current children cumulated vsize (KiB) 10559776

[startup+882.301 s]
/proc/loadavg: 3.95 3.94 3.56 5/524 16935
/proc/meminfo: memFree=22277136/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10559776 CPUtime=1749.43 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 523197 0 1 0 174882 61 0 0 25 0 22 0 830494469 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2639944 515495 2267 9 0 2630678 0
[pid=16617/tid=16618] ppid=16615 vsize=10559776 CPUtime=0.43 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) S 16615 16617 13533 0 -1 4202560 20445 0 1 0 41 2 0 0 15 0 22 0 830494470 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16620] ppid=16615 vsize=10559776 CPUtime=0.17 cores=1,3,5,7
/proc/16617/task/16620/stat : 16620 (java) S 16615 16617 13533 0 -1 4202560 325 0 0 0 17 0 0 0 15 0 22 0 830494471 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16621] ppid=16615 vsize=10559776 CPUtime=0.19 cores=1,3,5,7
/proc/16617/task/16621/stat : 16621 (java) S 16615 16617 13533 0 -1 4202560 31 0 0 0 19 0 0 0 16 0 22 0 830494471 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16622] ppid=16615 vsize=10559776 CPUtime=0.19 cores=1,3,5,7
/proc/16617/task/16622/stat : 16622 (java) S 16615 16617 13533 0 -1 4202560 213 0 0 0 19 0 0 0 15 0 22 0 830494471 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16623] ppid=16615 vsize=10559776 CPUtime=0.22 cores=1,3,5,7
/proc/16617/task/16623/stat : 16623 (java) S 16615 16617 13533 0 -1 4202560 271 0 0 0 22 0 0 0 15 0 22 0 830494471 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16624] ppid=16615 vsize=10559776 CPUtime=0.24 cores=1,3,5,7
/proc/16617/task/16624/stat : 16624 (java) S 16615 16617 13533 0 -1 4202560 602 0 0 0 24 0 0 0 15 0 22 0 830494471 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16625] ppid=16615 vsize=10559776 CPUtime=0.17 cores=1,3,5,7
/proc/16617/task/16625/stat : 16625 (java) S 16615 16617 13533 0 -1 4202560 512 0 0 0 17 0 0 0 16 0 22 0 830494471 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16626] ppid=16615 vsize=10559776 CPUtime=0.18 cores=1,3,5,7
/proc/16617/task/16626/stat : 16626 (java) S 16615 16617 13533 0 -1 4202560 1004 0 0 0 18 0 0 0 16 0 22 0 830494471 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16627] ppid=16615 vsize=10559776 CPUtime=0.25 cores=1,3,5,7
/proc/16617/task/16627/stat : 16627 (java) S 16615 16617 13533 0 -1 4202560 896 0 0 0 25 0 0 0 15 0 22 0 830494471 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16628] ppid=16615 vsize=10559776 CPUtime=16.8 cores=1,3,5,7
/proc/16617/task/16628/stat : 16628 (java) S 16615 16617 13533 0 -1 4202560 59621 0 0 0 1675 5 0 0 15 0 22 0 830494473 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16629] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16629/stat : 16629 (java) S 16615 16617 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830494473 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16630] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16630/stat : 16630 (java) S 16615 16617 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830494473 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16631] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16631/stat : 16631 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494475 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16632] ppid=16615 vsize=10559776 CPUtime=1.1 cores=1,3,5,7
/proc/16617/task/16632/stat : 16632 (java) S 16615 16617 13533 0 -1 4202560 8809 0 0 0 109 1 0 0 15 0 22 0 830494475 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16633] ppid=16615 vsize=10559776 CPUtime=0.55 cores=1,3,5,7
/proc/16617/task/16633/stat : 16633 (java) S 16615 16617 13533 0 -1 4202560 3877 0 0 0 55 0 0 0 15 0 22 0 830494475 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16634] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16634/stat : 16634 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494475 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16635] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16635/stat : 16635 (java) S 16615 16617 13533 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 830494475 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16636] ppid=16615 vsize=10559776 CPUtime=864.42 cores=1,3,5,7
/proc/16617/task/16636/stat : 16636 (java) R 16615 16617 13533 0 -1 4202560 531 0 0 0 86442 0 0 0 25 0 22 0 830494514 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912505820757 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16617/tid=16637] ppid=16615 vsize=10559776 CPUtime=864.42 cores=1,3,5,7
/proc/16617/task/16637/stat : 16637 (java) R 16615 16617 13533 0 -1 4202560 424852 0 0 0 86393 49 0 0 25 0 22 0 830494514 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912505901605 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16617/tid=16638] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16638/stat : 16638 (java) S 16615 16617 13533 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830494518 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16639] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16639/stat : 16639 (java) S 16615 16617 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830494518 10813210624 515495 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1749.43
Current children cumulated vsize (KiB) 10559776



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.001 s]
/proc/loadavg: 3.90 3.93 3.57 5/524 16936
/proc/meminfo: memFree=22271912/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=10559776 CPUtime=1800.12 cores=1,3,5,7
/proc/16617/stat : 16617 (java) S 16615 16617 13533 0 -1 4202496 524523 0 1 0 179951 61 0 0 25 0 22 0 830494469 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092035045 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 2639944 516814 2267 9 0 2630678 0
[pid=16617/tid=16618] ppid=16615 vsize=10559776 CPUtime=0.43 cores=1,3,5,7
/proc/16617/task/16618/stat : 16618 (java) S 16615 16617 13533 0 -1 4202560 20447 0 1 0 41 2 0 0 15 0 22 0 830494470 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16620] ppid=16615 vsize=10559776 CPUtime=0.17 cores=1,3,5,7
/proc/16617/task/16620/stat : 16620 (java) S 16615 16617 13533 0 -1 4202560 325 0 0 0 17 0 0 0 16 0 22 0 830494471 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16621] ppid=16615 vsize=10559776 CPUtime=0.2 cores=1,3,5,7
/proc/16617/task/16621/stat : 16621 (java) S 16615 16617 13533 0 -1 4202560 31 0 0 0 20 0 0 0 16 0 22 0 830494471 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16622] ppid=16615 vsize=10559776 CPUtime=0.2 cores=1,3,5,7
/proc/16617/task/16622/stat : 16622 (java) S 16615 16617 13533 0 -1 4202560 213 0 0 0 20 0 0 0 16 0 22 0 830494471 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16623] ppid=16615 vsize=10559776 CPUtime=0.23 cores=1,3,5,7
/proc/16617/task/16623/stat : 16623 (java) S 16615 16617 13533 0 -1 4202560 271 0 0 0 23 0 0 0 16 0 22 0 830494471 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16624] ppid=16615 vsize=10559776 CPUtime=0.24 cores=1,3,5,7
/proc/16617/task/16624/stat : 16624 (java) S 16615 16617 13533 0 -1 4202560 602 0 0 0 24 0 0 0 15 0 22 0 830494471 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 5 0 0 0
[pid=16617/tid=16625] ppid=16615 vsize=10559776 CPUtime=0.17 cores=1,3,5,7
/proc/16617/task/16625/stat : 16625 (java) S 16615 16617 13533 0 -1 4202560 512 0 0 0 17 0 0 0 15 0 22 0 830494471 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16626] ppid=16615 vsize=10559776 CPUtime=0.18 cores=1,3,5,7
/proc/16617/task/16626/stat : 16626 (java) S 16615 16617 13533 0 -1 4202560 1004 0 0 0 18 0 0 0 16 0 22 0 830494471 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16627] ppid=16615 vsize=10559776 CPUtime=0.25 cores=1,3,5,7
/proc/16617/task/16627/stat : 16627 (java) S 16615 16617 13533 0 -1 4202560 896 0 0 0 25 0 0 0 15 0 22 0 830494471 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16628] ppid=16615 vsize=10559776 CPUtime=17.55 cores=1,3,5,7
/proc/16617/task/16628/stat : 16628 (java) S 16615 16617 13533 0 -1 4202560 60942 0 0 0 1750 5 0 0 15 0 22 0 830494473 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 0 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16629] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16629/stat : 16629 (java) S 16615 16617 13533 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830494473 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16630] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16630/stat : 16630 (java) S 16615 16617 13533 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830494473 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16631] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16631/stat : 16631 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494475 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092055985 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16632] ppid=16615 vsize=10559776 CPUtime=1.1 cores=1,3,5,7
/proc/16617/task/16632/stat : 16632 (java) S 16615 16617 13533 0 -1 4202560 8809 0 0 0 109 1 0 0 15 0 22 0 830494475 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16633] ppid=16615 vsize=10559776 CPUtime=0.55 cores=1,3,5,7
/proc/16617/task/16633/stat : 16633 (java) S 16615 16617 13533 0 -1 4202560 3877 0 0 0 55 0 0 0 15 0 22 0 830494475 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 1 0 0 0
[pid=16617/tid=16634] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16634/stat : 16634 (java) S 16615 16617 13533 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830494475 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048281 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16635] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16635/stat : 16635 (java) S 16615 16617 13533 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 830494475 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 3 0 0 0
[pid=16617/tid=16636] ppid=16615 vsize=10559776 CPUtime=889.37 cores=1,3,5,7
/proc/16617/task/16636/stat : 16636 (java) R 16615 16617 13533 0 -1 4202560 532 0 0 0 88937 0 0 0 25 0 22 0 830494514 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912505861319 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16617/tid=16637] ppid=16615 vsize=10559776 CPUtime=889.37 cores=1,3,5,7
/proc/16617/task/16637/stat : 16637 (java) R 16615 16617 13533 0 -1 4202560 424852 0 0 0 88888 49 0 0 25 0 22 0 830494514 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 46912505901836 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=16617/tid=16638] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16638/stat : 16638 (java) S 16615 16617 13533 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 22 0 830494518 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
[pid=16617/tid=16639] ppid=16615 vsize=10559776 CPUtime=0 cores=1,3,5,7
/proc/16617/task/16639/stat : 16639 (java) S 16615 16617 13533 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830494518 10813210624 516814 33554432000 1073741824 1073778376 140735661390912 18446744073709551615 208092048896 0 4 0 16800975 18446604463636014080 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 10559776

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

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

[startup+908.126 s]
/proc/loadavg: 3.90 3.93 3.57 5/524 16936
/proc/meminfo: memFree=22271912/32950928 swapFree=39617324/67111528
[pid=16617] ppid=16615 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/16617/stat : 16617 (java) Z 16615 16617 13533 0 -1 4203548 524552 0 1 0 179958 68 0 0 17 0 2 0 830494469 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/16617/statm: 0 0 0 0 0 0 0
[pid=16617/tid=16637] ppid=16615 vsize=0 CPUtime=889.45 cores=1,3,5,7
/proc/16617/task/16637/stat : 16637 (java) R 16615 16617 13533 0 -1 4203588 424852 0 0 0 88889 56 0 0 25 0 2 0 830494514 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.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 908.139
CPU time (s): 1800.29
CPU user time (s): 1799.58
CPU system time (s): 0.702893
CPU usage (%): 198.239
Max. virtual memory (cumulated for all children) (KiB): 10560764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.58
system time used= 0.702893
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 524552
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= 24436
involuntary context switches= 27732

runsolver used 4.66629 second user time and 10.2554 second system time

The end

Launcher Data

Begin job on node127 at 2011-06-04 14:02:28
IDJOB=3454175
IDBENCH=2122
IDSOLVER=1950
FILE ID=node127/3454175-1307188948
RUNJOBID= node127-1307187918-15913
PBS_JOBID= 13508856
Free space on /tmp= 73948 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-4.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454175-1307188948/watcher-3454175-1307188948 -o /tmp/evaluation-result-3454175-1307188948/solver-3454175-1307188948 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454175-1307188948.opb

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

MD5SUM BENCH= 172d8bfe30610a29dfe3bb9d98ed3f4c
RANDOM SEED=286356556

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.823
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.823
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.823
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.60
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.823
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26675140 kB
Buffers:        331404 kB
Cached:         923860 kB
SwapCached:      59160 kB
Active:        3989820 kB
Inactive:      1995584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26675140 kB
SwapTotal:    67111528 kB
SwapFree:     39617324 kB
Dirty:            1064 kB
Writeback:          24 kB
AnonPages:     4677900 kB
Mapped:          30300 kB
Slab:           124392 kB
PageTables:      96644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 130115588 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= 73944 MiB
End job on node127 at 2011-06-04 14:17:38