Trace number 3689633

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
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.81 1778.37

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K86.opb
MD5SUMa7a3236cd0071452eec601ea09fe7bbe
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 variables5848
Total number of constraints6022
Number of constraints which are clauses5936
Number of constraints which are cardinality constraints (but not clauses)86
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint86
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 87
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.09	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.2.v20120418
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		501472288
0.06/0.09	c Max memory 		7480803328
0.06/0.09	c Total memory 		504102912
0.06/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3689633-1337891867.opb
0.09/0.12	c reading problem ... 
0.53/0.39	c ... done. Wall clock time 0.269s.
0.53/0.39	c declared #vars     5848
0.53/0.39	c #constraints  6022
0.53/0.39	c constraints type 
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4829
0.53/0.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 86
0.53/0.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.53/0.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1105
0.53/0.39	c 6022 constraints processed.
1.84/1.23	c cleaning 2480 clauses out of 4995 with flag 5003/5003
2.72/2.09	c cleaning 4226 clauses out of 8506 with flag 11000/11000
3.72/3.06	c cleaning 5600 clauses out of 11277 with flag 18001/18001
4.94/4.20	c cleaning 6794 clauses out of 13675 with flag 26000/26000
6.20/5.43	c cleaning 7882 clauses out of 15876 with flag 35000/35000
7.59/6.80	c cleaning 8910 clauses out of 17992 with flag 45000/45000
9.10/8.32	c cleaning 9979 clauses out of 20083 with flag 56001/56001
10.80/10.09	c cleaning 10901 clauses out of 22103 with flag 68000/68000
12.71/11.90	c cleaning 12044 clauses out of 24202 with flag 81000/81000
14.73/13.99	c cleaning 12961 clauses out of 26156 with flag 95000/95000
17.07/16.29	c cleaning 13974 clauses out of 28195 with flag 110000/110000
19.71/18.83	c cleaning 15043 clauses out of 30221 with flag 126000/126000
22.23/21.31	c cleaning 15956 clauses out of 32177 with flag 143001/143001
24.94/24.00	c cleaning 16944 clauses out of 34220 with flag 161000/161000
28.06/27.10	c cleaning 17909 clauses out of 36277 with flag 180001/180001
31.58/30.69	c cleaning 19097 clauses out of 38372 with flag 200005/200005
35.20/34.22	c cleaning 19980 clauses out of 40271 with flag 221001/221001
39.31/38.31	c cleaning 21033 clauses out of 42289 with flag 243000/243000
43.42/42.49	c cleaning 21914 clauses out of 44258 with flag 266002/266002
47.85/46.81	c cleaning 22887 clauses out of 46343 with flag 290001/290001
52.17/51.12	c cleaning 24119 clauses out of 48455 with flag 315000/315000
56.20/55.17	c cleaning 24948 clauses out of 50336 with flag 341000/341000
61.03/59.94	c cleaning 25991 clauses out of 52389 with flag 368001/368001
66.28/65.19	c cleaning 26918 clauses out of 54397 with flag 396000/396000
72.52/71.31	c cleaning 28012 clauses out of 56481 with flag 425003/425003
81.45/80.21	c cleaning 28890 clauses out of 58467 with flag 455001/455001
87.15/85.86	c cleaning 30070 clauses out of 60576 with flag 486000/486000
93.27/91.98	c cleaning 31120 clauses out of 62508 with flag 518002/518002
100.63/99.27	c cleaning 31982 clauses out of 64386 with flag 551001/551001
107.08/105.63	c cleaning 32969 clauses out of 66403 with flag 585002/585002
114.41/112.94	c cleaning 33925 clauses out of 68433 with flag 620001/620001
122.74/121.28	c cleaning 34979 clauses out of 70507 with flag 656000/656000
130.22/128.61	c cleaning 36049 clauses out of 72531 with flag 693003/693003
137.64/136.03	c cleaning 37107 clauses out of 74480 with flag 731001/731001
146.58/144.96	c cleaning 37953 clauses out of 76373 with flag 770001/770001
156.13/154.41	c cleaning 38907 clauses out of 78419 with flag 810000/810000
165.39/163.62	c cleaning 39943 clauses out of 80514 with flag 851002/851002
174.82/173.04	c cleaning 41016 clauses out of 82569 with flag 893000/893000
186.46/184.70	c cleaning 41930 clauses out of 84553 with flag 936000/936000
197.42/195.50	c cleaning 43236 clauses out of 86623 with flag 980000/980000
207.18/205.27	c cleaning 44058 clauses out of 88387 with flag 1025000/1025000
220.50/218.50	c cleaning 44908 clauses out of 90330 with flag 1071001/1071001
232.04/229.91	c cleaning 45941 clauses out of 92421 with flag 1118001/1118001
242.80/240.69	c cleaning 46946 clauses out of 94480 with flag 1166001/1166001
254.37/252.15	c cleaning 48037 clauses out of 96533 with flag 1215000/1215000
268.33/266.10	c cleaning 48994 clauses out of 98498 with flag 1265002/1265002
282.34/279.96	c cleaning 49949 clauses out of 100502 with flag 1316000/1316000
298.02/295.60	c cleaning 51053 clauses out of 102555 with flag 1368002/1368002
310.40/307.80	c cleaning 51579 clauses out of 104502 with flag 1421003/1421003
328.90/326.17	c cleaning 52236 clauses out of 106920 with flag 1475000/1475000
345.75/342.83	c cleaning 54211 clauses out of 109684 with flag 1530000/1530000
359.42/356.42	c cleaning 54503 clauses out of 111473 with flag 1586000/1586000
373.08/370.00	c cleaning 55712 clauses out of 113970 with flag 1643000/1643000
391.25/388.00	c cleaning 56842 clauses out of 116258 with flag 1701000/1701000
409.31/405.95	c cleaning 58050 clauses out of 118416 with flag 1760000/1760000
423.04/419.64	c cleaning 58491 clauses out of 120367 with flag 1820001/1820001
437.51/434.02	c cleaning 59761 clauses out of 122876 with flag 1881001/1881001
453.66/450.19	c cleaning 60569 clauses out of 125114 with flag 1943000/1943000
471.43/467.87	c cleaning 61550 clauses out of 127545 with flag 2006000/2006000
490.99/487.30	c cleaning 62734 clauses out of 129995 with flag 2070000/2070000
518.48/514.63	c cleaning 63920 clauses out of 132262 with flag 2135001/2135001
540.58/536.48	c cleaning 65315 clauses out of 134341 with flag 2201000/2201000
558.15/553.85	c cleaning 65336 clauses out of 136026 with flag 2268000/2268000
578.61/574.13	c cleaning 66781 clauses out of 138694 with flag 2336004/2336004
600.09/595.44	c cleaning 67793 clauses out of 140912 with flag 2405003/2405003
633.29/628.29	c cleaning 69056 clauses out of 143118 with flag 2475002/2475002
655.64/650.33	c cleaning 70077 clauses out of 145060 with flag 2546000/2546000
678.49/672.84	c cleaning 70679 clauses out of 146984 with flag 2618001/2618001
704.63/698.81	c cleaning 71926 clauses out of 149304 with flag 2691000/2691000
730.08/723.93	c cleaning 73145 clauses out of 151379 with flag 2765001/2765001
767.85/761.47	c cleaning 74392 clauses out of 153238 with flag 2840005/2840005
794.82/788.20	c cleaning 75172 clauses out of 154841 with flag 2916000/2916000
821.63/814.79	c cleaning 76226 clauses out of 156673 with flag 2993004/2993004
846.81/839.64	c cleaning 76910 clauses out of 158443 with flag 3071000/3071000
878.37/870.88	c cleaning 78098 clauses out of 160534 with flag 3150001/3150001
902.89/895.15	c cleaning 78983 clauses out of 162435 with flag 3230000/3230000
928.57/920.51	c cleaning 79766 clauses out of 164452 with flag 3311000/3311000
964.51/954.71	c cleaning 80952 clauses out of 166686 with flag 3393000/3393000
1007.06/996.01	c cleaning 81961 clauses out of 168734 with flag 3476000/3476000
1049.84/1038.14	c cleaning 83313 clauses out of 170775 with flag 3560002/3560002
1092.55/1080.24	c cleaning 84115 clauses out of 172460 with flag 3645000/3645000
1155.31/1142.10	c cleaning 85579 clauses out of 174345 with flag 3731000/3731000
1194.65/1180.82	c cleaning 86199 clauses out of 175767 with flag 3818001/3818001
1221.51/1207.36	c cleaning 86867 clauses out of 177567 with flag 3906000/3906000
1275.98/1261.22	c cleaning 88605 clauses out of 179700 with flag 3995000/3995000
1315.52/1300.27	c cleaning 89105 clauses out of 181096 with flag 4085001/4085001
1365.24/1349.22	c cleaning 90128 clauses out of 182990 with flag 4176000/4176000
1413.25/1396.70	c cleaning 91042 clauses out of 184865 with flag 4268003/4268003
1456.98/1439.88	c cleaning 92198 clauses out of 186821 with flag 4361001/4361001
1511.97/1494.17	c cleaning 93668 clauses out of 188623 with flag 4455001/4455001
1563.52/1544.89	c cleaning 94502 clauses out of 189959 with flag 4550005/4550005
1623.78/1604.22	c cleaning 95469 clauses out of 191452 with flag 4646000/4646000
1666.31/1646.32	c cleaning 96393 clauses out of 192985 with flag 4743002/4743002
1699.19/1678.87	c cleaning 96617 clauses out of 194591 with flag 4841001/4841001
1739.55/1718.64	c cleaning 98201 clauses out of 196973 with flag 4940000/4940000
1785.08/1763.55	c cleaning 99171 clauses out of 198773 with flag 5040001/5040001
1800.10/1778.31	c starts		: 272
1800.10/1778.31	c conflicts		: 5083018
1800.10/1778.31	c decisions		: 28794834
1800.10/1778.31	c propagations		: 1638731849
1800.10/1778.31	c inspects		: 11400303103
1800.10/1778.31	c shortcuts		: 0
1800.10/1778.31	c learnt literals	: 37
1800.10/1778.31	c learnt binary clauses	: 84140
1800.10/1778.31	c learnt ternary clauses	: 110335
1800.10/1778.31	c learnt constraints	: 5082981
1800.10/1778.31	c ignored constraints	: 0
1800.10/1778.31	c root simplifications	: 0
1800.10/1778.31	c removed literals (reason simplification)	: 0
1800.10/1778.31	c reason swapping (by a shorter reason)	: 0
1800.10/1778.31	c Calls to reduceDB	: 96
1800.10/1778.31	c number of reductions to clauses (during analyze)	: 0
1800.10/1778.31	c number of learned constraints concerned by reduction	: 0
1800.10/1778.31	c number of learning phase by resolution	: 0
1800.10/1778.31	c number of learning phase by cutting planes	: 0
1800.10/1778.31	c speed (assignments/second)	: 921717.6388469388
1800.10/1778.31	c non guided choices	4520
1800.10/1778.36	c learnt constraints type 
1800.10/1778.36	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84140
1800.10/1778.36	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 58578
1800.10/1778.36	c constraints type 
1800.10/1778.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4829
1800.10/1778.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 86
1800.10/1778.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.10/1778.36	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1105
1800.10/1778.36	c 6022 constraints processed.
1800.10/1778.36	s UNKNOWN
1800.10/1778.36	c Total wall clock time (in seconds): 1778.24

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3689633-1337891867/watcher-3689633-1337891867 -o /tmp/evaluation-result-3689633-1337891867/solver-3689633-1337891867 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689633-1337891867.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: 1.92 1.98 1.99 3/194 4409
/proc/meminfo: memFree=29193624/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/4409/stat : 4409 (java) D 4407 4409 2422 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 255311608 9515008 182 33554432000 1073741824 1073778376 140734825901552 140734825892584 223651643061 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/4409/statm: 2323 182 140 9 0 71 0

[startup+0.0897331 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4409
/proc/meminfo: memFree=29193624/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/4409/stat : 4409 (java) S 4407 4409 2422 0 -1 4202496 3604 0 1 0 6 0 0 0 20 0 18 0 255311608 9787813888 4813 33554432000 1073741824 1073778376 140736406090464 140736406081600 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4409/statm: 2389603 4822 1931 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100255 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4409
/proc/meminfo: memFree=29193624/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/4409/stat : 4409 (java) S 4407 4409 2422 0 -1 4202496 4237 0 1 0 8 1 0 0 20 0 18 0 255311608 9787813888 5441 33554432000 1073741824 1073778376 140736406090464 140736406081600 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4409/statm: 2389603 5441 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300225 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4409
/proc/meminfo: memFree=29193624/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9558412 CPUtime=0.53 cores=0,2,4,6
/proc/4409/stat : 4409 (java) S 4407 4409 2422 0 -1 4202496 7392 0 1 0 51 2 0 0 20 0 18 0 255311608 9787813888 9297 33554432000 1073741824 1073778376 140736406090464 140736406081600 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4409/statm: 2389603 9297 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.700218 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 4409
/proc/meminfo: memFree=29193624/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9624976 CPUtime=1.33 cores=0,2,4,6
/proc/4409/stat : 4409 (java) S 4407 4409 2422 0 -1 4202496 9287 0 1 0 130 3 0 0 20 0 19 0 255311608 9855975424 15818 33554432000 1073741824 1073778376 140736406090464 140736406081600 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4409/statm: 2406244 15818 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9624976

[startup+1.50062 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 4428
/proc/meminfo: memFree=29136432/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9624976 CPUtime=2.19 cores=0,2,4,6
/proc/4409/stat : 4409 (java) S 4407 4409 2422 0 -1 4202496 9359 0 1 0 216 3 0 0 20 0 19 0 255311608 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 140736406081600 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4409/statm: 2406244 18946 2275 9 0 2396937 0
[pid=4409/tid=4411] ppid=4407 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/4409/task/4411/stat : 4411 (java) R 4407 4409 2422 0 -1 4202560 2477 0 1 0 143 2 0 0 20 0 19 0 255311609 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139865449578648 139865291887732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4412] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4412/stat : 4412 (java) S 4407 4409 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139865411070888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4413] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4413/stat : 4413 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139865410018344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4414] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4414/stat : 4414 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139865291221672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4415] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4415/stat : 4415 (java) S 4407 4409 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139865290169128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4416] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4416/stat : 4416 (java) S 4407 4409 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139865289116072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4417] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4417/stat : 4417 (java) S 4407 4409 2422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139865288063528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4418] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4418/stat : 4418 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139865287010472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4419] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4419/stat : 4419 (java) S 4407 4409 2422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139865285957928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4420] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4420/stat : 4420 (java) S 4407 4409 2422 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139864803629928 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4421] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4421/stat : 4421 (java) S 4407 4409 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139864802576248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4422] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4422/stat : 4422 (java) S 4407 4409 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139864801523080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4423] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4423/stat : 4423 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139864800471824 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4424] ppid=4407 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/4409/task/4424/stat : 4424 (java) S 4407 4409 2422 0 -1 4202560 2564 0 0 0 35 0 0 0 20 0 19 0 255311615 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139864799418680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4425] ppid=4407 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/4409/task/4425/stat : 4425 (java) S 4407 4409 2422 0 -1 4202560 3072 0 0 0 34 0 0 0 20 0 19 0 255311615 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139864798366136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4426] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4426/stat : 4426 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139864797313272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4427] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4427/stat : 4427 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139864796260936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4428] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4428/stat : 4428 (java) S 4407 4409 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255311649 9855975424 18946 33554432000 1073741824 1073778376 140736406090464 139864795207208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 4428
/proc/meminfo: memFree=29121724/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9624976 CPUtime=3.83 cores=0,2,4,6
/proc/4409/stat : 4409 (java) S 4407 4409 2422 0 -1 4202496 9377 0 1 0 380 3 0 0 20 0 19 0 255311608 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 140736406081600 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4409/statm: 2406244 21004 2275 9 0 2396937 0
[pid=4409/tid=4411] ppid=4407 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/4409/task/4411/stat : 4411 (java) R 4407 4409 2422 0 -1 4202560 2478 0 1 0 299 2 0 0 20 0 19 0 255311609 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139865449578744 139865291887250 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4412] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4412/stat : 4412 (java) S 4407 4409 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139865411070888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4413] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4413/stat : 4413 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139865410018344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4414] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4414/stat : 4414 (java) S 4407 4409 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139865291221672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4415] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4415/stat : 4415 (java) S 4407 4409 2422 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139865290169128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4416] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4416/stat : 4416 (java) S 4407 4409 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139865289116072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4417] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4417/stat : 4417 (java) S 4407 4409 2422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139865288063528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4418] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4418/stat : 4418 (java) S 4407 4409 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139865287010472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4419] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4419/stat : 4419 (java) S 4407 4409 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139865285957928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4420] ppid=4407 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/4409/task/4420/stat : 4420 (java) S 4407 4409 2422 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 255311612 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139864803629928 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4421] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4421/stat : 4421 (java) S 4407 4409 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139864802576248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4422] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4422/stat : 4422 (java) S 4407 4409 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139864801523080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4423] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4423/stat : 4423 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139864800471824 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4424] ppid=4407 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/4409/task/4424/stat : 4424 (java) S 4407 4409 2422 0 -1 4202560 2565 0 0 0 37 0 0 0 20 0 19 0 255311615 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139864799418680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4425] ppid=4407 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/4409/task/4425/stat : 4425 (java) S 4407 4409 2422 0 -1 4202560 3072 0 0 0 36 0 0 0 20 0 19 0 255311615 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139864798366136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4426] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4426/stat : 4426 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139864797313272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4427] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4427/stat : 4427 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139864796260936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4428] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4428/stat : 4428 (java) S 4407 4409 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255311649 9855975424 21004 33554432000 1073741824 1073778376 140736406090464 139864795207208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9624976

[startup+6.30062 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 4428
/proc/meminfo: memFree=29115456/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9624976 CPUtime=7.09 cores=0,2,4,6
/proc/4409/stat : 4409 (java) S 4407 4409 2422 0 -1 4202496 9700 0 1 0 705 4 0 0 20 0 19 0 255311608 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 140736406081600 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4409/statm: 2406244 21412 2275 9 0 2396937 0
[pid=4409/tid=4411] ppid=4407 vsize=9624976 CPUtime=6.17 cores=0,2,4,6
/proc/4409/task/4411/stat : 4411 (java) R 4407 4409 2422 0 -1 4202560 2480 0 1 0 615 2 0 0 20 0 19 0 255311609 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139865449578784 139865291954436 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4412] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4412/stat : 4412 (java) S 4407 4409 2422 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139865411070888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4413] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4413/stat : 4413 (java) S 4407 4409 2422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139865410018344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4414] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4414/stat : 4414 (java) S 4407 4409 2422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139865291221672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4415] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4415/stat : 4415 (java) S 4407 4409 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139865290169128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4416] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4416/stat : 4416 (java) S 4407 4409 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139865289116072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4417] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4417/stat : 4417 (java) S 4407 4409 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139865288063528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4418] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4418/stat : 4418 (java) S 4407 4409 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139865287010472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4419] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4419/stat : 4419 (java) S 4407 4409 2422 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255311611 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139865285957928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4420] ppid=4407 vsize=9624976 CPUtime=0.06 cores=0,2,4,6
/proc/4409/task/4420/stat : 4420 (java) S 4407 4409 2422 0 -1 4202560 32 0 0 0 6 0 0 0 20 0 19 0 255311612 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139864803629928 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4421] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4421/stat : 4421 (java) S 4407 4409 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139864802576248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4422] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4422/stat : 4422 (java) S 4407 4409 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139864801523080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4423] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4423/stat : 4423 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139864800471824 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4424] ppid=4407 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/4409/task/4424/stat : 4424 (java) S 4407 4409 2422 0 -1 4202560 2866 0 0 0 42 0 0 0 20 0 19 0 255311615 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139864799418680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4425] ppid=4407 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/4409/task/4425/stat : 4425 (java) S 4407 4409 2422 0 -1 4202560 3072 0 0 0 36 0 0 0 20 0 19 0 255311615 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139864798366136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4426] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4426/stat : 4426 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139864797313272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4427] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4427/stat : 4427 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139864796260936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4428] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4428/stat : 4428 (java) S 4407 4409 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255311649 9855975424 21412 33554432000 1073741824 1073778376 140736406090464 139864795207208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=4409/tid=4417] ppid=4407 vsize=9624976 CPUtime=3.69 cores=0,2,4,6
/proc/4409/task/4417/stat : 4417 (java) S 4407 4409 2422 0 -1 4202560 1573 0 0 0 351 18 0 0 20 0 19 0 255311611 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139865288063528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4418] ppid=4407 vsize=9624976 CPUtime=3.15 cores=0,2,4,6
/proc/4409/task/4418/stat : 4418 (java) S 4407 4409 2422 0 -1 4202560 1432 0 0 0 302 13 0 0 20 0 19 0 255311611 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139865287010472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4419] ppid=4407 vsize=9624976 CPUtime=3.24 cores=0,2,4,6
/proc/4409/task/4419/stat : 4419 (java) S 4407 4409 2422 0 -1 4202560 1657 0 0 0 310 14 0 0 20 0 19 0 255311611 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139865285957928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4420] ppid=4407 vsize=9624976 CPUtime=3.93 cores=0,2,4,6
/proc/4409/task/4420/stat : 4420 (java) S 4407 4409 2422 0 -1 4202560 812 0 0 0 387 6 0 0 20 0 19 0 255311612 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139864803629928 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4421] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4421/stat : 4421 (java) S 4407 4409 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139864802576248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4422] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4422/stat : 4422 (java) S 4407 4409 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139864801523080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4423] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4423/stat : 4423 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139864800471824 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4424] ppid=4407 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/4409/task/4424/stat : 4424 (java) S 4407 4409 2422 0 -1 4202560 2872 0 0 0 44 0 0 0 20 0 19 0 255311615 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139864799418680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4425] ppid=4407 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/4409/task/4425/stat : 4425 (java) S 4407 4409 2422 0 -1 4202560 3072 0 0 0 36 0 0 0 20 0 19 0 255311615 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139864798366136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4426] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4426/stat : 4426 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139864797313272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4427] ppid=4407 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/4409/task/4427/stat : 4427 (java) S 4407 4409 2422 0 -1 4202560 97 0 0 0 22 26 0 0 20 0 19 0 255311615 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139864796260936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4428] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4428/stat : 4428 (java) S 4407 4409 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255311649 9855975424 179328 33554432000 1073741824 1073778376 140736406090464 139864795207208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1682.6
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 4525
/proc/meminfo: memFree=29015708/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9624976 CPUtime=1743.33 cores=0,2,4,6
/proc/4409/stat : 4409 (java) S 4407 4409 2422 0 -1 4202496 23043 0 1 0 174178 155 0 0 20 0 19 0 255311608 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 140736406081600 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4409/statm: 2406244 179324 2276 9 0 2396937 0
[pid=4409/tid=4411] ppid=4407 vsize=9624976 CPUtime=1710.42 cores=0,2,4,6
/proc/4409/task/4411/stat : 4411 (java) R 4407 4409 2422 0 -1 4202560 2829 0 1 0 171010 32 0 0 20 0 19 0 255311609 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139865449578784 139865291834258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4412] ppid=4407 vsize=9624976 CPUtime=3.63 cores=0,2,4,6
/proc/4409/task/4412/stat : 4412 (java) S 4407 4409 2422 0 -1 4202560 2051 0 0 0 347 16 0 0 20 0 19 0 255311611 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139865411070888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4413] ppid=4407 vsize=9624976 CPUtime=3.4 cores=0,2,4,6
/proc/4409/task/4413/stat : 4413 (java) S 4407 4409 2422 0 -1 4202560 1417 0 0 0 325 15 0 0 20 0 19 0 255311611 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139865410018344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4414] ppid=4407 vsize=9624976 CPUtime=3.51 cores=0,2,4,6
/proc/4409/task/4414/stat : 4414 (java) S 4407 4409 2422 0 -1 4202560 1420 0 0 0 338 13 0 0 20 0 19 0 255311611 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139865291221672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4415] ppid=4407 vsize=9624976 CPUtime=3.42 cores=0,2,4,6
/proc/4409/task/4415/stat : 4415 (java) S 4407 4409 2422 0 -1 4202560 1259 0 0 0 329 13 0 0 20 0 19 0 255311611 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139865290169128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4416] ppid=4407 vsize=9624976 CPUtime=3.37 cores=0,2,4,6
/proc/4409/task/4416/stat : 4416 (java) S 4407 4409 2422 0 -1 4202560 1362 0 0 0 322 15 0 0 20 0 19 0 255311611 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139865289116072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4417] ppid=4407 vsize=9624976 CPUtime=3.82 cores=0,2,4,6
/proc/4409/task/4417/stat : 4417 (java) S 4407 4409 2422 0 -1 4202560 1573 0 0 0 364 18 0 0 20 0 19 0 255311611 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139865288063528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4418] ppid=4407 vsize=9624976 CPUtime=3.27 cores=0,2,4,6
/proc/4409/task/4418/stat : 4418 (java) S 4407 4409 2422 0 -1 4202560 1432 0 0 0 314 13 0 0 20 0 19 0 255311611 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139865287010472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4419] ppid=4407 vsize=9624976 CPUtime=3.37 cores=0,2,4,6
/proc/4409/task/4419/stat : 4419 (java) S 4407 4409 2422 0 -1 4202560 1657 0 0 0 322 15 0 0 20 0 19 0 255311611 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139865285957928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4420] ppid=4407 vsize=9624976 CPUtime=4.08 cores=0,2,4,6
/proc/4409/task/4420/stat : 4420 (java) S 4407 4409 2422 0 -1 4202560 819 0 0 0 402 6 0 0 20 0 19 0 255311612 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139864803629928 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4421] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4421/stat : 4421 (java) S 4407 4409 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139864802576248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4422] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4422/stat : 4422 (java) S 4407 4409 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139864801523080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4423] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4423/stat : 4423 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139864800471824 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4424] ppid=4407 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/4409/task/4424/stat : 4424 (java) S 4407 4409 2422 0 -1 4202560 2872 0 0 0 44 0 0 0 20 0 19 0 255311615 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139864799418680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4425] ppid=4407 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/4409/task/4425/stat : 4425 (java) S 4407 4409 2422 0 -1 4202560 3072 0 0 0 36 0 0 0 20 0 19 0 255311615 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139864798366136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4426] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4426/stat : 4426 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139864797313272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4427] ppid=4407 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/4409/task/4427/stat : 4427 (java) S 4407 4409 2422 0 -1 4202560 99 0 0 0 23 27 0 0 20 0 19 0 255311615 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139864796260936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4428] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4428/stat : 4428 (java) S 4407 4409 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255311649 9855975424 179324 33554432000 1073741824 1073778376 140736406090464 139864795207208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1743.33
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 4525
/proc/meminfo: memFree=29011116/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/4409/stat : 4409 (java) S 4407 4409 2422 0 -1 4202496 23091 0 1 0 179854 156 0 0 20 0 19 0 255311608 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 140736406081600 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4409/statm: 2406244 179859 2276 9 0 2396937 0
[pid=4409/tid=4411] ppid=4407 vsize=9624976 CPUtime=1766.07 cores=0,2,4,6
/proc/4409/task/4411/stat : 4411 (java) R 4407 4409 2422 0 -1 4202560 2838 0 1 0 176574 33 0 0 20 0 19 0 255311609 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865449577840 139865291915021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4412] ppid=4407 vsize=9624976 CPUtime=3.75 cores=0,2,4,6
/proc/4409/task/4412/stat : 4412 (java) S 4407 4409 2422 0 -1 4202560 2051 0 0 0 359 16 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865411070888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4413] ppid=4407 vsize=9624976 CPUtime=3.55 cores=0,2,4,6
/proc/4409/task/4413/stat : 4413 (java) S 4407 4409 2422 0 -1 4202560 1417 0 0 0 340 15 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865410018344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4414] ppid=4407 vsize=9624976 CPUtime=3.61 cores=0,2,4,6
/proc/4409/task/4414/stat : 4414 (java) S 4407 4409 2422 0 -1 4202560 1420 0 0 0 348 13 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865291221672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4415] ppid=4407 vsize=9624976 CPUtime=3.55 cores=0,2,4,6
/proc/4409/task/4415/stat : 4415 (java) S 4407 4409 2422 0 -1 4202560 1259 0 0 0 341 14 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865290169128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4416] ppid=4407 vsize=9624976 CPUtime=3.49 cores=0,2,4,6
/proc/4409/task/4416/stat : 4416 (java) S 4407 4409 2422 0 -1 4202560 1362 0 0 0 334 15 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865289116072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4417] ppid=4407 vsize=9624976 CPUtime=3.98 cores=0,2,4,6
/proc/4409/task/4417/stat : 4417 (java) S 4407 4409 2422 0 -1 4202560 1574 0 0 0 380 18 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865288063528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4418] ppid=4407 vsize=9624976 CPUtime=3.43 cores=0,2,4,6
/proc/4409/task/4418/stat : 4418 (java) S 4407 4409 2422 0 -1 4202560 1432 0 0 0 330 13 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865287010472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4419] ppid=4407 vsize=9624976 CPUtime=3.51 cores=0,2,4,6
/proc/4409/task/4419/stat : 4419 (java) S 4407 4409 2422 0 -1 4202560 1657 0 0 0 336 15 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865285957928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4420] ppid=4407 vsize=9624976 CPUtime=4.15 cores=0,2,4,6
/proc/4409/task/4420/stat : 4420 (java) S 4407 4409 2422 0 -1 4202560 853 0 0 0 409 6 0 0 20 0 19 0 255311612 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864803629928 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4421] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4421/stat : 4421 (java) S 4407 4409 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864802576248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4422] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4422/stat : 4422 (java) S 4407 4409 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864801523080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4423] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4423/stat : 4423 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864800471824 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4424] ppid=4407 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/4409/task/4424/stat : 4424 (java) S 4407 4409 2422 0 -1 4202560 2872 0 0 0 44 0 0 0 20 0 19 0 255311615 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864799418680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4425] ppid=4407 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/4409/task/4425/stat : 4425 (java) S 4407 4409 2422 0 -1 4202560 3072 0 0 0 36 0 0 0 20 0 19 0 255311615 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864798366136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4426] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4426/stat : 4426 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864797313272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4427] ppid=4407 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/4409/task/4427/stat : 4427 (java) S 4407 4409 2422 0 -1 4202560 103 0 0 0 24 28 0 0 20 0 19 0 255311615 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864796260936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4428] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4428/stat : 4428 (java) S 4407 4409 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255311649 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864795207208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1778.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/213 4525
/proc/meminfo: memFree=29011116/32873844 swapFree=6848/6848
[pid=4409] ppid=4407 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/4409/stat : 4409 (java) S 4407 4409 2422 0 -1 4202496 23091 0 1 0 179854 156 0 0 20 0 19 0 255311608 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 140736406081600 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4409/statm: 2406244 179859 2276 9 0 2396937 0
[pid=4409/tid=4411] ppid=4407 vsize=9624976 CPUtime=1766.07 cores=0,2,4,6
/proc/4409/task/4411/stat : 4411 (java) R 4407 4409 2422 0 -1 4202560 2838 0 1 0 176574 33 0 0 20 0 19 0 255311609 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865449577840 139865291915021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4412] ppid=4407 vsize=9624976 CPUtime=3.75 cores=0,2,4,6
/proc/4409/task/4412/stat : 4412 (java) S 4407 4409 2422 0 -1 4202560 2051 0 0 0 359 16 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865411070888 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4413] ppid=4407 vsize=9624976 CPUtime=3.55 cores=0,2,4,6
/proc/4409/task/4413/stat : 4413 (java) S 4407 4409 2422 0 -1 4202560 1417 0 0 0 340 15 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865410018344 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4414] ppid=4407 vsize=9624976 CPUtime=3.61 cores=0,2,4,6
/proc/4409/task/4414/stat : 4414 (java) S 4407 4409 2422 0 -1 4202560 1420 0 0 0 348 13 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865291221672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4415] ppid=4407 vsize=9624976 CPUtime=3.55 cores=0,2,4,6
/proc/4409/task/4415/stat : 4415 (java) S 4407 4409 2422 0 -1 4202560 1259 0 0 0 341 14 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865290169128 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4416] ppid=4407 vsize=9624976 CPUtime=3.49 cores=0,2,4,6
/proc/4409/task/4416/stat : 4416 (java) S 4407 4409 2422 0 -1 4202560 1362 0 0 0 334 15 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865289116072 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4417] ppid=4407 vsize=9624976 CPUtime=3.98 cores=0,2,4,6
/proc/4409/task/4417/stat : 4417 (java) S 4407 4409 2422 0 -1 4202560 1574 0 0 0 380 18 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865288063528 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4418] ppid=4407 vsize=9624976 CPUtime=3.43 cores=0,2,4,6
/proc/4409/task/4418/stat : 4418 (java) S 4407 4409 2422 0 -1 4202560 1432 0 0 0 330 13 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865287010472 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4409/tid=4419] ppid=4407 vsize=9624976 CPUtime=3.51 cores=0,2,4,6
/proc/4409/task/4419/stat : 4419 (java) S 4407 4409 2422 0 -1 4202560 1657 0 0 0 336 15 0 0 20 0 19 0 255311611 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139865285957928 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4420] ppid=4407 vsize=9624976 CPUtime=4.15 cores=0,2,4,6
/proc/4409/task/4420/stat : 4420 (java) S 4407 4409 2422 0 -1 4202560 853 0 0 0 409 6 0 0 20 0 19 0 255311612 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864803629928 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4421] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4421/stat : 4421 (java) S 4407 4409 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864802576248 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4422] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4422/stat : 4422 (java) S 4407 4409 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255311612 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864801523080 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4423] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4423/stat : 4423 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864800471824 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4424] ppid=4407 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/4409/task/4424/stat : 4424 (java) S 4407 4409 2422 0 -1 4202560 2872 0 0 0 44 0 0 0 20 0 19 0 255311615 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864799418680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4425] ppid=4407 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/4409/task/4425/stat : 4425 (java) S 4407 4409 2422 0 -1 4202560 3072 0 0 0 36 0 0 0 20 0 19 0 255311615 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864798366136 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4409/tid=4426] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4426/stat : 4426 (java) S 4407 4409 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255311615 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864797313272 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4409/tid=4427] ppid=4407 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/4409/task/4427/stat : 4427 (java) S 4407 4409 2422 0 -1 4202560 103 0 0 0 24 28 0 0 20 0 19 0 255311615 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864796260936 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4409/tid=4428] ppid=4407 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/4409/task/4428/stat : 4428 (java) S 4407 4409 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255311649 9855975424 179859 33554432000 1073741824 1073778376 140736406090464 139864795207208 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1778.37
CPU time (s): 1800.81
CPU user time (s): 1798.8
CPU system time (s): 2.01269
CPU usage (%): 101.262
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 2.01269
maximum resident set size= 762532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23127
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46928
involuntary context switches= 50993

runsolver used 6.12907 second user time and 14.6358 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-24 22:37:47
IDJOB=3689633
IDBENCH=90132
IDSOLVER=2269
FILE ID=node144/3689633-1337891867
RUNJOBID= node144-1337871880-2438
PBS_JOBID= 14620060
Free space on /tmp= 71716 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K86.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689633-1337891867/watcher-3689633-1337891867 -o /tmp/evaluation-result-3689633-1337891867/solver-3689633-1337891867 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689633-1337891867.opb

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

MD5SUM BENCH= a7a3236cd0071452eec601ea09fe7bbe
RANDOM SEED=1840710580

node144.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29193516 kB
Buffers:          232164 kB
Cached:          1869948 kB
SwapCached:            0 kB
Active:          1218636 kB
Inactive:        1676968 kB
Active(anon):     794576 kB
Inactive(anon):        0 kB
Active(file):     424060 kB
Inactive(file):  1676968 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:        818660 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             626992 kB
SReclaimable:      69480 kB
SUnreclaim:       557512 kB
KernelStack:        1600 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1090996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    770048 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node144 at 2012-05-24 23:07:27