Trace number 3479333

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 NameAnswerCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.54 944.232

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-netdiversion.opb
MD5SUM2c0dd2737108318b86d3c4c102584cdd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5801213
Best CPU time to get the best result obtained on this benchmark1800.51
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables129180
Total number of constraints119589
Number of constraints which are clauses39992
Number of constraints which are cardinality constraints (but not clauses)49601
Number of constraints which are nor clauses,nor cardinality constraints29996
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 39798
Biggest coefficient in the objective function 99999
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 20118516
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 99999
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 20118516
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		9996466904
0.02/0.09	c Max memory 		10048897024
0.02/0.09	c Total memory 		10048897024
0.02/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-3479333-1307447377.opb
0.10/0.11	c reading problem ... 
17.64/15.99	c ... done. Wall clock time 15.878s.
17.64/15.99	c #vars     129180
17.64/15.99	c #constraints  139589
17.64/15.99	c constraints type 
17.64/15.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39588
17.64/15.99	c org.sat4j.minisat.constraints.card.MinWatchCard => 99595
17.64/15.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
17.64/15.99	c constraints type 
17.64/15.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
17.64/15.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39588
17.64/15.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99595
27.30/20.15	c cleaning 0 clauses out of 5000 with flag 0/5000
33.73/23.39	c cleaning 2419 clauses out of 5000 with flag 5000/5000
41.28/27.01	c cleaning 0 clauses out of 11000 with flag 0/11000
45.19/29.08	c cleaning 3929 clauses out of 8579 with flag 11000/11000
51.64/32.47	c cleaning 5504 clauses out of 11652 with flag 18002/18002
57.55/35.58	c cleaning 6556 clauses out of 14148 with flag 26002/26002
62.85/38.36	c cleaning 8076 clauses out of 16591 with flag 35001/35001
69.36/41.73	c cleaning 9003 clauses out of 18515 with flag 45001/45001
79.10/46.86	c cleaning 9846 clauses out of 20511 with flag 56000/56000
87.17/51.00	c cleaning 10886 clauses out of 22665 with flag 68000/68000
87.84/51.61	c cleaning 0 clauses out of 18000 with flag 0/18000
92.89/54.24	c cleaning 12268 clauses out of 24780 with flag 81001/81001
100.42/58.30	c cleaning 12976 clauses out of 26511 with flag 95000/95000
119.03/67.66	c cleaning 13505 clauses out of 28536 with flag 110001/110001
130.73/73.64	c cleaning 14840 clauses out of 31031 with flag 126001/126001
137.18/77.05	c cleaning 16209 clauses out of 33191 with flag 143001/143001
147.01/82.24	c cleaning 17142 clauses out of 34983 with flag 161002/161002
155.23/86.59	c cleaning 18208 clauses out of 36840 with flag 180001/180001
159.24/88.78	c cleaning 0 clauses out of 26000 with flag 0/26000
166.64/92.60	c cleaning 18909 clauses out of 38631 with flag 200000/200000
175.65/97.42	c cleaning 20058 clauses out of 40722 with flag 221000/221000
185.46/102.51	c cleaning 20955 clauses out of 42666 with flag 243002/243002
195.23/107.69	c cleaning 22187 clauses out of 44710 with flag 266001/266001
207.21/113.86	c cleaning 22840 clauses out of 46522 with flag 290000/290000
215.58/118.37	c cleaning 23970 clauses out of 48682 with flag 315000/315000
236.42/128.96	c cleaning 24736 clauses out of 50712 with flag 341000/341000
248.98/135.48	c cleaning 26103 clauses out of 52976 with flag 368000/368000
263.49/142.99	c cleaning 27360 clauses out of 54873 with flag 396000/396000
274.72/148.98	c cleaning 0 clauses out of 35000 with flag 0/35000
278.01/150.87	c cleaning 27875 clauses out of 56513 with flag 425000/425000
289.09/156.65	c cleaning 29034 clauses out of 58638 with flag 455000/455000
303.97/164.35	c cleaning 29785 clauses out of 60604 with flag 486000/486000
317.63/171.57	c cleaning 30911 clauses out of 62820 with flag 518001/518001
328.71/177.31	c cleaning 32234 clauses out of 64909 with flag 551001/551001
342.82/184.71	c cleaning 33087 clauses out of 66679 with flag 585005/585005
364.15/195.59	c cleaning 33648 clauses out of 68588 with flag 620001/620001
382.35/205.00	c cleaning 35018 clauses out of 70939 with flag 656000/656000
394.02/211.13	c cleaning 36075 clauses out of 72921 with flag 693000/693000
405.44/217.19	c cleaning 37190 clauses out of 74846 with flag 731000/731000
418.27/223.87	c cleaning 38152 clauses out of 76656 with flag 770000/770000
431.62/230.92	c cleaning 39105 clauses out of 78504 with flag 810000/810000
444.22/237.59	c cleaning 40086 clauses out of 80399 with flag 851000/851000
462.41/246.96	c cleaning 0 clauses out of 45000 with flag 0/45000
463.40/247.71	c cleaning 41009 clauses out of 82314 with flag 893001/893001
498.57/265.72	c cleaning 41364 clauses out of 84304 with flag 936000/936000
514.61/274.07	c cleaning 43188 clauses out of 86940 with flag 980000/980000
534.04/284.07	c cleaning 44038 clauses out of 88753 with flag 1025001/1025001
548.18/291.46	c cleaning 45043 clauses out of 90715 with flag 1071001/1071001
562.76/299.27	c cleaning 45885 clauses out of 92671 with flag 1118000/1118000
576.41/306.47	c cleaning 47149 clauses out of 94786 with flag 1166000/1166000
597.09/317.14	c cleaning 48021 clauses out of 96637 with flag 1215000/1215000
611.36/324.67	c cleaning 49114 clauses out of 98616 with flag 1265000/1265000
629.25/334.16	c cleaning 50038 clauses out of 100502 with flag 1316000/1316000
652.54/346.10	c cleaning 50837 clauses out of 102464 with flag 1368000/1368000
669.80/355.15	c cleaning 52111 clauses out of 104629 with flag 1421002/1421002
685.26/363.24	c cleaning 53080 clauses out of 106516 with flag 1475000/1475000
700.72/371.51	c cleaning 54055 clauses out of 108436 with flag 1530000/1530000
706.16/374.62	c cleaning 0 clauses out of 56000 with flag 0/56000
718.56/381.25	c cleaning 55028 clauses out of 110383 with flag 1586002/1586002
733.98/389.35	c cleaning 56071 clauses out of 112353 with flag 1643000/1643000
751.40/398.63	c cleaning 56855 clauses out of 114283 with flag 1701001/1701001
773.45/410.01	c cleaning 57968 clauses out of 116427 with flag 1760000/1760000
801.29/424.39	c cleaning 58517 clauses out of 118461 with flag 1820002/1820002
834.11/441.14	c cleaning 60180 clauses out of 120943 with flag 1881002/1881002
861.34/455.45	c cleaning 60790 clauses out of 122761 with flag 1943000/1943000
885.03/467.79	c cleaning 62247 clauses out of 124971 with flag 2006000/2006000
906.95/479.13	c cleaning 63181 clauses out of 126724 with flag 2070000/2070000
933.32/492.74	c cleaning 63861 clauses out of 128544 with flag 2135001/2135001
956.80/505.16	c cleaning 65073 clauses out of 130682 with flag 2201000/2201000
978.76/516.54	c cleaning 65875 clauses out of 132610 with flag 2268001/2268001
998.53/526.85	c cleaning 67001 clauses out of 134735 with flag 2336001/2336001
1020.42/538.26	c cleaning 68037 clauses out of 136734 with flag 2405001/2405001
1041.95/549.76	c cleaning 68992 clauses out of 138697 with flag 2475001/2475001
1065.99/562.23	c cleaning 70055 clauses out of 140707 with flag 2546003/2546003
1070.56/565.07	c cleaning 0 clauses out of 68001 with flag 0/68001
1093.31/576.98	c cleaning 70916 clauses out of 142649 with flag 2618000/2618000
1125.60/593.81	c cleaning 72050 clauses out of 144734 with flag 2691001/2691001
1152.01/607.52	c cleaning 73081 clauses out of 146683 with flag 2765000/2765000
1174.37/619.27	c cleaning 73975 clauses out of 148602 with flag 2840000/2840000
1206.13/635.60	c cleaning 75017 clauses out of 150628 with flag 2916001/2916001
1236.08/651.47	c cleaning 76023 clauses out of 152611 with flag 2993001/2993001
1263.77/665.88	c cleaning 77016 clauses out of 154588 with flag 3071001/3071001
1300.46/684.74	c cleaning 77706 clauses out of 156572 with flag 3150001/3150001
1339.75/704.95	c cleaning 79010 clauses out of 158865 with flag 3230000/3230000
1374.46/723.14	c cleaning 80112 clauses out of 160857 with flag 3311002/3311002
1400.30/736.69	c cleaning 81122 clauses out of 162744 with flag 3393001/3393001
1434.16/754.14	c cleaning 81901 clauses out of 164623 with flag 3476002/3476002
1463.35/769.30	c cleaning 82667 clauses out of 166721 with flag 3560001/3560001
1506.38/791.75	c cleaning 83604 clauses out of 169054 with flag 3645001/3645001
1550.63/814.46	c cleaning 85510 clauses out of 171449 with flag 3731000/3731000
1587.86/833.62	c cleaning 86369 clauses out of 172940 with flag 3818001/3818001
1621.48/851.00	c cleaning 87164 clauses out of 174570 with flag 3906000/3906000
1653.63/868.03	c cleaning 88102 clauses out of 176408 with flag 3995002/3995002
1690.81/887.21	c cleaning 88739 clauses out of 178304 with flag 4085000/4085000
1731.58/908.27	c cleaning 89870 clauses out of 180565 with flag 4176000/4176000
1763.48/924.84	c cleaning 90954 clauses out of 182695 with flag 4268000/4268000
1800.16/944.02	c starts		: 253
1800.16/944.02	c conflicts		: 4358297
1800.16/944.02	c decisions		: 214693558
1800.16/944.02	c propagations		: 597854321
1800.16/944.02	c inspects		: 4564475117
1800.16/944.02	c shortcuts		: 0
1800.16/944.02	c learnt literals	: 3
1800.16/944.02	c learnt binary clauses	: 1513
1800.16/944.02	c learnt ternary clauses	: 4320
1800.16/944.02	c learnt constraints	: 4358294
1800.16/944.02	c ignored constraints	: 0
1800.16/944.02	c root simplifications	: 0
1800.16/944.02	c removed literals (reason simplification)	: 15223126
1800.16/944.02	c reason swapping (by a shorter reason)	: 0
1800.16/944.02	c Calls to reduceDB	: 88
1800.16/944.02	c number of reductions to clauses (during analyze)	: 0
1800.16/944.02	c number of learned constraints concerned by reduction	: 0
1800.16/944.02	c number of learning phase by resolution	: 0
1800.16/944.02	c number of learning phase by cutting planes	: 0
1800.16/944.02	c speed (assignments/second)	: 644220.8276267824
1800.16/944.02	c non guided choices	200807799
1800.16/944.07	c learnt constraints type 
1800.16/944.07	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1513
1800.16/944.07	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 180662
1800.16/944.07	c constraints type 
1800.16/944.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 39588
1800.16/944.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 99595
1800.16/944.07	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 406
1800.16/944.07	c constraints type 
1800.16/944.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 406
1800.16/944.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 39588
1800.16/944.07	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99595
1800.16/944.07	s UNKNOWN
1800.16/944.07	c Total wall clock time (in seconds): 943.956

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-3479333-1307447377/watcher-3479333-1307447377 -o /tmp/evaluation-result-3479333-1307447377/solver-3479333-1307447377 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3479333-1307447377.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.57 3.62 3.40 3/482 17072
/proc/meminfo: memFree=25261552/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 1508 0 1 0 0 0 0 0 25 0 2 0 856335683 10681323520 1211 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2607745 1222 906 9 0 2598901 0
[pid=17072/tid=17073] ppid=17070 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) R 17070 17072 15115 0 -1 4202560 4483 0 1 0 0 0 0 0 25 0 2 0 856335684 10694979584 5299 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.04153 s]
/proc/loadavg: 3.57 3.62 3.40 3/482 17072
/proc/meminfo: memFree=25261552/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 11157 0 1 0 2 0 0 0 25 0 13 0 856335683 10718699520 10855 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2616870 10855 1653 9 0 2607618 0
[pid=17072/tid=17073] ppid=17070 vsize=10467480 CPUtime=0.02 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) R 17070 17072 15115 0 -1 4202560 10010 0 1 0 2 0 0 0 25 0 13 0 856335684 10718699520 10855 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 47484880948120 0 4 0 16784584 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10467480

[startup+0.104592 s]
/proc/loadavg: 3.57 3.62 3.40 3/482 17072
/proc/meminfo: memFree=25261552/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10540136 CPUtime=0.1 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 13120 0 1 0 9 1 0 0 25 0 18 0 856335683 10793099264 12800 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2635034 12802 2093 9 0 2625768 0
[pid=17072/tid=17073] ppid=17070 vsize=10540136 CPUtime=0.09 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) R 17070 17072 15115 0 -1 4202560 11197 0 1 0 8 1 0 0 18 0 18 0 856335684 10793099264 12802 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 47484885896019 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540136

[startup+0.301523 s]
/proc/loadavg: 3.57 3.62 3.40 3/482 17072
/proc/meminfo: memFree=25261552/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10541304 CPUtime=0.46 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 20521 0 1 0 44 2 0 0 25 0 18 0 856335683 10794295296 20022 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2635326 20022 2200 9 0 2626060 0
[pid=17072/tid=17073] ppid=17070 vsize=10541304 CPUtime=0.28 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) R 17070 17072 15115 0 -1 4202560 17837 0 1 0 27 1 0 0 18 0 18 0 856335684 10794295296 20022 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912505217638 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541304

[startup+0.700504 s]
/proc/loadavg: 3.57 3.62 3.40 3/482 17072
/proc/meminfo: memFree=25261552/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10545336 CPUtime=1.16 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 49794 0 1 0 110 6 0 0 25 0 18 0 856335683 10798424064 48343 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2636334 48348 2214 9 0 2627068 0
[pid=17072/tid=17073] ppid=17070 vsize=10545336 CPUtime=0.68 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) R 17070 17072 15115 0 -1 4202560 44483 0 1 0 63 5 0 0 18 0 18 0 856335684 10798424064 48350 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912505576907 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 10545336

[startup+1.50135 s]
/proc/loadavg: 3.57 3.62 3.40 4/500 17090
/proc/meminfo: memFree=24490804/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10545336 CPUtime=2.05 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 484430 0 1 0 147 58 0 0 25 0 18 0 856335683 10798424064 482980 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2636334 483010 2224 9 0 2627068 0
[pid=17072/tid=17073] ppid=17070 vsize=10545336 CPUtime=1.48 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) R 17070 17072 15115 0 -1 4202560 479146 0 1 0 92 56 0 0 19 0 18 0 856335684 10798424064 483024 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912505808277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17072/tid=17075] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17075/stat : 17075 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335685 10798424064 483041 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17076] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17076/stat : 17076 (java) S 17070 17072 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 856335685 10798424064 483045 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17077] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17077/stat : 17077 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335685 10798424064 483062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17078] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17078/stat : 17078 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335685 10798424064 483080 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17079] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17079/stat : 17079 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335685 10798424064 483097 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17080] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17080/stat : 17080 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335685 10798424064 483115 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17081] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17081/stat : 17081 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335685 10798424064 483131 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17082] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17082/stat : 17082 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335685 10798424064 483148 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17083] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17083/stat : 17083 (java) S 17070 17072 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 856335686 10798424064 483164 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 0 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17084] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17084/stat : 17084 (java) S 17070 17072 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 856335687 10798424064 483181 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17085] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17085/stat : 17085 (java) S 17070 17072 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 856335687 10798424064 483198 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17086] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17086/stat : 17086 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335689 10798424064 483215 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134537649 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17087] ppid=17070 vsize=10545336 CPUtime=0.24 cores=0,2,4,6
/proc/17072/task/17087/stat : 17087 (java) S 17070 17072 15115 0 -1 4202560 1950 0 0 0 24 0 0 0 15 0 18 0 856335689 10798424064 483230 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17088] ppid=17070 vsize=10545336 CPUtime=0.3 cores=0,2,4,6
/proc/17072/task/17088/stat : 17088 (java) S 17070 17072 15115 0 -1 4202560 2230 0 0 0 30 0 0 0 16 0 18 0 856335689 10798424064 483247 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17089] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17089/stat : 17089 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335689 10798424064 483265 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17090] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17090/stat : 17090 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856335689 10798424064 483281 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 10545336

[startup+3.10102 s]
/proc/loadavg: 3.57 3.62 3.40 4/500 17090
/proc/meminfo: memFree=22615304/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10545336 CPUtime=4.04 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 677100 0 1 0 324 80 0 0 25 0 18 0 856335683 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2636334 675637 2240 9 0 2627068 0
[pid=17072/tid=17073] ppid=17070 vsize=10545336 CPUtime=2.96 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) R 17070 17072 15115 0 -1 4202560 651005 0 1 0 220 76 0 0 21 0 18 0 856335684 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912505808277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17072/tid=17075] ppid=17070 vsize=10545336 CPUtime=0.05 cores=0,2,4,6
/proc/17072/task/17075/stat : 17075 (java) S 17070 17072 15115 0 -1 4202560 2518 0 0 0 5 0 0 0 16 0 18 0 856335685 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17076] ppid=17070 vsize=10545336 CPUtime=0.02 cores=0,2,4,6
/proc/17072/task/17076/stat : 17076 (java) S 17070 17072 15115 0 -1 4202560 2120 0 0 0 2 0 0 0 15 0 18 0 856335685 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17077] ppid=17070 vsize=10545336 CPUtime=0.02 cores=0,2,4,6
/proc/17072/task/17077/stat : 17077 (java) S 17070 17072 15115 0 -1 4202560 307 0 0 0 2 0 0 0 16 0 18 0 856335685 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17078] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17078/stat : 17078 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856335685 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17079] ppid=17070 vsize=10545336 CPUtime=0.07 cores=0,2,4,6
/proc/17072/task/17079/stat : 17079 (java) S 17070 17072 15115 0 -1 4202560 4892 0 0 0 7 0 0 0 15 0 18 0 856335685 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17080] ppid=17070 vsize=10545336 CPUtime=0.1 cores=0,2,4,6
/proc/17072/task/17080/stat : 17080 (java) S 17070 17072 15115 0 -1 4202560 5348 0 0 0 10 0 0 0 16 0 18 0 856335685 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17081] ppid=17070 vsize=10545336 CPUtime=0.07 cores=0,2,4,6
/proc/17072/task/17081/stat : 17081 (java) S 17070 17072 15115 0 -1 4202560 2924 0 0 0 7 0 0 0 16 0 18 0 856335685 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17082] ppid=17070 vsize=10545336 CPUtime=0.05 cores=0,2,4,6
/proc/17072/task/17082/stat : 17082 (java) S 17070 17072 15115 0 -1 4202560 2640 0 0 0 5 0 0 0 15 0 18 0 856335685 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17083] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17083/stat : 17083 (java) S 17070 17072 15115 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 856335686 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 0 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17084] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17084/stat : 17084 (java) S 17070 17072 15115 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 18 0 856335687 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17085] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17085/stat : 17085 (java) S 17070 17072 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 856335687 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17086] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17086/stat : 17086 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335689 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134537649 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17087] ppid=17070 vsize=10545336 CPUtime=0.27 cores=0,2,4,6
/proc/17072/task/17087/stat : 17087 (java) S 17070 17072 15115 0 -1 4202560 1956 0 0 0 27 0 0 0 16 0 18 0 856335689 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17088] ppid=17070 vsize=10545336 CPUtime=0.33 cores=0,2,4,6
/proc/17072/task/17088/stat : 17088 (java) S 17070 17072 15115 0 -1 4202560 2237 0 0 0 33 0 0 0 16 0 18 0 856335689 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17089] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17089/stat : 17089 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335689 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17090] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17090/stat : 17090 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856335689 10798424064 675637 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 10545336

[startup+6.30148 s]
/proc/loadavg: 3.53 3.61 3.39 4/500 17090
/proc/meminfo: memFree=21777908/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10545336 CPUtime=7.69 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 877109 0 1 0 665 104 0 0 25 0 18 0 856335683 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2636334 875062 2240 9 0 2627068 0
[pid=17072/tid=17073] ppid=17070 vsize=10545336 CPUtime=5.99 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) R 17070 17072 15115 0 -1 4202560 817161 0 1 0 503 96 0 0 19 0 18 0 856335684 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912505808277 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17072/tid=17075] ppid=17070 vsize=10545336 CPUtime=0.14 cores=0,2,4,6
/proc/17072/task/17075/stat : 17075 (java) S 17070 17072 15115 0 -1 4202560 6664 0 0 0 14 0 0 0 16 0 18 0 856335685 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17076] ppid=17070 vsize=10545336 CPUtime=0.15 cores=0,2,4,6
/proc/17072/task/17076/stat : 17076 (java) S 17070 17072 15115 0 -1 4202560 10100 0 0 0 15 0 0 0 16 0 18 0 856335685 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17077] ppid=17070 vsize=10545336 CPUtime=0.14 cores=0,2,4,6
/proc/17072/task/17077/stat : 17077 (java) S 17070 17072 15115 0 -1 4202560 5865 0 0 0 14 0 0 0 16 0 18 0 856335685 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17078] ppid=17070 vsize=10545336 CPUtime=0.06 cores=0,2,4,6
/proc/17072/task/17078/stat : 17078 (java) S 17070 17072 15115 0 -1 4202560 4221 0 0 0 5 1 0 0 16 0 18 0 856335685 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17079] ppid=17070 vsize=10545336 CPUtime=0.1 cores=0,2,4,6
/proc/17072/task/17079/stat : 17079 (java) S 17070 17072 15115 0 -1 4202560 5698 0 0 0 10 0 0 0 16 0 18 0 856335685 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17080] ppid=17070 vsize=10545336 CPUtime=0.14 cores=0,2,4,6
/proc/17072/task/17080/stat : 17080 (java) S 17070 17072 15115 0 -1 4202560 8914 0 0 0 14 0 0 0 15 0 18 0 856335685 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17081] ppid=17070 vsize=10545336 CPUtime=0.13 cores=0,2,4,6
/proc/17072/task/17081/stat : 17081 (java) S 17070 17072 15115 0 -1 4202560 5673 0 0 0 13 0 0 0 15 0 18 0 856335685 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17082] ppid=17070 vsize=10545336 CPUtime=0.11 cores=0,2,4,6
/proc/17072/task/17082/stat : 17082 (java) S 17070 17072 15115 0 -1 4202560 7468 0 0 0 11 0 0 0 16 0 18 0 856335685 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17083] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17083/stat : 17083 (java) S 17070 17072 15115 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 18 0 856335686 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 0 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17084] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17084/stat : 17084 (java) S 17070 17072 15115 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 18 0 856335687 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17085] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17085/stat : 17085 (java) S 17070 17072 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 856335687 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17086] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17086/stat : 17086 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335689 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134537649 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17087] ppid=17070 vsize=10545336 CPUtime=0.27 cores=0,2,4,6
/proc/17072/task/17087/stat : 17087 (java) S 17070 17072 15115 0 -1 4202560 1956 0 0 0 27 0 0 0 16 0 18 0 856335689 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17088] ppid=17070 vsize=10545336 CPUtime=0.33 cores=0,2,4,6
/proc/17072/task/17088/stat : 17088 (java) S 17070 17072 15115 0 -1 4202560 2237 0 0 0 33 0 0 0 16 0 18 0 856335689 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17089] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17089/stat : 17089 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 856335689 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17090] ppid=17070 vsize=10545336 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17090/stat : 17090 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 856335689 10798424064 875062 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0

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

[startup+882.301 s]
/proc/loadavg: 4.02 3.94 3.72 5/504 17198
/proc/meminfo: memFree=20326304/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10550804 CPUtime=1680.96 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 1087354 0 1 0 167958 138 0 0 25 0 22 0 856335683 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2637701 1069298 2268 9 0 2628435 0
[pid=17072/tid=17073] ppid=17070 vsize=10550804 CPUtime=15.52 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) S 17070 17072 15115 0 -1 4202560 822916 0 1 0 1454 98 0 0 15 0 22 0 856335684 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17075] ppid=17070 vsize=10550804 CPUtime=2.06 cores=0,2,4,6
/proc/17072/task/17075/stat : 17075 (java) S 17070 17072 15115 0 -1 4202560 15902 0 0 0 205 1 0 0 16 0 22 0 856335685 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17076] ppid=17070 vsize=10550804 CPUtime=1.83 cores=0,2,4,6
/proc/17072/task/17076/stat : 17076 (java) S 17070 17072 15115 0 -1 4202560 21738 0 0 0 180 3 0 0 15 0 22 0 856335685 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17077] ppid=17070 vsize=10550804 CPUtime=1.8 cores=0,2,4,6
/proc/17072/task/17077/stat : 17077 (java) S 17070 17072 15115 0 -1 4202560 28721 0 0 0 175 5 0 0 16 0 22 0 856335685 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17078] ppid=17070 vsize=10550804 CPUtime=1.92 cores=0,2,4,6
/proc/17072/task/17078/stat : 17078 (java) S 17070 17072 15115 0 -1 4202560 23178 0 0 0 189 3 0 0 16 0 22 0 856335685 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17079] ppid=17070 vsize=10550804 CPUtime=1.8 cores=0,2,4,6
/proc/17072/task/17079/stat : 17079 (java) S 17070 17072 15115 0 -1 4202560 19977 0 0 0 179 1 0 0 16 0 22 0 856335685 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17080] ppid=17070 vsize=10550804 CPUtime=1.93 cores=0,2,4,6
/proc/17072/task/17080/stat : 17080 (java) S 17070 17072 15115 0 -1 4202560 22814 0 0 0 190 3 0 0 15 0 22 0 856335685 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17081] ppid=17070 vsize=10550804 CPUtime=2.05 cores=0,2,4,6
/proc/17072/task/17081/stat : 17081 (java) S 17070 17072 15115 0 -1 4202560 25242 0 0 0 202 3 0 0 15 0 22 0 856335685 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17082] ppid=17070 vsize=10550804 CPUtime=1.91 cores=0,2,4,6
/proc/17072/task/17082/stat : 17082 (java) S 17070 17072 15115 0 -1 4202560 20615 0 0 0 189 2 0 0 15 0 22 0 856335685 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17083] ppid=17070 vsize=10550804 CPUtime=77.97 cores=0,2,4,6
/proc/17072/task/17083/stat : 17083 (java) S 17070 17072 15115 0 -1 4202560 65731 0 0 0 7789 8 0 0 15 0 22 0 856335686 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 0 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17084] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17084/stat : 17084 (java) S 17070 17072 15115 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 856335687 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17085] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17085/stat : 17085 (java) S 17070 17072 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 856335687 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17086] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17086/stat : 17086 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 856335689 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134537649 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17087] ppid=17070 vsize=10550804 CPUtime=1.43 cores=0,2,4,6
/proc/17072/task/17087/stat : 17087 (java) S 17070 17072 15115 0 -1 4202560 9928 0 0 0 141 2 0 0 15 0 22 0 856335689 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17088] ppid=17070 vsize=10550804 CPUtime=1.76 cores=0,2,4,6
/proc/17072/task/17088/stat : 17088 (java) S 17070 17072 15115 0 -1 4202560 9204 0 0 0 175 1 0 0 15 0 22 0 856335689 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17089] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17089/stat : 17089 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 856335689 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17090] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17090/stat : 17090 (java) S 17070 17072 15115 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 856335689 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17091] ppid=17070 vsize=10550804 CPUtime=784.47 cores=0,2,4,6
/proc/17072/task/17091/stat : 17091 (java) R 17070 17072 15115 0 -1 4202560 77 0 0 0 78447 0 0 0 25 0 22 0 856337283 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912506051348 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17072/tid=17092] ppid=17070 vsize=10550804 CPUtime=784.36 cores=0,2,4,6
/proc/17072/task/17092/stat : 17092 (java) R 17070 17072 15115 0 -1 4202560 106 0 0 0 78436 0 0 0 25 0 22 0 856337283 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912506204251 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=17072/tid=17093] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17093/stat : 17093 (java) S 17070 17072 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 856337291 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17095] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17095/stat : 17095 (java) S 17070 17072 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 856337292 10804023296 1069298 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1680.96
Current children cumulated vsize (KiB) 10550804

[startup+942.301 s]
/proc/loadavg: 3.97 3.93 3.73 5/504 17201
/proc/meminfo: memFree=20308380/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10550804 CPUtime=1796.74 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 1089824 0 1 0 179535 139 0 0 25 0 22 0 856335683 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2637701 1071733 2268 9 0 2628435 0
[pid=17072/tid=17073] ppid=17070 vsize=10550804 CPUtime=15.52 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) S 17070 17072 15115 0 -1 4202560 822919 0 1 0 1454 98 0 0 15 0 22 0 856335684 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17075] ppid=17070 vsize=10550804 CPUtime=2.17 cores=0,2,4,6
/proc/17072/task/17075/stat : 17075 (java) S 17070 17072 15115 0 -1 4202560 15902 0 0 0 216 1 0 0 15 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17076] ppid=17070 vsize=10550804 CPUtime=1.94 cores=0,2,4,6
/proc/17072/task/17076/stat : 17076 (java) S 17070 17072 15115 0 -1 4202560 21803 0 0 0 191 3 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17077] ppid=17070 vsize=10550804 CPUtime=1.85 cores=0,2,4,6
/proc/17072/task/17077/stat : 17077 (java) S 17070 17072 15115 0 -1 4202560 29120 0 0 0 180 5 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17078] ppid=17070 vsize=10550804 CPUtime=2.1 cores=0,2,4,6
/proc/17072/task/17078/stat : 17078 (java) S 17070 17072 15115 0 -1 4202560 23178 0 0 0 207 3 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17079] ppid=17070 vsize=10550804 CPUtime=1.92 cores=0,2,4,6
/proc/17072/task/17079/stat : 17079 (java) S 17070 17072 15115 0 -1 4202560 20404 0 0 0 190 2 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17080] ppid=17070 vsize=10550804 CPUtime=2.07 cores=0,2,4,6
/proc/17072/task/17080/stat : 17080 (java) S 17070 17072 15115 0 -1 4202560 23133 0 0 0 204 3 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17081] ppid=17070 vsize=10550804 CPUtime=2.16 cores=0,2,4,6
/proc/17072/task/17081/stat : 17081 (java) S 17070 17072 15115 0 -1 4202560 25694 0 0 0 213 3 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17082] ppid=17070 vsize=10550804 CPUtime=1.99 cores=0,2,4,6
/proc/17072/task/17082/stat : 17082 (java) S 17070 17072 15115 0 -1 4202560 20616 0 0 0 197 2 0 0 15 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17083] ppid=17070 vsize=10550804 CPUtime=82.59 cores=0,2,4,6
/proc/17072/task/17083/stat : 17083 (java) S 17070 17072 15115 0 -1 4202560 66527 0 0 0 8251 8 0 0 15 0 22 0 856335686 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 0 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17084] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17084/stat : 17084 (java) S 17070 17072 15115 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 856335687 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17085] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17085/stat : 17085 (java) S 17070 17072 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 856335687 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17086] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17086/stat : 17086 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 856335689 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134537649 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17087] ppid=17070 vsize=10550804 CPUtime=1.43 cores=0,2,4,6
/proc/17072/task/17087/stat : 17087 (java) S 17070 17072 15115 0 -1 4202560 9928 0 0 0 141 2 0 0 15 0 22 0 856335689 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17088] ppid=17070 vsize=10550804 CPUtime=1.76 cores=0,2,4,6
/proc/17072/task/17088/stat : 17088 (java) S 17070 17072 15115 0 -1 4202560 9204 0 0 0 175 1 0 0 15 0 22 0 856335689 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17089] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17089/stat : 17089 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 856335689 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17090] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17090/stat : 17090 (java) S 17070 17072 15115 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 856335689 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17091] ppid=17070 vsize=10550804 CPUtime=839.6 cores=0,2,4,6
/proc/17072/task/17091/stat : 17091 (java) R 17070 17072 15115 0 -1 4202560 80 0 0 0 83960 0 0 0 25 0 22 0 856337283 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912506018317 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17072/tid=17092] ppid=17070 vsize=10550804 CPUtime=839.49 cores=0,2,4,6
/proc/17072/task/17092/stat : 17092 (java) R 17070 17072 15115 0 -1 4202560 107 0 0 0 83949 0 0 0 25 0 22 0 856337283 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912506272436 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17072/tid=17093] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17093/stat : 17093 (java) S 17070 17072 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 856337291 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17095] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17095/stat : 17095 (java) S 17070 17072 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 856337292 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1796.74
Current children cumulated vsize (KiB) 10550804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+944.001 s]
/proc/loadavg: 3.97 3.93 3.73 5/504 17201
/proc/meminfo: memFree=20308256/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=10550804 CPUtime=1800.16 cores=0,2,4,6
/proc/17072/stat : 17072 (java) S 17070 17072 15115 0 -1 4202496 1089824 0 1 0 179877 139 0 0 25 0 22 0 856335683 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 2637701 1071733 2268 9 0 2628435 0
[pid=17072/tid=17073] ppid=17070 vsize=10550804 CPUtime=15.52 cores=0,2,4,6
/proc/17072/task/17073/stat : 17073 (java) S 17070 17072 15115 0 -1 4202560 822919 0 1 0 1454 98 0 0 15 0 22 0 856335684 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17075] ppid=17070 vsize=10550804 CPUtime=2.17 cores=0,2,4,6
/proc/17072/task/17075/stat : 17075 (java) S 17070 17072 15115 0 -1 4202560 15902 0 0 0 216 1 0 0 15 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17076] ppid=17070 vsize=10550804 CPUtime=1.94 cores=0,2,4,6
/proc/17072/task/17076/stat : 17076 (java) S 17070 17072 15115 0 -1 4202560 21803 0 0 0 191 3 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17077] ppid=17070 vsize=10550804 CPUtime=1.85 cores=0,2,4,6
/proc/17072/task/17077/stat : 17077 (java) S 17070 17072 15115 0 -1 4202560 29120 0 0 0 180 5 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17078] ppid=17070 vsize=10550804 CPUtime=2.1 cores=0,2,4,6
/proc/17072/task/17078/stat : 17078 (java) S 17070 17072 15115 0 -1 4202560 23178 0 0 0 207 3 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17079] ppid=17070 vsize=10550804 CPUtime=1.92 cores=0,2,4,6
/proc/17072/task/17079/stat : 17079 (java) S 17070 17072 15115 0 -1 4202560 20404 0 0 0 190 2 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17080] ppid=17070 vsize=10550804 CPUtime=2.07 cores=0,2,4,6
/proc/17072/task/17080/stat : 17080 (java) S 17070 17072 15115 0 -1 4202560 23133 0 0 0 204 3 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17081] ppid=17070 vsize=10550804 CPUtime=2.16 cores=0,2,4,6
/proc/17072/task/17081/stat : 17081 (java) S 17070 17072 15115 0 -1 4202560 25694 0 0 0 213 3 0 0 16 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17082] ppid=17070 vsize=10550804 CPUtime=1.99 cores=0,2,4,6
/proc/17072/task/17082/stat : 17082 (java) S 17070 17072 15115 0 -1 4202560 20616 0 0 0 197 2 0 0 15 0 22 0 856335685 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17083] ppid=17070 vsize=10550804 CPUtime=82.59 cores=0,2,4,6
/proc/17072/task/17083/stat : 17083 (java) S 17070 17072 15115 0 -1 4202560 66527 0 0 0 8251 8 0 0 15 0 22 0 856335686 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 0 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17084] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17084/stat : 17084 (java) S 17070 17072 15115 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 856335687 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17085] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17085/stat : 17085 (java) S 17070 17072 15115 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 856335687 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17086] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17086/stat : 17086 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 856335689 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134537649 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17087] ppid=17070 vsize=10550804 CPUtime=1.43 cores=0,2,4,6
/proc/17072/task/17087/stat : 17087 (java) S 17070 17072 15115 0 -1 4202560 9928 0 0 0 141 2 0 0 15 0 22 0 856335689 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 4 0 0 0
[pid=17072/tid=17088] ppid=17070 vsize=10550804 CPUtime=1.76 cores=0,2,4,6
/proc/17072/task/17088/stat : 17088 (java) S 17070 17072 15115 0 -1 4202560 9204 0 0 0 175 1 0 0 15 0 22 0 856335689 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17089] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17089/stat : 17089 (java) S 17070 17072 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 856335689 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134529945 0 4 0 16800975 18446604447116559360 0 0 -1 6 0 0 0
[pid=17072/tid=17090] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17090/stat : 17090 (java) S 17070 17072 15115 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 856335689 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 0 0 0 0
[pid=17072/tid=17091] ppid=17070 vsize=10550804 CPUtime=841.32 cores=0,2,4,6
/proc/17072/task/17091/stat : 17091 (java) R 17070 17072 15115 0 -1 4202560 80 0 0 0 84132 0 0 0 25 0 22 0 856337283 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912506017904 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=17072/tid=17092] ppid=17070 vsize=10550804 CPUtime=841.21 cores=0,2,4,6
/proc/17072/task/17092/stat : 17092 (java) R 17070 17072 15115 0 -1 4202560 107 0 0 0 84121 0 0 0 25 0 22 0 856337283 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 46912506204335 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=17072/tid=17093] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17093/stat : 17093 (java) S 17070 17072 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 856337291 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
[pid=17072/tid=17095] ppid=17070 vsize=10550804 CPUtime=0 cores=0,2,4,6
/proc/17072/task/17095/stat : 17095 (java) S 17070 17072 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 856337292 10804023296 1071733 33554432000 1073741824 1073778376 140734905673680 18446744073709551615 228134530560 0 4 0 16800975 18446604447116559360 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 10550804

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

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

[startup+944.201 s]
/proc/loadavg: 3.97 3.93 3.73 5/504 17201
/proc/meminfo: memFree=20308256/32951124 swapFree=41830676/67111528
[pid=17072] ppid=17070 vsize=0 CPUtime=1800.49 cores=0,2,4,6
/proc/17072/stat : 17072 (java) Z 17070 17072 15115 0 -1 4203548 1089852 0 1 0 179898 151 0 0 17 0 2 0 856335683 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/17072/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.49
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 944.232
CPU time (s): 1800.54
CPU user time (s): 1798.99
CPU system time (s): 1.54976
CPU usage (%): 190.688
Max. virtual memory (cumulated for all children) (KiB): 10560504

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.54976
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1089852
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= 26416
involuntary context switches= 19112

runsolver used 4.80727 second user time and 9.8595 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 13:49:37
IDJOB=3479333
IDBENCH=89890
IDSOLVER=1950
FILE ID=node138/3479333-1307447377
RUNJOBID= node138-1307445879-16799
PBS_JOBID= 13519950
Free space on /tmp= 73856 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-netdiversion.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3479333-1307447377/watcher-3479333-1307447377 -o /tmp/evaluation-result-3479333-1307447377/solver-3479333-1307447377 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3479333-1307447377.opb

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

MD5SUM BENCH= 2c0dd2737108318b86d3c4c102584cdd
RANDOM SEED=669896735

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25261708 kB
Buffers:        344844 kB
Cached:        1470112 kB
SwapCached:      44568 kB
Active:        5374112 kB
Inactive:      2010076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25261708 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:            7864 kB
Writeback:           0 kB
AnonPages:     5536108 kB
Mapped:          24732 kB
Slab:           137336 kB
PageTables:      98572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141005852 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= 73884 MiB
End job on node138 at 2011-06-07 14:05:23