Trace number 3456366

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 CuttingPlanes 2.3.0? (TO) 1800.44 1797.44

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-3.opb
MD5SUM473e2cd0e31e48ba0932d7bd34857dd0
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 constraints13473
Number of constraints which are clauses13473
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@13d4c61c
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3456366-1307219675.opb
0.10/0.10	c reading problem ... 
0.50/0.41	c ... done. Wall clock time 0.307s.
0.50/0.41	c #vars     6352
0.50/0.41	c #constraints  13345
0.50/0.41	c constraints type 
0.50/0.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6033
0.50/0.41	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7030
14.65/13.54	c cleaning 0 clauses out of 5000 with flag 0/5000
29.60/28.36	c cleaning 0 clauses out of 11001 with flag 0/11001
47.01/45.75	c cleaning 0 clauses out of 18000 with flag 0/18000
66.75/65.48	c cleaning 0 clauses out of 26000 with flag 0/26000
89.61/88.22	c cleaning 0 clauses out of 35000 with flag 0/35000
114.69/113.40	c cleaning 0 clauses out of 45001 with flag 0/45001
143.30/141.93	c cleaning 0 clauses out of 56000 with flag 0/56000
174.32/172.97	c cleaning 0 clauses out of 68001 with flag 0/68001
208.21/206.84	c cleaning 0 clauses out of 81001 with flag 0/81001
245.33/243.93	c cleaning 0 clauses out of 95000 with flag 0/95000
282.05/280.65	c cleaning 0 clauses out of 109001 with flag 0/109001
319.86/318.44	c cleaning 0 clauses out of 123001 with flag 0/123001
356.88/355.44	c cleaning 0 clauses out of 137001 with flag 0/137001
394.09/392.66	c cleaning 0 clauses out of 151000 with flag 0/151000
428.27/426.79	c cleaning 0 clauses out of 165000 with flag 0/165000
464.43/462.87	c cleaning 0 clauses out of 179001 with flag 0/179001
500.35/498.73	c cleaning 0 clauses out of 193001 with flag 0/193001
537.60/535.99	c cleaning 0 clauses out of 207000 with flag 0/207000
576.30/574.66	c cleaning 0 clauses out of 221001 with flag 0/221001
616.22/614.50	c cleaning 0 clauses out of 235000 with flag 0/235000
656.34/654.67	c cleaning 0 clauses out of 249000 with flag 0/249000
699.85/698.15	c cleaning 0 clauses out of 263001 with flag 0/263001
742.37/740.68	c cleaning 0 clauses out of 277000 with flag 0/277000
784.29/782.58	c cleaning 0 clauses out of 291001 with flag 0/291001
825.83/824.10	c cleaning 0 clauses out of 305001 with flag 0/305001
869.14/867.35	c cleaning 0 clauses out of 319000 with flag 0/319000
910.86/909.02	c cleaning 0 clauses out of 333001 with flag 0/333001
951.97/950.10	c cleaning 0 clauses out of 347000 with flag 0/347000
995.69/993.87	c cleaning 0 clauses out of 361000 with flag 0/361000
1017.63/1015.70	c cleaning 0 clauses out of 375002 with flag 0/375002
1039.75/1037.84	c cleaning 0 clauses out of 389002 with flag 0/389002
1063.28/1061.37	c cleaning 0 clauses out of 403003 with flag 0/403003
1089.41/1087.49	c cleaning 0 clauses out of 417000 with flag 0/417000
1113.45/1111.46	c cleaning 0 clauses out of 431001 with flag 0/431001
1137.68/1135.61	c cleaning 0 clauses out of 445000 with flag 0/445000
1162.31/1160.29	c cleaning 0 clauses out of 459001 with flag 0/459001
1187.75/1185.66	c cleaning 0 clauses out of 473000 with flag 0/473000
1212.28/1210.16	c cleaning 0 clauses out of 487001 with flag 0/487001
1237.80/1235.69	c cleaning 0 clauses out of 501000 with flag 0/501000
1263.06/1260.84	c cleaning 0 clauses out of 515001 with flag 0/515001
1288.77/1286.55	c cleaning 0 clauses out of 529000 with flag 0/529000
1315.20/1312.97	c cleaning 0 clauses out of 543002 with flag 0/543002
1342.13/1339.91	c cleaning 0 clauses out of 557001 with flag 0/557001
1368.87/1366.51	c cleaning 0 clauses out of 571001 with flag 0/571001
1396.70/1394.31	c cleaning 0 clauses out of 585001 with flag 0/585001
1424.85/1422.47	c cleaning 0 clauses out of 599000 with flag 0/599000
1454.71/1452.22	c cleaning 0 clauses out of 613001 with flag 0/613001
1482.53/1480.06	c cleaning 0 clauses out of 627002 with flag 0/627002
1509.98/1507.48	c cleaning 0 clauses out of 641001 with flag 0/641001
1539.61/1537.02	c cleaning 0 clauses out of 655000 with flag 0/655000
1569.15/1566.58	c cleaning 0 clauses out of 669002 with flag 0/669002
1596.98/1594.30	c cleaning 0 clauses out of 683000 with flag 0/683000
1626.54/1623.87	c cleaning 0 clauses out of 697004 with flag 0/697004
1655.65/1652.90	c cleaning 0 clauses out of 711001 with flag 0/711001
1686.37/1683.66	c cleaning 0 clauses out of 725000 with flag 0/725000
1716.71/1714.01	c cleaning 0 clauses out of 739002 with flag 0/739002
1745.64/1742.89	c cleaning 0 clauses out of 753001 with flag 0/753001
1774.76/1771.98	c cleaning 0 clauses out of 767001 with flag 0/767001
1800.09/1797.23	c starts		: 170
1800.09/1797.23	c conflicts		: 778932
1800.09/1797.23	c decisions		: 907922
1800.09/1797.23	c propagations		: 1229160419
1800.09/1797.23	c inspects		: 5624275286
1800.09/1797.23	c shortcuts		: 0
1800.09/1797.23	c learnt literals	: 0
1800.09/1797.23	c learnt binary clauses	: 70
1800.09/1797.23	c learnt ternary clauses	: 8
1800.09/1797.23	c learnt constraints	: 778932
1800.09/1797.23	c ignored constraints	: 0
1800.09/1797.23	c root simplifications	: 0
1800.09/1797.23	c removed literals (reason simplification)	: 0
1800.09/1797.23	c reason swapping (by a shorter reason)	: 0
1800.09/1797.23	c Calls to reduceDB	: 58
1800.09/1797.23	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.23	c number of learned constraints concerned by reduction	: 0
1800.09/1797.23	c number of learning phase by resolution	: 0
1800.09/1797.23	c number of learning phase by cutting planes	: 0
1800.09/1797.23	c speed (assignments/second)	: 684074.6155853971
1800.09/1797.23	c non guided choices	0
1800.09/1797.30	c learnt constraints type 
1800.09/1797.30	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 778891
1800.09/1797.30	c org.sat4j.pb.constraints.pb.LearntBinaryClausePB => 70
1800.09/1797.30	c constraints type 
1800.09/1797.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6033
1800.09/1797.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7030
1800.09/1797.30	s UNKNOWN
1800.09/1797.30	c Total wall clock time (in seconds): 1797.193

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-3456366-1307219675/watcher-3456366-1307219675 -o /tmp/evaluation-result-3456366-1307219675/solver-3456366-1307219675 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456366-1307219675.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: 2.06 2.06 2.00 2/568 3513
/proc/meminfo: memFree=17450800/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 1237 0 0 0 0 0 0 0 25 0 2 0 833567888 31260672 957 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 7632 957 730 9 0 383 0
[pid=3513/tid=3514] ppid=3511 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 8539 0 1 0 0 1 0 0 25 0 2 0 833567888 10694979584 9356 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253640553531 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0885581 s]
/proc/loadavg: 2.06 2.06 2.00 2/568 3513
/proc/meminfo: memFree=17450800/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=10540288 CPUtime=0.09 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 12940 0 1 0 8 1 0 0 25 0 18 0 833567888 10793254912 12637 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 2635072 12638 2093 9 0 2625806 0
[pid=3513/tid=3514] ppid=3511 vsize=10540288 CPUtime=0.07 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 11018 0 1 0 6 1 0 0 18 0 18 0 833567888 10793254912 12638 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 47962179722067 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540288

[startup+0.100889 s]
/proc/loadavg: 2.06 2.06 2.00 2/568 3513
/proc/meminfo: memFree=17450800/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=10540288 CPUtime=0.1 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 13129 0 1 0 9 1 0 0 25 0 18 0 833567888 10793254912 12826 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 2635072 12796 2093 9 0 2625806 0
[pid=3513/tid=3514] ppid=3511 vsize=10540288 CPUtime=0.08 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 11206 0 1 0 7 1 0 0 18 0 18 0 833567888 10793254912 12796 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253640903015 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540288

[startup+0.300823 s]
/proc/loadavg: 2.06 2.06 2.00 2/568 3513
/proc/meminfo: memFree=17450800/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=10542444 CPUtime=0.5 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 16633 0 1 0 48 2 0 0 25 0 18 0 833567888 10795462656 15987 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 2635611 15989 2201 9 0 2626345 0
[pid=3513/tid=3514] ppid=3511 vsize=10542444 CPUtime=0.28 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 13612 0 1 0 27 1 0 0 18 0 18 0 833567888 10795462656 15989 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 46912505555430 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10542444

[startup+0.77781 s]
/proc/loadavg: 2.06 2.06 2.00 2/568 3513
/proc/meminfo: memFree=17450800/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=10547252 CPUtime=1.79 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 31342 0 1 0 175 4 0 0 25 0 19 0 833567888 10800386048 26040 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 2636813 26040 2237 9 0 2627547 0
[pid=3513/tid=3514] ppid=3511 vsize=10547252 CPUtime=0.76 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 21533 0 1 0 74 2 0 0 19 0 19 0 833567888 10800386048 26040 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 46912505786141 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 10547252

[startup+1.50167 s]
/proc/loadavg: 2.06 2.06 2.00 4/587 3533
/proc/meminfo: memFree=17276004/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=10547252 CPUtime=2.58 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 64286 0 1 0 251 7 0 0 25 0 19 0 833567888 10800386048 58984 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 2636813 58987 2238 9 0 2627547 0
[pid=3513/tid=3514] ppid=3511 vsize=10547252 CPUtime=1.49 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 54471 0 1 0 143 6 0 0 20 0 19 0 833567888 10800386048 58989 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 46912505843322 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3513/tid=3516] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3516/stat : 3516 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 58991 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3518] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3518/stat : 3518 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 58993 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3519] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3519/stat : 3519 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 58995 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3520] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3520/stat : 3520 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 58997 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3521] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3521/stat : 3521 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 58999 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3522] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3522/stat : 3522 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 59000 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3523] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3523/stat : 3523 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 59002 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3524] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3524/stat : 3524 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 59004 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3525] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3525/stat : 3525 (java) S 3511 3513 3030 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 19 0 833567891 10800386048 59006 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 0 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3526] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3526/stat : 3526 (java) S 3511 3513 3030 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833567891 10800386048 59007 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3527] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3527/stat : 3527 (java) S 3511 3513 3030 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833567891 10800386048 59009 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3528] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3528/stat : 3528 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 59011 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652683185 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3529] ppid=3511 vsize=10547252 CPUtime=0.55 cores=0,2,4,6
/proc/3513/task/3529/stat : 3529 (java) S 3511 3513 3030 0 -1 4202560 3691 0 0 0 55 0 0 0 15 0 19 0 833567893 10800386048 59013 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3530] ppid=3511 vsize=10547252 CPUtime=0.52 cores=0,2,4,6
/proc/3513/task/3530/stat : 3530 (java) S 3511 3513 3030 0 -1 4202560 4968 0 0 0 52 0 0 0 15 0 19 0 833567893 10800386048 59014 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3531] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3531/stat : 3531 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 59016 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3532] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3532/stat : 3532 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833567893 10800386048 59018 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3533] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3533/stat : 3533 (java) S 3511 3513 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833567937 10800386048 59019 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.58
Current children cumulated vsize (KiB) 10547252

[startup+3.10138 s]
/proc/loadavg: 2.06 2.06 2.00 3/587 3533
/proc/meminfo: memFree=17073512/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=10547252 CPUtime=4.19 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 137804 0 1 0 405 14 0 0 25 0 19 0 833567888 10800386048 132501 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 2636813 132503 2238 9 0 2627547 0
[pid=3513/tid=3514] ppid=3511 vsize=10547252 CPUtime=3.08 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 127986 0 1 0 296 12 0 0 25 0 19 0 833567888 10800386048 132504 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 46912505878959 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3513/tid=3516] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3516/stat : 3516 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 132506 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3518] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3518/stat : 3518 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 132507 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3519] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3519/stat : 3519 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 132508 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3520] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3520/stat : 3520 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 132509 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3521] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3521/stat : 3521 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 132510 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3522] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3522/stat : 3522 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 132512 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3523] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3523/stat : 3523 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 132513 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3524] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3524/stat : 3524 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 132514 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3525] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3525/stat : 3525 (java) S 3511 3513 3030 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833567891 10800386048 132515 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 0 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3526] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3526/stat : 3526 (java) S 3511 3513 3030 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833567891 10800386048 132517 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3527] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3527/stat : 3527 (java) S 3511 3513 3030 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833567891 10800386048 132518 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3528] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3528/stat : 3528 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 132519 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652683185 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3529] ppid=3511 vsize=10547252 CPUtime=0.55 cores=0,2,4,6
/proc/3513/task/3529/stat : 3529 (java) S 3511 3513 3030 0 -1 4202560 3691 0 0 0 55 0 0 0 15 0 19 0 833567893 10800386048 132520 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3530] ppid=3511 vsize=10547252 CPUtime=0.52 cores=0,2,4,6
/proc/3513/task/3530/stat : 3530 (java) S 3511 3513 3030 0 -1 4202560 4968 0 0 0 52 0 0 0 15 0 19 0 833567893 10800386048 132521 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3531] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3531/stat : 3531 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 132523 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3532] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3532/stat : 3532 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833567893 10800386048 132524 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3533] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3533/stat : 3533 (java) S 3511 3513 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833567937 10800386048 132525 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 10547252

[startup+6.30081 s]
/proc/loadavg: 2.06 2.06 2.00 3/587 3533
/proc/meminfo: memFree=16460048/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=10547252 CPUtime=7.39 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 286017 0 1 0 709 30 0 0 25 0 19 0 833567888 10800386048 280705 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 2636813 280708 2238 9 0 2627547 0
[pid=3513/tid=3514] ppid=3511 vsize=10547252 CPUtime=6.28 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 276201 0 1 0 600 28 0 0 21 0 19 0 833567888 10800386048 280710 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 46912505843326 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3513/tid=3516] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3516/stat : 3516 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 280712 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3518] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3518/stat : 3518 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 280714 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3519] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3519/stat : 3519 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 280715 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3520] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3520/stat : 3520 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 280717 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3521] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3521/stat : 3521 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 280719 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3522] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3522/stat : 3522 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 280720 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3523] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3523/stat : 3523 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 280722 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3524] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3524/stat : 3524 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567890 10800386048 280724 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3525] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3525/stat : 3525 (java) S 3511 3513 3030 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 833567891 10800386048 280725 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 0 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3526] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3526/stat : 3526 (java) S 3511 3513 3030 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833567891 10800386048 280727 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3527] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3527/stat : 3527 (java) S 3511 3513 3030 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 833567891 10800386048 280729 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3528] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3528/stat : 3528 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 280730 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652683185 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3529] ppid=3511 vsize=10547252 CPUtime=0.55 cores=0,2,4,6
/proc/3513/task/3529/stat : 3529 (java) S 3511 3513 3030 0 -1 4202560 3691 0 0 0 55 0 0 0 15 0 19 0 833567893 10800386048 280732 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3530] ppid=3511 vsize=10547252 CPUtime=0.52 cores=0,2,4,6
/proc/3513/task/3530/stat : 3530 (java) S 3511 3513 3030 0 -1 4202560 4968 0 0 0 52 0 0 0 15 0 19 0 833567893 10800386048 280733 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0

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

/proc/3513/task/3527/stat : 3527 (java) S 3511 3513 3030 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833567891 10800386048 943548 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3528] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3528/stat : 3528 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 943548 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652683185 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3529] ppid=3511 vsize=10547252 CPUtime=0.64 cores=0,2,4,6
/proc/3513/task/3529/stat : 3529 (java) S 3511 3513 3030 0 -1 4202560 3705 0 0 0 64 0 0 0 15 0 19 0 833567893 10800386048 943548 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3530] ppid=3511 vsize=10547252 CPUtime=0.86 cores=0,2,4,6
/proc/3513/task/3530/stat : 3530 (java) S 3511 3513 3030 0 -1 4202560 5006 0 0 0 86 0 0 0 15 0 19 0 833567893 10800386048 943548 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3531] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3531/stat : 3531 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 943548 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3532] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3532/stat : 3532 (java) S 3511 3513 3030 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 833567893 10800386048 943548 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3533] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3533/stat : 3533 (java) S 3511 3513 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833567937 10800386048 943548 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1665.08
Current children cumulated vsize (KiB) 10547252

[startup+1722.3 s]
/proc/loadavg: 2.04 2.07 2.02 3/587 3735
/proc/meminfo: memFree=13681276/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=10547252 CPUtime=1725.12 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 954103 0 1 0 172405 107 0 0 25 0 19 0 833567888 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 2636813 946554 2267 9 0 2627547 0
[pid=3513/tid=3514] ppid=3511 vsize=10547252 CPUtime=1712.65 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 859537 0 1 0 171173 92 0 0 25 0 19 0 833567888 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 46912505821926 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3513/tid=3516] ppid=3511 vsize=10547252 CPUtime=0.24 cores=0,2,4,6
/proc/3513/task/3516/stat : 3516 (java) S 3511 3513 3030 0 -1 4202560 8664 0 0 0 23 1 0 0 16 0 19 0 833567890 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3518] ppid=3511 vsize=10547252 CPUtime=0.27 cores=0,2,4,6
/proc/3513/task/3518/stat : 3518 (java) S 3511 3513 3030 0 -1 4202560 11091 0 0 0 26 1 0 0 15 0 19 0 833567890 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3519] ppid=3511 vsize=10547252 CPUtime=0.25 cores=0,2,4,6
/proc/3513/task/3519/stat : 3519 (java) S 3511 3513 3030 0 -1 4202560 9297 0 0 0 24 1 0 0 15 0 19 0 833567890 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3520] ppid=3511 vsize=10547252 CPUtime=0.21 cores=0,2,4,6
/proc/3513/task/3520/stat : 3520 (java) S 3511 3513 3030 0 -1 4202560 6769 0 0 0 20 1 0 0 16 0 19 0 833567890 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3521] ppid=3511 vsize=10547252 CPUtime=0.24 cores=0,2,4,6
/proc/3513/task/3521/stat : 3521 (java) S 3511 3513 3030 0 -1 4202560 6769 0 0 0 23 1 0 0 16 0 19 0 833567890 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3522] ppid=3511 vsize=10547252 CPUtime=0.23 cores=0,2,4,6
/proc/3513/task/3522/stat : 3522 (java) S 3511 3513 3030 0 -1 4202560 6845 0 0 0 23 0 0 0 16 0 19 0 833567890 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3523] ppid=3511 vsize=10547252 CPUtime=0.26 cores=0,2,4,6
/proc/3513/task/3523/stat : 3523 (java) S 3511 3513 3030 0 -1 4202560 6931 0 0 0 26 0 0 0 15 0 19 0 833567890 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3524] ppid=3511 vsize=10547252 CPUtime=0.25 cores=0,2,4,6
/proc/3513/task/3524/stat : 3524 (java) S 3511 3513 3030 0 -1 4202560 8024 0 0 0 24 1 0 0 15 0 19 0 833567890 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3525] ppid=3511 vsize=10547252 CPUtime=8.88 cores=0,2,4,6
/proc/3513/task/3525/stat : 3525 (java) S 3511 3513 3030 0 -1 4202560 20216 0 0 0 885 3 0 0 15 0 19 0 833567891 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 0 0 16800975 18446604448730282112 0 0 -1 2 0 0 0
[pid=3513/tid=3526] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3526/stat : 3526 (java) S 3511 3513 3030 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833567891 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3527] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3527/stat : 3527 (java) S 3511 3513 3030 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833567891 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3528] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3528/stat : 3528 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652683185 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3529] ppid=3511 vsize=10547252 CPUtime=0.64 cores=0,2,4,6
/proc/3513/task/3529/stat : 3529 (java) S 3511 3513 3030 0 -1 4202560 3705 0 0 0 64 0 0 0 15 0 19 0 833567893 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3530] ppid=3511 vsize=10547252 CPUtime=0.86 cores=0,2,4,6
/proc/3513/task/3530/stat : 3530 (java) S 3511 3513 3030 0 -1 4202560 5006 0 0 0 86 0 0 0 15 0 19 0 833567893 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3531] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3531/stat : 3531 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3532] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3532/stat : 3532 (java) S 3511 3513 3030 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 833567893 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3533] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3533/stat : 3533 (java) S 3511 3513 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833567937 10800386048 946554 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1725.12
Current children cumulated vsize (KiB) 10547252

[startup+1782.3 s]
/proc/loadavg: 2.16 2.08 2.02 3/587 3740
/proc/meminfo: memFree=13615716/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=10547252 CPUtime=1785.18 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 957411 0 1 0 178410 108 0 0 25 0 19 0 833567888 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 2636813 949750 2267 9 0 2627547 0
[pid=3513/tid=3514] ppid=3511 vsize=10547252 CPUtime=1772.02 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 859541 0 1 0 177110 92 0 0 25 0 19 0 833567888 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 46912505831563 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3513/tid=3516] ppid=3511 vsize=10547252 CPUtime=0.25 cores=0,2,4,6
/proc/3513/task/3516/stat : 3516 (java) S 3511 3513 3030 0 -1 4202560 9431 0 0 0 24 1 0 0 15 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3518] ppid=3511 vsize=10547252 CPUtime=0.29 cores=0,2,4,6
/proc/3513/task/3518/stat : 3518 (java) S 3511 3513 3030 0 -1 4202560 11590 0 0 0 27 2 0 0 16 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3519] ppid=3511 vsize=10547252 CPUtime=0.27 cores=0,2,4,6
/proc/3513/task/3519/stat : 3519 (java) S 3511 3513 3030 0 -1 4202560 9763 0 0 0 26 1 0 0 16 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3520] ppid=3511 vsize=10547252 CPUtime=0.23 cores=0,2,4,6
/proc/3513/task/3520/stat : 3520 (java) S 3511 3513 3030 0 -1 4202560 7981 0 0 0 22 1 0 0 16 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3521] ppid=3511 vsize=10547252 CPUtime=0.24 cores=0,2,4,6
/proc/3513/task/3521/stat : 3521 (java) S 3511 3513 3030 0 -1 4202560 6769 0 0 0 23 1 0 0 15 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3522] ppid=3511 vsize=10547252 CPUtime=0.24 cores=0,2,4,6
/proc/3513/task/3522/stat : 3522 (java) S 3511 3513 3030 0 -1 4202560 6845 0 0 0 24 0 0 0 15 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3523] ppid=3511 vsize=10547252 CPUtime=0.27 cores=0,2,4,6
/proc/3513/task/3523/stat : 3523 (java) S 3511 3513 3030 0 -1 4202560 6931 0 0 0 27 0 0 0 15 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3524] ppid=3511 vsize=10547252 CPUtime=0.28 cores=0,2,4,6
/proc/3513/task/3524/stat : 3524 (java) S 3511 3513 3030 0 -1 4202560 8024 0 0 0 27 1 0 0 15 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3525] ppid=3511 vsize=10547252 CPUtime=9.47 cores=0,2,4,6
/proc/3513/task/3525/stat : 3525 (java) S 3511 3513 3030 0 -1 4202560 20572 0 0 0 944 3 0 0 15 0 19 0 833567891 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 0 0 16800975 18446604448730282112 0 0 -1 2 0 0 0
[pid=3513/tid=3526] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3526/stat : 3526 (java) S 3511 3513 3030 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833567891 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3527] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3527/stat : 3527 (java) S 3511 3513 3030 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833567891 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3528] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3528/stat : 3528 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652683185 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3529] ppid=3511 vsize=10547252 CPUtime=0.64 cores=0,2,4,6
/proc/3513/task/3529/stat : 3529 (java) S 3511 3513 3030 0 -1 4202560 3705 0 0 0 64 0 0 0 15 0 19 0 833567893 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3530] ppid=3511 vsize=10547252 CPUtime=0.86 cores=0,2,4,6
/proc/3513/task/3530/stat : 3530 (java) S 3511 3513 3030 0 -1 4202560 5006 0 0 0 86 0 0 0 15 0 19 0 833567893 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3531] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3531/stat : 3531 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3532] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3532/stat : 3532 (java) S 3511 3513 3030 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833567893 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3533] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3533/stat : 3533 (java) S 3511 3513 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833567937 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1785.18
Current children cumulated vsize (KiB) 10547252



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.2 s]
/proc/loadavg: 2.12 2.08 2.02 3/587 3740
/proc/meminfo: memFree=13615604/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=10547252 CPUtime=1800.09 cores=0,2,4,6
/proc/3513/stat : 3513 (java) S 3511 3513 3030 0 -1 4202496 957411 0 1 0 179901 108 0 0 25 0 19 0 833567888 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 2636813 949750 2267 9 0 2627547 0
[pid=3513/tid=3514] ppid=3511 vsize=10547252 CPUtime=1786.95 cores=0,2,4,6
/proc/3513/task/3514/stat : 3514 (java) R 3511 3513 3030 0 -1 4202560 859541 0 1 0 178603 92 0 0 25 0 19 0 833567888 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 46912505821804 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=3513/tid=3516] ppid=3511 vsize=10547252 CPUtime=0.25 cores=0,2,4,6
/proc/3513/task/3516/stat : 3516 (java) S 3511 3513 3030 0 -1 4202560 9431 0 0 0 24 1 0 0 15 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3518] ppid=3511 vsize=10547252 CPUtime=0.29 cores=0,2,4,6
/proc/3513/task/3518/stat : 3518 (java) S 3511 3513 3030 0 -1 4202560 11590 0 0 0 27 2 0 0 16 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3519] ppid=3511 vsize=10547252 CPUtime=0.27 cores=0,2,4,6
/proc/3513/task/3519/stat : 3519 (java) S 3511 3513 3030 0 -1 4202560 9763 0 0 0 26 1 0 0 16 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3520] ppid=3511 vsize=10547252 CPUtime=0.23 cores=0,2,4,6
/proc/3513/task/3520/stat : 3520 (java) S 3511 3513 3030 0 -1 4202560 7981 0 0 0 22 1 0 0 16 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3521] ppid=3511 vsize=10547252 CPUtime=0.24 cores=0,2,4,6
/proc/3513/task/3521/stat : 3521 (java) S 3511 3513 3030 0 -1 4202560 6769 0 0 0 23 1 0 0 15 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3522] ppid=3511 vsize=10547252 CPUtime=0.24 cores=0,2,4,6
/proc/3513/task/3522/stat : 3522 (java) S 3511 3513 3030 0 -1 4202560 6845 0 0 0 24 0 0 0 15 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3523] ppid=3511 vsize=10547252 CPUtime=0.27 cores=0,2,4,6
/proc/3513/task/3523/stat : 3523 (java) S 3511 3513 3030 0 -1 4202560 6931 0 0 0 27 0 0 0 15 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3524] ppid=3511 vsize=10547252 CPUtime=0.28 cores=0,2,4,6
/proc/3513/task/3524/stat : 3524 (java) S 3511 3513 3030 0 -1 4202560 8024 0 0 0 27 1 0 0 15 0 19 0 833567890 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3525] ppid=3511 vsize=10547252 CPUtime=9.47 cores=0,2,4,6
/proc/3513/task/3525/stat : 3525 (java) S 3511 3513 3030 0 -1 4202560 20572 0 0 0 944 3 0 0 15 0 19 0 833567891 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 0 0 16800975 18446604448730282112 0 0 -1 2 0 0 0
[pid=3513/tid=3526] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3526/stat : 3526 (java) S 3511 3513 3030 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833567891 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3527] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3527/stat : 3527 (java) S 3511 3513 3030 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833567891 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 6 0 0 0
[pid=3513/tid=3528] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3528/stat : 3528 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652683185 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3529] ppid=3511 vsize=10547252 CPUtime=0.64 cores=0,2,4,6
/proc/3513/task/3529/stat : 3529 (java) S 3511 3513 3030 0 -1 4202560 3705 0 0 0 64 0 0 0 15 0 19 0 833567893 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3530] ppid=3511 vsize=10547252 CPUtime=0.86 cores=0,2,4,6
/proc/3513/task/3530/stat : 3530 (java) S 3511 3513 3030 0 -1 4202560 5006 0 0 0 86 0 0 0 15 0 19 0 833567893 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3531] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3531/stat : 3531 (java) S 3511 3513 3030 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833567893 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652675481 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
[pid=3513/tid=3532] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3532/stat : 3532 (java) S 3511 3513 3030 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 833567893 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 0 0 0 0
[pid=3513/tid=3533] ppid=3511 vsize=10547252 CPUtime=0 cores=0,2,4,6
/proc/3513/task/3533/stat : 3533 (java) S 3511 3513 3030 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833567937 10800386048 949750 33554432000 1073741824 1073778376 140735314545776 18446744073709551615 253652676096 0 4 0 16800975 18446604448730282112 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10547252

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

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

[startup+1797.4 s]
/proc/loadavg: 2.12 2.08 2.02 3/587 3740
/proc/meminfo: memFree=13615604/32951124 swapFree=53733252/67111528
[pid=3513] ppid=3511 vsize=0 CPUtime=1800.38 cores=0,2,4,6
/proc/3513/stat : 3513 (java) Z 3511 3513 3030 0 -1 4203548 957440 0 1 0 179920 118 0 0 17 0 2 0 833567888 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/3513/statm: 0 0 0 0 0 0 0
[pid=3513/tid=3533] ppid=3511 vsize=0 CPUtime=0.09 cores=0,2,4,6
/proc/3513/task/3533/stat : 3533 (java) R 3511 3513 3030 0 -1 4203588 7 0 0 0 0 9 0 0 18 0 2 0 833567937 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.38
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1797.44
CPU time (s): 1800.44
CPU user time (s): 1799.21
CPU system time (s): 1.22781
CPU usage (%): 100.166
Max. virtual memory (cumulated for all children) (KiB): 10547460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.22781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 957440
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= 40142
involuntary context switches= 6611

runsolver used 10.6924 second user time and 22.0596 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 22:34:35
IDJOB=3456366
IDBENCH=2109
IDSOLVER=1951
FILE ID=node106/3456366-1307219675
RUNJOBID= node106-1307215872-3048
PBS_JOBID= 13509112
Free space on /tmp= 73760 MiB

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

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

MD5SUM BENCH= 473e2cd0e31e48ba0932d7bd34857dd0
RANDOM SEED=1255906419

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17450964 kB
Buffers:        401236 kB
Cached:        6028936 kB
SwapCached:      22744 kB
Active:        9576088 kB
Inactive:      5575924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17450964 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:             868 kB
Writeback:           0 kB
AnonPages:     8718340 kB
Mapped:          34428 kB
Slab:           192816 kB
PageTables:      84948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 177893676 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= 73760 MiB
End job on node106 at 2011-06-04 23:04:34