Trace number 3454906

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.49 913.496

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
liu/vdw/normalized-vdw_k5_l4_n750.opb
MD5SUM84dfc4b706a5e82746c96ff285501708
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables3750
Total number of constraints467625
Number of constraints which are clauses466875
Number of constraints which are cardinality constraints (but not clauses)750
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint5
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454906-1307187567.opb
0.11/0.11	c reading problem ... 
4.48/4.02	c ... done. Wall clock time 3.916s.
4.48/4.02	c #vars     3750
4.48/4.02	c #constraints  468375
4.48/4.02	c constraints type 
4.48/4.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
4.48/4.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
4.48/4.02	c constraints type 
4.48/4.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 467625
4.48/4.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
11.62/7.05	c cleaning 2496 clauses out of 5001 with flag 5001/5001
16.25/9.40	c cleaning 4241 clauses out of 8506 with flag 11002/11002
20.37/11.61	c cleaning 5628 clauses out of 11264 with flag 18001/18001
25.08/14.17	c cleaning 6813 clauses out of 13637 with flag 26002/26002
30.50/17.09	c cleaning 7904 clauses out of 15822 with flag 35000/35000
31.02/17.46	c cleaning 0 clauses out of 5000 with flag 0/5000
37.04/20.41	c cleaning 8957 clauses out of 17919 with flag 45001/45001
43.27/23.66	c cleaning 9976 clauses out of 19962 with flag 56001/56001
50.05/27.21	c cleaning 10992 clauses out of 21991 with flag 68006/68006
57.55/31.13	c cleaning 11990 clauses out of 23994 with flag 81001/81001
65.06/35.00	c cleaning 12993 clauses out of 26003 with flag 95000/95000
73.35/39.37	c cleaning 13998 clauses out of 28010 with flag 110000/110000
82.71/44.23	c cleaning 14999 clauses out of 30012 with flag 126000/126000
92.81/49.44	c cleaning 15988 clauses out of 32014 with flag 143001/143001
103.09/54.75	c cleaning 16997 clauses out of 34025 with flag 161000/161000
114.98/60.80	c cleaning 18007 clauses out of 36029 with flag 180001/180001
116.32/61.73	c cleaning 0 clauses out of 11000 with flag 0/11000
126.85/67.17	c cleaning 19009 clauses out of 38022 with flag 200001/200001
139.10/73.44	c cleaning 19987 clauses out of 40012 with flag 221000/221000
152.78/80.43	c cleaning 21001 clauses out of 42025 with flag 243000/243000
168.31/88.41	c cleaning 22000 clauses out of 44024 with flag 266000/266000
182.65/95.72	c cleaning 22999 clauses out of 46027 with flag 290003/290003
199.29/104.25	c cleaning 24010 clauses out of 48025 with flag 315000/315000
218.18/113.86	c cleaning 24992 clauses out of 50016 with flag 341001/341001
236.91/123.41	c cleaning 26005 clauses out of 52023 with flag 368000/368000
256.58/133.50	c cleaning 27001 clauses out of 54021 with flag 396003/396003
274.45/142.53	c cleaning 27991 clauses out of 56018 with flag 425001/425001
293.52/152.20	c cleaning 29003 clauses out of 58026 with flag 455000/455000
315.41/163.40	c cleaning 30002 clauses out of 60023 with flag 486000/486000
323.07/167.45	c cleaning 0 clauses out of 18000 with flag 0/18000
342.69/177.46	c cleaning 30995 clauses out of 62023 with flag 518002/518002
369.33/190.90	c cleaning 31988 clauses out of 64026 with flag 551000/551000
400.23/206.63	c cleaning 33001 clauses out of 66039 with flag 585001/585001
423.87/218.61	c cleaning 34015 clauses out of 68038 with flag 620001/620001
448.50/231.19	c cleaning 34991 clauses out of 70022 with flag 656000/656000
474.94/244.57	c cleaning 35999 clauses out of 72033 with flag 693002/693002
502.60/258.68	c cleaning 37008 clauses out of 74033 with flag 731001/731001
539.66/277.37	c cleaning 38003 clauses out of 76024 with flag 770000/770000
568.91/292.18	c cleaning 38996 clauses out of 78024 with flag 810003/810003
610.36/313.09	c cleaning 40005 clauses out of 80026 with flag 851001/851001
645.23/330.70	c cleaning 41000 clauses out of 82022 with flag 893002/893002
676.09/346.42	c cleaning 41996 clauses out of 84020 with flag 936000/936000
710.34/363.62	c cleaning 42993 clauses out of 86025 with flag 980001/980001
749.80/383.52	c cleaning 44003 clauses out of 88031 with flag 1025000/1025000
799.27/408.60	c cleaning 45001 clauses out of 90028 with flag 1071000/1071000
841.33/429.71	c cleaning 46005 clauses out of 92027 with flag 1118000/1118000
856.95/437.74	c cleaning 0 clauses out of 26000 with flag 0/26000
896.57/457.79	c cleaning 46995 clauses out of 94022 with flag 1166000/1166000
942.62/481.03	c cleaning 48004 clauses out of 96029 with flag 1215002/1215002
1001.47/510.68	c cleaning 48991 clauses out of 98023 with flag 1265000/1265000
1063.32/541.74	c cleaning 49993 clauses out of 100032 with flag 1316000/1316000
1100.14/560.31	c cleaning 51008 clauses out of 102041 with flag 1368002/1368002
1141.56/581.37	c cleaning 51999 clauses out of 104032 with flag 1421001/1421001
1185.80/603.65	c cleaning 53004 clauses out of 106032 with flag 1475000/1475000
1242.02/631.98	c cleaning 54006 clauses out of 108028 with flag 1530000/1530000
1303.85/663.07	c cleaning 55005 clauses out of 110025 with flag 1586003/1586003
1352.85/687.85	c cleaning 55975 clauses out of 112018 with flag 1643001/1643001
1423.09/723.10	c cleaning 56996 clauses out of 114042 with flag 1701000/1701000
1505.31/764.43	c cleaning 57991 clauses out of 116046 with flag 1760000/1760000
1564.33/794.21	c cleaning 59015 clauses out of 118055 with flag 1820000/1820000
1638.12/831.37	c cleaning 60011 clauses out of 120041 with flag 1881001/1881001
1715.93/870.44	c cleaning 61000 clauses out of 122029 with flag 1943000/1943000
1755.10/890.20	c cleaning 0 clauses out of 35000 with flag 0/35000
1781.64/903.78	c cleaning 62008 clauses out of 124030 with flag 2006001/2006001
1800.19/913.32	c starts		: 224
1800.19/913.32	c conflicts		: 2030221
1800.19/913.32	c decisions		: 2928669
1800.19/913.32	c propagations		: 377981366
1800.19/913.32	c inspects		: 5665521438
1800.19/913.32	c shortcuts		: 0
1800.19/913.32	c learnt literals	: 0
1800.19/913.32	c learnt binary clauses	: 0
1800.19/913.32	c learnt ternary clauses	: 0
1800.19/913.32	c learnt constraints	: 2030221
1800.19/913.32	c ignored constraints	: 0
1800.19/913.32	c root simplifications	: 0
1800.19/913.32	c removed literals (reason simplification)	: 52813351
1800.19/913.32	c reason swapping (by a shorter reason)	: 0
1800.19/913.32	c Calls to reduceDB	: 59
1800.19/913.32	c number of reductions to clauses (during analyze)	: 0
1800.19/913.32	c number of learned constraints concerned by reduction	: 0
1800.19/913.32	c number of learning phase by resolution	: 0
1800.19/913.32	c number of learning phase by cutting planes	: 0
1800.19/913.32	c speed (assignments/second)	: 415684.01737600355
1800.19/913.32	c non guided choices	1989
1800.19/913.35	c learnt constraints type 
1800.19/913.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 86313
1800.19/913.35	c constraints type 
1800.19/913.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 467625
1800.19/913.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 750
1800.19/913.35	c constraints type 
1800.19/913.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 467625
1800.19/913.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 750
1800.19/913.35	s UNKNOWN
1800.19/913.35	c Total wall clock time (in seconds): 913.246

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.13 1.18 1.54 5/567 693
/proc/meminfo: memFree=21006496/32951124 swapFree=53733252/67111528
[pid=693] ppid=691 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/693/stat : 693 (java) R 691 693 29102 0 -1 4202496 593 0 0 0 0 0 0 0 21 0 1 0 830357135 23580672 337 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253635897088 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/693/statm: 5757 349 267 9 0 124 0
[pid=693/tid=694] ppid=691 vsize=10444480 CPUtime=0 cores=1,3,5,7
/proc/693/task/694/stat : 694 (java) R 691 693 29102 0 -1 4202560 8728 0 1 0 0 0 0 0 23 0 2 0 830357135 10695147520 9544 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253640520389 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=693/tid=695] ppid=691 vsize=10445508 CPUtime=0 cores=1,3,5,7
/proc/693/task/695/stat : 695 (java) R 691 693 29102 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 3 0 830357137 10696200192 9546 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253640915953 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=693/tid=696] ppid=691 vsize=10446536 CPUtime=0 cores=1,3,5,7
/proc/693/task/696/stat : 696 (java) S 691 693 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 4 0 830357137 10697252864 9551 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16784584 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=697] ppid=691 vsize=10448724 CPUtime=0 cores=1,3,5,7
/proc/693/task/697/stat : 697 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 5 0 830357137 10699493376 9557 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16784584 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=698] ppid=691 vsize=10449752 CPUtime=0 cores=1,3,5,7
/proc/693/task/698/stat : 698 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 7 0 830357137 10700546048 9561 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16784584 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=699] ppid=691 vsize=10450780 CPUtime=0 cores=1,3,5,7
/proc/693/task/699/stat : 699 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 8 0 830357137 10701598720 9566 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16784584 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=700] ppid=691 vsize=10452836 CPUtime=0 cores=1,3,5,7
/proc/693/task/700/stat : 700 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 830357137 10703704064 9572 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16784584 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=701] ppid=691 vsize=10452836 CPUtime=0 cores=1,3,5,7
/proc/693/task/701/stat : 701 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830357137 10703704064 9574 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16784584 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=702] ppid=691 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/693/task/702/stat : 702 (java) R 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 830357137 10703900672 9583 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.0589 s]
/proc/loadavg: 1.13 1.18 1.54 5/567 693
/proc/meminfo: memFree=21006496/32951124 swapFree=53733252/67111528
[pid=693] ppid=691 vsize=10472784 CPUtime=0.05 cores=1,3,5,7
/proc/693/stat : 693 (java) S 691 693 29102 0 -1 4202496 11643 0 1 0 4 1 0 0 21 0 18 0 830357135 10724130816 11340 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/693/statm: 2618196 11340 1730 9 0 2608937 0
[pid=693/tid=694] ppid=691 vsize=10472784 CPUtime=0.04 cores=1,3,5,7
/proc/693/task/694/stat : 694 (java) R 691 693 29102 0 -1 4202560 10468 0 1 0 3 1 0 0 25 0 18 0 830357135 10724130816 11340 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652686283 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=693/tid=695] ppid=691 vsize=10472784 CPUtime=0 cores=1,3,5,7
/proc/693/task/695/stat : 695 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830357137 10724130816 11340 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=696] ppid=691 vsize=10472784 CPUtime=0 cores=1,3,5,7
/proc/693/task/696/stat : 696 (java) S 691 693 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830357137 10724130816 11342 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=697] ppid=691 vsize=10472924 CPUtime=0 cores=1,3,5,7
/proc/693/task/697/stat : 697 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10724274176 11352 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=698] ppid=691 vsize=10472924 CPUtime=0 cores=1,3,5,7
/proc/693/task/698/stat : 698 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10724274176 11353 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=699] ppid=691 vsize=10472924 CPUtime=0 cores=1,3,5,7
/proc/693/task/699/stat : 699 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10724274176 11353 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=700] ppid=691 vsize=10472924 CPUtime=0 cores=1,3,5,7
/proc/693/task/700/stat : 700 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10724274176 11354 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=701] ppid=691 vsize=10472924 CPUtime=0 cores=1,3,5,7
/proc/693/task/701/stat : 701 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10724274176 11354 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=702] ppid=691 vsize=10472924 CPUtime=0 cores=1,3,5,7
/proc/693/task/702/stat : 702 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10724274176 11355 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472784

[startup+0.100894 s]
/proc/loadavg: 1.13 1.18 1.54 5/567 693
/proc/meminfo: memFree=21006496/32951124 swapFree=53733252/67111528
[pid=693] ppid=691 vsize=10539840 CPUtime=0.11 cores=1,3,5,7
/proc/693/stat : 693 (java) S 691 693 29102 0 -1 4202496 13107 0 1 0 9 2 0 0 21 0 18 0 830357135 10792796160 12778 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/693/statm: 2634960 12778 2092 9 0 2625694 0
[pid=693/tid=694] ppid=691 vsize=10539840 CPUtime=0.08 cores=1,3,5,7
/proc/693/task/694/stat : 694 (java) R 691 693 29102 0 -1 4202560 11169 0 1 0 7 1 0 0 18 0 18 0 830357135 10792796160 12779 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 47594828049235 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=693/tid=695] ppid=691 vsize=10539840 CPUtime=0 cores=1,3,5,7
/proc/693/task/695/stat : 695 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830357137 10792796160 12779 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=696] ppid=691 vsize=10539840 CPUtime=0 cores=1,3,5,7
/proc/693/task/696/stat : 696 (java) S 691 693 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830357137 10792796160 12779 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=697] ppid=691 vsize=10539840 CPUtime=0 cores=1,3,5,7
/proc/693/task/697/stat : 697 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10792796160 12780 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=698] ppid=691 vsize=10539840 CPUtime=0 cores=1,3,5,7
/proc/693/task/698/stat : 698 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10792796160 12780 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=699] ppid=691 vsize=10539840 CPUtime=0 cores=1,3,5,7
/proc/693/task/699/stat : 699 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10792796160 12782 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=700] ppid=691 vsize=10539840 CPUtime=0 cores=1,3,5,7
/proc/693/task/700/stat : 700 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10792796160 12782 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=701] ppid=691 vsize=10539840 CPUtime=0 cores=1,3,5,7
/proc/693/task/701/stat : 701 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10792796160 12782 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=702] ppid=691 vsize=10539840 CPUtime=0 cores=1,3,5,7
/proc/693/task/702/stat : 702 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10792796160 12782 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10539840

[startup+0.300822 s]
/proc/loadavg: 1.13 1.18 1.54 5/567 693
/proc/meminfo: memFree=21006496/32951124 swapFree=53733252/67111528
[pid=693] ppid=691 vsize=10541752 CPUtime=0.48 cores=1,3,5,7
/proc/693/stat : 693 (java) S 691 693 29102 0 -1 4202496 16262 0 1 0 46 2 0 0 21 0 18 0 830357135 10794754048 15810 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/693/statm: 2635438 15811 2200 9 0 2626172 0
[pid=693/tid=694] ppid=691 vsize=10541752 CPUtime=0.28 cores=1,3,5,7
/proc/693/task/694/stat : 694 (java) R 691 693 29102 0 -1 4202560 13465 0 1 0 26 2 0 0 18 0 18 0 830357135 10794754048 15811 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 46912505568356 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=693/tid=695] ppid=691 vsize=10541752 CPUtime=0 cores=1,3,5,7
/proc/693/task/695/stat : 695 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830357137 10794754048 15812 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=696] ppid=691 vsize=10541752 CPUtime=0 cores=1,3,5,7
/proc/693/task/696/stat : 696 (java) S 691 693 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830357137 10794754048 15813 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=697] ppid=691 vsize=10541752 CPUtime=0 cores=1,3,5,7
/proc/693/task/697/stat : 697 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10794754048 15813 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=698] ppid=691 vsize=10541752 CPUtime=0 cores=1,3,5,7
/proc/693/task/698/stat : 698 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10794754048 15814 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=699] ppid=691 vsize=10541752 CPUtime=0 cores=1,3,5,7
/proc/693/task/699/stat : 699 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10794754048 15815 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=700] ppid=691 vsize=10541752 CPUtime=0 cores=1,3,5,7
/proc/693/task/700/stat : 700 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10794754048 15816 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=701] ppid=691 vsize=10541752 CPUtime=0 cores=1,3,5,7
/proc/693/task/701/stat : 701 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10794754048 15816 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=702] ppid=691 vsize=10541752 CPUtime=0 cores=1,3,5,7
/proc/693/task/702/stat : 702 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10794754048 15817 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541752

[startup+0.700795 s]
/proc/loadavg: 1.13 1.18 1.54 5/567 693
/proc/meminfo: memFree=21006496/32951124 swapFree=53733252/67111528
[pid=693] ppid=691 vsize=10543556 CPUtime=1.18 cores=1,3,5,7
/proc/693/stat : 693 (java) S 691 693 29102 0 -1 4202496 56551 0 1 0 110 8 0 0 21 0 18 0 830357135 10796601344 54617 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/693/statm: 2635889 54622 2213 9 0 2626623 0
[pid=693/tid=694] ppid=691 vsize=10543556 CPUtime=0.69 cores=1,3,5,7
/proc/693/task/694/stat : 694 (java) R 691 693 29102 0 -1 4202560 51068 0 1 0 62 7 0 0 18 0 18 0 830357135 10796601344 54624 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 46912505544438 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=693/tid=695] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/695/stat : 695 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830357137 10796601344 54627 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=696] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/696/stat : 696 (java) S 691 693 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 54630 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=697] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/697/stat : 697 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 54633 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=698] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/698/stat : 698 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 54636 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=699] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/699/stat : 699 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 54639 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=700] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/700/stat : 700 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 54642 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=701] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/701/stat : 701 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 54644 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=702] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/702/stat : 702 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 54648 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 10543556

[startup+1.50065 s]
/proc/loadavg: 1.28 1.21 1.55 6/589 715
/proc/meminfo: memFree=20377468/32951124 swapFree=53733252/67111528
[pid=693] ppid=691 vsize=10543556 CPUtime=1.98 cores=1,3,5,7
/proc/693/stat : 693 (java) S 691 693 29102 0 -1 4202496 150079 0 1 0 178 20 0 0 21 0 18 0 830357135 10796601344 148145 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/693/statm: 2635889 148149 2213 9 0 2626623 0
[pid=693/tid=694] ppid=691 vsize=10543556 CPUtime=1.48 cores=1,3,5,7
/proc/693/task/694/stat : 694 (java) R 691 693 29102 0 -1 4202560 144596 0 1 0 130 18 0 0 19 0 18 0 830357135 10796601344 148152 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 46912505544438 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=693/tid=695] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/695/stat : 695 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 830357137 10796601344 148155 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=696] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/696/stat : 696 (java) S 691 693 29102 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 148158 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=697] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/697/stat : 697 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 148161 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=698] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/698/stat : 698 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 148164 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=699] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/699/stat : 699 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 148167 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=700] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/700/stat : 700 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 148169 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=701] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/701/stat : 701 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 148172 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=702] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/702/stat : 702 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357137 10796601344 148175 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=704] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/704/stat : 704 (java) S 691 693 29102 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830357138 10796601344 148178 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 0 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=705] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/705/stat : 705 (java) S 691 693 29102 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830357138 10796601344 148181 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=706] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/706/stat : 706 (java) S 691 693 29102 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830357138 10796601344 148184 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=707] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/707/stat : 707 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357140 10796601344 148187 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652683185 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=708] ppid=691 vsize=10543556 CPUtime=0.23 cores=1,3,5,7
/proc/693/task/708/stat : 708 (java) S 691 693 29102 0 -1 4202560 2420 0 0 0 23 0 0 0 25 0 18 0 830357140 10796601344 148190 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=709] ppid=691 vsize=10543556 CPUtime=0.24 cores=1,3,5,7
/proc/693/task/709/stat : 709 (java) S 691 693 29102 0 -1 4202560 1919 0 0 0 24 0 0 0 16 0 18 0 830357140 10796601344 148193 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=710] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/710/stat : 710 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830357140 10796601344 148196 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=711] ppid=691 vsize=10543556 CPUtime=0 cores=1,3,5,7
/proc/693/task/711/stat : 711 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830357140 10796601344 148198 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 10543556

[startup+3.10135 s]
/proc/loadavg: 1.28 1.21 1.55 4/589 715
/proc/meminfo: memFree=19718568/32951124 swapFree=53733252/67111528

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

[startup+822.302 s]
/proc/loadavg: 4.24 3.87 2.99 5/593 741
/proc/meminfo: memFree=13647984/32951124 swapFree=53733252/67111528
[pid=693] ppid=691 vsize=10563348 CPUtime=1620.12 cores=1,3,5,7
/proc/693/stat : 693 (java) S 691 693 29102 0 -1 4202496 967723 0 1 0 161892 120 0 0 21 0 22 0 830357135 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/693/statm: 2640837 952842 2266 9 0 2631571 0
[pid=693/tid=694] ppid=691 vsize=10563348 CPUtime=4.01 cores=1,3,5,7
/proc/693/task/694/stat : 694 (java) S 691 693 29102 0 -1 4202560 445021 0 1 0 344 57 0 0 15 0 22 0 830357135 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=695] ppid=691 vsize=10563348 CPUtime=0.69 cores=1,3,5,7
/proc/693/task/695/stat : 695 (java) S 691 693 29102 0 -1 4202560 13710 0 0 0 67 2 0 0 16 0 22 0 830357137 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=696] ppid=691 vsize=10563348 CPUtime=0.51 cores=1,3,5,7
/proc/693/task/696/stat : 696 (java) S 691 693 29102 0 -1 4202560 5540 0 0 0 51 0 0 0 15 0 22 0 830357137 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=697] ppid=691 vsize=10563348 CPUtime=0.43 cores=1,3,5,7
/proc/693/task/697/stat : 697 (java) S 691 693 29102 0 -1 4202560 11233 0 0 0 42 1 0 0 16 0 22 0 830357137 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=698] ppid=691 vsize=10563348 CPUtime=0.52 cores=1,3,5,7
/proc/693/task/698/stat : 698 (java) S 691 693 29102 0 -1 4202560 6310 0 0 0 52 0 0 0 15 0 22 0 830357137 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=699] ppid=691 vsize=10563348 CPUtime=0.58 cores=1,3,5,7
/proc/693/task/699/stat : 699 (java) S 691 693 29102 0 -1 4202560 8241 0 0 0 58 0 0 0 16 0 22 0 830357137 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=700] ppid=691 vsize=10563348 CPUtime=0.6 cores=1,3,5,7
/proc/693/task/700/stat : 700 (java) S 691 693 29102 0 -1 4202560 15087 0 0 0 59 1 0 0 15 0 22 0 830357137 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=701] ppid=691 vsize=10563348 CPUtime=0.56 cores=1,3,5,7
/proc/693/task/701/stat : 701 (java) S 691 693 29102 0 -1 4202560 14125 0 0 0 55 1 0 0 15 0 22 0 830357137 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=702] ppid=691 vsize=10563348 CPUtime=0.67 cores=1,3,5,7
/proc/693/task/702/stat : 702 (java) S 691 693 29102 0 -1 4202560 15706 0 0 0 66 1 0 0 16 0 22 0 830357137 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=704] ppid=691 vsize=10563348 CPUtime=24.8 cores=1,3,5,7
/proc/693/task/704/stat : 704 (java) S 691 693 29102 0 -1 4202560 61956 0 0 0 2473 7 0 0 15 0 22 0 830357138 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 0 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=705] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/705/stat : 705 (java) S 691 693 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830357138 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=706] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/706/stat : 706 (java) S 691 693 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830357138 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=707] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/707/stat : 707 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830357140 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652683185 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=708] ppid=691 vsize=10563348 CPUtime=1.21 cores=1,3,5,7
/proc/693/task/708/stat : 708 (java) S 691 693 29102 0 -1 4202560 10144 0 0 0 120 1 0 0 15 0 22 0 830357140 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=709] ppid=691 vsize=10563348 CPUtime=1.22 cores=1,3,5,7
/proc/693/task/709/stat : 709 (java) S 691 693 29102 0 -1 4202560 9895 0 0 0 121 1 0 0 15 0 22 0 830357140 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=710] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/710/stat : 710 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830357140 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=711] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/711/stat : 711 (java) S 691 693 29102 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 22 0 830357140 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=716] ppid=691 vsize=10563348 CPUtime=792.09 cores=1,3,5,7
/proc/693/task/716/stat : 716 (java) R 691 693 29102 0 -1 4202560 6872 0 0 0 79208 1 0 0 25 0 22 0 830357537 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 46912505843172 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=693/tid=717] ppid=691 vsize=10563348 CPUtime=792.08 cores=1,3,5,7
/proc/693/task/717/stat : 717 (java) R 691 693 29102 0 -1 4202560 342679 0 0 0 79169 39 0 0 25 0 22 0 830357537 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 46912505851210 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=693/tid=718] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/718/stat : 718 (java) S 691 693 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830357538 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=719] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/719/stat : 719 (java) S 691 693 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830357538 10816868352 952842 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1620.12
Current children cumulated vsize (KiB) 10563348

[startup+882.302 s]
/proc/loadavg: 4.20 3.92 3.06 5/593 742
/proc/meminfo: memFree=13647400/32951124 swapFree=53733252/67111528
[pid=693] ppid=691 vsize=10563348 CPUtime=1739.3 cores=1,3,5,7
/proc/693/stat : 693 (java) S 691 693 29102 0 -1 4202496 967734 0 1 0 173810 120 0 0 21 0 22 0 830357135 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/693/statm: 2640837 952844 2266 9 0 2631571 0
[pid=693/tid=694] ppid=691 vsize=10563348 CPUtime=4.01 cores=1,3,5,7
/proc/693/task/694/stat : 694 (java) S 691 693 29102 0 -1 4202560 445022 0 1 0 344 57 0 0 15 0 22 0 830357135 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=695] ppid=691 vsize=10563348 CPUtime=0.73 cores=1,3,5,7
/proc/693/task/695/stat : 695 (java) S 691 693 29102 0 -1 4202560 13710 0 0 0 71 2 0 0 15 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=696] ppid=691 vsize=10563348 CPUtime=0.54 cores=1,3,5,7
/proc/693/task/696/stat : 696 (java) S 691 693 29102 0 -1 4202560 5541 0 0 0 54 0 0 0 15 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=697] ppid=691 vsize=10563348 CPUtime=0.43 cores=1,3,5,7
/proc/693/task/697/stat : 697 (java) S 691 693 29102 0 -1 4202560 11233 0 0 0 42 1 0 0 15 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=698] ppid=691 vsize=10563348 CPUtime=0.56 cores=1,3,5,7
/proc/693/task/698/stat : 698 (java) S 691 693 29102 0 -1 4202560 6311 0 0 0 56 0 0 0 16 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=699] ppid=691 vsize=10563348 CPUtime=0.61 cores=1,3,5,7
/proc/693/task/699/stat : 699 (java) S 691 693 29102 0 -1 4202560 8241 0 0 0 61 0 0 0 16 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=700] ppid=691 vsize=10563348 CPUtime=0.66 cores=1,3,5,7
/proc/693/task/700/stat : 700 (java) S 691 693 29102 0 -1 4202560 15087 0 0 0 65 1 0 0 16 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=701] ppid=691 vsize=10563348 CPUtime=0.58 cores=1,3,5,7
/proc/693/task/701/stat : 701 (java) S 691 693 29102 0 -1 4202560 14125 0 0 0 57 1 0 0 16 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=702] ppid=691 vsize=10563348 CPUtime=0.67 cores=1,3,5,7
/proc/693/task/702/stat : 702 (java) S 691 693 29102 0 -1 4202560 15706 0 0 0 66 1 0 0 15 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=704] ppid=691 vsize=10563348 CPUtime=25.72 cores=1,3,5,7
/proc/693/task/704/stat : 704 (java) S 691 693 29102 0 -1 4202560 61958 0 0 0 2565 7 0 0 15 0 22 0 830357138 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 0 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=705] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/705/stat : 705 (java) S 691 693 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830357138 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=706] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/706/stat : 706 (java) S 691 693 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830357138 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=707] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/707/stat : 707 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830357140 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652683185 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=708] ppid=691 vsize=10563348 CPUtime=1.21 cores=1,3,5,7
/proc/693/task/708/stat : 708 (java) S 691 693 29102 0 -1 4202560 10144 0 0 0 120 1 0 0 15 0 22 0 830357140 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=709] ppid=691 vsize=10563348 CPUtime=1.22 cores=1,3,5,7
/proc/693/task/709/stat : 709 (java) S 691 693 29102 0 -1 4202560 9895 0 0 0 121 1 0 0 15 0 22 0 830357140 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=710] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/710/stat : 710 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830357140 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=711] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/711/stat : 711 (java) S 691 693 29102 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830357140 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=716] ppid=691 vsize=10563348 CPUtime=851.12 cores=1,3,5,7
/proc/693/task/716/stat : 716 (java) R 691 693 29102 0 -1 4202560 6873 0 0 0 85111 1 0 0 25 0 22 0 830357537 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 46912505807932 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=693/tid=717] ppid=691 vsize=10563348 CPUtime=851.11 cores=1,3,5,7
/proc/693/task/717/stat : 717 (java) R 691 693 29102 0 -1 4202560 342680 0 0 0 85072 39 0 0 25 0 22 0 830357537 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 46912506152772 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=693/tid=718] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/718/stat : 718 (java) S 691 693 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830357538 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=719] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/719/stat : 719 (java) S 691 693 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830357538 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1739.3
Current children cumulated vsize (KiB) 10563348



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.301 s]
/proc/loadavg: 3.97 3.90 3.08 5/593 807
/proc/meminfo: memFree=16987076/32951124 swapFree=53733252/67111528
[pid=693] ppid=691 vsize=10563348 CPUtime=1800.19 cores=1,3,5,7
/proc/693/stat : 693 (java) S 691 693 29102 0 -1 4202496 967740 0 1 0 179899 120 0 0 21 0 22 0 830357135 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652662245 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/693/statm: 2640837 952844 2266 9 0 2631571 0
[pid=693/tid=694] ppid=691 vsize=10563348 CPUtime=4.01 cores=1,3,5,7
/proc/693/task/694/stat : 694 (java) S 691 693 29102 0 -1 4202560 445023 0 1 0 344 57 0 0 15 0 22 0 830357135 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=695] ppid=691 vsize=10563348 CPUtime=0.75 cores=1,3,5,7
/proc/693/task/695/stat : 695 (java) S 691 693 29102 0 -1 4202560 13710 0 0 0 73 2 0 0 15 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=696] ppid=691 vsize=10563348 CPUtime=0.57 cores=1,3,5,7
/proc/693/task/696/stat : 696 (java) S 691 693 29102 0 -1 4202560 5541 0 0 0 57 0 0 0 15 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=697] ppid=691 vsize=10563348 CPUtime=0.46 cores=1,3,5,7
/proc/693/task/697/stat : 697 (java) S 691 693 29102 0 -1 4202560 11233 0 0 0 45 1 0 0 16 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=698] ppid=691 vsize=10563348 CPUtime=0.58 cores=1,3,5,7
/proc/693/task/698/stat : 698 (java) S 691 693 29102 0 -1 4202560 6311 0 0 0 58 0 0 0 16 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=699] ppid=691 vsize=10563348 CPUtime=0.61 cores=1,3,5,7
/proc/693/task/699/stat : 699 (java) S 691 693 29102 0 -1 4202560 8241 0 0 0 61 0 0 0 15 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=700] ppid=691 vsize=10563348 CPUtime=0.67 cores=1,3,5,7
/proc/693/task/700/stat : 700 (java) S 691 693 29102 0 -1 4202560 15087 0 0 0 66 1 0 0 16 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
[pid=693/tid=701] ppid=691 vsize=10563348 CPUtime=0.59 cores=1,3,5,7
/proc/693/task/701/stat : 701 (java) S 691 693 29102 0 -1 4202560 14125 0 0 0 58 1 0 0 15 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=702] ppid=691 vsize=10563348 CPUtime=0.67 cores=1,3,5,7
/proc/693/task/702/stat : 702 (java) S 691 693 29102 0 -1 4202560 15706 0 0 0 66 1 0 0 15 0 22 0 830357137 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=704] ppid=691 vsize=10563348 CPUtime=26.89 cores=1,3,5,7
/proc/693/task/704/stat : 704 (java) S 691 693 29102 0 -1 4202560 61960 0 0 0 2682 7 0 0 15 0 22 0 830357138 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 0 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=705] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/705/stat : 705 (java) S 691 693 29102 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830357138 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=706] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/706/stat : 706 (java) S 691 693 29102 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830357138 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=707] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/707/stat : 707 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830357140 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652683185 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=708] ppid=691 vsize=10563348 CPUtime=1.21 cores=1,3,5,7
/proc/693/task/708/stat : 708 (java) S 691 693 29102 0 -1 4202560 10144 0 0 0 120 1 0 0 15 0 22 0 830357140 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=709] ppid=691 vsize=10563348 CPUtime=1.22 cores=1,3,5,7
/proc/693/task/709/stat : 709 (java) S 691 693 29102 0 -1 4202560 9895 0 0 0 121 1 0 0 15 0 22 0 830357140 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 1 0 0 0
[pid=693/tid=710] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/710/stat : 710 (java) S 691 693 29102 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830357140 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652675481 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=711] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/711/stat : 711 (java) S 691 693 29102 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830357140 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 5 0 0 0
[pid=693/tid=716] ppid=691 vsize=10563348 CPUtime=880.94 cores=1,3,5,7
/proc/693/task/716/stat : 716 (java) R 691 693 29102 0 -1 4202560 6873 0 0 0 88093 1 0 0 25 0 22 0 830357537 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 46912505807932 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=693/tid=717] ppid=691 vsize=10563348 CPUtime=880.93 cores=1,3,5,7
/proc/693/task/717/stat : 717 (java) R 691 693 29102 0 -1 4202560 342681 0 0 0 88054 39 0 0 25 0 22 0 830357537 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 46912506152983 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=693/tid=718] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/718/stat : 718 (java) S 691 693 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830357538 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 3 0 0 0
[pid=693/tid=719] ppid=691 vsize=10563348 CPUtime=0 cores=1,3,5,7
/proc/693/task/719/stat : 719 (java) S 691 693 29102 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830357538 10816868352 952844 33554432000 1073741824 1073778376 140734485826480 18446744073709551615 253652676096 0 4 0 16800975 18446604463445162048 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 10563348

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

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

[startup+913.428 s]
/proc/loadavg: 3.97 3.90 3.08 5/593 807
/proc/meminfo: memFree=16987076/32951124 swapFree=53733252/67111528
[pid=693] ppid=691 vsize=0 CPUtime=1800.41 cores=1,3,5,7
/proc/693/stat : 693 (java) Z 691 693 29102 0 -1 4203548 967771 0 1 0 179914 127 0 0 17 0 2 0 830357135 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/693/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.41
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 913.496
CPU time (s): 1800.49
CPU user time (s): 1799.15
CPU system time (s): 1.3458
CPU usage (%): 197.099
Max. virtual memory (cumulated for all children) (KiB): 10567672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 1.34579
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 967771
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= 23378
involuntary context switches= 17217

runsolver used 5.01724 second user time and 12.4681 second system time

The end

Launcher Data

Begin job on node106 at 2011-06-04 13:39:27
IDJOB=3454906
IDBENCH=1373
IDSOLVER=1950
FILE ID=node106/3454906-1307187567
RUNJOBID= node106-1307187567-657
PBS_JOBID= 13508822
Free space on /tmp= 73736 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/liu/vdw/normalized-vdw_k5_l4_n750.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454906-1307187567/watcher-3454906-1307187567 -o /tmp/evaluation-result-3454906-1307187567/solver-3454906-1307187567 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454906-1307187567.opb

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

MD5SUM BENCH= 84dfc4b706a5e82746c96ff285501708
RANDOM SEED=429225027

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21007520 kB
Buffers:        399644 kB
Cached:        6035068 kB
SwapCached:      22744 kB
Active:        6035468 kB
Inactive:      5565272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21007520 kB
SwapTotal:    67111528 kB
SwapFree:     53733252 kB
Dirty:           24108 kB
Writeback:           4 kB
AnonPages:     5162500 kB
Mapped:          33196 kB
Slab:           192908 kB
PageTables:      78160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 177880392 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= 73740 MiB
End job on node106 at 2011-06-04 13:54:43