Trace number 3456365

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUM8fb889bdb08324a2b9780b5ff988846e
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 variables2000
Total number of constraints5250
Number of constraints which are clauses5250
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 constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
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 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.1.v20110525
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.18-164.el5
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		9996466904
0.03/0.08	c Max memory 		10048897024
0.03/0.08	c Total memory 		10048897024
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
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@38540408
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-3456365-1307219495.opb
0.10/0.11	c reading problem ... 
0.50/0.32	c ... done. Wall clock time 0.22s.
0.50/0.33	c #vars     2000
0.50/0.33	c #constraints  5250
0.50/0.33	c constraints type 
0.50/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1000
0.50/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4250
2.76/2.09	c cleaning 0 clauses out of 5000 with flag 0/5000
4.65/3.84	c cleaning 0 clauses out of 11001 with flag 0/11001
6.84/6.06	c cleaning 0 clauses out of 18001 with flag 0/18001
9.71/8.82	c cleaning 0 clauses out of 26000 with flag 0/26000
13.06/12.12	c cleaning 0 clauses out of 35000 with flag 0/35000
17.05/16.18	c cleaning 0 clauses out of 45000 with flag 0/45000
21.65/20.71	c cleaning 0 clauses out of 55001 with flag 0/55001
26.36/25.48	c cleaning 0 clauses out of 65003 with flag 0/65003
31.68/30.76	c cleaning 0 clauses out of 75000 with flag 0/75000
37.57/36.66	c cleaning 0 clauses out of 85000 with flag 0/85000
43.27/42.34	c cleaning 0 clauses out of 95000 with flag 0/95000
49.30/48.32	c cleaning 0 clauses out of 105002 with flag 0/105002
55.78/54.86	c cleaning 0 clauses out of 115000 with flag 0/115000
63.39/62.41	c cleaning 0 clauses out of 125002 with flag 0/125002
70.80/69.86	c cleaning 0 clauses out of 135001 with flag 0/135001
78.70/77.77	c cleaning 0 clauses out of 145001 with flag 0/145001
87.01/86.07	c cleaning 0 clauses out of 155000 with flag 0/155000
95.64/94.64	c cleaning 0 clauses out of 165001 with flag 0/165001
105.13/104.10	c cleaning 0 clauses out of 175000 with flag 0/175000
115.45/114.45	c cleaning 0 clauses out of 185002 with flag 0/185002
125.36/124.34	c cleaning 0 clauses out of 195000 with flag 0/195000
135.74/134.73	c cleaning 0 clauses out of 205003 with flag 0/205003
146.17/145.19	c cleaning 0 clauses out of 215000 with flag 0/215000
156.57/155.55	c cleaning 0 clauses out of 225001 with flag 0/225001
167.67/166.68	c cleaning 0 clauses out of 235001 with flag 0/235001
179.30/178.26	c cleaning 0 clauses out of 245000 with flag 0/245000
190.99/189.99	c cleaning 0 clauses out of 255000 with flag 0/255000
205.49/204.47	c cleaning 0 clauses out of 265001 with flag 0/265001
219.81/218.81	c cleaning 0 clauses out of 275000 with flag 0/275000
234.23/233.13	c cleaning 0 clauses out of 285000 with flag 0/285000
248.32/247.20	c cleaning 0 clauses out of 295002 with flag 0/295002
262.84/261.81	c cleaning 0 clauses out of 305000 with flag 0/305000
276.88/275.70	c cleaning 0 clauses out of 315000 with flag 0/315000
293.53/292.34	c cleaning 0 clauses out of 325001 with flag 0/325001
310.14/308.99	c cleaning 0 clauses out of 335000 with flag 0/335000
326.77/325.61	c cleaning 0 clauses out of 345000 with flag 0/345000
344.26/343.00	c cleaning 0 clauses out of 355001 with flag 0/355001
361.28/360.09	c cleaning 0 clauses out of 365000 with flag 0/365000
379.09/377.89	c cleaning 0 clauses out of 375001 with flag 0/375001
397.00/395.79	c cleaning 0 clauses out of 385001 with flag 0/385001
418.41/417.15	c cleaning 0 clauses out of 395000 with flag 0/395000
440.32/439.04	c cleaning 0 clauses out of 405002 with flag 0/405002
459.95/458.71	c cleaning 0 clauses out of 415002 with flag 0/415002
481.34/480.01	c cleaning 0 clauses out of 425000 with flag 0/425000
502.97/501.66	c cleaning 0 clauses out of 435001 with flag 0/435001
523.07/521.76	c cleaning 0 clauses out of 445002 with flag 0/445002
544.98/543.61	c cleaning 0 clauses out of 455002 with flag 0/455002
565.49/564.20	c cleaning 0 clauses out of 465004 with flag 0/465004
585.42/584.11	c cleaning 0 clauses out of 475001 with flag 0/475001
607.53/606.19	c cleaning 0 clauses out of 485000 with flag 0/485000
628.72/627.37	c cleaning 0 clauses out of 495001 with flag 0/495001
650.83/649.48	c cleaning 0 clauses out of 505005 with flag 0/505005
672.14/670.75	c cleaning 0 clauses out of 515000 with flag 0/515000
694.37/692.98	c cleaning 0 clauses out of 525000 with flag 0/525000
717.48/716.06	c cleaning 0 clauses out of 535000 with flag 0/535000
739.59/738.18	c cleaning 0 clauses out of 545001 with flag 0/545001
762.88/761.40	c cleaning 0 clauses out of 555002 with flag 0/555002
786.29/784.84	c cleaning 0 clauses out of 565000 with flag 0/565000
810.20/808.74	c cleaning 0 clauses out of 575000 with flag 0/575000
835.42/833.96	c cleaning 0 clauses out of 585002 with flag 0/585002
870.23/868.75	c cleaning 0 clauses out of 595000 with flag 0/595000
902.25/900.75	c cleaning 0 clauses out of 605000 with flag 0/605000
933.66/932.18	c cleaning 0 clauses out of 615001 with flag 0/615001
962.57/961.06	c cleaning 0 clauses out of 625000 with flag 0/625000
993.28/991.78	c cleaning 0 clauses out of 635000 with flag 0/635000
1021.60/1020.01	c cleaning 0 clauses out of 645000 with flag 0/645000
1052.72/1051.10	c cleaning 0 clauses out of 655000 with flag 0/655000
1081.43/1079.89	c cleaning 0 clauses out of 665000 with flag 0/665000
1111.15/1109.52	c cleaning 0 clauses out of 675000 with flag 0/675000
1141.96/1140.32	c cleaning 0 clauses out of 685002 with flag 0/685002
1171.00/1169.38	c cleaning 0 clauses out of 695000 with flag 0/695000
1200.50/1198.85	c cleaning 0 clauses out of 705000 with flag 0/705000
1231.31/1229.69	c cleaning 0 clauses out of 715000 with flag 0/715000
1264.23/1262.51	c cleaning 0 clauses out of 725000 with flag 0/725000
1294.27/1292.52	c cleaning 0 clauses out of 735001 with flag 0/735001
1323.66/1321.92	c cleaning 0 clauses out of 745001 with flag 0/745001
1355.67/1353.96	c cleaning 0 clauses out of 755000 with flag 0/755000
1387.29/1385.56	c cleaning 0 clauses out of 765001 with flag 0/765001
1418.21/1416.46	c cleaning 0 clauses out of 775000 with flag 0/775000
1451.64/1449.86	c cleaning 0 clauses out of 785001 with flag 0/785001
1484.35/1482.54	c cleaning 0 clauses out of 795000 with flag 0/795000
1514.88/1513.06	c cleaning 0 clauses out of 805002 with flag 0/805002
1546.60/1544.75	c cleaning 0 clauses out of 815001 with flag 0/815001
1578.52/1576.69	c cleaning 0 clauses out of 825000 with flag 0/825000
1609.34/1607.48	c cleaning 0 clauses out of 835002 with flag 0/835002
1638.96/1637.05	c cleaning 0 clauses out of 845000 with flag 0/845000
1671.89/1669.98	c cleaning 0 clauses out of 855001 with flag 0/855001
1704.31/1702.30	c cleaning 0 clauses out of 865000 with flag 0/865000
1739.22/1737.29	c cleaning 0 clauses out of 875001 with flag 0/875001
1778.64/1776.68	c cleaning 0 clauses out of 885002 with flag 0/885002
1800.07/1798.02	c starts		: 180
1800.07/1798.02	c conflicts		: 889506
1800.07/1798.02	c decisions		: 1144884
1800.07/1798.02	c propagations		: 208433775
1800.07/1798.02	c inspects		: 10140626104
1800.07/1798.02	c shortcuts		: 0
1800.07/1798.02	c learnt literals	: 0
1800.07/1798.02	c learnt binary clauses	: 0
1800.07/1798.02	c learnt ternary clauses	: 78
1800.07/1798.02	c learnt constraints	: 889506
1800.07/1798.02	c ignored constraints	: 0
1800.07/1798.02	c root simplifications	: 0
1800.07/1798.02	c removed literals (reason simplification)	: 0
1800.07/1798.02	c reason swapping (by a shorter reason)	: 0
1800.07/1798.02	c Calls to reduceDB	: 90
1800.07/1798.02	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.02	c number of learned constraints concerned by reduction	: 0
1800.07/1798.02	c number of learning phase by resolution	: 0
1800.07/1798.02	c number of learning phase by cutting planes	: 0
1800.07/1798.02	c speed (assignments/second)	: 115944.97957385454
1800.07/1798.02	c non guided choices	0
1800.07/1798.09	c learnt constraints type 
1800.07/1798.09	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 889528
1800.07/1798.09	c constraints type 
1800.07/1798.09	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1000
1800.07/1798.09	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4250
1800.07/1798.09	s UNKNOWN
1800.07/1798.09	c Total wall clock time (in seconds): 1797.988

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-3456365-1307219495/watcher-3456365-1307219495 -o /tmp/evaluation-result-3456365-1307219495/solver-3456365-1307219495 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3456365-1307219495.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: 2.27 2.14 2.03 3/471 30948
/proc/meminfo: memFree=28968572/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 6455 0 1 0 0 0 0 0 25 0 2 0 833547380 10694979584 6157 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2611079 6171 917 9 0 2602235 0
[pid=30948/tid=30949] ppid=30946 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 5398 0 1 0 0 0 0 0 25 0 2 0 833547381 10694979584 6214 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271550231611 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0452359 s]
/proc/loadavg: 2.27 2.14 2.03 3/471 30948
/proc/meminfo: memFree=28968572/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 11298 0 1 0 2 1 0 0 25 0 13 0 833547380 10718699520 10995 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2616870 10995 1675 9 0 2607618 0
[pid=30948/tid=30949] ppid=30946 vsize=10467480 CPUtime=0.03 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 10152 0 1 0 2 1 0 0 25 0 13 0 833547381 10718699520 10996 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 47205654051939 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467480

[startup+0.100203 s]
/proc/loadavg: 2.27 2.14 2.03 3/471 30948
/proc/meminfo: memFree=28968572/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10540092 CPUtime=0.1 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 13093 0 1 0 9 1 0 0 25 0 18 0 833547380 10793054208 12746 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2635023 12746 2092 9 0 2625757 0
[pid=30948/tid=30949] ppid=30946 vsize=10540092 CPUtime=0.08 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 11152 0 1 0 7 1 0 0 18 0 18 0 833547381 10793054208 12747 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 47205653095477 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) 10540092

[startup+0.301131 s]
/proc/loadavg: 2.27 2.14 2.03 3/471 30948
/proc/meminfo: memFree=28968572/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10541988 CPUtime=0.5 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 16259 0 1 0 49 1 0 0 25 0 18 0 833547380 10794995712 15683 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2635497 15685 2201 9 0 2626231 0
[pid=30948/tid=30949] ppid=30946 vsize=10541988 CPUtime=0.28 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 13358 0 1 0 27 1 0 0 18 0 18 0 833547381 10794995712 15685 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 46912505553815 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10541988

[startup+0.701127 s]
/proc/loadavg: 2.27 2.14 2.03 3/471 30948
/proc/meminfo: memFree=28968572/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10546724 CPUtime=1.38 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 29868 0 1 0 135 3 0 0 25 0 19 0 833547380 10799845376 27279 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2636681 27279 2229 9 0 2627415 0
[pid=30948/tid=30949] ppid=30946 vsize=10546724 CPUtime=0.68 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 22924 0 1 0 66 2 0 0 18 0 19 0 833547381 10799845376 27279 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 46912505809314 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 10546724

[startup+1.50096 s]
/proc/loadavg: 2.27 2.14 2.03 3/490 30967
/proc/meminfo: memFree=28800472/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10546724 CPUtime=2.24 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 73700 0 1 0 216 8 0 0 25 0 19 0 833547380 10799845376 71110 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2636681 71110 2231 9 0 2627415 0
[pid=30948/tid=30949] ppid=30946 vsize=10546724 CPUtime=1.48 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 66742 0 1 0 141 7 0 0 18 0 19 0 833547381 10799845376 71110 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 46912505873270 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30948/tid=30951] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547382 10799845376 71110 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547382 10799845376 71114 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30953] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547383 10799845376 71116 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547383 10799845376 71119 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547383 10799845376 71121 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547383 10799845376 71123 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547383 10799845376 71124 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547383 10799845376 71126 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30959] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30316 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 71128 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 0 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30316 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 833547384 10799845376 71129 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30961] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30316 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 833547384 10799845376 71131 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30962] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30962/stat : 30962 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 71132 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562361265 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30963] ppid=30946 vsize=10546724 CPUtime=0.38 cores=1,3,5,7
/proc/30948/task/30963/stat : 30963 (java) S 30946 30948 30316 0 -1 4202560 2631 0 0 0 38 0 0 0 15 0 19 0 833547386 10799845376 71134 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30964] ppid=30946 vsize=10546724 CPUtime=0.35 cores=1,3,5,7
/proc/30948/task/30964/stat : 30964 (java) S 30946 30948 30316 0 -1 4202560 3167 0 0 0 35 0 0 0 15 0 19 0 833547386 10799845376 71135 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30965] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30965/stat : 30965 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 71137 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30966] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30966/stat : 30966 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833547386 10799845376 71137 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30967] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30967/stat : 30967 (java) S 30946 30948 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833547415 10799845376 71138 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10546724

[startup+3.10066 s]
/proc/loadavg: 2.27 2.14 2.03 11/490 30967
/proc/meminfo: memFree=28563792/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10546724 CPUtime=3.89 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 106054 0 1 0 377 12 0 0 25 0 19 0 833547380 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2636681 103456 2261 9 0 2627415 0
[pid=30948/tid=30949] ppid=30946 vsize=10546724 CPUtime=3.06 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 97732 0 1 0 295 11 0 0 19 0 19 0 833547381 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 46912505711289 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=30948/tid=30951] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30316 0 -1 4202560 325 0 0 0 0 0 0 0 18 0 19 0 833547382 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30316 0 -1 4202560 222 0 0 0 0 0 0 0 18 0 19 0 833547382 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30953] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30316 0 -1 4202560 124 0 0 0 0 0 0 0 18 0 19 0 833547383 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 833547383 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 833547383 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 833547383 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 833547383 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 833547383 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30959] ppid=30946 vsize=10546724 CPUtime=0.01 cores=1,3,5,7
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30316 0 -1 4202560 675 0 0 0 1 0 0 0 15 0 19 0 833547384 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 0 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30961] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30962] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30962/stat : 30962 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562361265 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30963] ppid=30946 vsize=10546724 CPUtime=0.4 cores=1,3,5,7
/proc/30948/task/30963/stat : 30963 (java) S 30946 30948 30316 0 -1 4202560 2640 0 0 0 40 0 0 0 15 0 19 0 833547386 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30964] ppid=30946 vsize=10546724 CPUtime=0.38 cores=1,3,5,7
/proc/30948/task/30964/stat : 30964 (java) S 30946 30948 30316 0 -1 4202560 3180 0 0 0 38 0 0 0 15 0 19 0 833547386 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30965] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30965/stat : 30965 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30966] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30966/stat : 30966 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833547386 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30967] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30967/stat : 30967 (java) S 30946 30948 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833547415 10799845376 103456 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 10546724

[startup+6.30104 s]
/proc/loadavg: 2.25 2.14 2.03 3/490 30967
/proc/meminfo: memFree=28460880/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10546724 CPUtime=7.2 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 144036 0 1 0 703 17 0 0 25 0 19 0 833547380 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2636681 140816 2262 9 0 2627415 0
[pid=30948/tid=30949] ppid=30946 vsize=10546724 CPUtime=6.21 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 133713 0 1 0 606 15 0 0 25 0 19 0 833547381 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 46912505691431 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=30948/tid=30951] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30316 0 -1 4202560 326 0 0 0 0 0 0 0 16 0 19 0 833547382 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30316 0 -1 4202560 222 0 0 0 0 0 0 0 15 0 19 0 833547382 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30953] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30316 0 -1 4202560 127 0 0 0 0 0 0 0 15 0 19 0 833547383 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30316 0 -1 4202560 145 0 0 0 0 0 0 0 15 0 19 0 833547383 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30316 0 -1 4202560 88 0 0 0 0 0 0 0 18 0 19 0 833547383 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30316 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 833547383 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 833547383 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30316 0 -1 4202560 151 0 0 0 0 0 0 0 15 0 19 0 833547383 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30959] ppid=30946 vsize=10546724 CPUtime=0.04 cores=1,3,5,7
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30316 0 -1 4202560 1736 0 0 0 4 0 0 0 16 0 19 0 833547384 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 0 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30961] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30962] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30962/stat : 30962 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562361265 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30963] ppid=30946 vsize=10546724 CPUtime=0.43 cores=1,3,5,7
/proc/30948/task/30963/stat : 30963 (java) S 30946 30948 30316 0 -1 4202560 2645 0 0 0 43 0 0 0 15 0 19 0 833547386 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30964] ppid=30946 vsize=10546724 CPUtime=0.46 cores=1,3,5,7
/proc/30948/task/30964/stat : 30964 (java) S 30946 30948 30316 0 -1 4202560 3637 0 0 0 46 0 0 0 15 0 19 0 833547386 10799845376 140816 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0

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

/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 278416 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30962] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30962/stat : 30962 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 278416 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562361265 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30963] ppid=30946 vsize=10546724 CPUtime=0.43 cores=1,3,5,7
/proc/30948/task/30963/stat : 30963 (java) S 30946 30948 30316 0 -1 4202560 2645 0 0 0 43 0 0 0 15 0 19 0 833547386 10799845376 278416 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30964] ppid=30946 vsize=10546724 CPUtime=0.61 cores=1,3,5,7
/proc/30948/task/30964/stat : 30964 (java) S 30946 30948 30316 0 -1 4202560 5043 0 0 0 61 0 0 0 15 0 19 0 833547386 10799845376 278416 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30965] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30965/stat : 30965 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 278416 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30966] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30966/stat : 30966 (java) S 30946 30948 30316 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 833547386 10799845376 278416 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30967] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30967/stat : 30967 (java) S 30946 30948 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833547415 10799845376 278416 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1664.29
Current children cumulated vsize (KiB) 10546724

[startup+1722.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/490 31013
/proc/meminfo: memFree=26461476/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10546724 CPUtime=1724.32 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 284926 0 1 0 172397 35 0 0 25 0 19 0 833547380 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2636681 280058 2263 9 0 2627415 0
[pid=30948/tid=30949] ppid=30946 vsize=10546724 CPUtime=1705.75 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 199890 0 1 0 170553 22 0 0 25 0 19 0 833547381 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 46912505864019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30948/tid=30951] ppid=30946 vsize=10546724 CPUtime=0.2 cores=1,3,5,7
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30316 0 -1 4202560 683 0 0 0 20 0 0 0 16 0 19 0 833547382 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=10546724 CPUtime=0.25 cores=1,3,5,7
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30316 0 -1 4202560 433 0 0 0 25 0 0 0 16 0 19 0 833547382 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30953] ppid=30946 vsize=10546724 CPUtime=0.19 cores=1,3,5,7
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30316 0 -1 4202560 196 0 0 0 19 0 0 0 15 0 19 0 833547383 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=10546724 CPUtime=0.24 cores=1,3,5,7
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30316 0 -1 4202560 614 0 0 0 24 0 0 0 15 0 19 0 833547383 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=10546724 CPUtime=0.18 cores=1,3,5,7
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30316 0 -1 4202560 364 0 0 0 18 0 0 0 15 0 19 0 833547383 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=10546724 CPUtime=0.16 cores=1,3,5,7
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30316 0 -1 4202560 258 0 0 0 16 0 0 0 15 0 19 0 833547383 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=10546724 CPUtime=0.16 cores=1,3,5,7
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30316 0 -1 4202560 339 0 0 0 16 0 0 0 15 0 19 0 833547383 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=10546724 CPUtime=0.21 cores=1,3,5,7
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30316 0 -1 4202560 1095 0 0 0 21 0 0 0 15 0 19 0 833547383 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30959] ppid=30946 vsize=10546724 CPUtime=15.82 cores=1,3,5,7
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30316 0 -1 4202560 72118 0 0 0 1573 9 0 0 15 0 19 0 833547384 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 0 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30961] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30962] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30962/stat : 30962 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562361265 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30963] ppid=30946 vsize=10546724 CPUtime=0.43 cores=1,3,5,7
/proc/30948/task/30963/stat : 30963 (java) S 30946 30948 30316 0 -1 4202560 2645 0 0 0 43 0 0 0 15 0 19 0 833547386 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30964] ppid=30946 vsize=10546724 CPUtime=0.61 cores=1,3,5,7
/proc/30948/task/30964/stat : 30964 (java) S 30946 30948 30316 0 -1 4202560 5043 0 0 0 61 0 0 0 15 0 19 0 833547386 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30965] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30965/stat : 30965 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30966] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30966/stat : 30966 (java) S 30946 30948 30316 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 833547386 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30967] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30967/stat : 30967 (java) S 30946 30948 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833547415 10799845376 280058 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.32
Current children cumulated vsize (KiB) 10546724

[startup+1782.3 s]
/proc/loadavg: 1.93 2.01 1.99 3/490 31209
/proc/meminfo: memFree=28010748/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10546724 CPUtime=1784.35 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 287569 0 1 0 178400 35 0 0 25 0 19 0 833547380 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2636681 282691 2263 9 0 2627415 0
[pid=30948/tid=30949] ppid=30946 vsize=10546724 CPUtime=1765.08 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 199892 0 1 0 176486 22 0 0 25 0 19 0 833547381 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 46912505864019 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30948/tid=30951] ppid=30946 vsize=10546724 CPUtime=0.21 cores=1,3,5,7
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30316 0 -1 4202560 683 0 0 0 21 0 0 0 15 0 19 0 833547382 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=10546724 CPUtime=0.27 cores=1,3,5,7
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30316 0 -1 4202560 496 0 0 0 27 0 0 0 16 0 19 0 833547382 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30953] ppid=30946 vsize=10546724 CPUtime=0.19 cores=1,3,5,7
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30316 0 -1 4202560 196 0 0 0 19 0 0 0 15 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=10546724 CPUtime=0.26 cores=1,3,5,7
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30316 0 -1 4202560 726 0 0 0 26 0 0 0 16 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=10546724 CPUtime=0.18 cores=1,3,5,7
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30316 0 -1 4202560 364 0 0 0 18 0 0 0 15 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=10546724 CPUtime=0.17 cores=1,3,5,7
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30316 0 -1 4202560 258 0 0 0 17 0 0 0 15 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=10546724 CPUtime=0.16 cores=1,3,5,7
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30316 0 -1 4202560 339 0 0 0 16 0 0 0 15 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=10546724 CPUtime=0.22 cores=1,3,5,7
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30316 0 -1 4202560 1095 0 0 0 22 0 0 0 15 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30959] ppid=30946 vsize=10546724 CPUtime=16.48 cores=1,3,5,7
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30316 0 -1 4202560 74580 0 0 0 1638 10 0 0 15 0 19 0 833547384 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 0 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30961] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30962] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30962/stat : 30962 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562361265 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30963] ppid=30946 vsize=10546724 CPUtime=0.43 cores=1,3,5,7
/proc/30948/task/30963/stat : 30963 (java) S 30946 30948 30316 0 -1 4202560 2645 0 0 0 43 0 0 0 15 0 19 0 833547386 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30964] ppid=30946 vsize=10546724 CPUtime=0.61 cores=1,3,5,7
/proc/30948/task/30964/stat : 30964 (java) S 30946 30948 30316 0 -1 4202560 5043 0 0 0 61 0 0 0 15 0 19 0 833547386 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30965] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30965/stat : 30965 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30966] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30966/stat : 30966 (java) S 30946 30948 30316 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 833547386 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30967] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30967/stat : 30967 (java) S 30946 30948 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833547415 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.35
Current children cumulated vsize (KiB) 10546724



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798 s]
/proc/loadavg: 2.02 2.03 2.00 3/490 31210
/proc/meminfo: memFree=27877156/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=10546724 CPUtime=1800.07 cores=1,3,5,7
/proc/30948/stat : 30948 (java) S 30946 30948 30316 0 -1 4202496 287569 0 1 0 179972 35 0 0 25 0 19 0 833547380 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562340325 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 2636681 282691 2263 9 0 2627415 0
[pid=30948/tid=30949] ppid=30946 vsize=10546724 CPUtime=1780.79 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4202560 199892 0 1 0 178057 22 0 0 25 0 19 0 833547381 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 46912505686791 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=30948/tid=30951] ppid=30946 vsize=10546724 CPUtime=0.21 cores=1,3,5,7
/proc/30948/task/30951/stat : 30951 (java) S 30946 30948 30316 0 -1 4202560 683 0 0 0 21 0 0 0 15 0 19 0 833547382 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30952] ppid=30946 vsize=10546724 CPUtime=0.27 cores=1,3,5,7
/proc/30948/task/30952/stat : 30952 (java) S 30946 30948 30316 0 -1 4202560 496 0 0 0 27 0 0 0 16 0 19 0 833547382 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30953] ppid=30946 vsize=10546724 CPUtime=0.19 cores=1,3,5,7
/proc/30948/task/30953/stat : 30953 (java) S 30946 30948 30316 0 -1 4202560 196 0 0 0 19 0 0 0 15 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30954] ppid=30946 vsize=10546724 CPUtime=0.26 cores=1,3,5,7
/proc/30948/task/30954/stat : 30954 (java) S 30946 30948 30316 0 -1 4202560 726 0 0 0 26 0 0 0 16 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30955] ppid=30946 vsize=10546724 CPUtime=0.18 cores=1,3,5,7
/proc/30948/task/30955/stat : 30955 (java) S 30946 30948 30316 0 -1 4202560 364 0 0 0 18 0 0 0 15 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30956] ppid=30946 vsize=10546724 CPUtime=0.17 cores=1,3,5,7
/proc/30948/task/30956/stat : 30956 (java) S 30946 30948 30316 0 -1 4202560 258 0 0 0 17 0 0 0 15 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30957] ppid=30946 vsize=10546724 CPUtime=0.16 cores=1,3,5,7
/proc/30948/task/30957/stat : 30957 (java) S 30946 30948 30316 0 -1 4202560 339 0 0 0 16 0 0 0 15 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30958] ppid=30946 vsize=10546724 CPUtime=0.22 cores=1,3,5,7
/proc/30948/task/30958/stat : 30958 (java) S 30946 30948 30316 0 -1 4202560 1095 0 0 0 22 0 0 0 15 0 19 0 833547383 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30959] ppid=30946 vsize=10546724 CPUtime=16.48 cores=1,3,5,7
/proc/30948/task/30959/stat : 30959 (java) S 30946 30948 30316 0 -1 4202560 74580 0 0 0 1638 10 0 0 15 0 19 0 833547384 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 0 0 16800975 18446604455691111488 0 0 -1 3 0 0 0
[pid=30948/tid=30960] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30960/stat : 30960 (java) S 30946 30948 30316 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30961] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30961/stat : 30961 (java) S 30946 30948 30316 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 833547384 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
[pid=30948/tid=30962] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30962/stat : 30962 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562361265 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30963] ppid=30946 vsize=10546724 CPUtime=0.43 cores=1,3,5,7
/proc/30948/task/30963/stat : 30963 (java) S 30946 30948 30316 0 -1 4202560 2645 0 0 0 43 0 0 0 15 0 19 0 833547386 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30964] ppid=30946 vsize=10546724 CPUtime=0.61 cores=1,3,5,7
/proc/30948/task/30964/stat : 30964 (java) S 30946 30948 30316 0 -1 4202560 5043 0 0 0 61 0 0 0 15 0 19 0 833547386 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30965] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30965/stat : 30965 (java) S 30946 30948 30316 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 833547386 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562353561 0 4 0 16800975 18446604455691111488 0 0 -1 1 0 0 0
[pid=30948/tid=30966] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30966/stat : 30966 (java) S 30946 30948 30316 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 833547386 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 5 0 0 0
[pid=30948/tid=30967] ppid=30946 vsize=10546724 CPUtime=0 cores=1,3,5,7
/proc/30948/task/30967/stat : 30967 (java) S 30946 30948 30316 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 833547415 10799845376 282691 33554432000 1073741824 1073778376 140737266430640 18446744073709551615 271562354176 0 4 0 16800975 18446604455691111488 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10546724

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

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

[startup+1798.12 s]
/proc/loadavg: 2.02 2.03 2.00 3/490 31210
/proc/meminfo: memFree=27877156/32951124 swapFree=55639044/67111528
[pid=30948] ppid=30946 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/30948/stat : 30948 (java) Z 30946 30948 30316 0 -1 4203548 287601 0 1 0 179988 38 0 0 17 0 2 0 833547380 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/30948/statm: 0 0 0 0 0 0 0
[pid=30948/tid=30949] ppid=30946 vsize=0 CPUtime=1780.9 cores=1,3,5,7
/proc/30948/task/30949/stat : 30949 (java) R 30946 30948 30316 0 -1 4203588 199892 0 1 0 178065 25 0 0 25 0 2 0 833547381 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1798.14
CPU time (s): 1800.29
CPU user time (s): 1799.89
CPU system time (s): 0.401938
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 10546724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.89
system time used= 0.401938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287601
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= 39001
involuntary context switches= 12484

runsolver used 8.20475 second user time and 19.608 second system time

The end

Launcher Data

Begin job on node133 at 2011-06-04 22:31:35
IDJOB=3456365
IDBENCH=2075
IDSOLVER=1951
FILE ID=node133/3456365-1307219495
RUNJOBID= node133-1307215869-30335
PBS_JOBID= 13509091
Free space on /tmp= 73980 MiB

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

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

MD5SUM BENCH= 8fb889bdb08324a2b9780b5ff988846e
RANDOM SEED=88104297

node133.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.834
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.834
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
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.834
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.834
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	: 6741.12
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.834
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.834
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.83
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.834
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.74
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.834
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:      28968728 kB
Buffers:        336112 kB
Cached:         623516 kB
SwapCached:      10584 kB
Active:        3131676 kB
Inactive:       570560 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28968728 kB
SwapTotal:    67111528 kB
SwapFree:     55639044 kB
Dirty:            1544 kB
Writeback:           0 kB
AnonPages:     2740024 kB
Mapped:          21188 kB
Slab:           153848 kB
PageTables:      59072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125275796 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73980 MiB
End job on node133 at 2011-06-04 23:01:35