Trace number 3454564

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.27 909.514

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-mps-v2-20-10-n3704.opb
MD5SUM79102a590238a8abf70853775a775dcb
Bench CategoryOPT-BIGINT (optimisation, big 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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 5001200569
Optimality of the best value was proved NO
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 4294967296
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 29675972066390
Number of bits of the sum of numbers in the objective function 45
Biggest number in a constraint 4294967296
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 29675972066390
Number of bits of the biggest sum of numbers45
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.18-164.el5
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
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-3454564-1307189902.opb
0.10/0.11	c reading problem ... 
2.46/2.01	c ... done. Wall clock time 1.896s.
2.46/2.01	c #vars     155000
2.46/2.01	c #constraints  64124
2.46/2.01	c constraints type 
2.46/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
2.46/2.01	c constraints type 
2.46/2.01	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
84.15/42.03	c cleaning 2498 clauses out of 5000 with flag 5000/5000
181.10/90.50	c cleaning 4250 clauses out of 8503 with flag 11001/11001
347.13/173.68	c cleaning 5614 clauses out of 11254 with flag 18002/18002
370.60/185.56	c cleaning 6828 clauses out of 13655 with flag 26017/26017
378.55/189.75	c cleaning 7904 clauses out of 15813 with flag 35003/35003
385.85/193.52	c cleaning 8956 clauses out of 17918 with flag 45012/45012
395.29/198.45	c cleaning 9478 clauses out of 18955 with flag 55005/55005
405.34/203.66	c cleaning 9726 clauses out of 19480 with flag 65008/65008
428.51/215.44	c cleaning 9835 clauses out of 19746 with flag 75000/75000
444.38/223.52	c cleaning 9948 clauses out of 19912 with flag 85001/85001
461.10/232.06	c cleaning 9979 clauses out of 19970 with flag 95007/95007
487.40/245.36	c cleaning 9977 clauses out of 19984 with flag 105000/105000
539.33/271.61	c cleaning 10004 clauses out of 20013 with flag 115006/115006
555.62/279.88	c cleaning 10002 clauses out of 20009 with flag 125006/125006
570.29/287.32	c cleaning 9998 clauses out of 20002 with flag 135001/135001
739.93/372.25	c cleaning 9939 clauses out of 20003 with flag 145000/145000
1208.49/606.64	c cleaning 10022 clauses out of 20072 with flag 155008/155008
1234.83/620.08	c cleaning 10012 clauses out of 20051 with flag 165009/165009
1256.17/630.93	c cleaning 10009 clauses out of 20030 with flag 175000/175000
1270.11/638.18	c cleaning 10008 clauses out of 20021 with flag 185000/185000
1287.06/646.96	c cleaning 10004 clauses out of 20015 with flag 195002/195002
1303.41/655.39	c cleaning 10001 clauses out of 20010 with flag 205001/205001
1322.73/665.26	c cleaning 9982 clauses out of 20008 with flag 215000/215000
1365.48/686.80	c cleaning 9953 clauses out of 20027 with flag 225001/225001
1392.66/700.76	c cleaning 10031 clauses out of 20077 with flag 235004/235004
1406.16/707.72	c cleaning 10016 clauses out of 20048 with flag 245006/245006
1419.70/714.80	c cleaning 10006 clauses out of 20027 with flag 255001/255001
1435.64/722.90	c cleaning 10006 clauses out of 20020 with flag 265000/265000
1445.97/728.41	c cleaning 10005 clauses out of 20015 with flag 275001/275001
1458.90/735.18	c cleaning 9999 clauses out of 20010 with flag 285001/285001
1472.83/742.38	c cleaning 10000 clauses out of 20010 with flag 295000/295000
1485.99/749.19	c cleaning 9989 clauses out of 20011 with flag 305001/305001
1498.09/755.60	c cleaning 9987 clauses out of 20022 with flag 315001/315001
1513.43/763.42	c cleaning 9989 clauses out of 20035 with flag 325001/325001
1621.18/817.53	c cleaning 10002 clauses out of 20045 with flag 335000/335000
1651.91/833.13	c cleaning 10005 clauses out of 20044 with flag 345001/345001
1679.40/847.25	c cleaning 9976 clauses out of 20039 with flag 355001/355001
1701.93/858.79	c cleaning 9956 clauses out of 20063 with flag 365001/365001
1723.05/869.54	c cleaning 9978 clauses out of 20107 with flag 375001/375001
1745.78/881.12	c cleaning 9989 clauses out of 20129 with flag 385001/385001
1766.04/891.64	c cleaning 10052 clauses out of 20140 with flag 395001/395001
1783.76/900.71	c cleaning 10038 clauses out of 20087 with flag 405000/405000
1798.29/908.28	c cleaning 10020 clauses out of 20050 with flag 415001/415001
1800.04/909.32	c starts		: 148
1800.04/909.32	c conflicts		: 415958
1800.04/909.32	c decisions		: 1800708
1800.04/909.32	c propagations		: 31780099
1800.04/909.32	c inspects		: 233000905
1800.04/909.32	c shortcuts		: 0
1800.04/909.32	c learnt literals	: 0
1800.04/909.32	c learnt binary clauses	: 0
1800.04/909.32	c learnt ternary clauses	: 0
1800.04/909.32	c learnt constraints	: 415957
1800.04/909.32	c ignored constraints	: 0
1800.04/909.32	c root simplifications	: 0
1800.04/909.32	c removed literals (reason simplification)	: 6134023
1800.04/909.32	c reason swapping (by a shorter reason)	: 0
1800.04/909.32	c Calls to reduceDB	: 43
1800.04/909.32	c number of reductions to clauses (during analyze)	: 0
1800.04/909.32	c number of learned constraints concerned by reduction	: 0
1800.04/909.32	c number of learning phase by resolution	: 0
1800.04/909.32	c number of learning phase by cutting planes	: 0
1800.04/909.32	c speed (assignments/second)	: 35026.57845023884
1800.04/909.32	c non guided choices	971630
1800.04/909.33	c learnt constraints type 
1800.04/909.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 10996
1800.04/909.33	c constraints type 
1800.04/909.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5300
1800.04/909.33	c constraints type 
1800.04/909.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5300
1800.04/909.33	s UNKNOWN
1800.04/909.33	c Total wall clock time (in seconds): 909.22

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-3454564-1307189902/watcher-3454564-1307189902 -o /tmp/evaluation-result-3454564-1307189902/solver-3454564-1307189902 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454564-1307189902.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: 4.02 3.86 3.45 4/510 32245
/proc/meminfo: memFree=26576692/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 28154 0 -1 4202496 5593 0 1 0 0 0 0 0 25 0 2 0 830588755 10694979584 5297 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216450021 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 2611079 5311 917 9 0 2602235 0
[pid=32245/tid=32247] ppid=32242 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32247/stat : 32247 (java) R 32242 32245 28154 0 -1 4202560 5239 0 1 0 0 0 0 0 25 0 2 0 830588755 10694979584 6054 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210204341307 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0825741 s]
/proc/loadavg: 4.02 3.86 3.45 4/510 32245
/proc/meminfo: memFree=26576692/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=10473088 CPUtime=0.07 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 28154 0 -1 4202496 12011 0 1 0 6 1 0 0 25 0 18 0 830588755 10724442112 11709 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 2618272 11711 1755 9 0 2609006 0
[pid=32245/tid=32247] ppid=32242 vsize=10473088 CPUtime=0.07 cores=0,2,4,6
/proc/32245/task/32247/stat : 32247 (java) R 32242 32245 28154 0 -1 4202560 10849 0 1 0 6 1 0 0 25 0 18 0 830588755 10724442112 11720 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 47670035553107 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10473088

[startup+0.100608 s]
/proc/loadavg: 4.02 3.86 3.45 4/510 32245
/proc/meminfo: memFree=26576692/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=10540308 CPUtime=0.1 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 28154 0 -1 4202496 13023 0 1 0 9 1 0 0 25 0 18 0 830588755 10793275392 12721 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 2635077 12721 2093 9 0 2625811 0
[pid=32245/tid=32247] ppid=32242 vsize=10540308 CPUtime=0.08 cores=0,2,4,6
/proc/32245/task/32247/stat : 32247 (java) R 32242 32245 28154 0 -1 4202560 11122 0 1 0 7 1 0 0 18 0 18 0 830588755 10793275392 12721 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 47670032621625 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540308

[startup+0.30057 s]
/proc/loadavg: 4.02 3.86 3.45 4/510 32245
/proc/meminfo: memFree=26576692/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=10543632 CPUtime=0.48 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 28154 0 -1 4202496 21886 0 1 0 45 3 0 0 25 0 18 0 830588755 10796679168 21022 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 2635908 21025 2200 9 0 2626642 0
[pid=32245/tid=32247] ppid=32242 vsize=10543632 CPUtime=0.28 cores=0,2,4,6
/proc/32245/task/32247/stat : 32247 (java) R 32242 32245 28154 0 -1 4202560 18443 0 1 0 26 2 0 0 18 0 18 0 830588755 10796679168 21027 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912505561886 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10543632

[startup+0.700472 s]
/proc/loadavg: 4.02 3.86 3.45 4/510 32245
/proc/meminfo: memFree=26576692/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=10543632 CPUtime=1.09 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 28154 0 -1 4202496 51325 0 1 0 103 6 0 0 25 0 18 0 830588755 10796679168 49825 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 2635908 49829 2205 9 0 2626642 0
[pid=32245/tid=32247] ppid=32242 vsize=10543632 CPUtime=0.68 cores=0,2,4,6
/proc/32245/task/32247/stat : 32247 (java) R 32242 32245 28154 0 -1 4202560 47168 0 1 0 63 5 0 0 18 0 18 0 830588755 10796679168 49830 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912505571348 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 10543632

[startup+1.50134 s]
/proc/loadavg: 3.94 3.85 3.45 4/528 32266
/proc/meminfo: memFree=26252732/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=10543632 CPUtime=1.89 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 28154 0 -1 4202496 128587 0 1 0 173 16 0 0 25 0 18 0 830588755 10796679168 127087 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 2635908 127090 2205 9 0 2626642 0
[pid=32245/tid=32247] ppid=32242 vsize=10543632 CPUtime=1.48 cores=0,2,4,6
/proc/32245/task/32247/stat : 32247 (java) R 32242 32245 28154 0 -1 4202560 124429 0 1 0 133 15 0 0 19 0 18 0 830588755 10796679168 127092 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912505574074 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32245/tid=32249] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32249/stat : 32249 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830588757 10796679168 127094 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32251] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32251/stat : 32251 (java) S 32242 32245 28154 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830588757 10796679168 127096 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32252] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32252/stat : 32252 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830588757 10796679168 127098 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32254] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32254/stat : 32254 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830588757 10796679168 127100 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32255] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32255/stat : 32255 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830588757 10796679168 127102 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32256] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32256/stat : 32256 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830588757 10796679168 127104 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32257] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32257/stat : 32257 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830588757 10796679168 127106 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32258] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32258/stat : 32258 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830588757 10796679168 127108 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32259] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32259/stat : 32259 (java) S 32242 32245 28154 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830588758 10796679168 127110 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 0 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32260] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32260/stat : 32260 (java) S 32242 32245 28154 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830588759 10796679168 127111 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32261] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32261/stat : 32261 (java) S 32242 32245 28154 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830588759 10796679168 127112 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32262] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32262/stat : 32262 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830588761 10796679168 127113 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216470961 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32263] ppid=32242 vsize=10543632 CPUtime=0.18 cores=0,2,4,6
/proc/32245/task/32263/stat : 32263 (java) S 32242 32245 28154 0 -1 4202560 653 0 0 0 18 0 0 0 17 0 18 0 830588761 10796679168 127115 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32264] ppid=32242 vsize=10543632 CPUtime=0.2 cores=0,2,4,6
/proc/32245/task/32264/stat : 32264 (java) S 32242 32245 28154 0 -1 4202560 2360 0 0 0 20 0 0 0 15 0 18 0 830588761 10796679168 127117 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32265] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32265/stat : 32265 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830588761 10796679168 127119 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32266] ppid=32242 vsize=10543632 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32266/stat : 32266 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830588761 10796679168 127121 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 10543632

[startup+3.10104 s]
/proc/loadavg: 3.94 3.85 3.45 5/530 32268
/proc/meminfo: memFree=25881708/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=10548248 CPUtime=5.22 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 28154 0 -1 4202496 193878 0 1 0 498 24 0 0 25 0 22 0 830588755 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 2637062 191624 2235 9 0 2627796 0
[pid=32245/tid=32247] ppid=32242 vsize=10548248 CPUtime=1.99 cores=0,2,4,6
/proc/32245/task/32247/stat : 32247 (java) S 32242 32245 28154 0 -1 4202560 168295 0 1 0 180 19 0 0 15 0 22 0 830588755 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32249] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32249/stat : 32249 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32251] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32251/stat : 32251 (java) S 32242 32245 28154 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830588757 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32252] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32252/stat : 32252 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32254] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32254/stat : 32254 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32255] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32255/stat : 32255 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32256] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32256/stat : 32256 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32257] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32257/stat : 32257 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32258] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32258/stat : 32258 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32259] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32259/stat : 32259 (java) S 32242 32245 28154 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830588758 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 0 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32260] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32260/stat : 32260 (java) S 32242 32245 28154 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830588759 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32261] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32261/stat : 32261 (java) S 32242 32245 28154 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830588759 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32262] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32262/stat : 32262 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588761 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216470961 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32263] ppid=32242 vsize=10548248 CPUtime=0.42 cores=0,2,4,6
/proc/32245/task/32263/stat : 32263 (java) S 32242 32245 28154 0 -1 4202560 687 0 0 0 42 0 0 0 16 0 22 0 830588761 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32264] ppid=32242 vsize=10548248 CPUtime=0.62 cores=0,2,4,6
/proc/32245/task/32264/stat : 32264 (java) S 32242 32245 28154 0 -1 4202560 4123 0 0 0 62 0 0 0 15 0 22 0 830588761 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32265] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32265/stat : 32265 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588761 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32266] ppid=32242 vsize=10548248 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32266/stat : 32266 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830588761 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32267] ppid=32242 vsize=10548248 CPUtime=1.08 cores=0,2,4,6
/proc/32245/task/32267/stat : 32267 (java) R 32242 32245 28154 0 -1 4202560 2351 0 0 0 108 0 0 0 20 0 22 0 830588956 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912505857232 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32245/tid=32268] ppid=32242 vsize=10548248 CPUtime=1.06 cores=0,2,4,6
/proc/32245/task/32268/stat : 32268 (java) R 32242 32245 28154 0 -1 4202560 17257 0 0 0 104 2 0 0 25 0 22 0 830588956 10801405952 191624 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912505822842 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 10548248

[startup+6.30156 s]
/proc/loadavg: 3.94 3.85 3.45 5/532 32270
/proc/meminfo: memFree=25406280/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=10551048 CPUtime=11.9 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 28154 0 -1 4202496 395606 0 1 0 1144 46 0 0 25 0 22 0 830588755 10804273152 392457 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 2637762 392465 2238 9 0 2628496 0
[pid=32245/tid=32247] ppid=32242 vsize=10551048 CPUtime=1.99 cores=0,2,4,6
/proc/32245/task/32247/stat : 32247 (java) S 32242 32245 28154 0 -1 4202560 168295 0 1 0 180 19 0 0 15 0 22 0 830588755 10804273152 392465 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32249] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32249/stat : 32249 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10804273152 392465 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32251] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32251/stat : 32251 (java) S 32242 32245 28154 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830588757 10804273152 392465 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32252] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32252/stat : 32252 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10804273152 392465 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32254] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32254/stat : 32254 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10804273152 392465 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32255] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32255/stat : 32255 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10804273152 392465 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32256] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32256/stat : 32256 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10804273152 392465 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32257] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32257/stat : 32257 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10804273152 392467 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32258] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32258/stat : 32258 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588757 10804273152 392473 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32259] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32259/stat : 32259 (java) S 32242 32245 28154 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830588758 10804273152 392479 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 0 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32260] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32260/stat : 32260 (java) S 32242 32245 28154 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830588759 10804273152 392485 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32261] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32261/stat : 32261 (java) S 32242 32245 28154 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830588759 10804273152 392491 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32262] ppid=32242 vsize=10551048 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32262/stat : 32262 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588761 10804273152 392497 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216470961 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32263] ppid=32242 vsize=10551048 CPUtime=0.56 cores=0,2,4,6
/proc/32245/task/32263/stat : 32263 (java) S 32242 32245 28154 0 -1 4202560 1393 0 0 0 56 0 0 0 15 0 22 0 830588761 10804273152 392503 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32264] ppid=32242 vsize=10551048 CPUtime=0.79 cores=0,2,4,6
/proc/32245/task/32264/stat : 32264 (java) S 32242 32245 28154 0 -1 4202560 5314 0 0 0 78 1 0 0 15 0 22 0 830588761 10804273152 392509 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0

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

/proc/32245/task/32252/stat : 32252 (java) S 32242 32245 28154 0 -1 4202560 21226 0 0 0 62 3 0 0 16 0 22 0 830588757 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32254] ppid=32242 vsize=10548668 CPUtime=0.63 cores=0,2,4,6
/proc/32245/task/32254/stat : 32254 (java) S 32242 32245 28154 0 -1 4202560 23886 0 0 0 60 3 0 0 16 0 22 0 830588757 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32255] ppid=32242 vsize=10548668 CPUtime=0.66 cores=0,2,4,6
/proc/32245/task/32255/stat : 32255 (java) S 32242 32245 28154 0 -1 4202560 38320 0 0 0 60 6 0 0 15 0 22 0 830588757 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32256] ppid=32242 vsize=10548668 CPUtime=0.75 cores=0,2,4,6
/proc/32245/task/32256/stat : 32256 (java) S 32242 32245 28154 0 -1 4202560 29199 0 0 0 71 4 0 0 15 0 22 0 830588757 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32257] ppid=32242 vsize=10548668 CPUtime=0.71 cores=0,2,4,6
/proc/32245/task/32257/stat : 32257 (java) S 32242 32245 28154 0 -1 4202560 32449 0 0 0 66 5 0 0 16 0 22 0 830588757 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32258] ppid=32242 vsize=10548668 CPUtime=0.66 cores=0,2,4,6
/proc/32245/task/32258/stat : 32258 (java) S 32242 32245 28154 0 -1 4202560 24786 0 0 0 62 4 0 0 16 0 22 0 830588757 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32259] ppid=32242 vsize=10548668 CPUtime=16.3 cores=0,2,4,6
/proc/32245/task/32259/stat : 32259 (java) S 32242 32245 28154 0 -1 4202560 72660 0 0 0 1621 9 0 0 15 0 22 0 830588758 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 0 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32260] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32260/stat : 32260 (java) S 32242 32245 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830588759 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32261] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32261/stat : 32261 (java) S 32242 32245 28154 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830588759 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32262] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32262/stat : 32262 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588761 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216470961 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32263] ppid=32242 vsize=10548668 CPUtime=0.83 cores=0,2,4,6
/proc/32245/task/32263/stat : 32263 (java) S 32242 32245 28154 0 -1 4202560 2016 0 0 0 83 0 0 0 15 0 22 0 830588761 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32264] ppid=32242 vsize=10548668 CPUtime=1.07 cores=0,2,4,6
/proc/32245/task/32264/stat : 32264 (java) S 32242 32245 28154 0 -1 4202560 5804 0 0 0 106 1 0 0 15 0 22 0 830588761 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32265] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32265/stat : 32265 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588761 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32266] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32266/stat : 32266 (java) S 32242 32245 28154 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830588761 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32267] ppid=32242 vsize=10548668 CPUtime=802.35 cores=0,2,4,6
/proc/32245/task/32267/stat : 32267 (java) R 32242 32245 28154 0 -1 4202560 3931 0 0 0 80234 1 0 0 25 0 22 0 830588956 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912506071831 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32245/tid=32268] ppid=32242 vsize=10548668 CPUtime=802.3 cores=0,2,4,6
/proc/32245/task/32268/stat : 32268 (java) R 32242 32245 28154 0 -1 4202560 537700 0 0 0 80168 62 0 0 25 0 22 0 830588956 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912505612064 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32245/tid=32269] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32269/stat : 32269 (java) S 32242 32245 28154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830588973 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32270] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32270/stat : 32270 (java) S 32242 32245 28154 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830588973 10801836032 1011606 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1630.31
Current children cumulated vsize (KiB) 10548668

[startup+882.302 s]
/proc/loadavg: 3.96 3.89 3.69 4/530 32472
/proc/meminfo: memFree=21466432/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=10548668 CPUtime=1747.44 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 28154 0 -1 4202496 1018086 0 1 0 174613 131 0 0 25 0 22 0 830588755 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 2637167 1011617 2263 9 0 2627901 0
[pid=32245/tid=32247] ppid=32242 vsize=10548668 CPUtime=1.99 cores=0,2,4,6
/proc/32245/task/32247/stat : 32247 (java) S 32242 32245 28154 0 -1 4202560 168323 0 1 0 180 19 0 0 15 0 22 0 830588755 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32249] ppid=32242 vsize=10548668 CPUtime=0.77 cores=0,2,4,6
/proc/32245/task/32249/stat : 32249 (java) S 32242 32245 28154 0 -1 4202560 31617 0 0 0 73 4 0 0 16 0 22 0 830588757 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32251] ppid=32242 vsize=10548668 CPUtime=0.55 cores=0,2,4,6
/proc/32245/task/32251/stat : 32251 (java) S 32242 32245 28154 0 -1 4202560 24948 0 0 0 52 3 0 0 15 0 22 0 830588757 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32252] ppid=32242 vsize=10548668 CPUtime=0.68 cores=0,2,4,6
/proc/32245/task/32252/stat : 32252 (java) S 32242 32245 28154 0 -1 4202560 21226 0 0 0 65 3 0 0 15 0 22 0 830588757 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32254] ppid=32242 vsize=10548668 CPUtime=0.64 cores=0,2,4,6
/proc/32245/task/32254/stat : 32254 (java) S 32242 32245 28154 0 -1 4202560 23886 0 0 0 61 3 0 0 15 0 22 0 830588757 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32255] ppid=32242 vsize=10548668 CPUtime=0.66 cores=0,2,4,6
/proc/32245/task/32255/stat : 32255 (java) S 32242 32245 28154 0 -1 4202560 38320 0 0 0 60 6 0 0 15 0 22 0 830588757 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32256] ppid=32242 vsize=10548668 CPUtime=0.82 cores=0,2,4,6
/proc/32245/task/32256/stat : 32256 (java) S 32242 32245 28154 0 -1 4202560 29207 0 0 0 78 4 0 0 16 0 22 0 830588757 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32257] ppid=32242 vsize=10548668 CPUtime=0.75 cores=0,2,4,6
/proc/32245/task/32257/stat : 32257 (java) S 32242 32245 28154 0 -1 4202560 32452 0 0 0 70 5 0 0 16 0 22 0 830588757 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32258] ppid=32242 vsize=10548668 CPUtime=0.7 cores=0,2,4,6
/proc/32245/task/32258/stat : 32258 (java) S 32242 32245 28154 0 -1 4202560 24786 0 0 0 66 4 0 0 15 0 22 0 830588757 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32259] ppid=32242 vsize=10548668 CPUtime=19.22 cores=0,2,4,6
/proc/32245/task/32259/stat : 32259 (java) S 32242 32245 28154 0 -1 4202560 72664 0 0 0 1913 9 0 0 16 0 22 0 830588758 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 0 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32260] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32260/stat : 32260 (java) S 32242 32245 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830588759 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32261] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32261/stat : 32261 (java) S 32242 32245 28154 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830588759 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32262] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32262/stat : 32262 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588761 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216470961 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32263] ppid=32242 vsize=10548668 CPUtime=0.83 cores=0,2,4,6
/proc/32245/task/32263/stat : 32263 (java) S 32242 32245 28154 0 -1 4202560 2016 0 0 0 83 0 0 0 15 0 22 0 830588761 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32264] ppid=32242 vsize=10548668 CPUtime=1.07 cores=0,2,4,6
/proc/32245/task/32264/stat : 32264 (java) S 32242 32245 28154 0 -1 4202560 5804 0 0 0 106 1 0 0 15 0 22 0 830588761 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32265] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32265/stat : 32265 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588761 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32266] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32266/stat : 32266 (java) S 32242 32245 28154 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830588761 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32267] ppid=32242 vsize=10548668 CPUtime=859.34 cores=0,2,4,6
/proc/32245/task/32267/stat : 32267 (java) R 32242 32245 28154 0 -1 4202560 3931 0 0 0 85933 1 0 0 19 0 22 0 830588956 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912506072736 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32245/tid=32268] ppid=32242 vsize=10548668 CPUtime=859.29 cores=0,2,4,6
/proc/32245/task/32268/stat : 32268 (java) R 32242 32245 28154 0 -1 4202560 537700 0 0 0 85867 62 0 0 19 0 22 0 830588956 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912505712473 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32245/tid=32269] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32269/stat : 32269 (java) S 32242 32245 28154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830588973 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32270] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32270/stat : 32270 (java) S 32242 32245 28154 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830588973 10801836032 1011617 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1747.44
Current children cumulated vsize (KiB) 10548668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.301 s]
/proc/loadavg: 3.97 3.89 3.70 5/532 32476
/proc/meminfo: memFree=21444192/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=10548668 CPUtime=1800.04 cores=0,2,4,6
/proc/32245/stat : 32245 (java) S 32242 32245 28154 0 -1 4202496 1018099 0 1 0 179873 131 0 0 25 0 22 0 830588755 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216450021 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 2637167 1011622 2263 9 0 2627901 0
[pid=32245/tid=32247] ppid=32242 vsize=10548668 CPUtime=1.99 cores=0,2,4,6
/proc/32245/task/32247/stat : 32247 (java) S 32242 32245 28154 0 -1 4202560 168326 0 1 0 180 19 0 0 15 0 22 0 830588755 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32249] ppid=32242 vsize=10548668 CPUtime=0.8 cores=0,2,4,6
/proc/32245/task/32249/stat : 32249 (java) S 32242 32245 28154 0 -1 4202560 31617 0 0 0 76 4 0 0 16 0 22 0 830588757 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32251] ppid=32242 vsize=10548668 CPUtime=0.56 cores=0,2,4,6
/proc/32245/task/32251/stat : 32251 (java) S 32242 32245 28154 0 -1 4202560 24949 0 0 0 53 3 0 0 16 0 22 0 830588757 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32252] ppid=32242 vsize=10548668 CPUtime=0.7 cores=0,2,4,6
/proc/32245/task/32252/stat : 32252 (java) S 32242 32245 28154 0 -1 4202560 21226 0 0 0 67 3 0 0 15 0 22 0 830588757 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32254] ppid=32242 vsize=10548668 CPUtime=0.64 cores=0,2,4,6
/proc/32245/task/32254/stat : 32254 (java) S 32242 32245 28154 0 -1 4202560 23886 0 0 0 61 3 0 0 15 0 22 0 830588757 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32255] ppid=32242 vsize=10548668 CPUtime=0.68 cores=0,2,4,6
/proc/32245/task/32255/stat : 32255 (java) S 32242 32245 28154 0 -1 4202560 38320 0 0 0 62 6 0 0 16 0 22 0 830588757 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 6 0 0 0
[pid=32245/tid=32256] ppid=32242 vsize=10548668 CPUtime=0.82 cores=0,2,4,6
/proc/32245/task/32256/stat : 32256 (java) S 32242 32245 28154 0 -1 4202560 29207 0 0 0 78 4 0 0 15 0 22 0 830588757 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32257] ppid=32242 vsize=10548668 CPUtime=0.76 cores=0,2,4,6
/proc/32245/task/32257/stat : 32257 (java) S 32242 32245 28154 0 -1 4202560 32452 0 0 0 71 5 0 0 16 0 22 0 830588757 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32258] ppid=32242 vsize=10548668 CPUtime=0.73 cores=0,2,4,6
/proc/32245/task/32258/stat : 32258 (java) S 32242 32245 28154 0 -1 4202560 24786 0 0 0 69 4 0 0 15 0 22 0 830588757 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32259] ppid=32242 vsize=10548668 CPUtime=20.71 cores=0,2,4,6
/proc/32245/task/32259/stat : 32259 (java) S 32242 32245 28154 0 -1 4202560 72666 0 0 0 2062 9 0 0 16 0 22 0 830588758 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 0 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32260] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32260/stat : 32260 (java) S 32242 32245 28154 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830588759 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32261] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32261/stat : 32261 (java) S 32242 32245 28154 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830588759 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32262] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32262/stat : 32262 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588761 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216470961 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32263] ppid=32242 vsize=10548668 CPUtime=0.83 cores=0,2,4,6
/proc/32245/task/32263/stat : 32263 (java) S 32242 32245 28154 0 -1 4202560 2016 0 0 0 83 0 0 0 15 0 22 0 830588761 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32264] ppid=32242 vsize=10548668 CPUtime=1.09 cores=0,2,4,6
/proc/32245/task/32264/stat : 32264 (java) S 32242 32245 28154 0 -1 4202560 5809 0 0 0 108 1 0 0 15 0 22 0 830588761 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32265] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32265/stat : 32265 (java) S 32242 32245 28154 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830588761 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463257 0 4 0 16800975 18446604448013108160 0 0 -1 4 0 0 0
[pid=32245/tid=32266] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32266/stat : 32266 (java) S 32242 32245 28154 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830588761 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 2 0 0 0
[pid=32245/tid=32267] ppid=32242 vsize=10548668 CPUtime=884.83 cores=0,2,4,6
/proc/32245/task/32267/stat : 32267 (java) R 32242 32245 28154 0 -1 4202560 3931 0 0 0 88482 1 0 0 21 0 22 0 830588956 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912505924934 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=32245/tid=32268] ppid=32242 vsize=10548668 CPUtime=884.78 cores=0,2,4,6
/proc/32245/task/32268/stat : 32268 (java) R 32242 32245 28154 0 -1 4202560 537700 0 0 0 88416 62 0 0 22 0 22 0 830588956 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 46912505626864 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=32245/tid=32269] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32269/stat : 32269 (java) S 32242 32245 28154 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830588973 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
[pid=32245/tid=32270] ppid=32242 vsize=10548668 CPUtime=0 cores=0,2,4,6
/proc/32245/task/32270/stat : 32270 (java) S 32242 32245 28154 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830588973 10801836032 1011622 33554432000 1073741824 1073778376 140733655159056 18446744073709551615 210216463872 0 4 0 16800975 18446604448013108160 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 10548668

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

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

[startup+909.425 s]
/proc/loadavg: 3.97 3.89 3.70 5/532 32476
/proc/meminfo: memFree=21444192/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=0 CPUtime=1800.17 cores=0,2,4,6
/proc/32245/stat : 32245 (java) Z 32242 32245 28154 0 -1 4203548 1018132 0 1 0 179878 139 0 0 17 0 2 0 830588755 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 0 0 0 0 0 0 0
[pid=32245/tid=32267] ppid=32242 vsize=0 CPUtime=884.93 cores=0,2,4,6
/proc/32245/task/32267/stat : 32267 (java) R 32242 32245 28154 0 -1 4203588 3931 0 0 0 88484 9 0 0 22 0 2 0 830588956 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.17
Current children cumulated vsize (KiB) 0

[startup+909.501 s]
/proc/loadavg: 3.97 3.89 3.70 5/532 32476
/proc/meminfo: memFree=21444192/32951124 swapFree=63649284/67111528
[pid=32245] ppid=32242 vsize=0 CPUtime=1800.25 cores=0,2,4,6
/proc/32245/stat : 32245 (java) Z 32242 32245 28154 0 -1 4203548 1018132 0 1 0 179878 147 0 0 17 0 2 0 830588755 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/32245/statm: 0 0 0 0 0 0 0
[pid=32245/tid=32267] ppid=32242 vsize=0 CPUtime=885 cores=0,2,4,6
/proc/32245/task/32267/stat : 32267 (java) R 32242 32245 28154 0 -1 4203588 3931 0 0 0 88484 16 0 0 22 0 2 0 830588956 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.25
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 909.514
CPU time (s): 1800.27
CPU user time (s): 1798.79
CPU system time (s): 1.48477
CPU usage (%): 197.938
Max. virtual memory (cumulated for all children) (KiB): 10551048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.79
system time used= 1.48477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1018132
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= 23478
involuntary context switches= 24841

runsolver used 4.93525 second user time and 10.0145 second system time

The end

Launcher Data

Begin job on node130 at 2011-06-04 14:18:23
IDJOB=3454564
IDBENCH=2286
IDSOLVER=1950
FILE ID=node130/3454564-1307189902
RUNJOBID= node130-1307187930-31594
PBS_JOBID= 13508832
Free space on /tmp= 73848 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-mps-v2-20-10-n3704.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454564-1307189902/watcher-3454564-1307189902 -o /tmp/evaluation-result-3454564-1307189902/solver-3454564-1307189902 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454564-1307189902.opb

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

MD5SUM BENCH= 79102a590238a8abf70853775a775dcb
RANDOM SEED=562282684

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26576972 kB
Buffers:        289056 kB
Cached:         457828 kB
SwapCached:       9700 kB
Active:        5708884 kB
Inactive:       382228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26576972 kB
SwapTotal:    67111528 kB
SwapFree:     63649284 kB
Dirty:            9000 kB
Writeback:           0 kB
AnonPages:     5343064 kB
Mapped:          38928 kB
Slab:           158688 kB
PageTables:      54940 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 155438208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73848 MiB
End job on node130 at 2011-06-04 14:33:34