Trace number 3454186

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.44 903.473

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.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.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454186-1307189196.opb
0.10/0.11	c reading problem ... 
0.72/0.45	c ... done. Wall clock time 0.338s.
0.72/0.45	c #vars     6352
0.72/0.45	c #constraints  13321
0.72/0.45	c constraints type 
0.72/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
0.72/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
0.72/0.45	c constraints type 
0.72/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
0.72/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
8.32/3.92	c cleaning 2499 clauses out of 5000 with flag 5000/5000
17.78/8.44	c cleaning 4247 clauses out of 8501 with flag 11000/11000
21.95/10.58	c cleaning 0 clauses out of 5001 with flag 0/5001
30.14/14.63	c cleaning 5624 clauses out of 11254 with flag 18000/18000
45.59/22.24	c cleaning 6810 clauses out of 13632 with flag 26002/26002
47.24/23.04	c cleaning 0 clauses out of 11000 with flag 0/11000
64.82/31.86	c cleaning 7904 clauses out of 15821 with flag 35001/35001
77.54/38.26	c cleaning 0 clauses out of 18000 with flag 0/18000
87.90/43.44	c cleaning 8946 clauses out of 17916 with flag 45000/45000
113.47/56.29	c cleaning 0 clauses out of 26000 with flag 0/26000
115.27/57.14	c cleaning 9977 clauses out of 19970 with flag 56000/56000
147.20/73.17	c cleaning 10991 clauses out of 21993 with flag 68000/68000
155.75/77.48	c cleaning 0 clauses out of 35000 with flag 0/35000
183.92/91.55	c cleaning 11996 clauses out of 24003 with flag 81001/81001
206.48/102.87	c cleaning 0 clauses out of 45001 with flag 0/45001
226.04/112.68	c cleaning 12995 clauses out of 26006 with flag 95000/95000
262.18/130.72	c cleaning 0 clauses out of 56002 with flag 0/56002
270.53/134.99	c cleaning 13497 clauses out of 27011 with flag 109000/109000
315.51/157.46	c cleaning 13751 clauses out of 27516 with flag 123002/123002
325.26/162.40	c cleaning 0 clauses out of 68001 with flag 0/68001
361.81/180.67	c cleaning 13876 clauses out of 27764 with flag 137001/137001
404.36/201.99	c cleaning 0 clauses out of 81001 with flag 0/81001
407.90/203.79	c cleaning 13938 clauses out of 27887 with flag 151000/151000
454.44/227.02	c cleaning 13965 clauses out of 27950 with flag 165001/165001
499.97/249.89	c cleaning 13986 clauses out of 27984 with flag 179000/179000
503.32/251.58	c cleaning 0 clauses out of 95000 with flag 0/95000
546.06/273.00	c cleaning 13994 clauses out of 27999 with flag 193001/193001
591.00/295.40	c cleaning 13994 clauses out of 28004 with flag 207000/207000
612.12/306.08	c cleaning 13997 clauses out of 28010 with flag 221000/221000
614.06/307.07	c cleaning 0 clauses out of 109000 with flag 0/109000
629.23/314.64	c cleaning 14001 clauses out of 28013 with flag 235000/235000
646.76/323.46	c cleaning 13999 clauses out of 28011 with flag 249000/249000
663.24/331.75	c cleaning 14001 clauses out of 28012 with flag 263000/263000
680.37/340.38	c cleaning 14002 clauses out of 28013 with flag 277002/277002
698.30/349.37	c cleaning 13998 clauses out of 28010 with flag 291001/291001
717.04/358.78	c cleaning 14002 clauses out of 28011 with flag 305000/305000
736.15/368.39	c cleaning 13997 clauses out of 28010 with flag 319001/319001
737.28/368.92	c cleaning 0 clauses out of 123000 with flag 0/123000
755.82/378.23	c cleaning 13999 clauses out of 28012 with flag 333000/333000
776.15/388.41	c cleaning 14001 clauses out of 28013 with flag 347000/347000
796.66/398.72	c cleaning 14002 clauses out of 28014 with flag 361002/361002
817.19/409.11	c cleaning 13998 clauses out of 28012 with flag 375002/375002
838.72/419.84	c cleaning 13996 clauses out of 28012 with flag 389000/389000
844.05/422.57	c cleaning 0 clauses out of 137001 with flag 0/137001
860.15/430.61	c cleaning 14004 clauses out of 28018 with flag 403002/403002
881.48/441.39	c cleaning 14000 clauses out of 28014 with flag 417002/417002
903.60/452.41	c cleaning 14001 clauses out of 28012 with flag 431000/431000
925.73/463.52	c cleaning 13997 clauses out of 28012 with flag 445001/445001
930.82/466.10	c cleaning 0 clauses out of 151001 with flag 0/151001
948.14/474.82	c cleaning 14001 clauses out of 28015 with flag 459001/459001
970.46/486.07	c cleaning 13996 clauses out of 28014 with flag 473001/473001
993.18/497.44	c cleaning 14002 clauses out of 28018 with flag 487001/487001
1015.47/508.70	c cleaning 14001 clauses out of 28015 with flag 501000/501000
1021.79/511.80	c cleaning 0 clauses out of 165001 with flag 0/165001
1038.30/520.14	c cleaning 13998 clauses out of 28014 with flag 515000/515000
1061.42/531.77	c cleaning 14000 clauses out of 28018 with flag 529002/529002
1084.74/543.47	c cleaning 13998 clauses out of 28018 with flag 543002/543002
1108.42/555.36	c cleaning 14002 clauses out of 28019 with flag 557001/557001
1124.18/563.24	c cleaning 0 clauses out of 179000 with flag 0/179000
1132.05/567.20	c cleaning 14000 clauses out of 28016 with flag 571000/571000
1156.34/579.46	c cleaning 13999 clauses out of 28018 with flag 585002/585002
1180.45/591.52	c cleaning 14004 clauses out of 28017 with flag 599000/599000
1204.16/603.49	c cleaning 13999 clauses out of 28014 with flag 613001/613001
1223.87/613.37	c cleaning 0 clauses out of 193000 with flag 0/193000
1228.33/615.63	c cleaning 14000 clauses out of 28014 with flag 627000/627000
1252.04/627.56	c cleaning 13998 clauses out of 28015 with flag 641001/641001
1276.34/639.72	c cleaning 14002 clauses out of 28016 with flag 655000/655000
1300.25/651.74	c cleaning 14000 clauses out of 28014 with flag 669000/669000
1320.31/661.88	c cleaning 0 clauses out of 207000 with flag 0/207000
1324.61/664.01	c cleaning 13999 clauses out of 28015 with flag 683001/683001
1349.13/676.34	c cleaning 14002 clauses out of 28015 with flag 697000/697000
1373.46/688.62	c cleaning 13996 clauses out of 28014 with flag 711001/711001
1398.29/701.01	c cleaning 13999 clauses out of 28017 with flag 725000/725000
1422.98/713.47	c cleaning 14004 clauses out of 28019 with flag 739001/739001
1424.28/714.17	c cleaning 0 clauses out of 221001 with flag 0/221001
1448.02/726.02	c cleaning 13999 clauses out of 28014 with flag 753000/753000
1473.03/738.60	c cleaning 13996 clauses out of 28015 with flag 767000/767000
1497.33/750.81	c cleaning 14000 clauses out of 28020 with flag 781001/781001
1521.62/763.05	c cleaning 14002 clauses out of 28019 with flag 795000/795000
1531.71/768.14	c cleaning 0 clauses out of 235000 with flag 0/235000
1546.20/775.44	c cleaning 13997 clauses out of 28017 with flag 809000/809000
1571.06/787.90	c cleaning 14001 clauses out of 28020 with flag 823000/823000
1595.75/800.31	c cleaning 14002 clauses out of 28020 with flag 837001/837001
1603.64/804.33	c cleaning 0 clauses out of 249000 with flag 0/249000
1620.72/812.94	c cleaning 14001 clauses out of 28017 with flag 851000/851000
1645.96/825.61	c cleaning 14000 clauses out of 28017 with flag 865001/865001
1671.09/838.26	c cleaning 13999 clauses out of 28016 with flag 879000/879000
1682.73/844.17	c cleaning 0 clauses out of 263000 with flag 0/263000
1697.20/851.43	c cleaning 14003 clauses out of 28017 with flag 893000/893000
1721.85/863.86	c cleaning 14000 clauses out of 28014 with flag 907000/907000
1744.73/875.36	c cleaning 0 clauses out of 277000 with flag 0/277000
1746.60/876.39	c cleaning 13997 clauses out of 28015 with flag 921001/921001
1771.46/888.87	c cleaning 14000 clauses out of 28017 with flag 935000/935000
1796.30/901.36	c cleaning 14000 clauses out of 28018 with flag 949001/949001
1800.21/903.32	c starts		: 185
1800.21/903.32	c conflicts		: 951328
1800.21/903.32	c decisions		: 1023933
1800.21/903.32	c propagations		: 1320248479
1800.21/903.32	c inspects		: 10400165822
1800.21/903.32	c shortcuts		: 0
1800.21/903.32	c learnt literals	: 1
1800.21/903.32	c learnt binary clauses	: 58
1800.21/903.32	c learnt ternary clauses	: 57
1800.21/903.32	c learnt constraints	: 951327
1800.21/903.32	c ignored constraints	: 0
1800.21/903.32	c root simplifications	: 0
1800.21/903.32	c removed literals (reason simplification)	: 8804631
1800.21/903.32	c reason swapping (by a shorter reason)	: 0
1800.21/903.32	c Calls to reduceDB	: 71
1800.21/903.32	c number of reductions to clauses (during analyze)	: 0
1800.21/903.32	c number of learned constraints concerned by reduction	: 0
1800.21/903.32	c number of learning phase by resolution	: 0
1800.21/903.32	c number of learning phase by cutting planes	: 0
1800.21/903.32	c speed (assignments/second)	: 1462277.028194473
1800.21/903.32	c non guided choices	0
1800.21/903.35	c learnt constraints type 
1800.21/903.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 58
1800.21/903.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16317
1800.21/903.35	c constraints type 
1800.21/903.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
1800.21/903.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
1800.21/903.35	c constraints type 
1800.21/903.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
1800.21/903.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
1800.21/903.35	s UNKNOWN
1800.21/903.35	c Total wall clock time (in seconds): 903.238

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-3454186-1307189196/watcher-3454186-1307189196 -o /tmp/evaluation-result-3454186-1307189196/solver-3454186-1307189196 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454186-1307189196.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.68 3.83 3.12 2/511 27594
/proc/meminfo: memFree=21728692/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 6292 0 1 0 0 0 0 0 24 0 2 0 811335194 10694979584 5994 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2611079 6006 917 9 0 2602235 0
[pid=27594/tid=27595] ppid=27592 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) R 27592 27594 24981 0 -1 4202560 5238 0 1 0 0 0 0 0 25 0 2 0 811335195 10694979584 6055 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264726099003 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0865671 s]
/proc/loadavg: 3.68 3.83 3.12 2/511 27594
/proc/meminfo: memFree=21728692/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10538648 CPUtime=0.07 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 12339 0 1 0 6 1 0 0 24 0 18 0 811335194 10791575552 12036 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2634662 12044 1938 9 0 2625396 0
[pid=27594/tid=27595] ppid=27592 vsize=10538648 CPUtime=0.06 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) R 27592 27594 24981 0 -1 4202560 10920 0 1 0 5 1 0 0 25 0 18 0 811335195 10791575552 12046 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264726448311 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10538648

[startup+0.100538 s]
/proc/loadavg: 3.68 3.83 3.12 2/511 27594
/proc/meminfo: memFree=21728692/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10539988 CPUtime=0.1 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 13011 0 1 0 8 2 0 0 24 0 18 0 811335194 10792947712 12688 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2634997 12690 2092 9 0 2625731 0
[pid=27594/tid=27595] ppid=27592 vsize=10539988 CPUtime=0.08 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) R 27592 27594 24981 0 -1 4202560 11096 0 1 0 7 1 0 0 25 0 18 0 811335195 10792947712 12690 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 47887369328152 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539988

[startup+0.300495 s]
/proc/loadavg: 3.68 3.83 3.12 2/511 27594
/proc/meminfo: memFree=21728692/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10541960 CPUtime=0.48 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 16128 0 1 0 45 3 0 0 24 0 18 0 811335194 10794967040 15540 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2635490 15541 2200 9 0 2626224 0
[pid=27594/tid=27595] ppid=27592 vsize=10541960 CPUtime=0.28 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) R 27592 27594 24981 0 -1 4202560 13242 0 1 0 26 2 0 0 25 0 18 0 811335195 10794967040 15541 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505217324 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541960

[startup+0.704481 s]
/proc/loadavg: 3.68 3.83 3.12 2/511 27594
/proc/meminfo: memFree=21728692/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10550192 CPUtime=1.8 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 31001 0 1 0 175 5 0 0 24 0 22 0 811335194 10803396608 27349 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2637548 27350 2239 9 0 2628282 0
[pid=27594/tid=27595] ppid=27592 vsize=10550192 CPUtime=0.43 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) S 27592 27594 24981 0 -1 4202560 20369 0 1 0 40 3 0 0 25 0 22 0 811335195 10803396608 27350 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.8
Current children cumulated vsize (KiB) 10550192

[startup+1.50127 s]
/proc/loadavg: 3.68 3.83 3.12 3/554 27661
/proc/meminfo: memFree=21508616/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10550192 CPUtime=3.49 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 68912 0 1 0 339 10 0 0 24 0 22 0 811335194 10803396608 64926 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2637548 64928 2240 9 0 2628282 0
[pid=27594/tid=27595] ppid=27592 vsize=10550192 CPUtime=0.43 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) S 27592 27594 24981 0 -1 4202560 20369 0 1 0 40 3 0 0 15 0 22 0 811335195 10803396608 64929 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27600] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27600/stat : 27600 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 64930 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27601] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (java) S 27592 27594 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 64931 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27602] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27602/stat : 27602 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 64933 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27603] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27603/stat : 27603 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 64934 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27604] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27604/stat : 27604 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 64935 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27605] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27605/stat : 27605 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 64936 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27606] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27606/stat : 27606 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 64937 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27607] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27607/stat : 27607 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 64939 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27608] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27608/stat : 27608 (java) S 27592 27594 24981 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 811335198 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 0 0 16800975 18446604463504765056 0 0 -1 1 0 0 0
[pid=27594/tid=27609] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27609/stat : 27609 (java) S 27592 27594 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811335198 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27610] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27610/stat : 27610 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811335198 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27611] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27611/stat : 27611 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335201 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738228657 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27612] ppid=27592 vsize=10550192 CPUtime=0.52 cores=1,3,5,7
/proc/27594/task/27612/stat : 27612 (java) S 27592 27594 24981 0 -1 4202560 4607 0 0 0 52 0 0 0 15 0 22 0 811335201 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27613] ppid=27592 vsize=10550192 CPUtime=0.43 cores=1,3,5,7
/proc/27594/task/27613/stat : 27613 (java) S 27592 27594 24981 0 -1 4202560 2187 0 0 0 43 0 0 0 15 0 22 0 811335201 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27614] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27614/stat : 27614 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335201 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27615] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27615/stat : 27615 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811335201 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27654] ppid=27592 vsize=10550192 CPUtime=1.04 cores=1,3,5,7
/proc/27594/task/27654/stat : 27654 (java) R 27592 27594 24981 0 -1 4202560 273 0 0 0 104 0 0 0 25 0 22 0 811335240 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505816087 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27594/tid=27655] ppid=27592 vsize=10550192 CPUtime=1.02 cores=1,3,5,7
/proc/27594/task/27655/stat : 27655 (java) R 27592 27594 24981 0 -1 4202560 40323 0 0 0 97 5 0 0 20 0 22 0 811335240 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505893774 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27594/tid=27656] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27656/stat : 27656 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811335244 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 1 0 0 0
[pid=27594/tid=27657] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27657/stat : 27657 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811335244 10803396608 64941 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 10550192

[startup+3.10094 s]
/proc/loadavg: 3.68 3.83 3.12 5/557 27664
/proc/meminfo: memFree=21045452/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10550192 CPUtime=6.72 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 141264 0 1 0 653 19 0 0 24 0 22 0 811335194 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2637548 136991 2242 9 0 2628282 0
[pid=27594/tid=27595] ppid=27592 vsize=10550192 CPUtime=0.43 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) S 27592 27594 24981 0 -1 4202560 20369 0 1 0 40 3 0 0 15 0 22 0 811335195 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27600] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27600/stat : 27600 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27601] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (java) S 27592 27594 24981 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27602] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27602/stat : 27602 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27603] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27603/stat : 27603 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27604] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27604/stat : 27604 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27605] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27605/stat : 27605 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27606] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27606/stat : 27606 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27607] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27607/stat : 27607 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335197 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27608] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27608/stat : 27608 (java) S 27592 27594 24981 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 811335198 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 0 0 16800975 18446604463504765056 0 0 -1 1 0 0 0
[pid=27594/tid=27609] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27609/stat : 27609 (java) S 27592 27594 24981 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811335198 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27610] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27610/stat : 27610 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811335198 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27611] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27611/stat : 27611 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335201 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738228657 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27612] ppid=27592 vsize=10550192 CPUtime=0.55 cores=1,3,5,7
/proc/27594/task/27612/stat : 27612 (java) S 27592 27594 24981 0 -1 4202560 4902 0 0 0 55 0 0 0 15 0 22 0 811335201 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27613] ppid=27592 vsize=10550192 CPUtime=0.43 cores=1,3,5,7
/proc/27594/task/27613/stat : 27613 (java) S 27592 27594 24981 0 -1 4202560 2187 0 0 0 43 0 0 0 16 0 22 0 811335201 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27614] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27614/stat : 27614 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335201 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27615] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27615/stat : 27615 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811335201 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27654] ppid=27592 vsize=10550192 CPUtime=2.64 cores=1,3,5,7
/proc/27594/task/27654/stat : 27654 (java) R 27592 27594 24981 0 -1 4202560 415 0 0 0 264 0 0 0 25 0 22 0 811335240 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505809544 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27594/tid=27655] ppid=27592 vsize=10550192 CPUtime=2.63 cores=1,3,5,7
/proc/27594/task/27655/stat : 27655 (java) R 27592 27594 24981 0 -1 4202560 112223 0 0 0 249 14 0 0 25 0 22 0 811335240 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505815734 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27594/tid=27656] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27656/stat : 27656 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811335244 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 1 0 0 0
[pid=27594/tid=27657] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27657/stat : 27657 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811335244 10803396608 136991 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 10550192

[startup+6.30133 s]
/proc/loadavg: 3.71 3.84 3.13 5/557 27664
/proc/meminfo: memFree=20302508/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10550192 CPUtime=13.58 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 190809 0 1 0 1333 25 0 0 24 0 22 0 811335194 10803396608 180908 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2637548 180908 2266 9 0 2628282 0
[pid=27594/tid=27595] ppid=27592 vsize=10550192 CPUtime=0.43 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) S 27592 27594 24981 0 -1 4202560 20369 0 1 0 40 3 0 0 15 0 22 0 811335195 10803396608 180908 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27600] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27600/stat : 27600 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811335197 10803396608 180908 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27601] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (java) S 27592 27594 24981 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 811335197 10803396608 180908 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27602] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27602/stat : 27602 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811335197 10803396608 180908 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27603] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27603/stat : 27603 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811335197 10803396608 180908 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27604] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27604/stat : 27604 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 811335197 10803396608 180908 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27605] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27605/stat : 27605 (java) S 27592 27594 24981 0 -1 4202560 524 0 0 0 0 0 0 0 18 0 22 0 811335197 10803396608 180908 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27606] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27606/stat : 27606 (java) S 27592 27594 24981 0 -1 4202560 612 0 0 0 0 0 0 0 18 0 22 0 811335197 10803396608 180908 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27607] ppid=27592 vsize=10550192 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27607/stat : 27607 (java) S 27592 27594 24981 0 -1 4202560 534 0 0 0 0 0 0 0 18 0 22 0 811335197 10803396608 180908 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0

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

/proc/meminfo: memFree=16397736/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10553176 CPUtime=1639.36 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 785720 0 1 0 163843 93 0 0 24 0 22 0 811335194 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2638294 774089 2267 9 0 2629028 0
[pid=27594/tid=27595] ppid=27592 vsize=10553176 CPUtime=0.43 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) S 27592 27594 24981 0 -1 4202560 20383 0 1 0 40 3 0 0 15 0 22 0 811335195 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27600] ppid=27592 vsize=10553176 CPUtime=0.1 cores=1,3,5,7
/proc/27594/task/27600/stat : 27600 (java) S 27592 27594 24981 0 -1 4202560 1737 0 0 0 10 0 0 0 15 0 22 0 811335197 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27601] ppid=27592 vsize=10553176 CPUtime=0.09 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (java) S 27592 27594 24981 0 -1 4202560 229 0 0 0 9 0 0 0 16 0 22 0 811335197 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27602] ppid=27592 vsize=10553176 CPUtime=0.1 cores=1,3,5,7
/proc/27594/task/27602/stat : 27602 (java) S 27592 27594 24981 0 -1 4202560 247 0 0 0 10 0 0 0 15 0 22 0 811335197 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27603] ppid=27592 vsize=10553176 CPUtime=0.08 cores=1,3,5,7
/proc/27594/task/27603/stat : 27603 (java) S 27592 27594 24981 0 -1 4202560 721 0 0 0 8 0 0 0 15 0 22 0 811335197 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27604] ppid=27592 vsize=10553176 CPUtime=0.09 cores=1,3,5,7
/proc/27594/task/27604/stat : 27604 (java) S 27592 27594 24981 0 -1 4202560 305 0 0 0 9 0 0 0 15 0 22 0 811335197 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27605] ppid=27592 vsize=10553176 CPUtime=0.1 cores=1,3,5,7
/proc/27594/task/27605/stat : 27605 (java) S 27592 27594 24981 0 -1 4202560 1104 0 0 0 10 0 0 0 16 0 22 0 811335197 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27606] ppid=27592 vsize=10553176 CPUtime=0.1 cores=1,3,5,7
/proc/27594/task/27606/stat : 27606 (java) S 27592 27594 24981 0 -1 4202560 1027 0 0 0 10 0 0 0 16 0 22 0 811335197 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27607] ppid=27592 vsize=10553176 CPUtime=0.12 cores=1,3,5,7
/proc/27594/task/27607/stat : 27607 (java) S 27592 27594 24981 0 -1 4202560 1369 0 0 0 12 0 0 0 15 0 22 0 811335197 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27608] ppid=27592 vsize=10553176 CPUtime=6.82 cores=1,3,5,7
/proc/27594/task/27608/stat : 27608 (java) S 27592 27594 24981 0 -1 4202560 27206 0 0 0 678 4 0 0 15 0 22 0 811335198 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 0 0 16800975 18446604463504765056 0 0 -1 1 0 0 0
[pid=27594/tid=27609] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27609/stat : 27609 (java) S 27592 27594 24981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811335198 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27610] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27610/stat : 27610 (java) S 27592 27594 24981 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811335198 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27611] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27611/stat : 27611 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335201 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738228657 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27612] ppid=27592 vsize=10553176 CPUtime=1.12 cores=1,3,5,7
/proc/27594/task/27612/stat : 27612 (java) S 27592 27594 24981 0 -1 4202560 12094 0 0 0 112 0 0 0 16 0 22 0 811335201 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27613] ppid=27592 vsize=10553176 CPUtime=0.79 cores=1,3,5,7
/proc/27594/task/27613/stat : 27613 (java) S 27592 27594 24981 0 -1 4202560 4669 0 0 0 79 0 0 0 15 0 22 0 811335201 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27614] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27614/stat : 27614 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335201 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27615] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27615/stat : 27615 (java) S 27592 27594 24981 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 811335201 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27654] ppid=27592 vsize=10553176 CPUtime=814.67 cores=1,3,5,7
/proc/27594/task/27654/stat : 27654 (java) R 27592 27594 24981 0 -1 4202560 550 0 0 0 81467 0 0 0 25 0 22 0 811335240 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505838871 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27594/tid=27655] ppid=27592 vsize=10553176 CPUtime=814.61 cores=1,3,5,7
/proc/27594/task/27655/stat : 27655 (java) R 27592 27594 24981 0 -1 4202560 712874 0 0 0 81381 80 0 0 25 0 22 0 811335240 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505925749 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27594/tid=27656] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27656/stat : 27656 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811335244 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 1 0 0 0
[pid=27594/tid=27657] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27657/stat : 27657 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811335244 10806452224 774089 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1639.36
Current children cumulated vsize (KiB) 10553176

[startup+882.301 s]
/proc/loadavg: 3.98 3.94 3.61 5/557 27688
/proc/meminfo: memFree=16382296/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10553176 CPUtime=1758.42 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 789816 0 1 0 175748 94 0 0 24 0 22 0 811335194 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2638294 778170 2267 9 0 2629028 0
[pid=27594/tid=27595] ppid=27592 vsize=10553176 CPUtime=0.43 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) S 27592 27594 24981 0 -1 4202560 20385 0 1 0 40 3 0 0 15 0 22 0 811335195 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27600] ppid=27592 vsize=10553176 CPUtime=0.11 cores=1,3,5,7
/proc/27594/task/27600/stat : 27600 (java) S 27592 27594 24981 0 -1 4202560 1858 0 0 0 11 0 0 0 16 0 22 0 811335197 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27601] ppid=27592 vsize=10553176 CPUtime=0.1 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (java) S 27592 27594 24981 0 -1 4202560 229 0 0 0 10 0 0 0 15 0 22 0 811335197 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27602] ppid=27592 vsize=10553176 CPUtime=0.12 cores=1,3,5,7
/proc/27594/task/27602/stat : 27602 (java) S 27592 27594 24981 0 -1 4202560 365 0 0 0 12 0 0 0 15 0 22 0 811335197 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27603] ppid=27592 vsize=10553176 CPUtime=0.09 cores=1,3,5,7
/proc/27594/task/27603/stat : 27603 (java) S 27592 27594 24981 0 -1 4202560 721 0 0 0 9 0 0 0 16 0 22 0 811335197 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27604] ppid=27592 vsize=10553176 CPUtime=0.1 cores=1,3,5,7
/proc/27594/task/27604/stat : 27604 (java) S 27592 27594 24981 0 -1 4202560 357 0 0 0 10 0 0 0 15 0 22 0 811335197 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27605] ppid=27592 vsize=10553176 CPUtime=0.11 cores=1,3,5,7
/proc/27594/task/27605/stat : 27605 (java) S 27592 27594 24981 0 -1 4202560 1208 0 0 0 11 0 0 0 15 0 22 0 811335197 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27606] ppid=27592 vsize=10553176 CPUtime=0.11 cores=1,3,5,7
/proc/27594/task/27606/stat : 27606 (java) S 27592 27594 24981 0 -1 4202560 1027 0 0 0 11 0 0 0 16 0 22 0 811335197 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27607] ppid=27592 vsize=10553176 CPUtime=0.14 cores=1,3,5,7
/proc/27594/task/27607/stat : 27607 (java) S 27592 27594 24981 0 -1 4202560 1687 0 0 0 14 0 0 0 15 0 22 0 811335197 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27608] ppid=27592 vsize=10553176 CPUtime=7.78 cores=1,3,5,7
/proc/27594/task/27608/stat : 27608 (java) S 27592 27594 24981 0 -1 4202560 30578 0 0 0 774 4 0 0 15 0 22 0 811335198 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 0 0 16800975 18446604463504765056 0 0 -1 1 0 0 0
[pid=27594/tid=27609] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27609/stat : 27609 (java) S 27592 27594 24981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811335198 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27610] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27610/stat : 27610 (java) S 27592 27594 24981 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811335198 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27611] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27611/stat : 27611 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335201 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738228657 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27612] ppid=27592 vsize=10553176 CPUtime=1.12 cores=1,3,5,7
/proc/27594/task/27612/stat : 27612 (java) S 27592 27594 24981 0 -1 4202560 12094 0 0 0 112 0 0 0 16 0 22 0 811335201 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27613] ppid=27592 vsize=10553176 CPUtime=0.79 cores=1,3,5,7
/proc/27594/task/27613/stat : 27613 (java) S 27592 27594 24981 0 -1 4202560 4669 0 0 0 79 0 0 0 15 0 22 0 811335201 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27614] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27614/stat : 27614 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335201 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27615] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27615/stat : 27615 (java) S 27592 27594 24981 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811335201 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27654] ppid=27592 vsize=10553176 CPUtime=873.67 cores=1,3,5,7
/proc/27594/task/27654/stat : 27654 (java) R 27592 27594 24981 0 -1 4202560 552 0 0 0 87367 0 0 0 25 0 22 0 811335240 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505809383 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27594/tid=27655] ppid=27592 vsize=10553176 CPUtime=873.61 cores=1,3,5,7
/proc/27594/task/27655/stat : 27655 (java) R 27592 27594 24981 0 -1 4202560 712877 0 0 0 87281 80 0 0 25 0 22 0 811335240 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505911903 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27594/tid=27656] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27656/stat : 27656 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811335244 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 1 0 0 0
[pid=27594/tid=27657] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27657/stat : 27657 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811335244 10806452224 778170 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1758.42
Current children cumulated vsize (KiB) 10553176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.301 s]
/proc/loadavg: 3.98 3.94 3.61 5/557 27688
/proc/meminfo: memFree=16381172/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=10553176 CPUtime=1800.21 cores=1,3,5,7
/proc/27594/stat : 27594 (java) S 27592 27594 24981 0 -1 4202496 790091 0 1 0 179927 94 0 0 24 0 22 0 811335194 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738207717 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27594/statm: 2638294 778441 2267 9 0 2629028 0
[pid=27594/tid=27595] ppid=27592 vsize=10553176 CPUtime=0.43 cores=1,3,5,7
/proc/27594/task/27595/stat : 27595 (java) S 27592 27594 24981 0 -1 4202560 20385 0 1 0 40 3 0 0 15 0 22 0 811335195 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27600] ppid=27592 vsize=10553176 CPUtime=0.11 cores=1,3,5,7
/proc/27594/task/27600/stat : 27600 (java) S 27592 27594 24981 0 -1 4202560 1858 0 0 0 11 0 0 0 15 0 22 0 811335197 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27601] ppid=27592 vsize=10553176 CPUtime=0.1 cores=1,3,5,7
/proc/27594/task/27601/stat : 27601 (java) S 27592 27594 24981 0 -1 4202560 229 0 0 0 10 0 0 0 15 0 22 0 811335197 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27602] ppid=27592 vsize=10553176 CPUtime=0.13 cores=1,3,5,7
/proc/27594/task/27602/stat : 27602 (java) S 27592 27594 24981 0 -1 4202560 365 0 0 0 13 0 0 0 16 0 22 0 811335197 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27603] ppid=27592 vsize=10553176 CPUtime=0.09 cores=1,3,5,7
/proc/27594/task/27603/stat : 27603 (java) S 27592 27594 24981 0 -1 4202560 721 0 0 0 9 0 0 0 16 0 22 0 811335197 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27604] ppid=27592 vsize=10553176 CPUtime=0.1 cores=1,3,5,7
/proc/27594/task/27604/stat : 27604 (java) S 27592 27594 24981 0 -1 4202560 357 0 0 0 10 0 0 0 15 0 22 0 811335197 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27605] ppid=27592 vsize=10553176 CPUtime=0.12 cores=1,3,5,7
/proc/27594/task/27605/stat : 27605 (java) S 27592 27594 24981 0 -1 4202560 1208 0 0 0 12 0 0 0 16 0 22 0 811335197 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27606] ppid=27592 vsize=10553176 CPUtime=0.12 cores=1,3,5,7
/proc/27594/task/27606/stat : 27606 (java) S 27592 27594 24981 0 -1 4202560 1027 0 0 0 12 0 0 0 15 0 22 0 811335197 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27607] ppid=27592 vsize=10553176 CPUtime=0.14 cores=1,3,5,7
/proc/27594/task/27607/stat : 27607 (java) S 27592 27594 24981 0 -1 4202560 1687 0 0 0 14 0 0 0 15 0 22 0 811335197 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27608] ppid=27592 vsize=10553176 CPUtime=8.04 cores=1,3,5,7
/proc/27594/task/27608/stat : 27608 (java) S 27592 27594 24981 0 -1 4202560 30851 0 0 0 800 4 0 0 15 0 22 0 811335198 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 0 0 16800975 18446604463504765056 0 0 -1 1 0 0 0
[pid=27594/tid=27609] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27609/stat : 27609 (java) S 27592 27594 24981 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811335198 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27610] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27610/stat : 27610 (java) S 27592 27594 24981 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811335198 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27611] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27611/stat : 27611 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335201 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738228657 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27612] ppid=27592 vsize=10553176 CPUtime=1.12 cores=1,3,5,7
/proc/27594/task/27612/stat : 27612 (java) S 27592 27594 24981 0 -1 4202560 12094 0 0 0 112 0 0 0 16 0 22 0 811335201 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 3 0 0 0
[pid=27594/tid=27613] ppid=27592 vsize=10553176 CPUtime=0.79 cores=1,3,5,7
/proc/27594/task/27613/stat : 27613 (java) S 27592 27594 24981 0 -1 4202560 4669 0 0 0 79 0 0 0 15 0 22 0 811335201 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27614] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27614/stat : 27614 (java) S 27592 27594 24981 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811335201 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738220953 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
[pid=27594/tid=27615] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27615/stat : 27615 (java) S 27592 27594 24981 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811335201 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 5 0 0 0
[pid=27594/tid=27654] ppid=27592 vsize=10553176 CPUtime=894.42 cores=1,3,5,7
/proc/27594/task/27654/stat : 27654 (java) R 27592 27594 24981 0 -1 4202560 553 0 0 0 89442 0 0 0 25 0 22 0 811335240 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505838981 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27594/tid=27655] ppid=27592 vsize=10553176 CPUtime=894.36 cores=1,3,5,7
/proc/27594/task/27655/stat : 27655 (java) R 27592 27594 24981 0 -1 4202560 712878 0 0 0 89356 80 0 0 25 0 22 0 811335240 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 46912505871446 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27594/tid=27656] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27656/stat : 27656 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811335244 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 1 0 0 0
[pid=27594/tid=27657] ppid=27592 vsize=10553176 CPUtime=0 cores=1,3,5,7
/proc/27594/task/27657/stat : 27657 (java) S 27592 27594 24981 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811335244 10806452224 778441 33554432000 1073741824 1073778376 140735538232704 18446744073709551615 264738221568 0 4 0 16800975 18446604463504765056 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 10553176

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

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

[startup+903.426 s]
/proc/loadavg: 3.98 3.94 3.61 5/557 27688
/proc/meminfo: memFree=16381172/32951124 swapFree=62999000/67111528
[pid=27594] ppid=27592 vsize=0 CPUtime=1800.38 cores=1,3,5,7
/proc/27594/stat : 27594 (java) Z 27592 27594 24981 0 -1 4203548 790121 0 1 0 179937 101 0 0 17 0 2 0 811335194 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/27594/statm: 0 0 0 0 0 0 0
[pid=27594/tid=27655] ppid=27592 vsize=0 CPUtime=894.46 cores=1,3,5,7
/proc/27594/task/27655/stat : 27655 (java) R 27592 27594 24981 0 -1 4203588 712878 0 0 0 89359 87 0 0 25 0 2 0 811335240 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 903.473
CPU time (s): 1800.44
CPU user time (s): 1799.38
CPU system time (s): 1.06084
CPU usage (%): 199.279
Max. virtual memory (cumulated for all children) (KiB): 10559344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 1.06084
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 790121
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= 23529
involuntary context switches= 22657

runsolver used 4.71328 second user time and 10.9263 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-04 14:06:36
IDJOB=3454186
IDBENCH=2208
IDSOLVER=1950
FILE ID=node141/3454186-1307189196
RUNJOBID= node141-1307188285-27452
PBS_JOBID= 13508859
Free space on /tmp= 73888 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-1.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454186-1307189196/watcher-3454186-1307189196 -o /tmp/evaluation-result-3454186-1307189196/solver-3454186-1307189196 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454186-1307189196.opb

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

MD5SUM BENCH= 5a9e4c8983ff8fc3ce01109a5c224dd2
RANDOM SEED=1962566282

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21728848 kB
Buffers:        287320 kB
Cached:         684340 kB
SwapCached:       8848 kB
Active:       10399872 kB
Inactive:       557832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21728848 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:             696 kB
Writeback:           0 kB
AnonPages:     9984088 kB
Mapped:          25404 kB
Slab:           125556 kB
PageTables:      69840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150651216 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= 73904 MiB
End job on node141 at 2011-06-04 14:21:41