Trace number 3454172

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.39 908.526

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g250.29.opb
MD5SUMb0a7c1cc13cb603591c6d50e3dba1a47
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 variables14500
Total number of constraints461872
Number of constraints which are clauses461872
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 constraint29
Number of terms in the objective function 14500
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 14500
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14500
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454172-1307188806.opb
0.11/0.11	c reading problem ... 
3.08/2.59	c ... done. Wall clock time 2.48s.
3.08/2.59	c #vars     14500
3.08/2.59	c #constraints  461872
3.08/2.59	c constraints type 
3.08/2.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
3.08/2.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 461622
3.08/2.59	c constraints type 
3.08/2.59	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 461622
3.08/2.59	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
9.98/5.66	c cleaning 0 clauses out of 5001 with flag 0/5001
11.15/6.21	c cleaning 2490 clauses out of 5000 with flag 5000/5000
18.09/9.76	c cleaning 0 clauses out of 11000 with flag 0/11000
19.11/10.35	c cleaning 4248 clauses out of 8511 with flag 11001/11001
28.71/15.04	c cleaning 5610 clauses out of 11262 with flag 18000/18000
31.25/16.17	c cleaning 0 clauses out of 18000 with flag 0/18000
40.05/20.65	c cleaning 6816 clauses out of 13652 with flag 26000/26000
46.59/23.92	c cleaning 0 clauses out of 26001 with flag 0/26001
53.75/27.67	c cleaning 7915 clauses out of 15837 with flag 35001/35001
64.75/33.29	c cleaning 0 clauses out of 35003 with flag 0/35003
66.16/34.10	c cleaning 8951 clauses out of 17921 with flag 45000/45000
81.34/41.72	c cleaning 9982 clauses out of 19971 with flag 56001/56001
82.84/42.69	c cleaning 0 clauses out of 45000 with flag 0/45000
100.02/51.30	c cleaning 10987 clauses out of 21988 with flag 68000/68000
113.62/58.25	c cleaning 0 clauses out of 56002 with flag 0/56002
122.19/62.62	c cleaning 11988 clauses out of 24001 with flag 81000/81000
144.46/73.91	c cleaning 12983 clauses out of 26013 with flag 95000/95000
150.28/77.00	c cleaning 0 clauses out of 68000 with flag 0/68000
168.41/86.14	c cleaning 14001 clauses out of 28033 with flag 110003/110003
192.59/98.32	c cleaning 15009 clauses out of 30029 with flag 126000/126000
194.46/99.43	c cleaning 0 clauses out of 81003 with flag 0/81003
214.82/109.79	c cleaning 15980 clauses out of 32020 with flag 143000/143000
242.99/123.93	c cleaning 16998 clauses out of 34040 with flag 161000/161000
245.58/125.33	c cleaning 0 clauses out of 95000 with flag 0/95000
273.19/139.36	c cleaning 17997 clauses out of 36042 with flag 180000/180000
313.77/159.78	c cleaning 18991 clauses out of 38045 with flag 200000/200000
322.15/164.00	c cleaning 0 clauses out of 110000 with flag 0/110000
351.48/178.80	c cleaning 20016 clauses out of 40054 with flag 221000/221000
394.92/200.77	c cleaning 21005 clauses out of 42039 with flag 243001/243001
403.88/205.30	c cleaning 0 clauses out of 126001 with flag 0/126001
437.62/222.37	c cleaning 21999 clauses out of 44033 with flag 266000/266000
481.98/244.61	c cleaning 0 clauses out of 143001 with flag 0/143001
485.20/246.47	c cleaning 22999 clauses out of 46035 with flag 290001/290001
542.46/275.24	c cleaning 24002 clauses out of 48039 with flag 315004/315004
577.83/293.06	c cleaning 0 clauses out of 161001 with flag 0/161001
616.72/312.63	c cleaning 24993 clauses out of 50033 with flag 341000/341000
684.12/346.52	c cleaning 26004 clauses out of 52040 with flag 368000/368000
687.39/348.37	c cleaning 0 clauses out of 180000 with flag 0/180000
743.87/376.76	c cleaning 27003 clauses out of 54036 with flag 396000/396000
801.38/405.63	c cleaning 27975 clauses out of 56034 with flag 425001/425001
825.31/417.89	c cleaning 0 clauses out of 200002 with flag 0/200002
866.38/438.52	c cleaning 29016 clauses out of 58058 with flag 455000/455000
938.71/474.89	c cleaning 30000 clauses out of 60042 with flag 486000/486000
977.79/494.54	c cleaning 0 clauses out of 221002 with flag 0/221002
1019.06/515.42	c cleaning 31002 clauses out of 62043 with flag 518001/518001
1091.77/551.92	c cleaning 0 clauses out of 243000 with flag 0/243000
1099.54/556.09	c cleaning 32004 clauses out of 64040 with flag 551000/551000
1197.99/605.43	c cleaning 33010 clauses out of 66036 with flag 585000/585000
1256.13/634.78	c cleaning 0 clauses out of 266000 with flag 0/266000
1276.52/645.14	c cleaning 33992 clauses out of 68028 with flag 620002/620002
1400.23/707.16	c cleaning 35007 clauses out of 70035 with flag 656001/656001
1420.88/717.65	c cleaning 0 clauses out of 290000 with flag 0/290000
1511.52/763.29	c cleaning 35860 clauses out of 72028 with flag 693001/693001
1583.80/799.56	c cleaning 0 clauses out of 315002 with flag 0/315002
1681.70/848.67	c cleaning 36988 clauses out of 74168 with flag 731001/731001
1754.13/885.08	c cleaning 0 clauses out of 341000 with flag 0/341000
1800.07/908.32	c starts		: 170
1800.07/908.32	c conflicts		: 766456
1800.07/908.32	c decisions		: 1320255
1800.07/908.32	c propagations		: 451835875
1800.07/908.32	c inspects		: 3211853884
1800.07/908.32	c shortcuts		: 0
1800.07/908.32	c learnt literals	: 0
1800.07/908.32	c learnt binary clauses	: 0
1800.07/908.32	c learnt ternary clauses	: 0
1800.07/908.32	c learnt constraints	: 766456
1800.07/908.32	c ignored constraints	: 0
1800.07/908.32	c root simplifications	: 0
1800.07/908.32	c removed literals (reason simplification)	: 25337706
1800.07/908.32	c reason swapping (by a shorter reason)	: 0
1800.07/908.32	c Calls to reduceDB	: 34
1800.07/908.32	c number of reductions to clauses (during analyze)	: 0
1800.07/908.32	c number of learned constraints concerned by reduction	: 0
1800.07/908.32	c number of learning phase by resolution	: 0
1800.07/908.32	c number of learning phase by cutting planes	: 0
1800.07/908.32	c speed (assignments/second)	: 498862.76845689456
1800.07/908.32	c non guided choices	51
1800.07/908.35	c learnt constraints type 
1800.07/908.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 72639
1800.07/908.35	c constraints type 
1800.07/908.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 250
1800.07/908.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 461622
1800.07/908.35	c constraints type 
1800.07/908.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 461622
1800.07/908.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 250
1800.07/908.35	s UNKNOWN
1800.07/908.35	c Total wall clock time (in seconds): 908.243

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-3454172-1307188806/watcher-3454172-1307188806 -o /tmp/evaluation-result-3454172-1307188806/solver-3454172-1307188806 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454172-1307188806.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.81 3.82 3.32 4/551 8971
/proc/meminfo: memFree=12778064/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/8971/stat : 8971 (java) S 8969 8971 4029 0 -1 4202496 2125 0 1 0 0 0 0 0 17 0 2 0 830479291 10681323520 1826 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982352869 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 2607745 1839 906 9 0 2598901 0
[pid=8971/tid=8972] ppid=8969 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8972/stat : 8972 (java) R 8969 8971 4029 0 -1 4202560 5921 0 1 0 0 0 0 0 18 0 2 0 830479291 10694979584 6736 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242970244155 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0709229 s]
/proc/loadavg: 3.81 3.82 3.32 4/551 8971
/proc/meminfo: memFree=12778064/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/8971/stat : 8971 (java) S 8969 8971 4029 0 -1 4202496 11814 0 1 0 4 1 0 0 17 0 18 0 830479291 10724442112 11510 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 2618272 11511 1742 9 0 2609006 0
[pid=8971/tid=8972] ppid=8969 vsize=10473088 CPUtime=0.05 cores=0,2,4,6
/proc/8971/task/8972/stat : 8972 (java) R 8969 8971 4029 0 -1 4202560 10640 0 1 0 4 1 0 0 25 0 18 0 830479291 10724442112 11511 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 47037716286291 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10473088

[startup+0.100923 s]
/proc/loadavg: 3.81 3.82 3.32 4/551 8971
/proc/meminfo: memFree=12778064/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=10539980 CPUtime=0.11 cores=0,2,4,6
/proc/8971/stat : 8971 (java) S 8969 8971 4029 0 -1 4202496 13046 0 1 0 9 2 0 0 17 0 18 0 830479291 10792939520 12710 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 2634995 12711 2092 9 0 2625729 0
[pid=8971/tid=8972] ppid=8969 vsize=10539980 CPUtime=0.08 cores=0,2,4,6
/proc/8971/task/8972/stat : 8972 (java) R 8969 8971 4029 0 -1 4202560 11107 0 1 0 7 1 0 0 18 0 18 0 830479291 10792939520 12711 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 47037716286291 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539980

[startup+0.300896 s]
/proc/loadavg: 3.81 3.82 3.32 4/551 8971
/proc/meminfo: memFree=12778064/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=10541828 CPUtime=0.47 cores=0,2,4,6
/proc/8971/stat : 8971 (java) S 8969 8971 4029 0 -1 4202496 16982 0 1 0 44 3 0 0 17 0 18 0 830479291 10794831872 16390 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 2635457 16390 2198 9 0 2626191 0
[pid=8971/tid=8972] ppid=8969 vsize=10541828 CPUtime=0.28 cores=0,2,4,6
/proc/8971/task/8972/stat : 8972 (java) R 8969 8971 4029 0 -1 4202560 13936 0 1 0 26 2 0 0 18 0 18 0 830479291 10794831872 16391 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 46912505558271 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541828

[startup+0.700854 s]
/proc/loadavg: 3.81 3.82 3.32 4/551 8971
/proc/meminfo: memFree=12778064/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=10549164 CPUtime=1.27 cores=0,2,4,6
/proc/8971/stat : 8971 (java) S 8969 8971 4029 0 -1 4202496 48238 0 1 0 119 8 0 0 17 0 18 0 830479291 10802343936 45777 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 2637291 45781 2216 9 0 2628025 0
[pid=8971/tid=8972] ppid=8969 vsize=10549164 CPUtime=0.68 cores=0,2,4,6
/proc/8971/task/8972/stat : 8972 (java) R 8969 8971 4029 0 -1 4202560 38781 0 1 0 61 7 0 0 18 0 18 0 830479291 10802343936 45783 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 46912505630712 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 10549164

[startup+1.5007 s]
/proc/loadavg: 3.81 3.82 3.32 4/569 8989
/proc/meminfo: memFree=12481120/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=10549164 CPUtime=2.08 cores=0,2,4,6
/proc/8971/stat : 8971 (java) S 8969 8971 4029 0 -1 4202496 128672 0 1 0 189 19 0 0 17 0 18 0 830479291 10802343936 126211 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 2637291 126213 2216 9 0 2628025 0
[pid=8971/tid=8972] ppid=8969 vsize=10549164 CPUtime=1.48 cores=0,2,4,6
/proc/8971/task/8972/stat : 8972 (java) R 8969 8971 4029 0 -1 4202560 119213 0 1 0 131 17 0 0 19 0 18 0 830479291 10802343936 126215 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 46912505580682 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=8971/tid=8974] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8974/stat : 8974 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 830479293 10802343936 126217 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8975] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8975/stat : 8975 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830479293 10802343936 126220 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8976] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8976/stat : 8976 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830479293 10802343936 126222 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8977] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8977/stat : 8977 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830479293 10802343936 126225 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8978] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8978/stat : 8978 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830479293 10802343936 126227 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8979] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8979/stat : 8979 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 830479293 10802343936 126230 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8980] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8980/stat : 8980 (java) S 8969 8971 4029 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 18 0 830479293 10802343936 126232 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8981/stat : 8981 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 18 0 830479293 10802343936 126235 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8982] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8982/stat : 8982 (java) S 8969 8971 4029 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830479294 10802343936 126237 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 0 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8983] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8983/stat : 8983 (java) S 8969 8971 4029 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 18 0 830479295 10802343936 126240 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8984] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8984/stat : 8984 (java) S 8969 8971 4029 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 18 0 830479295 10802343936 126242 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8985] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8985/stat : 8985 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830479297 10802343936 126245 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982373809 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8986] ppid=8969 vsize=10549164 CPUtime=0.29 cores=0,2,4,6
/proc/8971/task/8986/stat : 8986 (java) S 8969 8971 4029 0 -1 4202560 5118 0 0 0 28 1 0 0 16 0 18 0 830479297 10802343936 126247 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8987] ppid=8969 vsize=10549164 CPUtime=0.29 cores=0,2,4,6
/proc/8971/task/8987/stat : 8987 (java) S 8969 8971 4029 0 -1 4202560 3194 0 0 0 29 0 0 0 16 0 18 0 830479297 10802343936 126250 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8988] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8988/stat : 8988 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830479297 10802343936 126252 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8989] ppid=8969 vsize=10549164 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8989/stat : 8989 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830479297 10802343936 126255 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 10549164

[startup+3.10138 s]
/proc/loadavg: 3.75 3.81 3.32 4/569 8989
/proc/meminfo: memFree=12038316/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=10553716 CPUtime=4.85 cores=0,2,4,6
/proc/8971/stat : 8971 (java) S 8969 8971 4029 0 -1 4202496 265804 0 1 0 447 38 0 0 17 0 22 0 830479291 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 2638429 263342 2240 9 0 2629163 0
[pid=8971/tid=8972] ppid=8969 vsize=10553716 CPUtime=2.57 cores=0,2,4,6
/proc/8971/task/8972/stat : 8972 (java) S 8969 8971 4029 0 -1 4202560 230301 0 1 0 225 32 0 0 17 0 22 0 830479291 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8974] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8974/stat : 8974 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830479293 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8975] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8975/stat : 8975 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830479293 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8976] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8976/stat : 8976 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830479293 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8977] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8977/stat : 8977 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830479293 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8978] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8978/stat : 8978 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830479293 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8979] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8979/stat : 8979 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 830479293 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8980] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8980/stat : 8980 (java) S 8969 8971 4029 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 22 0 830479293 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8981/stat : 8981 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830479293 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8982] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8982/stat : 8982 (java) S 8969 8971 4029 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830479294 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 0 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8983] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8983/stat : 8983 (java) S 8969 8971 4029 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 22 0 830479295 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8984] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8984/stat : 8984 (java) S 8969 8971 4029 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830479295 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8985] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8985/stat : 8985 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830479297 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982373809 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8986] ppid=8969 vsize=10553716 CPUtime=0.64 cores=0,2,4,6
/proc/8971/task/8986/stat : 8986 (java) S 8969 8971 4029 0 -1 4202560 5246 0 0 0 63 1 0 0 15 0 22 0 830479297 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8987] ppid=8969 vsize=10553716 CPUtime=0.62 cores=0,2,4,6
/proc/8971/task/8987/stat : 8987 (java) S 8969 8971 4029 0 -1 4202560 3444 0 0 0 62 0 0 0 15 0 22 0 830479297 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8988] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8988/stat : 8988 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830479297 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8989] ppid=8969 vsize=10553716 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8989/stat : 8989 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830479297 10807005184 263342 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.85
Current children cumulated vsize (KiB) 10553716

[startup+6.30085 s]
/proc/loadavg: 3.75 3.81 3.32 6/573 8993
/proc/meminfo: memFree=10910628/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=10562928 CPUtime=11.31 cores=0,2,4,6
/proc/8971/stat : 8971 (java) S 8969 8971 4029 0 -1 4202496 530816 0 1 0 1049 82 0 0 17 0 22 0 830479291 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 2640732 527364 2266 9 0 2631466 0
[pid=8971/tid=8972] ppid=8969 vsize=10562928 CPUtime=2.57 cores=0,2,4,6
/proc/8971/task/8972/stat : 8972 (java) S 8969 8971 4029 0 -1 4202560 230301 0 1 0 225 32 0 0 15 0 22 0 830479291 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8974] ppid=8969 vsize=10562928 CPUtime=0.09 cores=0,2,4,6
/proc/8971/task/8974/stat : 8974 (java) S 8969 8971 4029 0 -1 4202560 5834 0 0 0 8 1 0 0 15 0 22 0 830479293 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8975] ppid=8969 vsize=10562928 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8975/stat : 8975 (java) S 8969 8971 4029 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830479293 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8976] ppid=8969 vsize=10562928 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8976/stat : 8976 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830479293 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8977] ppid=8969 vsize=10562928 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8977/stat : 8977 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830479293 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8978] ppid=8969 vsize=10562928 CPUtime=0.08 cores=0,2,4,6
/proc/8971/task/8978/stat : 8978 (java) S 8969 8971 4029 0 -1 4202560 5896 0 0 0 8 0 0 0 16 0 22 0 830479293 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8979] ppid=8969 vsize=10562928 CPUtime=0.09 cores=0,2,4,6
/proc/8971/task/8979/stat : 8979 (java) S 8969 8971 4029 0 -1 4202560 5648 0 0 0 8 1 0 0 16 0 22 0 830479293 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8980] ppid=8969 vsize=10562928 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8980/stat : 8980 (java) S 8969 8971 4029 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830479293 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8969 vsize=10562928 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8981/stat : 8981 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830479293 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8982] ppid=8969 vsize=10562928 CPUtime=0.37 cores=0,2,4,6
/proc/8971/task/8982/stat : 8982 (java) R 8969 8971 4029 0 -1 4202560 21230 0 0 0 34 3 0 0 15 0 22 0 830479294 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 47037714648207 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=8971/tid=8983] ppid=8969 vsize=10562928 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8983/stat : 8983 (java) S 8969 8971 4029 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 830479295 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8984] ppid=8969 vsize=10562928 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8984/stat : 8984 (java) S 8969 8971 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830479295 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8985] ppid=8969 vsize=10562928 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8985/stat : 8985 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830479297 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982373809 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8986] ppid=8969 vsize=10562928 CPUtime=0.71 cores=0,2,4,6
/proc/8971/task/8986/stat : 8986 (java) S 8969 8971 4029 0 -1 4202560 5247 0 0 0 65 6 0 0 15 0 22 0 830479297 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8987] ppid=8969 vsize=10562928 CPUtime=0.81 cores=0,2,4,6
/proc/8971/task/8987/stat : 8987 (java) S 8969 8971 4029 0 -1 4202560 6168 0 0 0 81 0 0 0 16 0 22 0 830479297 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8988] ppid=8969 vsize=10562928 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8988/stat : 8988 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830479297 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8989] ppid=8969 vsize=10562928 CPUtime=0.12 cores=0,2,4,6
/proc/8971/task/8989/stat : 8989 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 5 7 0 0 15 0 22 0 830479297 10816438272 527364 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0

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

/proc/8971/task/8975/stat : 8975 (java) S 8969 8971 4029 0 -1 4202560 22646 0 0 0 42 4 0 0 16 0 22 0 830479293 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8976] ppid=8969 vsize=10562280 CPUtime=0.47 cores=0,2,4,6
/proc/8971/task/8976/stat : 8976 (java) S 8969 8971 4029 0 -1 4202560 16765 0 0 0 44 3 0 0 15 0 22 0 830479293 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8977] ppid=8969 vsize=10562280 CPUtime=0.49 cores=0,2,4,6
/proc/8971/task/8977/stat : 8977 (java) S 8969 8971 4029 0 -1 4202560 19360 0 0 0 46 3 0 0 15 0 22 0 830479293 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8978] ppid=8969 vsize=10562280 CPUtime=0.65 cores=0,2,4,6
/proc/8971/task/8978/stat : 8978 (java) S 8969 8971 4029 0 -1 4202560 36907 0 0 0 59 6 0 0 16 0 22 0 830479293 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8979] ppid=8969 vsize=10562280 CPUtime=0.61 cores=0,2,4,6
/proc/8971/task/8979/stat : 8979 (java) S 8969 8971 4029 0 -1 4202560 33011 0 0 0 55 6 0 0 16 0 22 0 830479293 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8980] ppid=8969 vsize=10562280 CPUtime=0.51 cores=0,2,4,6
/proc/8971/task/8980/stat : 8980 (java) S 8969 8971 4029 0 -1 4202560 26550 0 0 0 47 4 0 0 16 0 22 0 830479293 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8981] ppid=8969 vsize=10562280 CPUtime=0.45 cores=0,2,4,6
/proc/8971/task/8981/stat : 8981 (java) S 8969 8971 4029 0 -1 4202560 6092 0 0 0 44 1 0 0 15 0 22 0 830479293 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8982] ppid=8969 vsize=10562280 CPUtime=17.58 cores=0,2,4,6
/proc/8971/task/8982/stat : 8982 (java) S 8969 8971 4029 0 -1 4202560 151449 0 0 0 1741 17 0 0 15 0 22 0 830479294 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 0 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8983] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8983/stat : 8983 (java) S 8969 8971 4029 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 830479295 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8984] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8984/stat : 8984 (java) S 8969 8971 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830479295 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8985] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8985/stat : 8985 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830479297 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982373809 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8986] ppid=8969 vsize=10562280 CPUtime=0.86 cores=0,2,4,6
/proc/8971/task/8986/stat : 8986 (java) S 8969 8971 4029 0 -1 4202560 5292 0 0 0 80 6 0 0 15 0 22 0 830479297 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8987] ppid=8969 vsize=10562280 CPUtime=2.01 cores=0,2,4,6
/proc/8971/task/8987/stat : 8987 (java) S 8969 8971 4029 0 -1 4202560 10489 0 0 0 200 1 0 0 15 0 22 0 830479297 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8988] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8988/stat : 8988 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830479297 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8989] ppid=8969 vsize=10562280 CPUtime=0.12 cores=0,2,4,6
/proc/8971/task/8989/stat : 8989 (java) S 8969 8971 4029 0 -1 4202560 47 0 0 0 5 7 0 0 15 0 22 0 830479297 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8990] ppid=8969 vsize=10562280 CPUtime=800.81 cores=0,2,4,6
/proc/8971/task/8990/stat : 8990 (java) R 8969 8971 4029 0 -1 4202560 8618 0 0 0 80073 8 0 0 25 0 22 0 830479551 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 46912505899203 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8971/tid=8991] ppid=8969 vsize=10562280 CPUtime=800.79 cores=0,2,4,6
/proc/8971/task/8991/stat : 8991 (java) R 8969 8971 4029 0 -1 4202560 465902 0 0 0 80027 52 0 0 25 0 22 0 830479551 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 46912505988377 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8971/tid=8992] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8992/stat : 8992 (java) S 8969 8971 4029 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830479555 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8993] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8993/stat : 8993 (java) S 8969 8971 4029 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830479555 10815774720 1043571 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1629.04
Current children cumulated vsize (KiB) 10562280

[startup+882.301 s]
/proc/loadavg: 4.05 3.95 3.69 5/573 9104
/proc/meminfo: memFree=9200316/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=10562280 CPUtime=1748.73 cores=0,2,4,6
/proc/8971/stat : 8971 (java) S 8969 8971 4029 0 -1 4202496 1080598 0 1 0 174705 168 0 0 17 0 22 0 830479291 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 2640570 1067484 2266 9 0 2631304 0
[pid=8971/tid=8972] ppid=8969 vsize=10562280 CPUtime=2.57 cores=0,2,4,6
/proc/8971/task/8972/stat : 8972 (java) S 8969 8971 4029 0 -1 4202560 230320 0 1 0 225 32 0 0 15 0 22 0 830479291 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8974] ppid=8969 vsize=10562280 CPUtime=0.51 cores=0,2,4,6
/proc/8971/task/8974/stat : 8974 (java) S 8969 8971 4029 0 -1 4202560 20431 0 0 0 48 3 0 0 15 0 22 0 830479293 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8975] ppid=8969 vsize=10562280 CPUtime=0.52 cores=0,2,4,6
/proc/8971/task/8975/stat : 8975 (java) S 8969 8971 4029 0 -1 4202560 27781 0 0 0 47 5 0 0 16 0 22 0 830479293 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8976] ppid=8969 vsize=10562280 CPUtime=0.54 cores=0,2,4,6
/proc/8971/task/8976/stat : 8976 (java) S 8969 8971 4029 0 -1 4202560 23021 0 0 0 49 5 0 0 16 0 22 0 830479293 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8977] ppid=8969 vsize=10562280 CPUtime=0.55 cores=0,2,4,6
/proc/8971/task/8977/stat : 8977 (java) S 8969 8971 4029 0 -1 4202560 24353 0 0 0 52 3 0 0 16 0 22 0 830479293 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8978] ppid=8969 vsize=10562280 CPUtime=0.67 cores=0,2,4,6
/proc/8971/task/8978/stat : 8978 (java) S 8969 8971 4029 0 -1 4202560 36907 0 0 0 61 6 0 0 15 0 22 0 830479293 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8979] ppid=8969 vsize=10562280 CPUtime=0.61 cores=0,2,4,6
/proc/8971/task/8979/stat : 8979 (java) S 8969 8971 4029 0 -1 4202560 33011 0 0 0 55 6 0 0 15 0 22 0 830479293 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8980] ppid=8969 vsize=10562280 CPUtime=0.51 cores=0,2,4,6
/proc/8971/task/8980/stat : 8980 (java) S 8969 8971 4029 0 -1 4202560 26550 0 0 0 47 4 0 0 15 0 22 0 830479293 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8981] ppid=8969 vsize=10562280 CPUtime=0.48 cores=0,2,4,6
/proc/8971/task/8981/stat : 8981 (java) S 8969 8971 4029 0 -1 4202560 11942 0 0 0 46 2 0 0 16 0 22 0 830479293 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8982] ppid=8969 vsize=10562280 CPUtime=18.01 cores=0,2,4,6
/proc/8971/task/8982/stat : 8982 (java) S 8969 8971 4029 0 -1 4202560 154770 0 0 0 1784 17 0 0 15 0 22 0 830479294 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 0 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8983] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8983/stat : 8983 (java) S 8969 8971 4029 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 830479295 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8984] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8984/stat : 8984 (java) S 8969 8971 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830479295 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8985] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8985/stat : 8985 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830479297 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982373809 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8986] ppid=8969 vsize=10562280 CPUtime=0.86 cores=0,2,4,6
/proc/8971/task/8986/stat : 8986 (java) S 8969 8971 4029 0 -1 4202560 5292 0 0 0 80 6 0 0 15 0 22 0 830479297 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8987] ppid=8969 vsize=10562280 CPUtime=2.01 cores=0,2,4,6
/proc/8971/task/8987/stat : 8987 (java) S 8969 8971 4029 0 -1 4202560 10489 0 0 0 200 1 0 0 15 0 22 0 830479297 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8988] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8988/stat : 8988 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830479297 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8989] ppid=8969 vsize=10562280 CPUtime=0.12 cores=0,2,4,6
/proc/8971/task/8989/stat : 8989 (java) S 8969 8971 4029 0 -1 4202560 51 0 0 0 5 7 0 0 15 0 22 0 830479297 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8990] ppid=8969 vsize=10562280 CPUtime=860.3 cores=0,2,4,6
/proc/8971/task/8990/stat : 8990 (java) R 8969 8971 4029 0 -1 4202560 8619 0 0 0 86022 8 0 0 25 0 22 0 830479551 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 46912505900138 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8971/tid=8991] ppid=8969 vsize=10562280 CPUtime=860.28 cores=0,2,4,6
/proc/8971/task/8991/stat : 8991 (java) R 8969 8971 4029 0 -1 4202560 465903 0 0 0 85976 52 0 0 25 0 22 0 830479551 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 46912505988359 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8971/tid=8992] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8992/stat : 8992 (java) S 8969 8971 4029 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830479555 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8993] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8993/stat : 8993 (java) S 8969 8971 4029 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830479555 10815774720 1067484 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1748.73
Current children cumulated vsize (KiB) 10562280



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.302 s]
/proc/loadavg: 3.98 3.93 3.69 5/573 9104
/proc/meminfo: memFree=8807228/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=10562280 CPUtime=1800.07 cores=0,2,4,6
/proc/8971/stat : 8971 (java) S 8969 8971 4029 0 -1 4202496 1083231 0 1 0 179838 169 0 0 17 0 22 0 830479291 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982352869 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 2640570 1070112 2266 9 0 2631304 0
[pid=8971/tid=8972] ppid=8969 vsize=10562280 CPUtime=2.57 cores=0,2,4,6
/proc/8971/task/8972/stat : 8972 (java) S 8969 8971 4029 0 -1 4202560 230321 0 1 0 225 32 0 0 15 0 22 0 830479291 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8974] ppid=8969 vsize=10562280 CPUtime=0.51 cores=0,2,4,6
/proc/8971/task/8974/stat : 8974 (java) S 8969 8971 4029 0 -1 4202560 20431 0 0 0 48 3 0 0 15 0 22 0 830479293 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8975] ppid=8969 vsize=10562280 CPUtime=0.53 cores=0,2,4,6
/proc/8971/task/8975/stat : 8975 (java) S 8969 8971 4029 0 -1 4202560 28337 0 0 0 48 5 0 0 16 0 22 0 830479293 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8976] ppid=8969 vsize=10562280 CPUtime=0.54 cores=0,2,4,6
/proc/8971/task/8976/stat : 8976 (java) S 8969 8971 4029 0 -1 4202560 23021 0 0 0 49 5 0 0 15 0 22 0 830479293 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8977] ppid=8969 vsize=10562280 CPUtime=0.57 cores=0,2,4,6
/proc/8971/task/8977/stat : 8977 (java) S 8969 8971 4029 0 -1 4202560 24989 0 0 0 54 3 0 0 16 0 22 0 830479293 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8978] ppid=8969 vsize=10562280 CPUtime=0.69 cores=0,2,4,6
/proc/8971/task/8978/stat : 8978 (java) S 8969 8971 4029 0 -1 4202560 36907 0 0 0 63 6 0 0 16 0 22 0 830479293 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8979] ppid=8969 vsize=10562280 CPUtime=0.61 cores=0,2,4,6
/proc/8971/task/8979/stat : 8979 (java) S 8969 8971 4029 0 -1 4202560 33011 0 0 0 55 6 0 0 15 0 22 0 830479293 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 2 0 0 0
[pid=8971/tid=8980] ppid=8969 vsize=10562280 CPUtime=0.54 cores=0,2,4,6
/proc/8971/task/8980/stat : 8980 (java) S 8969 8971 4029 0 -1 4202560 27253 0 0 0 50 4 0 0 16 0 22 0 830479293 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8981] ppid=8969 vsize=10562280 CPUtime=0.51 cores=0,2,4,6
/proc/8971/task/8981/stat : 8981 (java) S 8969 8971 4029 0 -1 4202560 12674 0 0 0 49 2 0 0 16 0 22 0 830479293 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8982] ppid=8969 vsize=10562280 CPUtime=18.75 cores=0,2,4,6
/proc/8971/task/8982/stat : 8982 (java) S 8969 8971 4029 0 -1 4202560 154773 0 0 0 1858 17 0 0 15 0 22 0 830479294 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 0 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8983] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8983/stat : 8983 (java) S 8969 8971 4029 0 -1 4202560 18 0 0 0 0 0 0 0 18 0 22 0 830479295 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8984] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8984/stat : 8984 (java) S 8969 8971 4029 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830479295 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8985] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8985/stat : 8985 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830479297 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982373809 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8986] ppid=8969 vsize=10562280 CPUtime=0.86 cores=0,2,4,6
/proc/8971/task/8986/stat : 8986 (java) S 8969 8971 4029 0 -1 4202560 5292 0 0 0 80 6 0 0 15 0 22 0 830479297 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 6 0 0 0
[pid=8971/tid=8987] ppid=8969 vsize=10562280 CPUtime=2.01 cores=0,2,4,6
/proc/8971/task/8987/stat : 8987 (java) S 8969 8971 4029 0 -1 4202560 10489 0 0 0 200 1 0 0 15 0 22 0 830479297 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8988] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8988/stat : 8988 (java) S 8969 8971 4029 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830479297 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366105 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8989] ppid=8969 vsize=10562280 CPUtime=0.13 cores=0,2,4,6
/proc/8971/task/8989/stat : 8989 (java) S 8969 8971 4029 0 -1 4202560 53 0 0 0 5 8 0 0 15 0 22 0 830479297 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
[pid=8971/tid=8990] ppid=8969 vsize=10562280 CPUtime=885.55 cores=0,2,4,6
/proc/8971/task/8990/stat : 8990 (java) R 8969 8971 4029 0 -1 4202560 8619 0 0 0 88547 8 0 0 25 0 22 0 830479551 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 46912505997760 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8971/tid=8991] ppid=8969 vsize=10562280 CPUtime=885.53 cores=0,2,4,6
/proc/8971/task/8991/stat : 8991 (java) R 8969 8971 4029 0 -1 4202560 465903 0 0 0 88501 52 0 0 25 0 22 0 830479551 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 46912505988408 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=8971/tid=8992] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8992/stat : 8992 (java) S 8969 8971 4029 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830479555 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 0 0 0 0
[pid=8971/tid=8993] ppid=8969 vsize=10562280 CPUtime=0 cores=0,2,4,6
/proc/8971/task/8993/stat : 8993 (java) S 8969 8971 4029 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 22 0 830479555 10815774720 1070112 33554432000 1073741824 1073778376 140734363201376 18446744073709551615 242982366720 0 4 0 16800975 18446604448880263616 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 10562280

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

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

[startup+908.427 s]
/proc/loadavg: 3.98 3.93 3.69 5/573 9104
/proc/meminfo: memFree=8807228/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=0 CPUtime=1800.29 cores=0,2,4,6
/proc/8971/stat : 8971 (java) Z 8969 8971 4029 0 -1 4203548 1083263 0 1 0 179853 176 0 0 15 0 2 0 830479291 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.29
Current children cumulated vsize (KiB) 0

[startup+908.502 s]
/proc/loadavg: 3.98 3.93 3.69 4/554 9107
/proc/meminfo: memFree=12463272/32951132 swapFree=46579808/67111528
[pid=8971] ppid=8969 vsize=0 CPUtime=1800.38 cores=0,2,4,6
/proc/8971/stat : 8971 (java) Z 8969 8971 4029 0 -1 4203548 1083263 0 1 0 179853 185 0 0 15 0 2 0 830479291 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/8971/statm: 0 0 0 0 0 0 0
[pid=8971/tid=9106] ppid=8969 vsize=0 CPUtime=0.16 cores=0,2,4,6
/proc/8971/task/9106/stat : 9106 (java) R 8969 8971 4029 0 -1 4203588 11 0 0 0 0 16 0 0 19 0 2 0 830570124 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): 908.526
CPU time (s): 1800.39
CPU user time (s): 1798.53
CPU system time (s): 1.86372
CPU usage (%): 198.166
Max. virtual memory (cumulated for all children) (KiB): 10573308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.53
system time used= 1.86372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1083263
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= 22588
involuntary context switches= 19645

runsolver used 5.2912 second user time and 11.2843 second system time

The end

Launcher Data

Begin job on node128 at 2011-06-04 14:00:06
IDJOB=3454172
IDBENCH=2058
IDSOLVER=1950
FILE ID=node128/3454172-1307188806
RUNJOBID= node128-1307187611-6701
PBS_JOBID= 13508827
Free space on /tmp= 73908 MiB

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

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

MD5SUM BENCH= b0a7c1cc13cb603591c6d50e3dba1a47
RANDOM SEED=806190194

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12778344 kB
Buffers:        332164 kB
Cached:        3496456 kB
SwapCached:      35620 kB
Active:       11473424 kB
Inactive:      8378508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12778344 kB
SwapTotal:    67111528 kB
SwapFree:     46579808 kB
Dirty:           12184 kB
Writeback:           8 kB
AnonPages:    15997432 kB
Mapped:          25956 kB
Slab:           135032 kB
PageTables:     117120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 185154200 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73908 MiB
End job on node128 at 2011-06-04 14:15:17