Trace number 3732744

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.84 903.851

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-1.opb
MD5SUM5a9e4c8983ff8fc3ce01109a5c224dd2
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 constraints13453
Number of constraints which are clauses13453
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	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-3732744-1338686261.opb
0.11/0.11	c reading problem ... 
0.73/0.45	c ... done. Wall clock time 0.334s.
0.73/0.45	c #vars     6352
0.73/0.45	c #constraints  13321
0.73/0.45	c constraints type 
0.73/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
0.73/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
0.73/0.45	c constraints type 
0.73/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
0.73/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
7.71/3.62	c cleaning 2499 clauses out of 5000 with flag 5000/5000
16.85/7.94	c cleaning 4247 clauses out of 8501 with flag 11000/11000
22.03/10.61	c cleaning 0 clauses out of 5001 with flag 0/5001
28.69/13.79	c cleaning 5624 clauses out of 11254 with flag 18000/18000
43.32/20.93	c cleaning 6810 clauses out of 13632 with flag 26002/26002
47.77/23.18	c cleaning 0 clauses out of 11000 with flag 0/11000
60.94/29.79	c cleaning 7904 clauses out of 15821 with flag 35001/35001
78.51/38.53	c cleaning 0 clauses out of 18000 with flag 0/18000
82.25/40.43	c cleaning 8946 clauses out of 17916 with flag 45000/45000
107.42/53.02	c cleaning 9977 clauses out of 19970 with flag 56000/56000
115.60/57.12	c cleaning 0 clauses out of 26000 with flag 0/26000
136.34/67.58	c cleaning 10991 clauses out of 21993 with flag 68000/68000
158.89/78.88	c cleaning 0 clauses out of 35000 with flag 0/35000
169.65/84.25	c cleaning 11996 clauses out of 24003 with flag 81001/81001
208.21/103.50	c cleaning 12995 clauses out of 26006 with flag 95000/95000
211.77/105.34	c cleaning 0 clauses out of 45001 with flag 0/45001
248.90/123.91	c cleaning 13497 clauses out of 27011 with flag 109000/109000
266.06/132.59	c cleaning 0 clauses out of 56002 with flag 0/56002
289.62/144.38	c cleaning 13751 clauses out of 27516 with flag 123002/123002
328.61/163.87	c cleaning 0 clauses out of 68001 with flag 0/68001
331.93/165.57	c cleaning 13876 clauses out of 27764 with flag 137001/137001
375.28/187.21	c cleaning 13938 clauses out of 27887 with flag 151000/151000
407.02/203.19	c cleaning 0 clauses out of 81001 with flag 0/81001
418.96/209.20	c cleaning 13965 clauses out of 27950 with flag 165001/165001
460.51/229.92	c cleaning 13986 clauses out of 27984 with flag 179000/179000
502.24/250.83	c cleaning 13994 clauses out of 27999 with flag 193001/193001
505.98/252.72	c cleaning 0 clauses out of 95000 with flag 0/95000
542.91/271.25	c cleaning 13994 clauses out of 28004 with flag 207000/207000
562.82/281.27	c cleaning 13997 clauses out of 28010 with flag 221000/221000
578.96/289.31	c cleaning 14001 clauses out of 28013 with flag 235000/235000
595.49/297.62	c cleaning 13999 clauses out of 28011 with flag 249000/249000
610.82/305.36	c cleaning 14001 clauses out of 28012 with flag 263000/263000
613.75/306.86	c cleaning 0 clauses out of 109000 with flag 0/109000
626.88/313.48	c cleaning 14002 clauses out of 28013 with flag 277002/277002
643.61/321.85	c cleaning 13998 clauses out of 28010 with flag 291001/291001
661.14/330.63	c cleaning 14002 clauses out of 28011 with flag 305000/305000
679.04/339.67	c cleaning 13997 clauses out of 28010 with flag 319001/319001
697.38/348.85	c cleaning 13999 clauses out of 28012 with flag 333000/333000
716.30/358.38	c cleaning 14001 clauses out of 28013 with flag 347000/347000
735.63/368.05	c cleaning 14002 clauses out of 28014 with flag 361002/361002
737.33/368.97	c cleaning 0 clauses out of 123000 with flag 0/123000
755.05/377.85	c cleaning 13998 clauses out of 28012 with flag 375002/375002
774.96/387.88	c cleaning 13996 clauses out of 28012 with flag 389000/389000
794.89/397.87	c cleaning 14004 clauses out of 28018 with flag 403002/403002
814.99/407.95	c cleaning 14000 clauses out of 28014 with flag 417002/417002
835.51/418.23	c cleaning 14001 clauses out of 28012 with flag 431000/431000
844.63/422.83	c cleaning 0 clauses out of 137001 with flag 0/137001
856.16/428.60	c cleaning 13997 clauses out of 28012 with flag 445001/445001
876.84/439.06	c cleaning 14001 clauses out of 28015 with flag 459001/459001
897.75/449.50	c cleaning 13996 clauses out of 28014 with flag 473001/473001
918.66/460.07	c cleaning 14002 clauses out of 28018 with flag 487001/487001
930.58/466.00	c cleaning 0 clauses out of 151001 with flag 0/151001
939.46/470.56	c cleaning 14001 clauses out of 28015 with flag 501000/501000
960.37/481.02	c cleaning 13998 clauses out of 28014 with flag 515000/515000
981.50/491.68	c cleaning 14000 clauses out of 28018 with flag 529002/529002
1002.79/502.33	c cleaning 13998 clauses out of 28018 with flag 543002/543002
1020.47/511.27	c cleaning 0 clauses out of 165001 with flag 0/165001
1024.58/513.36	c cleaning 14002 clauses out of 28019 with flag 557001/557001
1046.08/524.19	c cleaning 14000 clauses out of 28016 with flag 571000/571000
1068.61/535.49	c cleaning 13999 clauses out of 28018 with flag 585002/585002
1090.89/546.70	c cleaning 14004 clauses out of 28017 with flag 599000/599000
1113.18/557.80	c cleaning 13999 clauses out of 28014 with flag 613001/613001
1122.28/562.41	c cleaning 0 clauses out of 179000 with flag 0/179000
1135.20/568.97	c cleaning 14000 clauses out of 28014 with flag 627000/627000
1157.07/579.98	c cleaning 13998 clauses out of 28015 with flag 641001/641001
1179.36/591.15	c cleaning 14002 clauses out of 28016 with flag 655000/655000
1201.26/602.11	c cleaning 14000 clauses out of 28014 with flag 669000/669000
1220.96/612.06	c cleaning 0 clauses out of 193000 with flag 0/193000
1223.41/613.38	c cleaning 13999 clauses out of 28015 with flag 683001/683001
1245.69/624.60	c cleaning 14002 clauses out of 28015 with flag 697000/697000
1268.21/635.83	c cleaning 13996 clauses out of 28014 with flag 711001/711001
1290.69/647.19	c cleaning 13999 clauses out of 28017 with flag 725000/725000
1313.33/658.54	c cleaning 14004 clauses out of 28019 with flag 739001/739001
1316.04/659.98	c cleaning 0 clauses out of 207000 with flag 0/207000
1336.11/670.03	c cleaning 13999 clauses out of 28014 with flag 753000/753000
1358.99/681.58	c cleaning 13996 clauses out of 28015 with flag 767000/767000
1381.45/692.85	c cleaning 14000 clauses out of 28020 with flag 781001/781001
1403.94/704.12	c cleaning 14002 clauses out of 28019 with flag 795000/795000
1419.03/711.73	c cleaning 0 clauses out of 221001 with flag 0/221001
1426.71/715.61	c cleaning 13997 clauses out of 28017 with flag 809000/809000
1449.75/727.22	c cleaning 14001 clauses out of 28020 with flag 823000/823000
1472.64/738.78	c cleaning 14002 clauses out of 28020 with flag 837001/837001
1495.53/750.26	c cleaning 14001 clauses out of 28017 with flag 851000/851000
1518.80/761.91	c cleaning 14000 clauses out of 28017 with flag 865001/865001
1525.63/765.43	c cleaning 0 clauses out of 235000 with flag 0/235000
1541.71/773.59	c cleaning 13999 clauses out of 28016 with flag 879000/879000
1565.40/785.46	c cleaning 14003 clauses out of 28017 with flag 893000/893000
1588.27/796.94	c cleaning 14000 clauses out of 28014 with flag 907000/907000
1596.30/801.09	c cleaning 0 clauses out of 249000 with flag 0/249000
1611.38/808.63	c cleaning 13997 clauses out of 28015 with flag 921001/921001
1634.26/820.20	c cleaning 14000 clauses out of 28017 with flag 935000/935000
1657.54/831.83	c cleaning 14000 clauses out of 28018 with flag 949001/949001
1674.17/840.26	c cleaning 0 clauses out of 263000 with flag 0/263000
1680.86/843.64	c cleaning 14001 clauses out of 28017 with flag 963000/963000
1704.12/855.32	c cleaning 14000 clauses out of 28016 with flag 977000/977000
1727.38/867.08	c cleaning 14002 clauses out of 28017 with flag 991001/991001
1734.58/870.78	c cleaning 0 clauses out of 277000 with flag 0/277000
1750.86/878.92	c cleaning 14001 clauses out of 28015 with flag 1005001/1005001
1774.11/890.67	c cleaning 13999 clauses out of 28015 with flag 1019002/1019002
1797.58/902.43	c cleaning 13997 clauses out of 28014 with flag 1033000/1033000
1799.79/903.67	c cleaning 0 clauses out of 291000 with flag 0/291000
1800.09/903.82	c starts		: 188
1800.09/903.82	c conflicts		: 1034431
1800.09/903.82	c decisions		: 1114666
1800.09/903.82	c propagations		: 1416935656
1800.09/903.82	c inspects		: 11271823868
1800.09/903.82	c shortcuts		: 0
1800.09/903.82	c learnt literals	: 1
1800.09/903.82	c learnt binary clauses	: 58
1800.09/903.82	c learnt ternary clauses	: 57
1800.09/903.82	c learnt constraints	: 1034430
1800.09/903.82	c ignored constraints	: 0
1800.09/903.82	c root simplifications	: 0
1800.09/903.82	c removed literals (reason simplification)	: 9613245
1800.09/903.82	c reason swapping (by a shorter reason)	: 0
1800.09/903.82	c Calls to reduceDB	: 77
1800.09/903.82	c number of reductions to clauses (during analyze)	: 0
1800.09/903.82	c number of learned constraints concerned by reduction	: 0
1800.09/903.82	c number of learning phase by resolution	: 0
1800.09/903.82	c number of learning phase by cutting planes	: 0
1800.09/903.82	c speed (assignments/second)	: 1568495.644656194
1800.09/903.82	c non guided choices	0
1800.09/903.83	c learnt constraints type 
1800.09/903.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 58
1800.09/903.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15396
1800.09/903.83	c constraints type 
1800.09/903.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
1800.09/903.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
1800.09/903.83	c constraints type 
1800.09/903.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
1800.09/903.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
1800.09/903.83	s UNKNOWN
1800.09/903.83	c Total wall clock time (in seconds): 903.717

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-3732744-1338686261/watcher-3732744-1338686261 -o /tmp/evaluation-result-3732744-1338686261/solver-3732744-1338686261 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3732744-1338686261.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.22 3.42 3.44 4/197 25960
/proc/meminfo: memFree=26689584/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 1147 0 0 0 0 0 0 0 20 0 2 0 334750986 24780800 867 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 6050 867 654 9 0 385 0
[pid=25960/tid=25961] ppid=25958 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) R 25958 25960 23082 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 2 0 334750987 91889664 882 33554432000 1073741824 1073778376 140734000731936 140734000721000 223651442341 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.065007 s]
/proc/loadavg: 3.22 3.42 3.44 4/197 25960
/proc/meminfo: memFree=26689584/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=11586364 CPUtime=0.05 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 4400 0 1 0 3 2 0 0 20 0 18 0 334750986 11864436736 12762 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 2896591 12767 1756 9 0 2887285 0
[pid=25960/tid=25961] ppid=25958 vsize=11586364 CPUtime=0.04 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) R 25958 25960 23082 0 -1 4202560 3196 0 1 0 2 2 0 0 20 0 18 0 334750987 11864436736 12768 33554432000 1073741824 1073778376 140734000731936 140603519322784 223651311723 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 11586364

[startup+0.100284 s]
/proc/loadavg: 3.22 3.42 3.44 4/197 25960
/proc/meminfo: memFree=26689584/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=11586392 CPUtime=0.11 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 5242 0 1 0 8 3 0 0 20 0 18 0 334750986 11864465408 13603 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 2896598 13603 2116 9 0 2887285 0
[pid=25960/tid=25961] ppid=25958 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) R 25958 25960 23082 0 -1 4202560 3297 0 1 0 5 2 0 0 20 0 18 0 334750987 11864465408 13603 33554432000 1073741824 1073778376 140734000731936 140603519318960 223655019670 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) 11586392

[startup+0.30025 s]
/proc/loadavg: 3.22 3.42 3.44 4/197 25960
/proc/meminfo: memFree=26689584/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=11586392 CPUtime=0.47 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 6515 0 1 0 44 3 0 0 20 0 18 0 334750986 11864465408 16430 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 2896598 16430 2224 9 0 2887285 0
[pid=25960/tid=25961] ppid=25958 vsize=11586392 CPUtime=0.27 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) R 25958 25960 23082 0 -1 4202560 3371 0 1 0 25 2 0 0 20 0 18 0 334750987 11864465408 16430 33554432000 1073741824 1073778376 140734000731936 140603519318960 140603354626882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 11586392

[startup+0.700205 s]
/proc/loadavg: 3.22 3.42 3.44 4/197 25960
/proc/meminfo: memFree=26689584/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=11852648 CPUtime=1.78 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 10347 0 1 0 173 5 0 0 20 0 22 0 334750986 12137111552 29291 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 2963162 29291 2262 9 0 2953849 0
[pid=25960/tid=25961] ppid=25958 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) S 25958 25960 23082 0 -1 4202560 3397 0 1 0 40 3 0 0 20 0 22 0 334750987 12137111552 29291 33554432000 1073741824 1073778376 140734000731936 140603519321240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 11852648

[startup+1.50079 s]
/proc/loadavg: 3.22 3.42 3.44 5/219 25982
/proc/meminfo: memFree=26517488/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=11852648 CPUtime=3.49 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 10567 0 1 0 341 8 0 0 20 0 22 0 334750986 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 2963162 68205 2263 9 0 2953849 0
[pid=25960/tid=25961] ppid=25958 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) S 25958 25960 23082 0 -1 4202560 3397 0 1 0 40 3 0 0 20 0 22 0 334750987 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140603519321240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25963] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140603474074664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25964] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140603473021864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25965] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25965/stat : 25965 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140603354508072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25966] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140603353455272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25967] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140603352402472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25968] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140603351349672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25969] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140603350296872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25970] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140603349244072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25971] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334750989 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602866916328 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25972] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334750990 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602865862392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25973] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25973/stat : 25973 (java) S 25958 25960 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334750990 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602864809480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25974] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25974/stat : 25974 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602863757968 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25975] ppid=25958 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/25960/task/25975/stat : 25975 (java) S 25958 25960 23082 0 -1 4202560 3067 0 0 0 47 0 0 0 20 0 22 0 334750992 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602862705080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25976] ppid=25958 vsize=11852648 CPUtime=0.45 cores=0,2,4,6
/proc/25960/task/25976/stat : 25976 (java) S 25958 25960 23082 0 -1 4202560 2723 0 0 0 43 2 0 0 20 0 22 0 334750992 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602861652280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25977] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25977/stat : 25977 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602860599672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25978] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25978/stat : 25978 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602859547080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25979] ppid=25958 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/25960/task/25979/stat : 25979 (java) R 25958 25960 23082 0 -1 4202560 24 0 0 0 103 0 0 0 20 0 22 0 334751031 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602858491192 140603355171569 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25980] ppid=25958 vsize=11852648 CPUtime=1.03 cores=0,2,4,6
/proc/25960/task/25980/stat : 25980 (java) R 25958 25960 23082 0 -1 4202560 153 0 0 0 101 2 0 0 20 0 22 0 334751031 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602857438264 140603355344256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25981] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25981/stat : 25981 (java) S 25958 25960 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602856388008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25982] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25982/stat : 25982 (java) S 25958 25960 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 68205 33554432000 1073741824 1073778376 140734000731936 140602855335208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 11852648

[startup+3.10081 s]
/proc/loadavg: 3.22 3.42 3.44 5/219 25982
/proc/meminfo: memFree=26309772/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=11852648 CPUtime=6.72 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 10990 0 1 0 660 12 0 0 20 0 22 0 334750986 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 2963162 141935 2265 9 0 2953849 0
[pid=25960/tid=25961] ppid=25958 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) S 25958 25960 23082 0 -1 4202560 3397 0 1 0 40 3 0 0 20 0 22 0 334750987 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140603519321240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25963] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140603474074664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25964] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140603473021864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25965] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25965/stat : 25965 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140603354508072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25966] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140603353455272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25967] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140603352402472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25968] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140603351349672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25969] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140603350296872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25970] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140603349244072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25971] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 23082 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334750989 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602866916328 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25972] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 23082 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 334750990 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602865862392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25973] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25973/stat : 25973 (java) S 25958 25960 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334750990 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602864809480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25974] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25974/stat : 25974 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602863757968 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25975] ppid=25958 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/25960/task/25975/stat : 25975 (java) S 25958 25960 23082 0 -1 4202560 3346 0 0 0 50 0 0 0 20 0 22 0 334750992 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602862705080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25976] ppid=25958 vsize=11852648 CPUtime=0.46 cores=0,2,4,6
/proc/25960/task/25976/stat : 25976 (java) S 25958 25960 23082 0 -1 4202560 2723 0 0 0 44 2 0 0 20 0 22 0 334750992 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602861652280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25977] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25977/stat : 25977 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602860599672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25978] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25978/stat : 25978 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602859547080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25979] ppid=25958 vsize=11852648 CPUtime=2.63 cores=0,2,4,6
/proc/25960/task/25979/stat : 25979 (java) R 25958 25960 23082 0 -1 4202560 25 0 0 0 263 0 0 0 20 0 22 0 334751031 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602858493320 140603355224306 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25980] ppid=25958 vsize=11852648 CPUtime=2.63 cores=0,2,4,6
/proc/25960/task/25980/stat : 25980 (java) R 25958 25960 23082 0 -1 4202560 296 0 0 0 257 6 0 0 20 0 22 0 334751031 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602857438144 140603355312053 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25981] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25981/stat : 25981 (java) S 25958 25960 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602856388008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25982] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25982/stat : 25982 (java) S 25958 25960 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 141935 33554432000 1073741824 1073778376 140734000731936 140602855335208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.28 3.43 3.44 5/219 25982
/proc/meminfo: memFree=25990980/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=11852648 CPUtime=13.64 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 18422 0 1 0 1347 17 0 0 20 0 22 0 334750986 12137111552 175980 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 2963162 175980 2289 9 0 2953849 0
[pid=25960/tid=25961] ppid=25958 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) S 25958 25960 23082 0 -1 4202560 3397 0 1 0 40 3 0 0 20 0 22 0 334750987 12137111552 175980 33554432000 1073741824 1073778376 140734000731936 140603519321240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25963] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 175980 33554432000 1073741824 1073778376 140734000731936 140603474074664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25964] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 175980 33554432000 1073741824 1073778376 140734000731936 140603473021864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25965] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25965/stat : 25965 (java) S 25958 25960 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 175980 33554432000 1073741824 1073778376 140734000731936 140603354508072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25966] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 23082 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 175980 33554432000 1073741824 1073778376 140734000731936 140603353455272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25967] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 23082 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 175980 33554432000 1073741824 1073778376 140734000731936 140603352402472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25968] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 23082 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 175980 33554432000 1073741824 1073778376 140734000731936 140603351349672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25969] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 175980 33554432000 1073741824 1073778376 140734000731936 140603350296872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25970] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 23082 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334750988 12137111552 175980 33554432000 1073741824 1073778376 140734000731936 140603349244072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=25960/tid=25980] ppid=25958 vsize=11852648 CPUtime=754.22 cores=0,2,4,6
/proc/25960/task/25980/stat : 25980 (java) R 25958 25960 23082 0 -1 4202560 1335 0 0 0 75369 53 0 0 20 0 22 0 334751031 12137111552 691111 33554432000 1073741824 1073778376 140734000731936 140602857438288 140603355312322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25981] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25981/stat : 25981 (java) S 25958 25960 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 691111 33554432000 1073741824 1073778376 140734000731936 140602856388008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25982] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25982/stat : 25982 (java) S 25958 25960 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 691111 33554432000 1073741824 1073778376 140734000731936 140602855335208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1519.45
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.99 3.91 3.71 5/219 26079
/proc/meminfo: memFree=24143112/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=11852648 CPUtime=1638.54 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 27500 0 1 0 163783 71 0 0 20 0 22 0 334750986 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 2963162 693674 2290 9 0 2953849 0
[pid=25960/tid=25961] ppid=25958 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) S 25958 25960 23082 0 -1 4202560 3414 0 1 0 42 5 0 0 20 0 22 0 334750987 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140603519321240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25963] ppid=25958 vsize=11852648 CPUtime=0.18 cores=0,2,4,6
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 23082 0 -1 4202560 43 0 0 0 18 0 0 0 20 0 22 0 334750988 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140603474074664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25964] ppid=25958 vsize=11852648 CPUtime=0.18 cores=0,2,4,6
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 23082 0 -1 4202560 24 0 0 0 18 0 0 0 20 0 22 0 334750988 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140603473021864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25965] ppid=25958 vsize=11852648 CPUtime=0.18 cores=0,2,4,6
/proc/25960/task/25965/stat : 25965 (java) S 25958 25960 23082 0 -1 4202560 44 0 0 0 18 0 0 0 20 0 22 0 334750988 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140603354508072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25966] ppid=25958 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 23082 0 -1 4202560 36 0 0 0 16 0 0 0 20 0 22 0 334750988 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140603353455272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25967] ppid=25958 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 23082 0 -1 4202560 32 0 0 0 16 0 0 0 20 0 22 0 334750988 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140603352402472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25968] ppid=25958 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 23082 0 -1 4202560 35 0 0 0 17 0 0 0 20 0 22 0 334750988 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140603351349672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25969] ppid=25958 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 23082 0 -1 4202560 16 0 0 0 16 0 0 0 20 0 22 0 334750988 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140603350296872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25970] ppid=25958 vsize=11852648 CPUtime=0.19 cores=0,2,4,6
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 23082 0 -1 4202560 47 0 0 0 19 0 0 0 20 0 22 0 334750988 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140603349244072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25971] ppid=25958 vsize=11852648 CPUtime=8.09 cores=0,2,4,6
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 23082 0 -1 4202560 141 0 0 0 805 4 0 0 20 0 22 0 334750989 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602866916328 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25972] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334750990 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602865862392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25973] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25973/stat : 25973 (java) S 25958 25960 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334750990 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602864809480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25974] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25974/stat : 25974 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602863757968 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25975] ppid=25958 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/25960/task/25975/stat : 25975 (java) S 25958 25960 23082 0 -1 4202560 11070 0 0 0 108 3 0 0 20 0 22 0 334750992 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602862705080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25976] ppid=25958 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/25960/task/25976/stat : 25976 (java) S 25958 25960 23082 0 -1 4202560 9950 0 0 0 107 3 0 0 20 0 22 0 334750992 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602861652280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25977] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25977/stat : 25977 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602860599672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25978] ppid=25958 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/25960/task/25978/stat : 25978 (java) S 25958 25960 23082 0 -1 4202560 47 0 0 0 15 16 0 0 20 0 22 0 334750992 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602859547080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25979] ppid=25958 vsize=11852648 CPUtime=813.22 cores=0,2,4,6
/proc/25960/task/25979/stat : 25979 (java) R 25958 25960 23082 0 -1 4202560 75 0 0 0 81308 14 0 0 20 0 22 0 334751031 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602858492880 140603355250248 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25980] ppid=25958 vsize=11852648 CPUtime=813.2 cores=0,2,4,6
/proc/25960/task/25980/stat : 25980 (java) R 25958 25960 23082 0 -1 4202560 1337 0 0 0 81266 54 0 0 20 0 22 0 334751031 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602857438208 140603355312581 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25981] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25981/stat : 25981 (java) S 25958 25960 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602856388008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25982] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25982/stat : 25982 (java) S 25958 25960 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 693674 33554432000 1073741824 1073778376 140734000731936 140602855335208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1638.54
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.93 3.73 5/219 26080
/proc/meminfo: memFree=24130576/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=11852648 CPUtime=1757.52 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 27533 0 1 0 175680 72 0 0 20 0 22 0 334750986 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 2963162 696756 2290 9 0 2953849 0
[pid=25960/tid=25961] ppid=25958 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) S 25958 25960 23082 0 -1 4202560 3416 0 1 0 42 5 0 0 20 0 22 0 334750987 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140603519321240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25963] ppid=25958 vsize=11852648 CPUtime=0.2 cores=0,2,4,6
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 23082 0 -1 4202560 43 0 0 0 20 0 0 0 20 0 22 0 334750988 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140603474074664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25964] ppid=25958 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 23082 0 -1 4202560 25 0 0 0 21 0 0 0 20 0 22 0 334750988 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140603473021864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25965] ppid=25958 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/25960/task/25965/stat : 25965 (java) S 25958 25960 23082 0 -1 4202560 44 0 0 0 21 0 0 0 20 0 22 0 334750988 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140603354508072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25966] ppid=25958 vsize=11852648 CPUtime=0.19 cores=0,2,4,6
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 23082 0 -1 4202560 37 0 0 0 19 0 0 0 20 0 22 0 334750988 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140603353455272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25967] ppid=25958 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 23082 0 -1 4202560 32 0 0 0 17 0 0 0 20 0 22 0 334750988 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140603352402472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25968] ppid=25958 vsize=11852648 CPUtime=0.19 cores=0,2,4,6
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 23082 0 -1 4202560 35 0 0 0 19 0 0 0 20 0 22 0 334750988 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140603351349672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25969] ppid=25958 vsize=11852648 CPUtime=0.18 cores=0,2,4,6
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 23082 0 -1 4202560 26 0 0 0 18 0 0 0 20 0 22 0 334750988 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140603350296872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25970] ppid=25958 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 23082 0 -1 4202560 48 0 0 0 22 0 0 0 20 0 22 0 334750988 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140603349244072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25971] ppid=25958 vsize=11852648 CPUtime=9.17 cores=0,2,4,6
/proc/25960/task/25971/stat : 25971 (java) S 25958 25960 23082 0 -1 4202560 150 0 0 0 912 5 0 0 20 0 22 0 334750989 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602866916328 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25972] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334750990 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602865862392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25973] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25973/stat : 25973 (java) S 25958 25960 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334750990 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602864809480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25974] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25974/stat : 25974 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602863757968 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25975] ppid=25958 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/25960/task/25975/stat : 25975 (java) S 25958 25960 23082 0 -1 4202560 11070 0 0 0 108 3 0 0 20 0 22 0 334750992 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602862705080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25976] ppid=25958 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/25960/task/25976/stat : 25976 (java) S 25958 25960 23082 0 -1 4202560 9950 0 0 0 107 3 0 0 20 0 22 0 334750992 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602861652280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25977] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25977/stat : 25977 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602860599672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25978] ppid=25958 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/25960/task/25978/stat : 25978 (java) S 25958 25960 23082 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 334750992 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602859547080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25979] ppid=25958 vsize=11852648 CPUtime=872.09 cores=0,2,4,6
/proc/25960/task/25979/stat : 25979 (java) R 25958 25960 23082 0 -1 4202560 78 0 0 0 87194 15 0 0 20 0 22 0 334751031 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602858492880 140603355218141 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25980] ppid=25958 vsize=11852648 CPUtime=872.06 cores=0,2,4,6
/proc/25960/task/25980/stat : 25980 (java) R 25958 25960 23082 0 -1 4202560 1339 0 0 0 87150 56 0 0 20 0 22 0 334751031 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602857438288 140603355236074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25981] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25981/stat : 25981 (java) S 25958 25960 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602856388008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25982] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25982/stat : 25982 (java) S 25958 25960 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 696756 33554432000 1073741824 1073778376 140734000731936 140602855335208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1757.52
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.801 s]
/proc/loadavg: 3.99 3.93 3.73 4/220 26081
/proc/meminfo: memFree=24128520/32873844 swapFree=7628/7628
[pid=25960] ppid=25958 vsize=11852648 CPUtime=1800.09 cores=0,2,4,6
/proc/25960/stat : 25960 (java) S 25958 25960 23082 0 -1 4202496 27536 0 1 0 179936 73 0 0 20 0 22 0 334750986 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140734000723072 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/25960/statm: 2963162 697268 2290 9 0 2953849 0
[pid=25960/tid=25961] ppid=25958 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/25960/task/25961/stat : 25961 (java) S 25958 25960 23082 0 -1 4202560 3417 0 1 0 42 5 0 0 20 0 22 0 334750987 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140603519321240 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25963] ppid=25958 vsize=11852648 CPUtime=0.21 cores=0,2,4,6
/proc/25960/task/25963/stat : 25963 (java) S 25958 25960 23082 0 -1 4202560 43 0 0 0 21 0 0 0 20 0 22 0 334750988 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140603474074664 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25964] ppid=25958 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/25960/task/25964/stat : 25964 (java) S 25958 25960 23082 0 -1 4202560 25 0 0 0 22 0 0 0 20 0 22 0 334750988 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140603473021864 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25965] ppid=25958 vsize=11852648 CPUtime=0.22 cores=0,2,4,6
/proc/25960/task/25965/stat : 25965 (java) S 25958 25960 23082 0 -1 4202560 44 0 0 0 22 0 0 0 20 0 22 0 334750988 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140603354508072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25966] ppid=25958 vsize=11852648 CPUtime=0.19 cores=0,2,4,6
/proc/25960/task/25966/stat : 25966 (java) S 25958 25960 23082 0 -1 4202560 37 0 0 0 19 0 0 0 20 0 22 0 334750988 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140603353455272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25967] ppid=25958 vsize=11852648 CPUtime=0.18 cores=0,2,4,6
/proc/25960/task/25967/stat : 25967 (java) S 25958 25960 23082 0 -1 4202560 32 0 0 0 18 0 0 0 20 0 22 0 334750988 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140603352402472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25968] ppid=25958 vsize=11852648 CPUtime=0.2 cores=0,2,4,6
/proc/25960/task/25968/stat : 25968 (java) S 25958 25960 23082 0 -1 4202560 35 0 0 0 20 0 0 0 20 0 22 0 334750988 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140603351349672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25969] ppid=25958 vsize=11852648 CPUtime=0.19 cores=0,2,4,6
/proc/25960/task/25969/stat : 25969 (java) S 25958 25960 23082 0 -1 4202560 26 0 0 0 19 0 0 0 20 0 22 0 334750988 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140603350296872 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25970] ppid=25958 vsize=11852648 CPUtime=0.23 cores=0,2,4,6
/proc/25960/task/25970/stat : 25970 (java) S 25958 25960 23082 0 -1 4202560 48 0 0 0 23 0 0 0 20 0 22 0 334750988 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140603349244072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25971] ppid=25958 vsize=11852648 CPUtime=9.63 cores=0,2,4,6
/proc/25960/task/25971/stat : 25971 (java) R 25958 25960 23082 0 -1 4202560 151 0 0 0 958 5 0 0 20 0 22 0 334750989 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602866915184 140603526176020 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25972] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25972/stat : 25972 (java) S 25958 25960 23082 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334750990 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602865862392 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25973] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25973/stat : 25973 (java) S 25958 25960 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334750990 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602864809480 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25974] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25974/stat : 25974 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602863757968 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25975] ppid=25958 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/25960/task/25975/stat : 25975 (java) S 25958 25960 23082 0 -1 4202560 11070 0 0 0 108 3 0 0 20 0 22 0 334750992 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602862705080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25976] ppid=25958 vsize=11852648 CPUtime=1.1 cores=0,2,4,6
/proc/25960/task/25976/stat : 25976 (java) S 25958 25960 23082 0 -1 4202560 9950 0 0 0 107 3 0 0 20 0 22 0 334750992 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602861652280 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25960/tid=25977] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25977/stat : 25977 (java) S 25958 25960 23082 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334750992 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602860599672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25978] ppid=25958 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/25960/task/25978/stat : 25978 (java) S 25958 25960 23082 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 22 0 334750992 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602859547080 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25979] ppid=25958 vsize=11852648 CPUtime=893.12 cores=0,2,4,6
/proc/25960/task/25979/stat : 25979 (java) S 25958 25960 23082 0 -1 4202560 79 0 0 0 89297 15 0 0 20 0 22 0 334751031 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602858491208 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25960/tid=25980] ppid=25958 vsize=11852648 CPUtime=893.08 cores=0,2,4,6
/proc/25960/task/25980/stat : 25980 (java) S 25958 25960 23082 0 -1 4202560 1339 0 0 0 89252 56 0 0 20 0 22 0 334751031 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602857440200 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25960/tid=25981] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25981/stat : 25981 (java) S 25958 25960 23082 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602856388008 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25960/tid=25982] ppid=25958 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/25960/task/25982/stat : 25982 (java) S 25958 25960 23082 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334751035 12137111552 697268 33554432000 1073741824 1073778376 140734000731936 140602855335208 223655016361 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) 11852648

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): 903.851
CPU time (s): 1800.84
CPU user time (s): 1799.64
CPU system time (s): 1.20382
CPU usage (%): 199.241
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 1.20382
maximum resident set size= 2789196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27570
page faults= 1
swaps= 0
block input operations= 0
block output operations= 912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24090
involuntary context switches= 11755

runsolver used 2.87156 second user time and 8.63369 second system time

The end

Launcher Data

Begin job on node144 at 2012-06-03 03:17:41
IDJOB=3732744
IDBENCH=2208
IDSOLVER=2328
FILE ID=node144/3732744-1338686261
RUNJOBID= node144-1338678623-23101
PBS_JOBID= 14636669
Free space on /tmp= 70836 MiB

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

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

MD5SUM BENCH= 5a9e4c8983ff8fc3ce01109a5c224dd2
RANDOM SEED=914570935

node144.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.196
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	: 5332.39
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.196
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.196
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	: 5438.54
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.196
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.196
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.90
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.196
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	: 5331.92
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.196
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.196
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:       32873844 kB
MemFree:        26689964 kB
Buffers:          627504 kB
Cached:          3624104 kB
SwapCached:          464 kB
Active:          3450408 kB
Inactive:        1865568 kB
Active(anon):    1047100 kB
Inactive(anon):    11192 kB
Active(file):    2403308 kB
Inactive(file):  1854376 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108384 kB
Dirty:               608 kB
Writeback:             0 kB
AnonPages:       1062568 kB
Mapped:            22520 kB
Shmem:               172 kB
Slab:             725820 kB
SReclaimable:     167436 kB
SUnreclaim:       558384 kB
KernelStack:        1648 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1007616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70836 MiB
End job on node144 at 2012-06-03 03:32:47