Trace number 3478728

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.21 1797.61

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-53.opb
MD5SUM3eaa712ef8c4f1e38f38abbb36d752f3
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 variables10086
Total number of constraints226240
Number of constraints which are clauses203302
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints22218
Minimum length of a constraint2
Maximum length of a constraint231
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.1.v20110525
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.18-164.el5
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		12995394264
0.07/0.10	c Max memory 		13063553024
0.07/0.10	c Total memory 		13063553024
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
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 Expensive 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 --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3478728-1307436782.opb
0.09/0.12	c reading problem ... 
2.75/2.06	c ... done. Wall clock time 1.936s.
2.75/2.06	c #vars     10086
2.75/2.06	c #constraints  226608
2.75/2.06	c constraints type 
2.75/2.06	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
2.75/2.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
2.75/2.06	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
2.75/2.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
5.94/4.82	c cleaning 2497 clauses out of 5002 with flag 5002/5002
7.81/6.56	c cleaning 4249 clauses out of 8506 with flag 11003/11003
9.50/8.28	c cleaning 5625 clauses out of 11255 with flag 18001/18001
11.71/10.44	c cleaning 6809 clauses out of 13629 with flag 26000/26000
14.24/12.94	c cleaning 7879 clauses out of 15820 with flag 35000/35000
16.67/15.33	c cleaning 8947 clauses out of 17948 with flag 45007/45007
18.66/17.30	c cleaning 9958 clauses out of 19994 with flag 56000/56000
21.46/20.19	c cleaning 11001 clauses out of 22036 with flag 68000/68000
23.97/22.67	c cleaning 11830 clauses out of 24036 with flag 81001/81001
27.27/25.96	c cleaning 13096 clauses out of 26207 with flag 95002/95002
31.28/29.95	c cleaning 14048 clauses out of 28109 with flag 110000/110000
34.49/33.17	c cleaning 15014 clauses out of 30061 with flag 126000/126000
38.83/37.44	c cleaning 16006 clauses out of 32048 with flag 143002/143002
42.52/41.18	c cleaning 17016 clauses out of 34041 with flag 161001/161001
48.22/46.87	c cleaning 18008 clauses out of 36023 with flag 180001/180001
53.45/52.08	c cleaning 18983 clauses out of 38013 with flag 200000/200000
59.56/58.19	c cleaning 20010 clauses out of 40030 with flag 221002/221002
66.07/64.63	c cleaning 20979 clauses out of 42018 with flag 243000/243000
70.70/69.23	c cleaning 21951 clauses out of 44040 with flag 266001/266001
75.59/74.19	c cleaning 23003 clauses out of 46088 with flag 290000/290000
80.89/79.43	c cleaning 23970 clauses out of 48085 with flag 315000/315000
87.50/86.03	c cleaning 25054 clauses out of 50117 with flag 341002/341002
95.72/94.24	c cleaning 25920 clauses out of 52061 with flag 368000/368000
103.13/101.62	c cleaning 26908 clauses out of 54143 with flag 396002/396002
110.23/108.74	c cleaning 28112 clauses out of 56234 with flag 425001/425001
120.25/118.81	c cleaning 29056 clauses out of 58121 with flag 455000/455000
128.35/126.84	c cleaning 29960 clauses out of 60065 with flag 486000/486000
142.46/140.97	c cleaning 31041 clauses out of 62105 with flag 518000/518000
149.87/148.36	c cleaning 31915 clauses out of 64064 with flag 551000/551000
158.68/157.18	c cleaning 32915 clauses out of 66149 with flag 585000/585000
166.89/165.33	c cleaning 34066 clauses out of 68234 with flag 620000/620000
177.80/176.29	c cleaning 35074 clauses out of 70170 with flag 656002/656002
191.71/190.21	c cleaning 35947 clauses out of 72095 with flag 693001/693001
202.73/201.19	c cleaning 36908 clauses out of 74147 with flag 731000/731000
213.16/211.53	c cleaning 38089 clauses out of 76240 with flag 770001/770001
227.87/226.28	c cleaning 39066 clauses out of 78151 with flag 810001/810001
244.98/243.33	c cleaning 39825 clauses out of 80084 with flag 851000/851000
259.89/258.24	c cleaning 41075 clauses out of 82259 with flag 893000/893000
275.00/273.32	c cleaning 41954 clauses out of 84184 with flag 936000/936000
294.24/292.52	c cleaning 43041 clauses out of 86231 with flag 980001/980001
319.55/317.90	c cleaning 44070 clauses out of 88190 with flag 1025001/1025001
335.95/334.25	c cleaning 45010 clauses out of 90120 with flag 1071001/1071001
352.67/350.96	c cleaning 46030 clauses out of 92111 with flag 1118002/1118002
373.48/371.79	c cleaning 46976 clauses out of 94079 with flag 1166000/1166000
392.31/390.52	c cleaning 48047 clauses out of 96103 with flag 1215000/1215000
418.80/417.09	c cleaning 49011 clauses out of 98056 with flag 1265000/1265000
432.52/430.76	c cleaning 49825 clauses out of 100045 with flag 1316000/1316000
453.64/451.83	c cleaning 51015 clauses out of 102222 with flag 1368002/1368002
483.86/482.05	c cleaning 52092 clauses out of 104205 with flag 1421000/1421000
501.67/499.80	c cleaning 52821 clauses out of 106113 with flag 1475000/1475000
517.48/515.68	c cleaning 53905 clauses out of 108293 with flag 1530001/1530001
547.00/545.15	c cleaning 55189 clauses out of 110390 with flag 1586003/1586003
566.51/564.60	c cleaning 56087 clauses out of 112198 with flag 1643000/1643000
581.82/579.99	c cleaning 56729 clauses out of 114112 with flag 1701001/1701001
596.74/594.85	c cleaning 57963 clauses out of 116383 with flag 1760001/1760001
615.26/613.35	c cleaning 59030 clauses out of 118419 with flag 1820000/1820000
632.28/630.38	c cleaning 60074 clauses out of 120390 with flag 1881001/1881001
655.30/653.39	c cleaning 60936 clauses out of 122317 with flag 1943002/1943002
675.80/673.83	c cleaning 62160 clauses out of 124381 with flag 2006002/2006002
689.31/687.41	c cleaning 62945 clauses out of 126220 with flag 2070002/2070002
711.32/709.31	c cleaning 63965 clauses out of 128273 with flag 2135000/2135000
742.03/740.05	c cleaning 65068 clauses out of 130308 with flag 2201000/2201000
777.15/775.18	c cleaning 65997 clauses out of 132240 with flag 2268000/2268000
798.38/796.33	c cleaning 66984 clauses out of 134244 with flag 2336001/2336001
818.67/816.64	c cleaning 67985 clauses out of 136259 with flag 2405000/2405000
840.09/838.03	c cleaning 69024 clauses out of 138276 with flag 2475002/2475002
869.91/867.91	c cleaning 69856 clauses out of 140252 with flag 2546002/2546002
902.94/900.90	c cleaning 71106 clauses out of 142394 with flag 2618000/2618000
934.24/932.19	c cleaning 72024 clauses out of 144288 with flag 2691000/2691000
974.57/972.47	c cleaning 72934 clauses out of 146265 with flag 2765001/2765001
1008.08/1005.92	c cleaning 74049 clauses out of 148330 with flag 2840000/2840000
1039.09/1036.95	c cleaning 74894 clauses out of 150283 with flag 2916002/2916002
1081.23/1079.04	c cleaning 75995 clauses out of 152389 with flag 2993002/2993002
1107.84/1105.60	c cleaning 77073 clauses out of 154393 with flag 3071001/3071001
1147.04/1144.89	c cleaning 78069 clauses out of 156319 with flag 3150000/3150000
1176.16/1174.00	c cleaning 78956 clauses out of 158250 with flag 3230000/3230000
1218.38/1216.11	c cleaning 80020 clauses out of 160294 with flag 3311000/3311000
1282.90/1280.64	c cleaning 81117 clauses out of 162274 with flag 3393000/3393000
1315.63/1313.37	c cleaning 82026 clauses out of 164158 with flag 3476001/3476001
1349.53/1347.24	c cleaning 83063 clauses out of 166131 with flag 3560000/3560000
1388.55/1386.29	c cleaning 84000 clauses out of 168069 with flag 3645001/3645001
1423.07/1420.73	c cleaning 84901 clauses out of 170069 with flag 3731001/3731001
1458.70/1456.37	c cleaning 86077 clauses out of 172168 with flag 3818001/3818001
1488.51/1486.17	c cleaning 86917 clauses out of 174090 with flag 3906000/3906000
1523.41/1521.08	c cleaning 87984 clauses out of 176174 with flag 3995001/3995001
1560.05/1557.68	c cleaning 89085 clauses out of 178190 with flag 4085001/4085001
1610.84/1608.40	c cleaning 90043 clauses out of 180108 with flag 4176004/4176004
1641.87/1639.49	c cleaning 90788 clauses out of 182060 with flag 4268000/4268000
1674.98/1672.51	c cleaning 91928 clauses out of 184272 with flag 4361000/4361000
1721.89/1719.48	c cleaning 93113 clauses out of 186344 with flag 4455000/4455000
1771.02/1768.56	c cleaning 93992 clauses out of 188232 with flag 4550001/4550001
1800.05/1797.52	c starts		: 253
1800.05/1797.52	c conflicts		: 4611714
1800.05/1797.52	c decisions		: 18744457
1800.05/1797.52	c propagations		: 1497273452
1800.05/1797.52	c inspects		: 19517204352
1800.05/1797.52	c shortcuts		: 0
1800.05/1797.52	c learnt literals	: 8
1800.05/1797.52	c learnt binary clauses	: 1100
1800.05/1797.52	c learnt ternary clauses	: 2592
1800.05/1797.52	c learnt constraints	: 4611705
1800.05/1797.52	c ignored constraints	: 0
1800.05/1797.52	c root simplifications	: 0
1800.05/1797.52	c removed literals (reason simplification)	: 134143100
1800.05/1797.52	c reason swapping (by a shorter reason)	: 0
1800.05/1797.52	c Calls to reduceDB	: 91
1800.05/1797.52	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.52	c number of learned constraints concerned by reduction	: 0
1800.05/1797.52	c number of learning phase by resolution	: 0
1800.05/1797.52	c number of learning phase by cutting planes	: 0
1800.05/1797.53	c speed (assignments/second)	: 833918.2051699056
1800.05/1797.53	c non guided choices	1215146
1800.05/1797.57	c learnt constraints type 
1800.05/1797.57	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1100
1800.05/1797.57	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 154874
1800.05/1797.57	c constraints type 
1800.05/1797.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 155859
1800.05/1797.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 722
1800.05/1797.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 47809
1800.05/1797.57	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22218
1800.05/1797.57	s UNKNOWN
1800.05/1797.57	c Total wall clock time (in seconds): 1797.447

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3478728-1307436782/watcher-3478728-1307436782 -o /tmp/evaluation-result-3478728-1307436782/solver-3478728-1307436782 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478728-1307436782.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: 0.00 0.00 0.00 2/523 31331
/proc/meminfo: memFree=22607940/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 4456 0 1 0 0 0 0 0 21 0 2 0 836094062 13850947584 4157 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3381579 4169 917 9 0 3372735 0
[pid=31331/tid=31332] ppid=31329 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 3412 0 1 0 0 0 0 0 22 0 2 0 836094062 13850947584 4228 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233509991483 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.095871 s]
/proc/loadavg: 0.00 0.00 0.00 2/523 31331
/proc/meminfo: memFree=22607940/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13621216 CPUtime=0.07 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 14941 0 1 0 6 1 0 0 21 0 18 0 836094062 13948125184 14616 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3405304 14617 1982 9 0 3396038 0
[pid=31331/tid=31332] ppid=31329 vsize=13621216 CPUtime=0.07 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 13401 0 1 0 6 1 0 0 23 0 18 0 836094062 13948125184 14619 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233510323306 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13621216

[startup+0.102548 s]
/proc/loadavg: 0.00 0.00 0.00 2/523 31331
/proc/meminfo: memFree=22607940/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13621668 CPUtime=0.09 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 15391 0 1 0 8 1 0 0 21 0 18 0 836094062 13948588032 15036 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3405417 15036 2082 9 0 3396151 0
[pid=31331/tid=31332] ppid=31329 vsize=13621668 CPUtime=0.07 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 13478 0 1 0 6 1 0 0 23 0 18 0 836094062 13948588032 15036 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522124107 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13621668

[startup+0.300516 s]
/proc/loadavg: 0.00 0.00 0.00 2/523 31331
/proc/meminfo: memFree=22607940/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13621668 CPUtime=0.45 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 18188 0 1 0 43 2 0 0 21 0 18 0 836094062 13948588032 17474 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3405417 17474 2198 9 0 3396151 0
[pid=31331/tid=31332] ppid=31329 vsize=13621668 CPUtime=0.27 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 15422 0 1 0 26 1 0 0 24 0 18 0 836094062 13948588032 17475 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 46912505543831 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13621668

[startup+0.700484 s]
/proc/loadavg: 0.00 0.00 0.00 2/523 31331
/proc/meminfo: memFree=22607940/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13634228 CPUtime=1.4 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 53199 0 1 0 133 7 0 0 21 0 18 0 836094062 13961449472 47626 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3408557 47631 2215 9 0 3399291 0
[pid=31331/tid=31332] ppid=31329 vsize=13634228 CPUtime=0.67 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 39906 0 1 0 62 5 0 0 25 0 18 0 836094062 13961449472 47633 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 46912505599195 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 13634228

[startup+1.50132 s]
/proc/loadavg: 0.00 0.00 0.00 3/561 31372
/proc/meminfo: memFree=22034532/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13634228 CPUtime=2.22 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 135786 0 1 0 205 17 0 0 21 0 18 0 836094062 13961449472 130213 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3408557 130218 2215 9 0 3399291 0
[pid=31331/tid=31332] ppid=31329 vsize=13634228 CPUtime=1.47 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 122490 0 1 0 132 15 0 0 25 0 18 0 836094062 13961449472 130220 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 46912505590721 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31331/tid=31334] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31334/stat : 31334 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 18 0 836094065 13961449472 130222 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31335] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31335/stat : 31335 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 18 0 836094065 13961449472 130222 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31336] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31336/stat : 31336 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836094065 13961449472 130224 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31337] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31337/stat : 31337 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836094065 13961449472 130227 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31338] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31338/stat : 31338 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836094065 13961449472 130229 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31339] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31339/stat : 31339 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836094065 13961449472 130232 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31340] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31340/stat : 31340 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836094065 13961449472 130234 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31341] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31341/stat : 31341 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 836094065 13961449472 130237 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31342] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31342/stat : 31342 (java) S 31329 31331 31299 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 836094066 13961449472 130240 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 0 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31343] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31343/stat : 31343 (java) S 31329 31331 31299 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 836094067 13961449472 130243 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31344] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31344/stat : 31344 (java) S 31329 31331 31299 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 18 0 836094067 13961449472 130245 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31345] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31345/stat : 31345 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 18 0 836094069 13961449472 130248 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522121137 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31346] ppid=31329 vsize=13634228 CPUtime=0.36 cores=0,2,4,6
/proc/31331/task/31346/stat : 31346 (java) S 31329 31331 31299 0 -1 4202560 6601 0 0 0 35 1 0 0 15 0 18 0 836094069 13961449472 130251 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31347] ppid=31329 vsize=13634228 CPUtime=0.36 cores=0,2,4,6
/proc/31331/task/31347/stat : 31347 (java) S 31329 31331 31299 0 -1 4202560 5549 0 0 0 36 0 0 0 15 0 18 0 836094069 13961449472 130254 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31348] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31348/stat : 31348 (java) S 31329 31331 31299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 18 0 836094069 13961449472 130256 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31349] ppid=31329 vsize=13634228 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31349/stat : 31349 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 836094069 13961449472 130259 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.22
Current children cumulated vsize (KiB) 13634228

[startup+3.10104 s]
/proc/loadavg: 0.00 0.00 0.00 5/563 31374
/proc/meminfo: memFree=21166516/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13635256 CPUtime=4.22 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 195347 0 1 0 396 26 0 0 21 0 19 0 836094062 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3408814 189772 2235 9 0 3399548 0
[pid=31331/tid=31332] ppid=31329 vsize=13635256 CPUtime=3.07 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 181971 0 1 0 283 24 0 0 25 0 19 0 836094062 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 46912505925610 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31331/tid=31334] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31334/stat : 31334 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 836094065 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31335] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31335/stat : 31335 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 836094065 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31336] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31336/stat : 31336 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836094065 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31337] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31337/stat : 31337 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836094065 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31338] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31338/stat : 31338 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836094065 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31339] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31339/stat : 31339 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836094065 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31340] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31340/stat : 31340 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836094065 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31341] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31341/stat : 31341 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 836094065 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31342] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31342/stat : 31342 (java) S 31329 31331 31299 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 836094066 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 0 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31343] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31343/stat : 31343 (java) S 31329 31331 31299 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 836094067 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31344] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31344/stat : 31344 (java) S 31329 31331 31299 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 836094067 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31345] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31345/stat : 31345 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 836094069 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522121137 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31346] ppid=31329 vsize=13635256 CPUtime=0.57 cores=0,2,4,6
/proc/31331/task/31346/stat : 31346 (java) S 31329 31331 31299 0 -1 4202560 6629 0 0 0 56 1 0 0 15 0 19 0 836094069 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31347] ppid=31329 vsize=13635256 CPUtime=0.56 cores=0,2,4,6
/proc/31331/task/31347/stat : 31347 (java) S 31329 31331 31299 0 -1 4202560 5583 0 0 0 56 0 0 0 15 0 19 0 836094069 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31348] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31348/stat : 31348 (java) S 31329 31331 31299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 836094069 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31349] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31349/stat : 31349 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 836094069 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31374] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31374/stat : 31374 (java) S 31329 31331 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836094270 13962502144 189772 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.22
Current children cumulated vsize (KiB) 13635256

[startup+6.30147 s]
/proc/loadavg: 0.16 0.03 0.01 3/563 31374
/proc/meminfo: memFree=21059372/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13635256 CPUtime=7.56 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 208866 0 1 0 728 28 0 0 21 0 19 0 836094062 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3408814 203223 2262 9 0 3399548 0
[pid=31331/tid=31332] ppid=31329 vsize=13635256 CPUtime=6.15 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 182411 0 1 0 590 25 0 0 25 0 19 0 836094062 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 46912505900662 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31331/tid=31334] ppid=31329 vsize=13635256 CPUtime=0.02 cores=0,2,4,6
/proc/31331/task/31334/stat : 31334 (java) S 31329 31331 31299 0 -1 4202560 1952 0 0 0 2 0 0 0 18 0 19 0 836094065 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 0 0 0 0
[pid=31331/tid=31335] ppid=31329 vsize=13635256 CPUtime=0.01 cores=0,2,4,6
/proc/31331/task/31335/stat : 31335 (java) S 31329 31331 31299 0 -1 4202560 1007 0 0 0 1 0 0 0 18 0 19 0 836094065 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31336] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31336/stat : 31336 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 836094065 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31337] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31337/stat : 31337 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 836094065 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31338] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31338/stat : 31338 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 19 0 836094065 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31339] ppid=31329 vsize=13635256 CPUtime=0.01 cores=0,2,4,6
/proc/31331/task/31339/stat : 31339 (java) S 31329 31331 31299 0 -1 4202560 1324 0 0 0 1 0 0 0 18 0 19 0 836094065 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31340] ppid=31329 vsize=13635256 CPUtime=0.01 cores=0,2,4,6
/proc/31331/task/31340/stat : 31340 (java) S 31329 31331 31299 0 -1 4202560 896 0 0 0 1 0 0 0 18 0 19 0 836094065 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31341] ppid=31329 vsize=13635256 CPUtime=0.01 cores=0,2,4,6
/proc/31331/task/31341/stat : 31341 (java) S 31329 31331 31299 0 -1 4202560 856 0 0 0 1 0 0 0 18 0 19 0 836094065 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31342] ppid=31329 vsize=13635256 CPUtime=0.08 cores=0,2,4,6
/proc/31331/task/31342/stat : 31342 (java) S 31329 31331 31299 0 -1 4202560 7029 0 0 0 8 0 0 0 15 0 19 0 836094066 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 0 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31343] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31343/stat : 31343 (java) S 31329 31331 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836094067 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31344] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31344/stat : 31344 (java) S 31329 31331 31299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836094067 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31345] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31345/stat : 31345 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 836094069 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522121137 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31346] ppid=31329 vsize=13635256 CPUtime=0.6 cores=0,2,4,6
/proc/31331/task/31346/stat : 31346 (java) S 31329 31331 31299 0 -1 4202560 6634 0 0 0 59 1 0 0 16 0 19 0 836094069 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31347] ppid=31329 vsize=13635256 CPUtime=0.6 cores=0,2,4,6
/proc/31331/task/31347/stat : 31347 (java) S 31329 31331 31299 0 -1 4202560 5601 0 0 0 60 0 0 0 15 0 19 0 836094069 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31348] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31348/stat : 31348 (java) S 31329 31331 31299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 836094069 13962502144 203223 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0

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

[pid=31331/tid=31339] ppid=31329 vsize=13635256 CPUtime=0.22 cores=0,2,4,6
/proc/31331/task/31339/stat : 31339 (java) S 31329 31331 31299 0 -1 4202560 2115 0 0 0 22 0 0 0 16 0 19 0 836094065 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31340] ppid=31329 vsize=13635256 CPUtime=0.18 cores=0,2,4,6
/proc/31331/task/31340/stat : 31340 (java) S 31329 31331 31299 0 -1 4202560 1577 0 0 0 18 0 0 0 15 0 19 0 836094065 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31341] ppid=31329 vsize=13635256 CPUtime=0.21 cores=0,2,4,6
/proc/31331/task/31341/stat : 31341 (java) S 31329 31331 31299 0 -1 4202560 1558 0 0 0 21 0 0 0 16 0 19 0 836094065 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31342] ppid=31329 vsize=13635256 CPUtime=9.07 cores=0,2,4,6
/proc/31331/task/31342/stat : 31342 (java) S 31329 31331 31299 0 -1 4202560 16030 0 0 0 905 2 0 0 15 0 19 0 836094066 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 0 0 16800975 18446604449883967616 0 0 -1 0 0 0 0
[pid=31331/tid=31343] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31343/stat : 31343 (java) S 31329 31331 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836094067 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31344] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31344/stat : 31344 (java) S 31329 31331 31299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836094067 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31345] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31345/stat : 31345 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 836094069 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522121137 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31346] ppid=31329 vsize=13635256 CPUtime=0.69 cores=0,2,4,6
/proc/31331/task/31346/stat : 31346 (java) S 31329 31331 31299 0 -1 4202560 6646 0 0 0 68 1 0 0 15 0 19 0 836094069 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31347] ppid=31329 vsize=13635256 CPUtime=0.63 cores=0,2,4,6
/proc/31331/task/31347/stat : 31347 (java) S 31329 31331 31299 0 -1 4202560 5607 0 0 0 63 0 0 0 15 0 19 0 836094069 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31348] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31348/stat : 31348 (java) S 31329 31331 31299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 836094069 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31349] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31349/stat : 31349 (java) S 31329 31331 31299 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 836094069 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31374] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31374/stat : 31374 (java) S 31329 31331 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836094270 13962502144 216928 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1724.82
Current children cumulated vsize (KiB) 13635256

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.71 3/563 31430
/proc/meminfo: memFree=20942656/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13635256 CPUtime=1784.83 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 223036 0 1 0 178451 32 0 0 21 0 19 0 836094062 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3408814 217037 2263 9 0 3399548 0
[pid=31331/tid=31332] ppid=31329 vsize=13635256 CPUtime=1772.3 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 182504 0 1 0 177205 25 0 0 25 0 19 0 836094062 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 46912505880716 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31331/tid=31334] ppid=31329 vsize=13635256 CPUtime=0.24 cores=0,2,4,6
/proc/31331/task/31334/stat : 31334 (java) S 31329 31331 31299 0 -1 4202560 2351 0 0 0 24 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31335] ppid=31329 vsize=13635256 CPUtime=0.25 cores=0,2,4,6
/proc/31331/task/31335/stat : 31335 (java) S 31329 31331 31299 0 -1 4202560 1428 0 0 0 25 0 0 0 16 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31336] ppid=31329 vsize=13635256 CPUtime=0.29 cores=0,2,4,6
/proc/31331/task/31336/stat : 31336 (java) S 31329 31331 31299 0 -1 4202560 665 0 0 0 29 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31337] ppid=31329 vsize=13635256 CPUtime=0.26 cores=0,2,4,6
/proc/31331/task/31337/stat : 31337 (java) S 31329 31331 31299 0 -1 4202560 372 0 0 0 26 0 0 0 16 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31338] ppid=31329 vsize=13635256 CPUtime=0.26 cores=0,2,4,6
/proc/31331/task/31338/stat : 31338 (java) S 31329 31331 31299 0 -1 4202560 817 0 0 0 26 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31339] ppid=31329 vsize=13635256 CPUtime=0.22 cores=0,2,4,6
/proc/31331/task/31339/stat : 31339 (java) S 31329 31331 31299 0 -1 4202560 2115 0 0 0 22 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31340] ppid=31329 vsize=13635256 CPUtime=0.18 cores=0,2,4,6
/proc/31331/task/31340/stat : 31340 (java) S 31329 31331 31299 0 -1 4202560 1577 0 0 0 18 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31341] ppid=31329 vsize=13635256 CPUtime=0.22 cores=0,2,4,6
/proc/31331/task/31341/stat : 31341 (java) S 31329 31331 31299 0 -1 4202560 1558 0 0 0 22 0 0 0 16 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31342] ppid=31329 vsize=13635256 CPUtime=9.18 cores=0,2,4,6
/proc/31331/task/31342/stat : 31342 (java) S 31329 31331 31299 0 -1 4202560 16141 0 0 0 916 2 0 0 15 0 19 0 836094066 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 0 0 16800975 18446604449883967616 0 0 -1 0 0 0 0
[pid=31331/tid=31343] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31343/stat : 31343 (java) S 31329 31331 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836094067 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31344] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31344/stat : 31344 (java) S 31329 31331 31299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836094067 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31345] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31345/stat : 31345 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522121137 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31346] ppid=31329 vsize=13635256 CPUtime=0.69 cores=0,2,4,6
/proc/31331/task/31346/stat : 31346 (java) S 31329 31331 31299 0 -1 4202560 6646 0 0 0 68 1 0 0 15 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31347] ppid=31329 vsize=13635256 CPUtime=0.63 cores=0,2,4,6
/proc/31331/task/31347/stat : 31347 (java) S 31329 31331 31299 0 -1 4202560 5607 0 0 0 63 0 0 0 15 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31348] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31348/stat : 31348 (java) S 31329 31331 31299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31349] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31349/stat : 31349 (java) S 31329 31331 31299 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31374] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31374/stat : 31374 (java) S 31329 31331 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836094270 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1784.83
Current children cumulated vsize (KiB) 13635256



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 2.00 2.02 1.71 4/563 31431
/proc/meminfo: memFree=20942628/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13635256 CPUtime=1800.05 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 223038 0 1 0 179973 32 0 0 21 0 19 0 836094062 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3408814 217037 2263 9 0 3399548 0
[pid=31331/tid=31332] ppid=31329 vsize=13635256 CPUtime=1787.52 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 182504 0 1 0 178727 25 0 0 25 0 19 0 836094062 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 46912505959987 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31331/tid=31334] ppid=31329 vsize=13635256 CPUtime=0.24 cores=0,2,4,6
/proc/31331/task/31334/stat : 31334 (java) S 31329 31331 31299 0 -1 4202560 2351 0 0 0 24 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31335] ppid=31329 vsize=13635256 CPUtime=0.25 cores=0,2,4,6
/proc/31331/task/31335/stat : 31335 (java) S 31329 31331 31299 0 -1 4202560 1428 0 0 0 25 0 0 0 16 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31336] ppid=31329 vsize=13635256 CPUtime=0.29 cores=0,2,4,6
/proc/31331/task/31336/stat : 31336 (java) S 31329 31331 31299 0 -1 4202560 665 0 0 0 29 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31337] ppid=31329 vsize=13635256 CPUtime=0.26 cores=0,2,4,6
/proc/31331/task/31337/stat : 31337 (java) S 31329 31331 31299 0 -1 4202560 372 0 0 0 26 0 0 0 16 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31338] ppid=31329 vsize=13635256 CPUtime=0.26 cores=0,2,4,6
/proc/31331/task/31338/stat : 31338 (java) S 31329 31331 31299 0 -1 4202560 817 0 0 0 26 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31339] ppid=31329 vsize=13635256 CPUtime=0.22 cores=0,2,4,6
/proc/31331/task/31339/stat : 31339 (java) S 31329 31331 31299 0 -1 4202560 2115 0 0 0 22 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31340] ppid=31329 vsize=13635256 CPUtime=0.18 cores=0,2,4,6
/proc/31331/task/31340/stat : 31340 (java) S 31329 31331 31299 0 -1 4202560 1577 0 0 0 18 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31341] ppid=31329 vsize=13635256 CPUtime=0.22 cores=0,2,4,6
/proc/31331/task/31341/stat : 31341 (java) S 31329 31331 31299 0 -1 4202560 1558 0 0 0 22 0 0 0 16 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31342] ppid=31329 vsize=13635256 CPUtime=9.18 cores=0,2,4,6
/proc/31331/task/31342/stat : 31342 (java) S 31329 31331 31299 0 -1 4202560 16141 0 0 0 916 2 0 0 15 0 19 0 836094066 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 0 0 16800975 18446604449883967616 0 0 -1 0 0 0 0
[pid=31331/tid=31343] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31343/stat : 31343 (java) S 31329 31331 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836094067 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31344] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31344/stat : 31344 (java) S 31329 31331 31299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836094067 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31345] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31345/stat : 31345 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522121137 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31346] ppid=31329 vsize=13635256 CPUtime=0.69 cores=0,2,4,6
/proc/31331/task/31346/stat : 31346 (java) S 31329 31331 31299 0 -1 4202560 6646 0 0 0 68 1 0 0 15 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31347] ppid=31329 vsize=13635256 CPUtime=0.63 cores=0,2,4,6
/proc/31331/task/31347/stat : 31347 (java) S 31329 31331 31299 0 -1 4202560 5607 0 0 0 63 0 0 0 15 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31348] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31348/stat : 31348 (java) S 31329 31331 31299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31349] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31349/stat : 31349 (java) S 31329 31331 31299 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31374] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31374/stat : 31374 (java) S 31329 31331 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836094270 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13635256

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

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

[startup+1797.5 s]
/proc/loadavg: 2.00 2.02 1.71 4/563 31431
/proc/meminfo: memFree=20942628/32951124 swapFree=64303760/67111528
[pid=31331] ppid=31329 vsize=13635256 CPUtime=1800.05 cores=0,2,4,6
/proc/31331/stat : 31331 (java) S 31329 31331 31299 0 -1 4202496 223038 0 1 0 179973 32 0 0 21 0 19 0 836094062 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522100197 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31331/statm: 3408814 217037 2263 9 0 3399548 0
[pid=31331/tid=31332] ppid=31329 vsize=13635256 CPUtime=1787.52 cores=0,2,4,6
/proc/31331/task/31332/stat : 31332 (java) R 31329 31331 31299 0 -1 4202560 182504 0 1 0 178727 25 0 0 25 0 19 0 836094062 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 46912505959987 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31331/tid=31334] ppid=31329 vsize=13635256 CPUtime=0.24 cores=0,2,4,6
/proc/31331/task/31334/stat : 31334 (java) S 31329 31331 31299 0 -1 4202560 2351 0 0 0 24 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31335] ppid=31329 vsize=13635256 CPUtime=0.25 cores=0,2,4,6
/proc/31331/task/31335/stat : 31335 (java) S 31329 31331 31299 0 -1 4202560 1428 0 0 0 25 0 0 0 16 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31336] ppid=31329 vsize=13635256 CPUtime=0.29 cores=0,2,4,6
/proc/31331/task/31336/stat : 31336 (java) S 31329 31331 31299 0 -1 4202560 665 0 0 0 29 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31337] ppid=31329 vsize=13635256 CPUtime=0.26 cores=0,2,4,6
/proc/31331/task/31337/stat : 31337 (java) S 31329 31331 31299 0 -1 4202560 372 0 0 0 26 0 0 0 16 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31338] ppid=31329 vsize=13635256 CPUtime=0.26 cores=0,2,4,6
/proc/31331/task/31338/stat : 31338 (java) S 31329 31331 31299 0 -1 4202560 817 0 0 0 26 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31339] ppid=31329 vsize=13635256 CPUtime=0.22 cores=0,2,4,6
/proc/31331/task/31339/stat : 31339 (java) S 31329 31331 31299 0 -1 4202560 2115 0 0 0 22 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31340] ppid=31329 vsize=13635256 CPUtime=0.18 cores=0,2,4,6
/proc/31331/task/31340/stat : 31340 (java) S 31329 31331 31299 0 -1 4202560 1577 0 0 0 18 0 0 0 15 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31341] ppid=31329 vsize=13635256 CPUtime=0.22 cores=0,2,4,6
/proc/31331/task/31341/stat : 31341 (java) S 31329 31331 31299 0 -1 4202560 1558 0 0 0 22 0 0 0 16 0 19 0 836094065 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31342] ppid=31329 vsize=13635256 CPUtime=9.18 cores=0,2,4,6
/proc/31331/task/31342/stat : 31342 (java) S 31329 31331 31299 0 -1 4202560 16141 0 0 0 916 2 0 0 15 0 19 0 836094066 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 0 0 16800975 18446604449883967616 0 0 -1 0 0 0 0
[pid=31331/tid=31343] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31343/stat : 31343 (java) S 31329 31331 31299 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 836094067 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31344] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31344/stat : 31344 (java) S 31329 31331 31299 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 836094067 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31345] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31345/stat : 31345 (java) S 31329 31331 31299 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522121137 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31346] ppid=31329 vsize=13635256 CPUtime=0.69 cores=0,2,4,6
/proc/31331/task/31346/stat : 31346 (java) S 31329 31331 31299 0 -1 4202560 6646 0 0 0 68 1 0 0 15 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 4 0 0 0
[pid=31331/tid=31347] ppid=31329 vsize=13635256 CPUtime=0.63 cores=0,2,4,6
/proc/31331/task/31347/stat : 31347 (java) S 31329 31331 31299 0 -1 4202560 5607 0 0 0 63 0 0 0 15 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31348] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31348/stat : 31348 (java) S 31329 31331 31299 0 -1 4202560 2 0 0 0 0 0 0 0 22 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522113433 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
[pid=31331/tid=31349] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31349/stat : 31349 (java) S 31329 31331 31299 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 836094069 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 2 0 0 0
[pid=31331/tid=31374] ppid=31329 vsize=13635256 CPUtime=0 cores=0,2,4,6
/proc/31331/task/31374/stat : 31374 (java) S 31329 31331 31299 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 836094270 13962502144 217037 33554432000 1073741824 1073778376 140734850982544 18446744073709551615 233522114048 0 4 0 16800975 18446604449883967616 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13635256

Child status: 143
Real time (s): 1797.61
CPU time (s): 1800.21
CPU user time (s): 1799.84
CPU system time (s): 0.368943
CPU usage (%): 100.144
Max. virtual memory (cumulated for all children) (KiB): 13635256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.84
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 223085
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39377
involuntary context switches= 33845

runsolver used 10.1075 second user time and 21.0508 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-07 10:53:02
IDJOB=3478728
IDBENCH=89638
IDSOLVER=1952
FILE ID=node145/3478728-1307436782
RUNJOBID= node145-1307436781-31317
PBS_JOBID= 13519943
Free space on /tmp= 74024 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-53.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478728-1307436782/watcher-3478728-1307436782 -o /tmp/evaluation-result-3478728-1307436782/solver-3478728-1307436782 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3478728-1307436782.opb

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

MD5SUM BENCH= 3eaa712ef8c4f1e38f38abbb36d752f3
RANDOM SEED=1711187709

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22608724 kB
Buffers:        306288 kB
Cached:         767808 kB
SwapCached:        944 kB
Active:        9580824 kB
Inactive:       479800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22608724 kB
SwapTotal:    67111528 kB
SwapFree:     64303760 kB
Dirty:            9708 kB
Writeback:           0 kB
AnonPages:     8985240 kB
Mapped:          33752 kB
Slab:           146196 kB
PageTables:      65868 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 153203208 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74012 MiB
End job on node145 at 2011-06-07 11:23:02