Trace number 3689641

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.79 1768.58

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K83.opb
MD5SUM87eecd69bf3cf4e36ad8fc8a9d8af53d
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 variables5644
Total number of constraints5812
Number of constraints which are clauses5729
Number of constraints which are cardinality constraints (but not clauses)83
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint83
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 84
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.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3689641-1337891956.opb
0.09/0.11	c reading problem ... 
0.56/0.36	c ... done. Wall clock time 0.251s.
0.56/0.36	c declared #vars     5644
0.56/0.36	c #constraints  5812
0.56/0.36	c constraints type 
0.56/0.36	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
0.56/0.36	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
0.56/0.36	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.56/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
0.56/0.37	c 5812 constraints processed.
1.74/1.16	c cleaning 2487 clauses out of 4993 with flag 5003/5003
2.61/1.96	c cleaning 4223 clauses out of 8499 with flag 11001/11001
3.53/2.81	c cleaning 5598 clauses out of 11271 with flag 18000/18000
4.44/3.72	c cleaning 6706 clauses out of 13669 with flag 26000/26000
5.70/4.90	c cleaning 7924 clauses out of 15964 with flag 35001/35001
6.91/6.17	c cleaning 8914 clauses out of 18037 with flag 45000/45000
8.43/7.61	c cleaning 10017 clauses out of 20124 with flag 56001/56001
10.03/9.21	c cleaning 10855 clauses out of 22105 with flag 68000/68000
11.93/11.14	c cleaning 12005 clauses out of 24250 with flag 81000/81000
13.96/13.14	c cleaning 12948 clauses out of 26244 with flag 95001/95001
16.58/15.70	c cleaning 14009 clauses out of 28296 with flag 110002/110002
18.80/17.96	c cleaning 14935 clauses out of 30283 with flag 126000/126000
21.53/20.61	c cleaning 15989 clauses out of 32350 with flag 143003/143003
24.46/23.52	c cleaning 17100 clauses out of 34358 with flag 161000/161000
27.30/26.32	c cleaning 17992 clauses out of 36259 with flag 180001/180001
30.43/29.43	c cleaning 19009 clauses out of 38266 with flag 200000/200000
33.95/32.93	c cleaning 20000 clauses out of 40259 with flag 221002/221002
37.38/36.34	c cleaning 21051 clauses out of 42256 with flag 243000/243000
41.09/40.08	c cleaning 21824 clauses out of 44204 with flag 266000/266000
45.42/44.35	c cleaning 22826 clauses out of 46380 with flag 290000/290000
49.61/48.49	c cleaning 24157 clauses out of 48554 with flag 315000/315000
54.23/53.02	c cleaning 25176 clauses out of 50397 with flag 341000/341000
58.69/57.48	c cleaning 26011 clauses out of 52223 with flag 368002/368002
63.81/62.58	c cleaning 26883 clauses out of 54212 with flag 396002/396002
68.86/67.58	c cleaning 27816 clauses out of 56330 with flag 425003/425003
73.90/72.59	c cleaning 29016 clauses out of 58513 with flag 455002/455002
79.72/78.37	c cleaning 30088 clauses out of 60495 with flag 486000/486000
85.74/84.39	c cleaning 31093 clauses out of 62406 with flag 518000/518000
93.30/91.81	c cleaning 31880 clauses out of 64315 with flag 551002/551002
100.67/99.12	c cleaning 33047 clauses out of 66432 with flag 585000/585000
107.46/105.88	c cleaning 34005 clauses out of 68387 with flag 620002/620002
114.91/113.27	c cleaning 34980 clauses out of 70379 with flag 656000/656000
123.16/121.45	c cleaning 36139 clauses out of 72402 with flag 693003/693003
132.52/130.77	c cleaning 36995 clauses out of 74260 with flag 731000/731000
142.36/140.46	c cleaning 37905 clauses out of 76265 with flag 770000/770000
151.93/149.99	c cleaning 38983 clauses out of 78362 with flag 810002/810002
162.81/160.77	c cleaning 39809 clauses out of 80377 with flag 851000/851000
173.07/170.94	c cleaning 41052 clauses out of 82569 with flag 893001/893001
182.88/180.62	c cleaning 42113 clauses out of 84516 with flag 936000/936000
192.06/189.70	c cleaning 42873 clauses out of 86403 with flag 980000/980000
202.92/200.51	c cleaning 43908 clauses out of 88530 with flag 1025000/1025000
217.99/215.58	c cleaning 45167 clauses out of 90628 with flag 1071006/1071006
232.93/230.30	c cleaning 46079 clauses out of 92455 with flag 1118000/1118000
245.31/242.68	c cleaning 46992 clauses out of 94376 with flag 1166000/1166000
263.38/260.42	c cleaning 47891 clauses out of 96385 with flag 1215001/1215001
278.12/275.13	c cleaning 49074 clauses out of 98494 with flag 1265001/1265001
301.20/297.96	c cleaning 49782 clauses out of 100422 with flag 1316003/1316003
325.46/322.00	c cleaning 50730 clauses out of 102638 with flag 1368001/1368001
337.56/334.04	c cleaning 52329 clauses out of 104908 with flag 1421001/1421001
348.82/345.29	c cleaning 52995 clauses out of 106578 with flag 1475000/1475000
364.91/361.17	c cleaning 54190 clauses out of 108583 with flag 1530000/1530000
383.59/379.11	c cleaning 55020 clauses out of 110393 with flag 1586000/1586000
399.39/394.59	c cleaning 55802 clauses out of 112373 with flag 1643000/1643000
418.13/412.96	c cleaning 57074 clauses out of 114573 with flag 1701002/1701002
437.52/432.04	c cleaning 57983 clauses out of 116498 with flag 1760001/1760001
456.48/450.61	c cleaning 58820 clauses out of 118513 with flag 1820000/1820000
485.84/479.47	c cleaning 60014 clauses out of 120695 with flag 1881002/1881002
510.80/503.90	c cleaning 61070 clauses out of 122679 with flag 1943000/1943000
529.94/522.65	c cleaning 61902 clauses out of 124609 with flag 2006000/2006000
553.00/545.20	c cleaning 63017 clauses out of 126707 with flag 2070000/2070000
573.96/565.75	c cleaning 64116 clauses out of 128690 with flag 2135000/2135000
589.84/581.20	c cleaning 64941 clauses out of 130574 with flag 2201000/2201000
611.40/602.27	c cleaning 65956 clauses out of 132636 with flag 2268003/2268003
638.33/628.63	c cleaning 66969 clauses out of 134678 with flag 2336001/2336001
661.96/651.73	c cleaning 67782 clauses out of 136708 with flag 2405000/2405000
685.46/674.61	c cleaning 69188 clauses out of 138929 with flag 2475003/2475003
711.68/700.33	c cleaning 70030 clauses out of 140739 with flag 2546001/2546001
733.39/721.68	c cleaning 71239 clauses out of 142709 with flag 2618001/2618001
758.65/746.39	c cleaning 71938 clauses out of 144470 with flag 2691001/2691001
791.43/778.39	c cleaning 73030 clauses out of 146533 with flag 2765002/2765002
817.99/804.39	c cleaning 74102 clauses out of 148508 with flag 2840007/2840007
841.89/827.70	c cleaning 74916 clauses out of 150400 with flag 2916001/2916001
895.83/880.43	c cleaning 75885 clauses out of 152483 with flag 2993000/2993000
934.38/918.25	c cleaning 77030 clauses out of 154599 with flag 3071001/3071001
962.68/945.81	c cleaning 78063 clauses out of 156568 with flag 3150000/3150000
987.18/969.89	c cleaning 79042 clauses out of 158506 with flag 3230001/3230001
1017.24/999.37	c cleaning 80086 clauses out of 160463 with flag 3311000/3311000
1043.16/1024.88	c cleaning 80844 clauses out of 162379 with flag 3393002/3393002
1067.16/1048.47	c cleaning 82070 clauses out of 164533 with flag 3476000/3476000
1108.38/1088.99	c cleaning 82975 clauses out of 166468 with flag 3560005/3560005
1142.13/1122.16	c cleaning 84027 clauses out of 168488 with flag 3645000/3645000
1186.63/1165.85	c cleaning 85041 clauses out of 170461 with flag 3731000/3731000
1226.14/1204.67	c cleaning 86037 clauses out of 172424 with flag 3818004/3818004
1263.39/1241.12	c cleaning 87004 clauses out of 174383 with flag 3906000/3906000
1297.15/1274.27	c cleaning 87867 clauses out of 176379 with flag 3995000/3995000
1337.60/1314.01	c cleaning 88928 clauses out of 178512 with flag 4085000/4085000
1381.74/1357.33	c cleaning 90108 clauses out of 180591 with flag 4176007/4176007
1446.12/1420.88	c cleaning 90941 clauses out of 182480 with flag 4268004/4268004
1505.67/1479.50	c cleaning 91804 clauses out of 184536 with flag 4361001/4361001
1552.18/1525.02	c cleaning 93014 clauses out of 186731 with flag 4455000/4455000
1611.38/1583.26	c cleaning 93999 clauses out of 188717 with flag 4550000/4550000
1671.10/1641.98	c cleaning 95244 clauses out of 190718 with flag 4646000/4646000
1703.24/1673.37	c cleaning 95879 clauses out of 192475 with flag 4743001/4743001
1742.58/1711.91	c cleaning 97155 clauses out of 194599 with flag 4841004/4841004
1800.10/1768.51	c starts		: 271
1800.10/1768.51	c conflicts		: 4929264
1800.10/1768.51	c decisions		: 25759501
1800.10/1768.51	c propagations		: 1602142489
1800.10/1768.51	c inspects		: 11563484252
1800.10/1768.51	c shortcuts		: 0
1800.10/1768.51	c learnt literals	: 38
1800.10/1768.51	c learnt binary clauses	: 75325
1800.10/1768.51	c learnt ternary clauses	: 86383
1800.10/1768.51	c learnt constraints	: 4929226
1800.10/1768.51	c ignored constraints	: 0
1800.10/1768.51	c root simplifications	: 0
1800.10/1768.51	c removed literals (reason simplification)	: 0
1800.10/1768.51	c reason swapping (by a shorter reason)	: 0
1800.10/1768.51	c Calls to reduceDB	: 94
1800.10/1768.51	c number of reductions to clauses (during analyze)	: 0
1800.10/1768.51	c number of learned constraints concerned by reduction	: 0
1800.10/1768.51	c number of learning phase by resolution	: 0
1800.10/1768.51	c number of learning phase by cutting planes	: 0
1800.10/1768.51	c speed (assignments/second)	: 906120.5626949088
1800.10/1768.51	c non guided choices	4442
1800.10/1768.57	c learnt constraints type 
1800.10/1768.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 75325
1800.10/1768.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110427
1800.10/1768.57	c constraints type 
1800.10/1768.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4661
1800.10/1768.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 83
1800.10/1768.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1800.10/1768.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1066
1800.10/1768.57	c 5812 constraints processed.
1800.10/1768.57	s UNKNOWN
1800.10/1768.57	c Total wall clock time (in seconds): 1768.452

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-3689641-1337891956/watcher-3689641-1337891956 -o /tmp/evaluation-result-3689641-1337891956/solver-3689641-1337891956 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689641-1337891956.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.55 2.12 2.04 3/194 24020
/proc/meminfo: memFree=24461736/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24020/stat : 24020 (java) D 24018 24020 21352 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255324175 9515008 182 33554432000 1073741824 1073778376 140734447536880 140734447527912 240426761909 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/24020/statm: 2323 182 140 9 0 71 0

[startup+0.026616 s]
/proc/loadavg: 2.55 2.12 2.04 3/194 24020
/proc/meminfo: memFree=24461736/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9014776 CPUtime=0.01 cores=1,3,5,7
/proc/24020/stat : 24020 (java) S 24018 24020 21352 0 -1 4202496 2228 0 1 0 0 1 0 0 20 0 10 0 255324175 9231130624 2929 33554432000 1073741824 1073778376 140737178705488 140737178696624 240430121021 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24020/statm: 2253694 2929 1080 9 0 2244803 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9014776

[startup+0.100271 s]
/proc/loadavg: 2.55 2.12 2.04 3/194 24020
/proc/meminfo: memFree=24461736/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/24020/stat : 24020 (java) S 24018 24020 21352 0 -1 4202496 4248 0 1 0 8 1 0 0 20 0 18 0 255324175 9787813888 5450 33554432000 1073741824 1073778376 140737178705488 140737178696624 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24020/statm: 2389603 5451 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.30023 s]
/proc/loadavg: 2.55 2.12 2.04 3/194 24020
/proc/meminfo: memFree=24461736/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9558412 CPUtime=0.56 cores=1,3,5,7
/proc/24020/stat : 24020 (java) S 24018 24020 21352 0 -1 4202496 7339 0 1 0 54 2 0 0 20 0 18 0 255324175 9787813888 9806 33554432000 1073741824 1073778376 140737178705488 140737178696624 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24020/statm: 2389603 9806 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700217 s]
/proc/loadavg: 2.55 2.12 2.04 3/194 24020
/proc/meminfo: memFree=24461736/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9624976 CPUtime=1.32 cores=1,3,5,7
/proc/24020/stat : 24020 (java) S 24018 24020 21352 0 -1 4202496 8899 0 1 0 129 3 0 0 20 0 19 0 255324175 9855975424 14716 33554432000 1073741824 1073778376 140737178705488 140737178696624 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24020/statm: 2406244 14716 2246 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9624976

[startup+1.5006 s]
/proc/loadavg: 2.55 2.12 2.04 3/213 24039
/proc/meminfo: memFree=24408280/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9624976 CPUtime=2.19 cores=1,3,5,7
/proc/24020/stat : 24020 (java) S 24018 24020 21352 0 -1 4202496 8961 0 1 0 216 3 0 0 20 0 19 0 255324175 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 140737178696624 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24020/statm: 2406244 18347 2274 9 0 2396937 0
[pid=24020/tid=24022] ppid=24018 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/24020/task/24022/stat : 24022 (java) R 24018 24020 21352 0 -1 4202560 2469 0 1 0 142 2 0 0 20 0 19 0 255324176 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139803436282232 139803283280112 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24023] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24023/stat : 24023 (java) S 24018 24020 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139803408734760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24024] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24024/stat : 24024 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139803407681960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24025] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24025/stat : 24025 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139803406629160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24026] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24026/stat : 24026 (java) S 24018 24020 21352 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139803405576360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24027] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24027/stat : 24027 (java) S 24018 24020 21352 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139803404524584 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24028] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24028/stat : 24028 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139803403471784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24029] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24029/stat : 24029 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139803402418984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24030] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24030/stat : 24030 (java) S 24018 24020 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139803401366184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24031] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24031/stat : 24031 (java) S 24018 24020 21352 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139802789775848 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24032] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24032/stat : 24032 (java) S 24018 24020 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139802788721912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24033] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24033/stat : 24033 (java) S 24018 24020 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139802787669000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24034] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24034/stat : 24034 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139802786617488 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24035] ppid=24018 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/24020/task/24035/stat : 24035 (java) S 24018 24020 21352 0 -1 4202560 2698 0 0 0 32 0 0 0 20 0 19 0 255324182 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139802785565624 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24036] ppid=24018 vsize=9624976 CPUtime=0.36 cores=1,3,5,7
/proc/24020/task/24036/stat : 24036 (java) S 24018 24020 21352 0 -1 4202560 2549 0 0 0 36 0 0 0 20 0 19 0 255324182 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139802784512824 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24037] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24037/stat : 24037 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139802783460216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24038] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24038/stat : 24038 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139802782407624 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24039] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24039/stat : 24039 (java) S 24018 24020 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255324213 9855975424 18347 33554432000 1073741824 1073778376 140737178705488 139802781353128 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 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: 2.55 2.12 2.04 3/213 24039
/proc/meminfo: memFree=24391524/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9624976 CPUtime=3.84 cores=1,3,5,7
/proc/24020/stat : 24020 (java) S 24018 24020 21352 0 -1 4202496 8988 0 1 0 380 4 0 0 20 0 19 0 255324175 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 140737178696624 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24020/statm: 2406244 20411 2275 9 0 2396937 0
[pid=24020/tid=24022] ppid=24018 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/24020/task/24022/stat : 24022 (java) R 24018 24020 21352 0 -1 4202560 2470 0 1 0 299 2 0 0 20 0 19 0 255324176 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139803436282144 139803283261897 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24023] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24023/stat : 24023 (java) S 24018 24020 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139803408734760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24024] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24024/stat : 24024 (java) S 24018 24020 21352 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139803407681960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24025] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24025/stat : 24025 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139803406629160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24026] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24026/stat : 24026 (java) S 24018 24020 21352 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139803405576360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24027] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24027/stat : 24027 (java) S 24018 24020 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139803404524584 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24028] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24028/stat : 24028 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139803403471784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24029] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24029/stat : 24029 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139803402418984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24030] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24030/stat : 24030 (java) S 24018 24020 21352 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139803401366184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24031] ppid=24018 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/24020/task/24031/stat : 24031 (java) S 24018 24020 21352 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 255324179 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139802789775848 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24032] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24032/stat : 24032 (java) S 24018 24020 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139802788721912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24033] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24033/stat : 24033 (java) S 24018 24020 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139802787669000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24034] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24034/stat : 24034 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139802786617488 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24035] ppid=24018 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/24020/task/24035/stat : 24035 (java) S 24018 24020 21352 0 -1 4202560 2699 0 0 0 34 0 0 0 20 0 19 0 255324182 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139802785565624 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24036] ppid=24018 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/24020/task/24036/stat : 24036 (java) S 24018 24020 21352 0 -1 4202560 2550 0 0 0 38 0 0 0 20 0 19 0 255324182 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139802784512824 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24037] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24037/stat : 24037 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139802783460216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24038] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24038/stat : 24038 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139802782407624 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24039] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24039/stat : 24039 (java) S 24018 24020 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255324213 9855975424 20411 33554432000 1073741824 1073778376 140737178705488 139802781353128 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9624976

[startup+6.30075 s]
/proc/loadavg: 2.51 2.11 2.04 3/213 24039
/proc/meminfo: memFree=24382960/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9624976 CPUtime=7.12 cores=1,3,5,7
/proc/24020/stat : 24020 (java) S 24018 24020 21352 0 -1 4202496 9017 0 1 0 707 5 0 0 20 0 19 0 255324175 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 140737178696624 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24020/statm: 2406244 21430 2275 9 0 2396937 0
[pid=24020/tid=24022] ppid=24018 vsize=9624976 CPUtime=6.12 cores=1,3,5,7
/proc/24020/task/24022/stat : 24022 (java) R 24018 24020 21352 0 -1 4202560 2474 0 1 0 610 2 0 0 20 0 19 0 255324176 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139803436282144 139803283330407 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24023] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24023/stat : 24023 (java) S 24018 24020 21352 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139803408734760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24024] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24024/stat : 24024 (java) S 24018 24020 21352 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139803407681960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24025] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24025/stat : 24025 (java) S 24018 24020 21352 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139803406629160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24026] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24026/stat : 24026 (java) S 24018 24020 21352 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139803405576360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24027] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24027/stat : 24027 (java) S 24018 24020 21352 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139803404524584 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24028] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24028/stat : 24028 (java) S 24018 24020 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139803403471784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24029] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24029/stat : 24029 (java) S 24018 24020 21352 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139803402418984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24030] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24030/stat : 24030 (java) S 24018 24020 21352 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255324178 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139803401366184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24031] ppid=24018 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/24020/task/24031/stat : 24031 (java) S 24018 24020 21352 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 255324179 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139802789775848 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24032] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24032/stat : 24032 (java) S 24018 24020 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139802788721912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24033] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24033/stat : 24033 (java) S 24018 24020 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139802787669000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24034] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24034/stat : 24034 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139802786617488 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24035] ppid=24018 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/24020/task/24035/stat : 24035 (java) S 24018 24020 21352 0 -1 4202560 2699 0 0 0 34 0 0 0 20 0 19 0 255324182 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139802785565624 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24036] ppid=24018 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/24020/task/24036/stat : 24036 (java) S 24018 24020 21352 0 -1 4202560 2559 0 0 0 43 0 0 0 20 0 19 0 255324182 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139802784512824 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24037] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24037/stat : 24037 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139802783460216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24038] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24038/stat : 24038 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139802782407624 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24039] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24039/stat : 24039 (java) S 24018 24020 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255324213 9855975424 21430 33554432000 1073741824 1073778376 140737178705488 139802781353128 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=24020/tid=24028] ppid=24018 vsize=9624976 CPUtime=4.98 cores=1,3,5,7
/proc/24020/task/24028/stat : 24028 (java) S 24018 24020 21352 0 -1 4202560 2317 0 0 0 483 15 0 0 20 0 19 0 255324178 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139803403471784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24029] ppid=24018 vsize=9624976 CPUtime=5.04 cores=1,3,5,7
/proc/24020/task/24029/stat : 24029 (java) S 24018 24020 21352 0 -1 4202560 1161 0 0 0 489 15 0 0 20 0 19 0 255324178 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139803402418984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24030] ppid=24018 vsize=9624976 CPUtime=4.95 cores=1,3,5,7
/proc/24020/task/24030/stat : 24030 (java) S 24018 24020 21352 0 -1 4202560 2064 0 0 0 482 13 0 0 20 0 19 0 255324178 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139803401366184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24031] ppid=24018 vsize=9624976 CPUtime=4.82 cores=1,3,5,7
/proc/24020/task/24031/stat : 24031 (java) S 24018 24020 21352 0 -1 4202560 663 0 0 0 474 8 0 0 20 0 19 0 255324179 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139802789775848 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24032] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24032/stat : 24032 (java) S 24018 24020 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139802788721912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24033] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24033/stat : 24033 (java) S 24018 24020 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139802787669000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24034] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24034/stat : 24034 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139802786617488 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24035] ppid=24018 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/24020/task/24035/stat : 24035 (java) S 24018 24020 21352 0 -1 4202560 2708 0 0 0 35 0 0 0 20 0 19 0 255324182 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139802785565624 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24036] ppid=24018 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/24020/task/24036/stat : 24036 (java) S 24018 24020 21352 0 -1 4202560 2559 0 0 0 43 0 0 0 20 0 19 0 255324182 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139802784512824 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24037] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24037/stat : 24037 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139802783460216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24038] ppid=24018 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/24020/task/24038/stat : 24038 (java) S 24018 24020 21352 0 -1 4202560 95 0 0 0 37 32 0 0 20 0 19 0 255324182 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139802782407624 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24039] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24039/stat : 24039 (java) S 24018 24020 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255324213 9855975424 130873 33554432000 1073741824 1073778376 140737178705488 139802781353128 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1691.98
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 24136
/proc/meminfo: memFree=23974684/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9624976 CPUtime=1753.25 cores=1,3,5,7
/proc/24020/stat : 24020 (java) S 24018 24020 21352 0 -1 4202496 26922 0 1 0 175173 152 0 0 20 0 19 0 255324175 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 140737178696624 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24020/statm: 2406244 135145 2276 9 0 2396937 0
[pid=24020/tid=24022] ppid=24018 vsize=9624976 CPUtime=1705.79 cores=1,3,5,7
/proc/24020/task/24022/stat : 24022 (java) R 24018 24020 21352 0 -1 4202560 2978 0 1 0 170548 31 0 0 20 0 19 0 255324176 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139803436281200 139803283357608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24023] ppid=24018 vsize=9624976 CPUtime=5.2 cores=1,3,5,7
/proc/24020/task/24023/stat : 24023 (java) S 24018 24020 21352 0 -1 4202560 2121 0 0 0 509 11 0 0 20 0 19 0 255324178 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139803408734760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24024] ppid=24018 vsize=9624976 CPUtime=5.16 cores=1,3,5,7
/proc/24020/task/24024/stat : 24024 (java) S 24018 24020 21352 0 -1 4202560 2385 0 0 0 504 12 0 0 20 0 19 0 255324178 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139803407681960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24025] ppid=24018 vsize=9624976 CPUtime=5.08 cores=1,3,5,7
/proc/24020/task/24025/stat : 24025 (java) S 24018 24020 21352 0 -1 4202560 2329 0 0 0 496 12 0 0 20 0 19 0 255324178 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139803406629160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24026] ppid=24018 vsize=9624976 CPUtime=5.16 cores=1,3,5,7
/proc/24020/task/24026/stat : 24026 (java) S 24018 24020 21352 0 -1 4202560 2168 0 0 0 503 13 0 0 20 0 19 0 255324178 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139803405576360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24027] ppid=24018 vsize=9624976 CPUtime=5.04 cores=1,3,5,7
/proc/24020/task/24027/stat : 24027 (java) S 24018 24020 21352 0 -1 4202560 1803 0 0 0 491 13 0 0 20 0 19 0 255324178 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139803404524584 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24028] ppid=24018 vsize=9624976 CPUtime=5.21 cores=1,3,5,7
/proc/24020/task/24028/stat : 24028 (java) S 24018 24020 21352 0 -1 4202560 2520 0 0 0 505 16 0 0 20 0 19 0 255324178 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139803403471784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24029] ppid=24018 vsize=9624976 CPUtime=5.25 cores=1,3,5,7
/proc/24020/task/24029/stat : 24029 (java) S 24018 24020 21352 0 -1 4202560 1323 0 0 0 510 15 0 0 20 0 19 0 255324178 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139803402418984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24030] ppid=24018 vsize=9624976 CPUtime=5.14 cores=1,3,5,7
/proc/24020/task/24030/stat : 24030 (java) S 24018 24020 21352 0 -1 4202560 2064 0 0 0 501 13 0 0 20 0 19 0 255324178 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139803401366184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24031] ppid=24018 vsize=9624976 CPUtime=4.99 cores=1,3,5,7
/proc/24020/task/24031/stat : 24031 (java) S 24018 24020 21352 0 -1 4202560 681 0 0 0 491 8 0 0 20 0 19 0 255324179 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139802789775848 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24032] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24032/stat : 24032 (java) S 24018 24020 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139802788721912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24033] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24033/stat : 24033 (java) S 24018 24020 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139802787669000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24034] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24034/stat : 24034 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139802786617488 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24035] ppid=24018 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/24020/task/24035/stat : 24035 (java) S 24018 24020 21352 0 -1 4202560 2708 0 0 0 35 0 0 0 20 0 19 0 255324182 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139802785565624 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24036] ppid=24018 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/24020/task/24036/stat : 24036 (java) S 24018 24020 21352 0 -1 4202560 2559 0 0 0 43 0 0 0 20 0 19 0 255324182 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139802784512824 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24037] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24037/stat : 24037 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139802783460216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24038] ppid=24018 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/24020/task/24038/stat : 24038 (java) S 24018 24020 21352 0 -1 4202560 99 0 0 0 39 34 0 0 20 0 19 0 255324182 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139802782407624 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24039] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24039/stat : 24039 (java) S 24018 24020 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255324213 9855975424 135145 33554432000 1073741824 1073778376 140737178705488 139802781353128 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1753.25
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1768.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 24136
/proc/meminfo: memFree=23396716/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/24020/stat : 24020 (java) S 24018 24020 21352 0 -1 4202496 26933 0 1 0 179856 154 0 0 20 0 19 0 255324175 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 140737178696624 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24020/statm: 2406244 135140 2276 9 0 2396937 0
[pid=24020/tid=24022] ppid=24018 vsize=9624976 CPUtime=1751.76 cores=1,3,5,7
/proc/24020/task/24022/stat : 24022 (java) R 24018 24020 21352 0 -1 4202560 2985 0 1 0 175144 32 0 0 20 0 19 0 255324176 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803436281200 139803283309705 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24023] ppid=24018 vsize=9624976 CPUtime=5.33 cores=1,3,5,7
/proc/24020/task/24023/stat : 24023 (java) S 24018 24020 21352 0 -1 4202560 2121 0 0 0 522 11 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803408734760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24024] ppid=24018 vsize=9624976 CPUtime=5.28 cores=1,3,5,7
/proc/24020/task/24024/stat : 24024 (java) S 24018 24020 21352 0 -1 4202560 2385 0 0 0 516 12 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803407681960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24025] ppid=24018 vsize=9624976 CPUtime=5.21 cores=1,3,5,7
/proc/24020/task/24025/stat : 24025 (java) S 24018 24020 21352 0 -1 4202560 2329 0 0 0 509 12 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803406629160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24026] ppid=24018 vsize=9624976 CPUtime=5.23 cores=1,3,5,7
/proc/24020/task/24026/stat : 24026 (java) S 24018 24020 21352 0 -1 4202560 2168 0 0 0 510 13 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803405576360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24027] ppid=24018 vsize=9624976 CPUtime=5.18 cores=1,3,5,7
/proc/24020/task/24027/stat : 24027 (java) S 24018 24020 21352 0 -1 4202560 1803 0 0 0 505 13 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803404524584 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24028] ppid=24018 vsize=9624976 CPUtime=5.29 cores=1,3,5,7
/proc/24020/task/24028/stat : 24028 (java) S 24018 24020 21352 0 -1 4202560 2520 0 0 0 513 16 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803403471784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24029] ppid=24018 vsize=9624976 CPUtime=5.34 cores=1,3,5,7
/proc/24020/task/24029/stat : 24029 (java) S 24018 24020 21352 0 -1 4202560 1323 0 0 0 519 15 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803402418984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24030] ppid=24018 vsize=9624976 CPUtime=5.25 cores=1,3,5,7
/proc/24020/task/24030/stat : 24030 (java) S 24018 24020 21352 0 -1 4202560 2064 0 0 0 512 13 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803401366184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24031] ppid=24018 vsize=9624976 CPUtime=4.99 cores=1,3,5,7
/proc/24020/task/24031/stat : 24031 (java) S 24018 24020 21352 0 -1 4202560 683 0 0 0 491 8 0 0 20 0 19 0 255324179 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802789775848 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24032] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24032/stat : 24032 (java) S 24018 24020 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802788721912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24033] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24033/stat : 24033 (java) S 24018 24020 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802787669000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24034] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24034/stat : 24034 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802786617488 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24035] ppid=24018 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/24020/task/24035/stat : 24035 (java) S 24018 24020 21352 0 -1 4202560 2708 0 0 0 35 0 0 0 20 0 19 0 255324182 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802785565624 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24036] ppid=24018 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/24020/task/24036/stat : 24036 (java) S 24018 24020 21352 0 -1 4202560 2559 0 0 0 43 0 0 0 20 0 19 0 255324182 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802784512824 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24037] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24037/stat : 24037 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802783460216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24038] ppid=24018 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/24020/task/24038/stat : 24038 (java) S 24018 24020 21352 0 -1 4202560 101 0 0 0 40 34 0 0 20 0 19 0 255324182 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802782407624 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24039] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24039/stat : 24039 (java) S 24018 24020 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255324213 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802781353128 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 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+1768.5 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 24136
/proc/meminfo: memFree=23396716/32873844 swapFree=6080/6080
[pid=24020] ppid=24018 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/24020/stat : 24020 (java) S 24018 24020 21352 0 -1 4202496 26933 0 1 0 179856 154 0 0 20 0 19 0 255324175 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 140737178696624 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/24020/statm: 2406244 135140 2276 9 0 2396937 0
[pid=24020/tid=24022] ppid=24018 vsize=9624976 CPUtime=1751.76 cores=1,3,5,7
/proc/24020/task/24022/stat : 24022 (java) R 24018 24020 21352 0 -1 4202560 2985 0 1 0 175144 32 0 0 20 0 19 0 255324176 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803436281200 139803283309705 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24023] ppid=24018 vsize=9624976 CPUtime=5.33 cores=1,3,5,7
/proc/24020/task/24023/stat : 24023 (java) S 24018 24020 21352 0 -1 4202560 2121 0 0 0 522 11 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803408734760 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24024] ppid=24018 vsize=9624976 CPUtime=5.28 cores=1,3,5,7
/proc/24020/task/24024/stat : 24024 (java) S 24018 24020 21352 0 -1 4202560 2385 0 0 0 516 12 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803407681960 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24025] ppid=24018 vsize=9624976 CPUtime=5.21 cores=1,3,5,7
/proc/24020/task/24025/stat : 24025 (java) S 24018 24020 21352 0 -1 4202560 2329 0 0 0 509 12 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803406629160 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24026] ppid=24018 vsize=9624976 CPUtime=5.23 cores=1,3,5,7
/proc/24020/task/24026/stat : 24026 (java) S 24018 24020 21352 0 -1 4202560 2168 0 0 0 510 13 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803405576360 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24027] ppid=24018 vsize=9624976 CPUtime=5.18 cores=1,3,5,7
/proc/24020/task/24027/stat : 24027 (java) S 24018 24020 21352 0 -1 4202560 1803 0 0 0 505 13 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803404524584 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24028] ppid=24018 vsize=9624976 CPUtime=5.29 cores=1,3,5,7
/proc/24020/task/24028/stat : 24028 (java) S 24018 24020 21352 0 -1 4202560 2520 0 0 0 513 16 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803403471784 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24029] ppid=24018 vsize=9624976 CPUtime=5.34 cores=1,3,5,7
/proc/24020/task/24029/stat : 24029 (java) S 24018 24020 21352 0 -1 4202560 1323 0 0 0 519 15 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803402418984 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24030] ppid=24018 vsize=9624976 CPUtime=5.25 cores=1,3,5,7
/proc/24020/task/24030/stat : 24030 (java) S 24018 24020 21352 0 -1 4202560 2064 0 0 0 512 13 0 0 20 0 19 0 255324178 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139803401366184 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24031] ppid=24018 vsize=9624976 CPUtime=4.99 cores=1,3,5,7
/proc/24020/task/24031/stat : 24031 (java) S 24018 24020 21352 0 -1 4202560 683 0 0 0 491 8 0 0 20 0 19 0 255324179 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802789775848 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24020/tid=24032] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24032/stat : 24032 (java) S 24018 24020 21352 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802788721912 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24033] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24033/stat : 24033 (java) S 24018 24020 21352 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255324179 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802787669000 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24034] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24034/stat : 24034 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802786617488 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24035] ppid=24018 vsize=9624976 CPUtime=0.35 cores=1,3,5,7
/proc/24020/task/24035/stat : 24035 (java) S 24018 24020 21352 0 -1 4202560 2708 0 0 0 35 0 0 0 20 0 19 0 255324182 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802785565624 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24036] ppid=24018 vsize=9624976 CPUtime=0.43 cores=1,3,5,7
/proc/24020/task/24036/stat : 24036 (java) S 24018 24020 21352 0 -1 4202560 2559 0 0 0 43 0 0 0 20 0 19 0 255324182 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802784512824 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24020/tid=24037] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24037/stat : 24037 (java) S 24018 24020 21352 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255324182 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802783460216 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24020/tid=24038] ppid=24018 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/24020/task/24038/stat : 24038 (java) S 24018 24020 21352 0 -1 4202560 101 0 0 0 40 34 0 0 20 0 19 0 255324182 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802782407624 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24020/tid=24039] ppid=24018 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/24020/task/24039/stat : 24039 (java) S 24018 24020 21352 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255324213 9855975424 135140 33554432000 1073741824 1073778376 140737178705488 139802781353128 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 7 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): 1768.58
CPU time (s): 1800.79
CPU user time (s): 1798.85
CPU system time (s): 1.9447
CPU usage (%): 101.822
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.85
system time used= 1.9447
maximum resident set size= 544812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26971
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51828
involuntary context switches= 65352

runsolver used 6.10007 second user time and 15.7846 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-24 22:39:16
IDJOB=3689641
IDBENCH=90136
IDSOLVER=2269
FILE ID=node108/3689641-1337891956
RUNJOBID= node108-1337871881-21369
PBS_JOBID= 14620096
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 87eecd69bf3cf4e36ad8fc8a9d8af53d
RANDOM SEED=821421059

node108.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.273
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.54
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.273
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.273
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	: 5331.91
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.273
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.273
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.91
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.273
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	: 5438.55
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.273
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.90
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.273
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:        24461612 kB
Buffers:          205892 kB
Cached:          4212780 kB
SwapCached:            0 kB
Active:          3726644 kB
Inactive:        3910844 kB
Active(anon):    3221648 kB
Inactive(anon):        0 kB
Active(file):     504996 kB
Inactive(file):  3910844 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               820 kB
Writeback:            16 kB
AnonPages:       3213228 kB
Mapped:            22528 kB
Shmem:               200 kB
Slab:             630444 kB
SReclaimable:      72584 kB
SUnreclaim:       557860 kB
KernelStack:        1592 kB
PageTables:        10240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3360684 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3072000 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= 71716 MiB
End job on node108 at 2012-05-24 23:08:47