Trace number 3478946

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 909.125

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-60.opb
MD5SUM3a065af206abae16cc2624cb89dfd6ff
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
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12587
Total number of constraints283937
Number of constraints which are clauses255125
Number of constraints which are cardinality constraints (but not clauses)903
Number of constraints which are nor clauses,nor cardinality constraints27909
Minimum length of a constraint2
Maximum length of a constraint270
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 271
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.1.v20110525
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.18-164.el5
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		9996466904
0.05/0.09	c Max memory 		10048897024
0.05/0.09	c Total memory 		10048897024
0.05/0.09	c Number of processors 	8
0.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@48e5855a
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@398020cc
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-3478946-1307439842.opb
0.10/0.11	c reading problem ... 
3.18/2.52	c ... done. Wall clock time 2.412s.
3.18/2.52	c #vars     12587
3.18/2.52	c #constraints  284398
3.18/2.52	c constraints type 
3.18/2.52	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
3.18/2.52	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
3.18/2.52	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
3.18/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
3.18/2.52	c constraints type 
3.18/2.52	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
3.18/2.52	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
3.18/2.52	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
3.18/2.52	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
10.44/5.78	c cleaning 0 clauses out of 5000 with flag 0/5000
15.35/8.21	c cleaning 2485 clauses out of 5001 with flag 5001/5001
16.21/8.81	c cleaning 0 clauses out of 11000 with flag 0/11000
21.83/11.68	c cleaning 4236 clauses out of 8515 with flag 11000/11000
24.43/13.00	c cleaning 0 clauses out of 18001 with flag 0/18001
28.06/14.97	c cleaning 5636 clauses out of 11279 with flag 18000/18000
35.74/18.88	c cleaning 6816 clauses out of 13643 with flag 26000/26000
36.57/19.39	c cleaning 0 clauses out of 26003 with flag 0/26003
42.52/22.47	c cleaning 7882 clauses out of 15827 with flag 35000/35000
51.15/26.81	c cleaning 8969 clauses out of 17946 with flag 45001/45001
57.57/30.12	c cleaning 0 clauses out of 35000 with flag 0/35000
60.38/31.62	c cleaning 9924 clauses out of 19976 with flag 56000/56000
69.94/36.52	c cleaning 11005 clauses out of 22053 with flag 68001/68001
80.77/42.02	c cleaning 12016 clauses out of 24047 with flag 81000/81000
90.78/47.18	c cleaning 12859 clauses out of 26031 with flag 95000/95000
100.39/52.05	c cleaning 13847 clauses out of 28172 with flag 110000/110000
107.31/55.61	c cleaning 0 clauses out of 45004 with flag 0/45004
109.32/56.74	c cleaning 15113 clauses out of 30325 with flag 126000/126000
121.51/62.96	c cleaning 16038 clauses out of 32212 with flag 143000/143000
131.72/68.15	c cleaning 17072 clauses out of 34174 with flag 161000/161000
145.82/75.38	c cleaning 18018 clauses out of 36102 with flag 180000/180000
157.02/81.06	c cleaning 18986 clauses out of 38085 with flag 200001/200001
164.43/84.80	c cleaning 20002 clauses out of 40096 with flag 221000/221000
183.05/94.28	c cleaning 21041 clauses out of 42096 with flag 243002/243002
205.60/105.69	c cleaning 0 clauses out of 56000 with flag 0/56000
206.36/106.14	c cleaning 22021 clauses out of 44054 with flag 266002/266002
223.37/114.73	c cleaning 22973 clauses out of 46032 with flag 290002/290002
239.87/123.09	c cleaning 24027 clauses out of 48057 with flag 315000/315000
264.58/135.58	c cleaning 25010 clauses out of 50029 with flag 341000/341000
277.77/142.30	c cleaning 25904 clauses out of 52023 with flag 368004/368004
301.58/154.21	c cleaning 27050 clauses out of 54117 with flag 396002/396002
308.78/157.92	c cleaning 0 clauses out of 68001 with flag 0/68001
324.90/166.18	c cleaning 28019 clauses out of 56067 with flag 425002/425002
343.65/175.67	c cleaning 28940 clauses out of 58046 with flag 455000/455000
359.68/183.72	c cleaning 30050 clauses out of 60106 with flag 486000/486000
385.05/196.58	c cleaning 31025 clauses out of 62058 with flag 518002/518002
428.76/218.52	c cleaning 31980 clauses out of 64031 with flag 551000/551000
452.97/230.79	c cleaning 32713 clauses out of 66051 with flag 585000/585000
477.39/243.04	c cleaning 34112 clauses out of 68338 with flag 620000/620000
500.14/254.51	c cleaning 35106 clauses out of 70226 with flag 656000/656000
522.81/266.04	c cleaning 36032 clauses out of 72120 with flag 693000/693000
526.78/268.12	c cleaning 0 clauses out of 81001 with flag 0/81001
553.37/281.60	c cleaning 36911 clauses out of 74090 with flag 731002/731002
574.51/292.22	c cleaning 38037 clauses out of 76177 with flag 770000/770000
602.17/306.22	c cleaning 38990 clauses out of 78140 with flag 810000/810000
627.74/319.11	c cleaning 39987 clauses out of 80150 with flag 851000/851000
660.52/335.61	c cleaning 40995 clauses out of 82163 with flag 893000/893000
688.09/349.53	c cleaning 42060 clauses out of 84168 with flag 936000/936000
722.34/366.81	c cleaning 42993 clauses out of 86108 with flag 980000/980000
757.70/384.65	c cleaning 44049 clauses out of 88114 with flag 1025000/1025000
791.87/401.86	c cleaning 45006 clauses out of 90065 with flag 1071000/1071000
857.66/434.83	c cleaning 45925 clauses out of 92061 with flag 1118002/1118002
896.84/454.68	c cleaning 46904 clauses out of 94134 with flag 1166000/1166000
936.75/474.70	c cleaning 48033 clauses out of 96230 with flag 1215000/1215000
972.49/492.73	c cleaning 49001 clauses out of 98197 with flag 1265000/1265000
1010.59/511.95	c cleaning 49902 clauses out of 100197 with flag 1316001/1316001
1062.53/538.15	c cleaning 51042 clauses out of 102294 with flag 1368000/1368000
1104.81/559.46	c cleaning 52097 clauses out of 104252 with flag 1421000/1421000
1160.88/587.68	c cleaning 53072 clauses out of 106155 with flag 1475000/1475000
1238.00/626.39	c cleaning 53984 clauses out of 108083 with flag 1530000/1530000
1285.49/650.36	c cleaning 55033 clauses out of 110100 with flag 1586001/1586001
1423.82/719.65	c cleaning 56005 clauses out of 112067 with flag 1643001/1643001
1474.27/745.06	c cleaning 56965 clauses out of 114063 with flag 1701002/1701002
1518.31/767.27	c cleaning 57823 clauses out of 116098 with flag 1760002/1760002
1553.79/785.29	c cleaning 0 clauses out of 95001 with flag 0/95001
1570.62/793.86	c cleaning 58845 clauses out of 118273 with flag 1820000/1820000
1686.11/851.78	c cleaning 60208 clauses out of 120429 with flag 1881001/1881001
1800.19/908.92	c starts		: 210
1800.19/908.92	c conflicts		: 1942848
1800.19/908.92	c decisions		: 14381018
1800.19/908.92	c propagations		: 699713910
1800.19/908.92	c inspects		: 8122149180
1800.19/908.92	c shortcuts		: 0
1800.19/908.92	c learnt literals	: 6
1800.19/908.92	c learnt binary clauses	: 1417
1800.19/908.92	c learnt ternary clauses	: 2887
1800.19/908.92	c learnt constraints	: 1942843
1800.19/908.92	c ignored constraints	: 0
1800.19/908.92	c root simplifications	: 0
1800.19/908.92	c removed literals (reason simplification)	: 26020365
1800.19/908.92	c reason swapping (by a shorter reason)	: 0
1800.19/908.92	c Calls to reduceDB	: 57
1800.19/908.92	c number of reductions to clauses (during analyze)	: 0
1800.19/908.92	c number of learned constraints concerned by reduction	: 0
1800.19/908.92	c number of learning phase by resolution	: 0
1800.19/908.92	c number of learning phase by cutting planes	: 0
1800.19/908.92	c speed (assignments/second)	: 771973.7565037798
1800.19/908.92	c non guided choices	1495152
1800.19/908.96	c learnt constraints type 
1800.19/908.96	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1417
1800.19/908.96	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 120666
1800.19/908.96	c constraints type 
1800.19/908.96	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 195762
1800.19/908.96	c org.sat4j.minisat.constraints.card.MinWatchCard => 906
1800.19/908.96	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 59821
1800.19/908.96	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 27909
1800.19/908.96	c constraints type 
1800.19/908.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59821
1800.19/908.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 195762
1800.19/908.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 906
1800.19/908.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 27909
1800.19/908.96	s UNKNOWN
1800.19/908.96	c Total wall clock time (in seconds): 908.844

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-3478946-1307439842/watcher-3478946-1307439842 -o /tmp/evaluation-result-3478946-1307439842/solver-3478946-1307439842 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478946-1307439842.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.62 3.79 3.71 3/482 15623
/proc/meminfo: memFree=22523512/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=86844 CPUtime=0 cores=0,2,4,6
/proc/15623/stat : 15623 (java) S 15621 15623 15115 0 -1 4202496 1390 0 1 0 0 0 0 0 25 0 2 0 855582165 88928256 1091 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 21711 1107 854 9 0 12867 0
[pid=15623/tid=15624] ppid=15621 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15624/stat : 15624 (java) R 15621 15623 15115 0 -1 4202560 4385 0 1 0 0 0 0 0 25 0 2 0 855582166 10694979584 5201 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.062877 s]
/proc/loadavg: 3.62 3.79 3.71 3/482 15623
/proc/meminfo: memFree=22523512/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=10472784 CPUtime=0.05 cores=0,2,4,6
/proc/15623/stat : 15623 (java) S 15621 15623 15115 0 -1 4202496 11637 0 1 0 4 1 0 0 25 0 18 0 855582165 10724130816 11333 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 2618196 11333 1730 9 0 2608937 0
[pid=15623/tid=15624] ppid=15621 vsize=10472784 CPUtime=0.05 cores=0,2,4,6
/proc/15623/task/15624/stat : 15624 (java) R 15621 15623 15115 0 -1 4202560 10461 0 1 0 4 1 0 0 25 0 18 0 855582166 10724130816 11333 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 47179453138518 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472784

[startup+0.10691 s]
/proc/loadavg: 3.62 3.79 3.71 3/482 15623
/proc/meminfo: memFree=22523512/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=10540348 CPUtime=0.1 cores=0,2,4,6
/proc/15623/stat : 15623 (java) S 15621 15623 15115 0 -1 4202496 13177 0 1 0 9 1 0 0 25 0 18 0 855582165 10793316352 12842 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 2635087 12842 2093 9 0 2625821 0
[pid=15623/tid=15624] ppid=15621 vsize=10540348 CPUtime=0.08 cores=0,2,4,6
/proc/15623/task/15624/stat : 15624 (java) R 15621 15623 15115 0 -1 4202560 11237 0 1 0 7 1 0 0 18 0 18 0 855582166 10793316352 12842 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540348

[startup+0.300862 s]
/proc/loadavg: 3.62 3.79 3.71 3/482 15623
/proc/meminfo: memFree=22523512/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=10542452 CPUtime=0.48 cores=0,2,4,6
/proc/15623/stat : 15623 (java) S 15621 15623 15115 0 -1 4202496 16253 0 1 0 46 2 0 0 25 0 18 0 855582165 10795470848 15791 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 2635613 15792 2200 9 0 2626347 0
[pid=15623/tid=15624] ppid=15621 vsize=10542452 CPUtime=0.28 cores=0,2,4,6
/proc/15623/task/15624/stat : 15624 (java) R 15621 15623 15115 0 -1 4202560 13480 0 1 0 26 2 0 0 18 0 18 0 855582166 10795470848 15793 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 46912505610874 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10542452

[startup+0.700819 s]
/proc/loadavg: 3.62 3.79 3.71 3/482 15623
/proc/meminfo: memFree=22523512/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=10546836 CPUtime=1.26 cores=0,2,4,6
/proc/15623/stat : 15623 (java) S 15621 15623 15115 0 -1 4202496 54091 0 1 0 118 8 0 0 25 0 18 0 855582165 10799960064 52455 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 2636709 52461 2216 9 0 2627443 0
[pid=15623/tid=15624] ppid=15621 vsize=10546836 CPUtime=0.68 cores=0,2,4,6
/proc/15623/task/15624/stat : 15624 (java) R 15621 15623 15115 0 -1 4202560 48185 0 1 0 61 7 0 0 18 0 18 0 855582166 10799960064 52475 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 47179454540627 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 10546836

[startup+1.50069 s]
/proc/loadavg: 3.62 3.79 3.71 4/500 15641
/proc/meminfo: memFree=22175672/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=10546836 CPUtime=2.13 cores=0,2,4,6
/proc/15623/stat : 15623 (java) S 15621 15623 15115 0 -1 4202496 151991 0 1 0 193 20 0 0 25 0 18 0 855582165 10799960064 150355 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 2636709 150360 2216 9 0 2627443 0
[pid=15623/tid=15624] ppid=15621 vsize=10546836 CPUtime=1.48 cores=0,2,4,6
/proc/15623/task/15624/stat : 15624 (java) R 15621 15623 15115 0 -1 4202560 146038 0 1 0 129 19 0 0 19 0 18 0 855582166 10799960064 150363 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15623/tid=15626] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15626/stat : 15626 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855582167 10799960064 150366 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15627] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15627/stat : 15627 (java) S 15621 15623 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 855582167 10799960064 150369 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15628] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15628/stat : 15628 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855582167 10799960064 150372 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15629] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15629/stat : 15629 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855582167 10799960064 150375 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15630] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15630/stat : 15630 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855582167 10799960064 150377 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15631] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15631/stat : 15631 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855582167 10799960064 150380 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15632] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15632/stat : 15632 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855582167 10799960064 150383 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15633] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15633/stat : 15633 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855582167 10799960064 150386 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15634] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15634/stat : 15634 (java) S 15621 15623 15115 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 855582168 10799960064 150389 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 0 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15635] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15635/stat : 15635 (java) S 15621 15623 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855582169 10799960064 150392 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15636] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15636/stat : 15636 (java) S 15621 15623 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855582169 10799960064 150395 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15637] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15637/stat : 15637 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855582171 10799960064 150398 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134537649 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15638] ppid=15621 vsize=10546836 CPUtime=0.31 cores=0,2,4,6
/proc/15623/task/15638/stat : 15638 (java) S 15621 15623 15115 0 -1 4202560 2081 0 0 0 31 0 0 0 16 0 18 0 855582171 10799960064 150401 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15639] ppid=15621 vsize=10546836 CPUtime=0.31 cores=0,2,4,6
/proc/15623/task/15639/stat : 15639 (java) S 15621 15623 15115 0 -1 4202560 2727 0 0 0 31 0 0 0 18 0 18 0 855582171 10799960064 150404 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15640] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15640/stat : 15640 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855582171 10799960064 150407 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15641] ppid=15621 vsize=10546836 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15641/stat : 15641 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855582171 10799960064 150410 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 10546836

[startup+3.10132 s]
/proc/loadavg: 3.62 3.79 3.71 4/500 15641
/proc/meminfo: memFree=21626228/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=10550948 CPUtime=4.8 cores=0,2,4,6
/proc/15623/stat : 15623 (java) S 15621 15623 15115 0 -1 4202496 307810 0 1 0 441 39 0 0 25 0 22 0 855582165 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 2637737 306171 2239 9 0 2628471 0
[pid=15623/tid=15624] ppid=15621 vsize=10550948 CPUtime=2.5 cores=0,2,4,6
/proc/15623/task/15624/stat : 15624 (java) S 15621 15623 15115 0 -1 4202560 272515 0 1 0 216 34 0 0 17 0 22 0 855582166 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15626] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15626/stat : 15626 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582167 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15627] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15627/stat : 15627 (java) S 15621 15623 15115 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 855582167 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15628] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15628/stat : 15628 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582167 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15629] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15629/stat : 15629 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582167 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15630] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15630/stat : 15630 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582167 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15631] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15631/stat : 15631 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582167 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15632] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15632/stat : 15632 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582167 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15633] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15633/stat : 15633 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582167 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15634] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15634/stat : 15634 (java) S 15621 15623 15115 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 855582168 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 0 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15635] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15635/stat : 15635 (java) S 15621 15623 15115 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 855582169 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15636] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15636/stat : 15636 (java) S 15621 15623 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855582169 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15637] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15637/stat : 15637 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582171 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134537649 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15638] ppid=15621 vsize=10550948 CPUtime=0.57 cores=0,2,4,6
/proc/15623/task/15638/stat : 15638 (java) S 15621 15623 15115 0 -1 4202560 2155 0 0 0 57 0 0 0 15 0 22 0 855582171 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15639] ppid=15621 vsize=10550948 CPUtime=0.56 cores=0,2,4,6
/proc/15623/task/15639/stat : 15639 (java) S 15621 15623 15115 0 -1 4202560 2767 0 0 0 56 0 0 0 15 0 22 0 855582171 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15640] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15640/stat : 15640 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582171 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15641] ppid=15621 vsize=10550948 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15641/stat : 15641 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855582171 10804170752 306171 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.8
Current children cumulated vsize (KiB) 10550948

[startup+6.30074 s]
/proc/loadavg: 3.65 3.79 3.71 5/504 15645
/proc/meminfo: memFree=20550840/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=10552808 CPUtime=11.48 cores=0,2,4,6
/proc/15623/stat : 15623 (java) S 15621 15623 15115 0 -1 4202496 568132 0 1 0 1081 67 0 0 25 0 22 0 855582165 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 2638202 563652 2266 9 0 2628936 0
[pid=15623/tid=15624] ppid=15621 vsize=10552808 CPUtime=2.5 cores=0,2,4,6
/proc/15623/task/15624/stat : 15624 (java) S 15621 15623 15115 0 -1 4202560 272515 0 1 0 216 34 0 0 15 0 22 0 855582166 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15626] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15626/stat : 15626 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 22 0 855582167 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15627] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15627/stat : 15627 (java) S 15621 15623 15115 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 22 0 855582167 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15628] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15628/stat : 15628 (java) S 15621 15623 15115 0 -1 4202560 686 0 0 0 0 0 0 0 18 0 22 0 855582167 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15629] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15629/stat : 15629 (java) S 15621 15623 15115 0 -1 4202560 657 0 0 0 0 0 0 0 18 0 22 0 855582167 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15630] ppid=15621 vsize=10552808 CPUtime=0.07 cores=0,2,4,6
/proc/15623/task/15630/stat : 15630 (java) S 15621 15623 15115 0 -1 4202560 5288 0 0 0 7 0 0 0 18 0 22 0 855582167 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15631] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15631/stat : 15631 (java) S 15621 15623 15115 0 -1 4202560 149 0 0 0 0 0 0 0 18 0 22 0 855582167 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15632] ppid=15621 vsize=10552808 CPUtime=0.08 cores=0,2,4,6
/proc/15623/task/15632/stat : 15632 (java) S 15621 15623 15115 0 -1 4202560 5732 0 0 0 8 0 0 0 18 0 22 0 855582167 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15633] ppid=15621 vsize=10552808 CPUtime=0.08 cores=0,2,4,6
/proc/15623/task/15633/stat : 15633 (java) S 15621 15623 15115 0 -1 4202560 5172 0 0 0 8 0 0 0 18 0 22 0 855582167 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15634] ppid=15621 vsize=10552808 CPUtime=0.27 cores=0,2,4,6
/proc/15623/task/15634/stat : 15634 (java) S 15621 15623 15115 0 -1 4202560 20865 0 0 0 25 2 0 0 16 0 22 0 855582168 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 0 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15635] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15635/stat : 15635 (java) S 15621 15623 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855582169 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15636] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15636/stat : 15636 (java) S 15621 15623 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855582169 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15637] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15637/stat : 15637 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582171 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134537649 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15638] ppid=15621 vsize=10552808 CPUtime=0.78 cores=0,2,4,6
/proc/15623/task/15638/stat : 15638 (java) S 15621 15623 15115 0 -1 4202560 3193 0 0 0 78 0 0 0 15 0 22 0 855582171 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15639] ppid=15621 vsize=10552808 CPUtime=0.85 cores=0,2,4,6
/proc/15623/task/15639/stat : 15639 (java) S 15621 15623 15115 0 -1 4202560 5930 0 0 0 84 1 0 0 15 0 22 0 855582171 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15640] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15640/stat : 15640 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582171 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15641] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15641/stat : 15641 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 855582171 10806075392 563652 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0

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

/proc/15623/task/15628/stat : 15628 (java) S 15621 15623 15115 0 -1 4202560 2701 0 0 0 45 0 0 0 15 0 22 0 855582167 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15629] ppid=15621 vsize=10552808 CPUtime=0.49 cores=0,2,4,6
/proc/15623/task/15629/stat : 15629 (java) S 15621 15623 15115 0 -1 4202560 4459 0 0 0 49 0 0 0 16 0 22 0 855582167 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15630] ppid=15621 vsize=10552808 CPUtime=0.59 cores=0,2,4,6
/proc/15623/task/15630/stat : 15630 (java) S 15621 15623 15115 0 -1 4202560 7154 0 0 0 59 0 0 0 15 0 22 0 855582167 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15631] ppid=15621 vsize=10552808 CPUtime=0.44 cores=0,2,4,6
/proc/15623/task/15631/stat : 15631 (java) S 15621 15623 15115 0 -1 4202560 4125 0 0 0 44 0 0 0 15 0 22 0 855582167 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15632] ppid=15621 vsize=10552808 CPUtime=0.5 cores=0,2,4,6
/proc/15623/task/15632/stat : 15632 (java) S 15621 15623 15115 0 -1 4202560 9308 0 0 0 49 1 0 0 15 0 22 0 855582167 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15633] ppid=15621 vsize=10552808 CPUtime=0.64 cores=0,2,4,6
/proc/15623/task/15633/stat : 15633 (java) S 15621 15623 15115 0 -1 4202560 7343 0 0 0 64 0 0 0 15 0 22 0 855582167 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15634] ppid=15621 vsize=10552808 CPUtime=18.38 cores=0,2,4,6
/proc/15623/task/15634/stat : 15634 (java) S 15621 15623 15115 0 -1 4202560 41341 0 0 0 1832 6 0 0 15 0 22 0 855582168 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 0 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15635] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15635/stat : 15635 (java) S 15621 15623 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855582169 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15636] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15636/stat : 15636 (java) S 15621 15623 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855582169 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15637] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15637/stat : 15637 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582171 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134537649 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15638] ppid=15621 vsize=10552808 CPUtime=0.95 cores=0,2,4,6
/proc/15623/task/15638/stat : 15638 (java) S 15621 15623 15115 0 -1 4202560 3217 0 0 0 95 0 0 0 15 0 22 0 855582171 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15639] ppid=15621 vsize=10552808 CPUtime=1.12 cores=0,2,4,6
/proc/15623/task/15639/stat : 15639 (java) S 15621 15623 15115 0 -1 4202560 7828 0 0 0 111 1 0 0 15 0 22 0 855582171 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15640] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15640/stat : 15640 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582171 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15641] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15641/stat : 15641 (java) S 15621 15623 15115 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 855582171 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15642] ppid=15621 vsize=10552808 CPUtime=799.99 cores=0,2,4,6
/proc/15623/task/15642/stat : 15642 (java) R 15621 15623 15115 0 -1 4202560 2027 0 0 0 79997 2 0 0 25 0 22 0 855582418 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 46912505925574 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15623/tid=15643] ppid=15621 vsize=10552808 CPUtime=799.99 cores=0,2,4,6
/proc/15623/task/15643/stat : 15643 (java) R 15621 15623 15115 0 -1 4202560 561587 0 0 0 79937 62 0 0 25 0 22 0 855582418 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 46912505931894 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15623/tid=15644] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15644/stat : 15644 (java) S 15621 15623 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 855582420 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15645] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15645/stat : 15645 (java) S 15621 15623 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855582420 10806075392 924728 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1627.27
Current children cumulated vsize (KiB) 10552808

[startup+882.301 s]
/proc/loadavg: 3.91 3.89 3.81 5/504 15719
/proc/meminfo: memFree=22374108/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=10552808 CPUtime=1746.95 cores=0,2,4,6
/proc/15623/stat : 15623 (java) S 15621 15623 15115 0 -1 4202496 934934 0 1 0 174580 115 0 0 25 0 22 0 855582165 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 2638202 927618 2268 9 0 2628936 0
[pid=15623/tid=15624] ppid=15621 vsize=10552808 CPUtime=2.5 cores=0,2,4,6
/proc/15623/task/15624/stat : 15624 (java) S 15621 15623 15115 0 -1 4202560 272540 0 1 0 216 34 0 0 15 0 22 0 855582166 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15626] ppid=15621 vsize=10552808 CPUtime=0.56 cores=0,2,4,6
/proc/15623/task/15626/stat : 15626 (java) S 15621 15623 15115 0 -1 4202560 3804 0 0 0 56 0 0 0 16 0 22 0 855582167 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15627] ppid=15621 vsize=10552808 CPUtime=0.58 cores=0,2,4,6
/proc/15623/task/15627/stat : 15627 (java) S 15621 15623 15115 0 -1 4202560 5151 0 0 0 58 0 0 0 15 0 22 0 855582167 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15628] ppid=15621 vsize=10552808 CPUtime=0.49 cores=0,2,4,6
/proc/15623/task/15628/stat : 15628 (java) S 15621 15623 15115 0 -1 4202560 2852 0 0 0 49 0 0 0 15 0 22 0 855582167 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15629] ppid=15621 vsize=10552808 CPUtime=0.53 cores=0,2,4,6
/proc/15623/task/15629/stat : 15629 (java) S 15621 15623 15115 0 -1 4202560 4840 0 0 0 53 0 0 0 16 0 22 0 855582167 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15630] ppid=15621 vsize=10552808 CPUtime=0.61 cores=0,2,4,6
/proc/15623/task/15630/stat : 15630 (java) S 15621 15623 15115 0 -1 4202560 7444 0 0 0 61 0 0 0 16 0 22 0 855582167 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15631] ppid=15621 vsize=10552808 CPUtime=0.48 cores=0,2,4,6
/proc/15623/task/15631/stat : 15631 (java) S 15621 15623 15115 0 -1 4202560 4218 0 0 0 48 0 0 0 15 0 22 0 855582167 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15632] ppid=15621 vsize=10552808 CPUtime=0.51 cores=0,2,4,6
/proc/15623/task/15632/stat : 15632 (java) S 15621 15623 15115 0 -1 4202560 9381 0 0 0 50 1 0 0 15 0 22 0 855582167 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15633] ppid=15621 vsize=10552808 CPUtime=0.69 cores=0,2,4,6
/proc/15623/task/15633/stat : 15633 (java) S 15621 15623 15115 0 -1 4202560 7343 0 0 0 69 0 0 0 15 0 22 0 855582167 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15634] ppid=15621 vsize=10552808 CPUtime=18.76 cores=0,2,4,6
/proc/15623/task/15634/stat : 15634 (java) S 15621 15623 15115 0 -1 4202560 41489 0 0 0 1870 6 0 0 15 0 22 0 855582168 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 0 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15635] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15635/stat : 15635 (java) S 15621 15623 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855582169 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15636] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15636/stat : 15636 (java) S 15621 15623 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855582169 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15637] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15637/stat : 15637 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582171 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134537649 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15638] ppid=15621 vsize=10552808 CPUtime=0.95 cores=0,2,4,6
/proc/15623/task/15638/stat : 15638 (java) S 15621 15623 15115 0 -1 4202560 3217 0 0 0 95 0 0 0 15 0 22 0 855582171 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15639] ppid=15621 vsize=10552808 CPUtime=1.12 cores=0,2,4,6
/proc/15623/task/15639/stat : 15639 (java) S 15621 15623 15115 0 -1 4202560 7828 0 0 0 111 1 0 0 15 0 22 0 855582171 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15640] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15640/stat : 15640 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582171 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15641] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15641/stat : 15641 (java) S 15621 15623 15115 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 22 0 855582171 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15642] ppid=15621 vsize=10552808 CPUtime=859.51 cores=0,2,4,6
/proc/15623/task/15642/stat : 15642 (java) R 15621 15623 15115 0 -1 4202560 2028 0 0 0 85949 2 0 0 25 0 22 0 855582418 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 46912505908946 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15623/tid=15643] ppid=15621 vsize=10552808 CPUtime=859.51 cores=0,2,4,6
/proc/15623/task/15643/stat : 15643 (java) R 15621 15623 15115 0 -1 4202560 561591 0 0 0 85889 62 0 0 25 0 22 0 855582418 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 46912505826585 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15623/tid=15644] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15644/stat : 15644 (java) S 15621 15623 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 855582420 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15645] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15645/stat : 15645 (java) S 15621 15623 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855582420 10806075392 927618 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1746.95
Current children cumulated vsize (KiB) 10552808



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.901 s]
/proc/loadavg: 3.94 3.90 3.81 5/504 15720
/proc/meminfo: memFree=21888868/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=10552808 CPUtime=1800.19 cores=0,2,4,6
/proc/15623/stat : 15623 (java) S 15621 15623 15115 0 -1 4202496 935682 0 1 0 179904 115 0 0 25 0 22 0 855582165 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 2638202 928356 2268 9 0 2628936 0
[pid=15623/tid=15624] ppid=15621 vsize=10552808 CPUtime=2.5 cores=0,2,4,6
/proc/15623/task/15624/stat : 15624 (java) S 15621 15623 15115 0 -1 4202560 272540 0 1 0 216 34 0 0 15 0 22 0 855582166 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15626] ppid=15621 vsize=10552808 CPUtime=0.56 cores=0,2,4,6
/proc/15623/task/15626/stat : 15626 (java) S 15621 15623 15115 0 -1 4202560 3875 0 0 0 56 0 0 0 16 0 22 0 855582167 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15627] ppid=15621 vsize=10552808 CPUtime=0.58 cores=0,2,4,6
/proc/15623/task/15627/stat : 15627 (java) S 15621 15623 15115 0 -1 4202560 5151 0 0 0 58 0 0 0 15 0 22 0 855582167 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15628] ppid=15621 vsize=10552808 CPUtime=0.5 cores=0,2,4,6
/proc/15623/task/15628/stat : 15628 (java) S 15621 15623 15115 0 -1 4202560 3174 0 0 0 50 0 0 0 16 0 22 0 855582167 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15629] ppid=15621 vsize=10552808 CPUtime=0.53 cores=0,2,4,6
/proc/15623/task/15629/stat : 15629 (java) S 15621 15623 15115 0 -1 4202560 4840 0 0 0 53 0 0 0 15 0 22 0 855582167 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15630] ppid=15621 vsize=10552808 CPUtime=0.61 cores=0,2,4,6
/proc/15623/task/15630/stat : 15630 (java) S 15621 15623 15115 0 -1 4202560 7444 0 0 0 61 0 0 0 15 0 22 0 855582167 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15631] ppid=15621 vsize=10552808 CPUtime=0.49 cores=0,2,4,6
/proc/15623/task/15631/stat : 15631 (java) S 15621 15623 15115 0 -1 4202560 4350 0 0 0 49 0 0 0 16 0 22 0 855582167 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15632] ppid=15621 vsize=10552808 CPUtime=0.53 cores=0,2,4,6
/proc/15623/task/15632/stat : 15632 (java) S 15621 15623 15115 0 -1 4202560 9553 0 0 0 52 1 0 0 16 0 22 0 855582167 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15633] ppid=15621 vsize=10552808 CPUtime=0.69 cores=0,2,4,6
/proc/15623/task/15633/stat : 15633 (java) S 15621 15623 15115 0 -1 4202560 7389 0 0 0 69 0 0 0 16 0 22 0 855582167 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15634] ppid=15621 vsize=10552808 CPUtime=18.76 cores=0,2,4,6
/proc/15623/task/15634/stat : 15634 (java) S 15621 15623 15115 0 -1 4202560 41491 0 0 0 1870 6 0 0 15 0 22 0 855582168 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 0 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15635] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15635/stat : 15635 (java) S 15621 15623 15115 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 855582169 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15636] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15636/stat : 15636 (java) S 15621 15623 15115 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 855582169 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15637] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15637/stat : 15637 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582171 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134537649 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15638] ppid=15621 vsize=10552808 CPUtime=0.95 cores=0,2,4,6
/proc/15623/task/15638/stat : 15638 (java) S 15621 15623 15115 0 -1 4202560 3217 0 0 0 95 0 0 0 15 0 22 0 855582171 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15639] ppid=15621 vsize=10552808 CPUtime=1.12 cores=0,2,4,6
/proc/15623/task/15639/stat : 15639 (java) S 15621 15623 15115 0 -1 4202560 7828 0 0 0 111 1 0 0 15 0 22 0 855582171 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 4 0 0 0
[pid=15623/tid=15640] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15640/stat : 15640 (java) S 15621 15623 15115 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 855582171 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134529945 0 4 0 16800975 18446604442832886656 0 0 -1 6 0 0 0
[pid=15623/tid=15641] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15641/stat : 15641 (java) S 15621 15623 15115 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 855582171 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 2 0 0 0
[pid=15623/tid=15642] ppid=15621 vsize=10552808 CPUtime=886.11 cores=0,2,4,6
/proc/15623/task/15642/stat : 15642 (java) R 15621 15623 15115 0 -1 4202560 2028 0 0 0 88609 2 0 0 25 0 22 0 855582418 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 46912505908768 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=15623/tid=15643] ppid=15621 vsize=10552808 CPUtime=886.11 cores=0,2,4,6
/proc/15623/task/15643/stat : 15643 (java) R 15621 15623 15115 0 -1 4202560 561592 0 0 0 88549 62 0 0 25 0 22 0 855582418 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 46912505932232 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=15623/tid=15644] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15644/stat : 15644 (java) S 15621 15623 15115 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 855582420 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
[pid=15623/tid=15645] ppid=15621 vsize=10552808 CPUtime=0 cores=0,2,4,6
/proc/15623/task/15645/stat : 15645 (java) S 15621 15623 15115 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 855582420 10806075392 928356 33554432000 1073741824 1073778376 140737451810672 18446744073709551615 228134530560 0 4 0 16800975 18446604442832886656 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 10552808

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

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

[startup+909.024 s]
/proc/loadavg: 3.94 3.90 3.81 5/504 15720
/proc/meminfo: memFree=21888868/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=0 CPUtime=1800.37 cores=0,2,4,6
/proc/15623/stat : 15623 (java) Z 15621 15623 15115 0 -1 4203548 935713 0 1 0 179917 120 0 0 17 0 2 0 855582165 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 0 0 0 0 0 0 0
[pid=15623/tid=15645] ppid=15621 vsize=0 CPUtime=0.05 cores=0,2,4,6
/proc/15623/task/15645/stat : 15645 (java) R 15621 15623 15115 0 -1 4203588 7 0 0 0 0 5 0 0 18 0 2 0 855582420 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.37
Current children cumulated vsize (KiB) 0

[startup+909.101 s]
/proc/loadavg: 3.94 3.90 3.81 5/504 15720
/proc/meminfo: memFree=21888868/32951124 swapFree=41830676/67111528
[pid=15623] ppid=15621 vsize=0 CPUtime=1800.45 cores=0,2,4,6
/proc/15623/stat : 15623 (java) Z 15621 15623 15115 0 -1 4203548 935713 0 1 0 179917 128 0 0 17 0 2 0 855582165 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15623/statm: 0 0 0 0 0 0 0
[pid=15623/tid=15645] ppid=15621 vsize=0 CPUtime=0.12 cores=0,2,4,6
/proc/15623/task/15645/stat : 15645 (java) R 15621 15623 15115 0 -1 4203588 7 0 0 0 0 12 0 0 18 0 2 0 855582420 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 909.125
CPU time (s): 1800.49
CPU user time (s): 1799.18
CPU system time (s): 1.3088
CPU usage (%): 198.046
Max. virtual memory (cumulated for all children) (KiB): 10552808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.3088
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 935713
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= 24050
involuntary context switches= 27734

runsolver used 4.54031 second user time and 9.55055 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-07 11:44:02
IDJOB=3478946
IDBENCH=89783
IDSOLVER=1950
FILE ID=node138/3478946-1307439842
RUNJOBID= node138-1307436783-15133
PBS_JOBID= 13519950
Free space on /tmp= 73516 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-60.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478946-1307439842/watcher-3478946-1307439842 -o /tmp/evaluation-result-3478946-1307439842/solver-3478946-1307439842 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3478946-1307439842.opb

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

MD5SUM BENCH= 3a065af206abae16cc2624cb89dfd6ff
RANDOM SEED=687975901

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:      22523792 kB
Buffers:        342096 kB
Cached:        1656880 kB
SwapCached:      44568 kB
Active:        8266392 kB
Inactive:      1851852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22523792 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:          362992 kB
Writeback:           0 kB
AnonPages:     8085888 kB
Mapped:          24868 kB
Slab:           137196 kB
PageTables:     103120 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141000892 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= 73872 MiB
End job on node138 at 2011-06-07 11:59:13