Trace number 4099965

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.03 1772.64

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-ran10x26.opb
MD5SUMea0578ce3fa6d7f101be81096fa267e7
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.06399
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables8060
Total number of constraints296
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints296
Minimum length of a constraint31
Maximum length of a constraint780
Number of terms in the objective function 8060
Biggest coefficient in the objective function 1760
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 530127
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 530127
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/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@587bd9f2
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 Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4099965-1466209686.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.53/0.37	c ... done. Wall clock time 0.256s.
0.53/0.37	c declared #vars     8060
0.53/0.37	c #constraints  332
0.53/0.37	c constraints type 
0.53/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.53/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 305
0.53/0.37	c 332 constraints processed.
0.53/0.37	c objective function length is 8060 literals
1.87/1.09	c cleaning 2460 clauses out of 5000 with flag 23411/5000
2.53/1.63	c cleaning 4252 clauses out of 8540 with flag 48131/11000
3.24/2.37	c cleaning 5597 clauses out of 11288 with flag 86471/18000
4.04/3.18	c cleaning 6828 clauses out of 13691 with flag 128136/26000
4.86/3.99	c cleaning 7912 clauses out of 15863 with flag 169660/35000
6.22/5.23	c cleaning 8966 clauses out of 17951 with flag 238827/45000
7.52/6.56	c cleaning 9985 clauses out of 19985 with flag 339655/56000
8.83/7.89	c cleaning 10986 clauses out of 22000 with flag 412253/68000
10.57/9.53	c cleaning 11923 clauses out of 24014 with flag 518199/81000
12.47/11.41	c cleaning 13039 clauses out of 26091 with flag 627973/95000
14.38/13.32	c cleaning 14013 clauses out of 28052 with flag 759742/110000
16.44/15.39	c cleaning 15012 clauses out of 30039 with flag 887889/126000
19.04/17.94	c cleaning 16005 clauses out of 32027 with flag 1065794/143000
21.55/20.37	c cleaning 16978 clauses out of 34022 with flag 1190546/161000
24.46/23.24	c cleaning 17970 clauses out of 36044 with flag 1388151/180000
27.45/26.13	c cleaning 19030 clauses out of 38076 with flag 1573668/200002
30.15/28.87	c cleaning 19996 clauses out of 40044 with flag 1782084/221000
33.29/31.83	c cleaning 20997 clauses out of 42049 with flag 1970265/243001
37.44/35.86	c cleaning 21997 clauses out of 44051 with flag 2276043/266000
41.34/39.73	c cleaning 22967 clauses out of 46054 with flag 2531083/290000
45.60/43.80	c cleaning 24015 clauses out of 48087 with flag 2879484/315000
49.45/47.56	c cleaning 25004 clauses out of 50072 with flag 3167141/341000
53.98/51.95	c cleaning 26000 clauses out of 52068 with flag 3501575/368000
59.07/56.89	c cleaning 26923 clauses out of 54068 with flag 3886973/396000
64.21/61.94	c cleaning 28043 clauses out of 56145 with flag 4296473/425000
69.11/66.90	c cleaning 29016 clauses out of 58102 with flag 4752299/455000
74.78/72.47	c cleaning 30027 clauses out of 60086 with flag 5120922/486000
80.69/78.22	c cleaning 31004 clauses out of 62059 with flag 5587351/518000
86.55/84.00	c cleaning 32007 clauses out of 64056 with flag 6059965/551001
92.63/90.01	c cleaning 33001 clauses out of 66048 with flag 6461252/585000
99.09/96.42	c cleaning 33994 clauses out of 68048 with flag 6982739/620001
105.57/102.87	c cleaning 34984 clauses out of 70055 with flag 7495646/656002
111.87/109.13	c cleaning 35963 clauses out of 72069 with flag 7967424/693000
119.23/116.34	c cleaning 36980 clauses out of 74106 with flag 8518683/731000
126.63/123.69	c cleaning 38045 clauses out of 76126 with flag 9084280/770000
134.82/131.74	c cleaning 39013 clauses out of 78081 with flag 9678258/810000
142.78/139.65	c cleaning 39983 clauses out of 80068 with flag 10225177/851000
151.36/148.07	c cleaning 40994 clauses out of 82086 with flag 10849978/893001
160.26/156.87	c cleaning 42030 clauses out of 84093 with flag 11499398/936002
168.93/165.46	c cleaning 42974 clauses out of 86061 with flag 12231339/980000
178.46/174.90	c cleaning 44029 clauses out of 88087 with flag 12987735/1025000
187.60/183.86	c cleaning 44983 clauses out of 90059 with flag 13621844/1071001
196.96/193.02	c cleaning 46021 clauses out of 92075 with flag 14259068/1118000
206.54/202.58	c cleaning 47017 clauses out of 94055 with flag 14974974/1166001
215.79/211.78	c cleaning 47986 clauses out of 96038 with flag 15735259/1215001
226.34/222.15	c cleaning 49007 clauses out of 98053 with flag 16538303/1265002
237.75/233.35	c cleaning 49959 clauses out of 100044 with flag 17353073/1316000
248.19/243.61	c cleaning 50992 clauses out of 102085 with flag 18276941/1368000
259.64/254.93	c cleaning 52029 clauses out of 104094 with flag 19235785/1421001
270.91/266.08	c cleaning 53019 clauses out of 106072 with flag 19978293/1475008
282.68/277.64	c cleaning 53938 clauses out of 108045 with flag 20772006/1530000
295.99/290.72	c cleaning 55018 clauses out of 110107 with flag 21768392/1586000
308.74/303.34	c cleaning 56037 clauses out of 112089 with flag 22737528/1643000
322.50/316.85	c cleaning 56972 clauses out of 114052 with flag 23778968/1701000
335.93/330.06	c cleaning 58006 clauses out of 116080 with flag 24734308/1760000
349.68/343.56	c cleaning 59009 clauses out of 118074 with flag 25703045/1820000
365.41/359.00	c cleaning 60012 clauses out of 120065 with flag 26866231/1881000
381.26/374.65	c cleaning 60983 clauses out of 122054 with flag 28061006/1943001
396.92/390.01	c cleaning 61998 clauses out of 124070 with flag 29229410/2006000
413.21/406.04	c cleaning 62996 clauses out of 126072 with flag 30305182/2070000
429.47/422.12	c cleaning 64006 clauses out of 128077 with flag 31568030/2135001
445.12/437.64	c cleaning 64974 clauses out of 130071 with flag 32686696/2201001
462.13/454.44	c cleaning 66047 clauses out of 132096 with flag 33777370/2268000
479.21/471.22	c cleaning 67003 clauses out of 134049 with flag 35073494/2336000
496.59/488.45	c cleaning 67951 clauses out of 136046 with flag 36304968/2405000
513.47/505.13	c cleaning 68986 clauses out of 138095 with flag 37516500/2475000
532.52/523.91	c cleaning 70039 clauses out of 140109 with flag 38859557/2546000
551.42/542.56	c cleaning 70998 clauses out of 142074 with flag 40308811/2618004
571.51/562.32	c cleaning 72018 clauses out of 144072 with flag 41320910/2691000
591.41/582.00	c cleaning 72999 clauses out of 146056 with flag 42750399/2765002
612.63/602.89	c cleaning 74008 clauses out of 148055 with flag 44266701/2840000
633.45/623.32	c cleaning 75022 clauses out of 150049 with flag 45770649/2916002
655.50/645.05	c cleaning 76001 clauses out of 152025 with flag 47253848/2993000
678.36/667.61	c cleaning 76923 clauses out of 154027 with flag 48874787/3071003
700.05/689.03	c cleaning 78022 clauses out of 156104 with flag 50327501/3150003
722.93/711.58	c cleaning 79024 clauses out of 158079 with flag 51964330/3230000
746.55/734.90	c cleaning 79986 clauses out of 160055 with flag 53811033/3311000
768.07/756.14	c cleaning 81008 clauses out of 162072 with flag 55272218/3393003
791.60/779.36	c cleaning 81992 clauses out of 164061 with flag 56981901/3476000
815.35/802.75	c cleaning 83036 clauses out of 166074 with flag 58524044/3560005
840.42/827.47	c cleaning 83983 clauses out of 168033 with flag 60284900/3645000
863.65/850.25	c cleaning 85002 clauses out of 170050 with flag 61757390/3731000
889.28/875.54	c cleaning 85971 clauses out of 172051 with flag 63469070/3818003
915.41/901.38	c cleaning 87018 clauses out of 174079 with flag 65456727/3906002
941.95/927.52	c cleaning 88028 clauses out of 176060 with flag 67196984/3995001
970.58/955.75	c cleaning 88998 clauses out of 178037 with flag 69186560/4085006
998.99/983.81	c cleaning 89932 clauses out of 180033 with flag 71034464/4176000
1027.91/1012.31	c cleaning 91017 clauses out of 182105 with flag 72803024/4268004
1054.71/1038.66	c cleaning 92038 clauses out of 184084 with flag 74659519/4361000
1082.99/1066.45	c cleaning 93002 clauses out of 186053 with flag 76608659/4455007
1111.02/1094.18	c cleaning 93957 clauses out of 188044 with flag 78580892/4550000
1139.92/1122.63	c cleaning 95006 clauses out of 190087 with flag 80427305/4646000
1170.06/1152.38	c cleaning 95990 clauses out of 192081 with flag 82565628/4743000
1201.02/1182.80	c cleaning 97022 clauses out of 194091 with flag 84762322/4841000
1232.78/1214.06	c cleaning 98013 clauses out of 196069 with flag 86753995/4940000
1265.90/1246.75	c cleaning 99008 clauses out of 198057 with flag 89101905/5040001
1299.21/1279.59	c cleaning 100004 clauses out of 200048 with flag 91478106/5141000
1335.39/1315.22	c cleaning 100987 clauses out of 202045 with flag 93906354/5243001
1370.84/1350.12	c cleaning 101952 clauses out of 204057 with flag 96396749/5346000
1405.39/1384.18	c cleaning 103007 clauses out of 206105 with flag 98810976/5450000
1441.03/1419.26	c cleaning 103929 clauses out of 208098 with flag 101308202/5555000
1474.50/1452.13	c cleaning 105077 clauses out of 210169 with flag 103605027/5661000
1510.79/1487.80	c cleaning 106014 clauses out of 212092 with flag 106040071/5768000
1545.82/1522.33	c cleaning 107015 clauses out of 214078 with flag 108337412/5876000
1582.72/1558.78	c cleaning 107905 clauses out of 216063 with flag 110878438/5985000
1621.65/1597.14	c cleaning 109038 clauses out of 218158 with flag 113705783/6095000
1658.74/1633.67	c cleaning 110018 clauses out of 220120 with flag 116286687/6206000
1695.63/1669.99	c cleaning 110998 clauses out of 222102 with flag 118807411/6318000
1734.24/1707.88	c cleaning 112038 clauses out of 224105 with flag 121429123/6431001
1774.11/1747.02	c cleaning 112962 clauses out of 226066 with flag 124007828/6545000
1800.03/1772.60	c starts		: 28381
1800.03/1772.60	c conflicts		: 6622169
1800.03/1772.60	c decisions		: 78526017
1800.03/1772.60	c propagations		: 545594934
1800.03/1772.60	c inspects		: 17476865793
1800.03/1772.60	c shortcuts		: 0
1800.03/1772.60	c learnt literals	: 0
1800.03/1772.60	c learnt binary clauses	: 0
1800.03/1772.60	c learnt ternary clauses	: 0
1800.03/1772.60	c learnt constraints	: 6622169
1800.03/1772.60	c ignored constraints	: 0
1800.03/1772.60	c root simplifications	: 0
1800.03/1772.60	c removed literals (reason simplification)	: 0
1800.03/1772.60	c reason swapping (by a shorter reason)	: 0
1800.03/1772.60	c Calls to reduceDB	: 110
1800.03/1772.60	c Number of update (reduction) of LBD	: 4132084
1800.03/1772.60	c Imported unit clauses	: 0
1800.03/1772.60	c number of reductions to clauses (during analyze)	: 0
1800.03/1772.60	c number of learned constraints concerned by reduction	: 0
1800.03/1772.60	c number of learning phase by resolution	: 0
1800.03/1772.60	c number of learning phase by cutting planes	: 0
1800.03/1772.60	c speed (assignments/second)	: 307864.11307114235
1800.03/1772.60	c non guided choices	12163
1800.03/1772.60	c timeout
1800.03/1772.63	c learnt constraints type 
1800.03/1772.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 190273
1800.03/1772.63	s UNKNOWN
1800.03/1772.63	c Total wall clock time (in seconds): 1772.514

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4099965-1466209686/watcher-4099965-1466209686 -o /tmp/evaluation-result-4099965-1466209686/solver-4099965-1466209686 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099965-1466209686.opb 

pid=12575
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.10 2.11 2.07 3/192 12578
/proc/meminfo: memFree=28310872/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/12578/stat : 12578 (java) D 12575 12578 11879 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 23018702 9515008 182 33554432000 1073741824 1073778376 140735869860400 140735869851432 235374722741 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/12578/statm: 2323 182 140 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.10 2.11 2.07 3/192 12578
/proc/meminfo: memFree=28310872/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/12578/stat : 12578 (java) S 12575 12578 11879 0 -1 4202496 4396 0 1 0 8 1 0 0 20 0 18 0 23018702 9787879424 6018 33554432000 1073741824 1073778376 140737314239536 140737314230672 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2389619 6018 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.10 2.11 2.07 3/192 12578
/proc/meminfo: memFree=28310872/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/12578/stat : 12578 (java) S 12575 12578 11879 0 -1 4202496 5016 0 1 0 27 1 0 0 20 0 18 0 23018702 9787879424 6932 33554432000 1073741824 1073778376 140737314239536 140737314230672 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2389619 6932 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300238 s]
/proc/loadavg: 2.10 2.11 2.07 3/192 12578
/proc/meminfo: memFree=28310872/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/12578/stat : 12578 (java) S 12575 12578 11879 0 -1 4202496 6946 0 1 0 51 2 0 0 20 0 18 0 23018702 9787879424 9592 33554432000 1073741824 1073778376 140737314239536 140737314230672 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2389619 9592 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700187 s]
/proc/loadavg: 2.10 2.11 2.07 3/192 12578
/proc/meminfo: memFree=28310872/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/12578/stat : 12578 (java) S 12575 12578 11879 0 -1 4202496 12289 0 1 0 146 3 0 0 20 0 19 0 23018702 9856040960 16389 33554432000 1073741824 1073778376 140737314239536 140737314230672 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2406260 16389 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.10 2.11 2.07 3/211 12597
/proc/meminfo: memFree=28239992/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9625040 CPUtime=2.4 cores=1,3,5,7
/proc/12578/stat : 12578 (java) S 12575 12578 11879 0 -1 4202496 13371 0 1 0 237 3 0 0 20 0 19 0 23018702 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 140737314230672 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2406260 22448 2272 9 0 2396937 0
[pid=12578/tid=12580] ppid=12575 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (java) R 12575 12578 11879 0 -1 4202560 2443 0 1 0 144 1 0 0 20 0 19 0 23018703 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781817364792 139781674337188 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781795466024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12582] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12582/stat : 12582 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781794413224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12583] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12583/stat : 12583 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781793360936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12578/tid=12584] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12584/stat : 12584 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781792308136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12585] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12585/stat : 12585 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781455472936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12586] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12586/stat : 12586 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781454420136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12587] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12587/stat : 12587 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781453367848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12588] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12588/stat : 12588 (java) S 12575 12578 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781452315048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12589] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12589/stat : 12589 (java) S 12575 12578 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23018705 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781440117480 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12590] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12590/stat : 12590 (java) S 12575 12578 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781439063544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12591] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12591/stat : 12591 (java) S 12575 12578 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781438011144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12592] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12592/stat : 12592 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781436959632 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12593] ppid=12575 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/12578/task/12593/stat : 12593 (java) S 12575 12578 11879 0 -1 4202560 4514 0 0 0 50 0 0 0 20 0 19 0 23018708 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781435906232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12594] ppid=12575 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/12578/task/12594/stat : 12594 (java) S 12575 12578 11879 0 -1 4202560 5137 0 0 0 40 0 0 0 20 0 19 0 23018708 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781434853432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12595] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12595/stat : 12595 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781433801336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12596] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12596/stat : 12596 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781432748744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12597] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12597/stat : 12597 (java) S 12575 12578 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23018743 9856040960 22448 33554432000 1073741824 1073778376 140737314239536 139781431694760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.10 2.11 2.07 3/211 12597
/proc/meminfo: memFree=28210700/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9625040 CPUtime=4.04 cores=1,3,5,7
/proc/12578/stat : 12578 (java) S 12575 12578 11879 0 -1 4202496 13393 0 1 0 400 4 0 0 20 0 19 0 23018702 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 140737314230672 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2406260 33200 2272 9 0 2396937 0
[pid=12578/tid=12580] ppid=12575 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (java) R 12575 12578 11879 0 -1 4202560 2465 0 1 0 302 2 0 0 20 0 19 0 23018703 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781817355984 139781673648055 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12578/tid=12581] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781795466024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12582] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12582/stat : 12582 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781794413224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12583] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12583/stat : 12583 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781793360936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12578/tid=12584] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12584/stat : 12584 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781792308136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12585] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12585/stat : 12585 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781455472936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12586] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12586/stat : 12586 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781454420136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12587] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12587/stat : 12587 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781453367848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12588] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12588/stat : 12588 (java) S 12575 12578 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781452315048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12589] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12589/stat : 12589 (java) S 12575 12578 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23018705 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781440117480 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12590] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12590/stat : 12590 (java) S 12575 12578 11879 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781439063544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12591] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12591/stat : 12591 (java) S 12575 12578 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781438011144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12592] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12592/stat : 12592 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781436959632 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12593] ppid=12575 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/12578/task/12593/stat : 12593 (java) S 12575 12578 11879 0 -1 4202560 4514 0 0 0 53 0 0 0 20 0 19 0 23018708 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781435906232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12594] ppid=12575 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12578/task/12594/stat : 12594 (java) S 12575 12578 11879 0 -1 4202560 5137 0 0 0 42 0 0 0 20 0 19 0 23018708 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781434853432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12595] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12595/stat : 12595 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781433801336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12596] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12596/stat : 12596 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781432748744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12597] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12597/stat : 12597 (java) S 12575 12578 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23018743 9856040960 33200 33554432000 1073741824 1073778376 140737314239536 139781431694760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.09 2.11 2.07 3/211 12597
/proc/meminfo: memFree=28130480/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9625040 CPUtime=7.32 cores=1,3,5,7
/proc/12578/stat : 12578 (java) S 12575 12578 11879 0 -1 4202496 13469 0 1 0 725 7 0 0 20 0 19 0 23018702 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 140737314230672 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2406260 46993 2286 9 0 2396937 0
[pid=12578/tid=12580] ppid=12575 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (java) R 12575 12578 11879 0 -1 4202560 2487 0 1 0 620 2 0 0 20 0 19 0 23018703 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781817355968 139781674265991 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12578/tid=12581] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (java) S 12575 12578 11879 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781795466024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12582] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12582/stat : 12582 (java) S 12575 12578 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781794413224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12583] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12583/stat : 12583 (java) S 12575 12578 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781793360936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12584] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12584/stat : 12584 (java) S 12575 12578 11879 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781792308136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12585] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12585/stat : 12585 (java) S 12575 12578 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781455472936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12586] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12586/stat : 12586 (java) S 12575 12578 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781454420136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12587] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12587/stat : 12587 (java) S 12575 12578 11879 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781453367848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12588] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12588/stat : 12588 (java) S 12575 12578 11879 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23018704 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781452315048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12589] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12589/stat : 12589 (java) S 12575 12578 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23018705 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781440117480 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12590] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12590/stat : 12590 (java) S 12575 12578 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781439063544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12591] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12591/stat : 12591 (java) S 12575 12578 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781438011144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12592] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12592/stat : 12592 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781436959632 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12593] ppid=12575 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/12578/task/12593/stat : 12593 (java) S 12575 12578 11879 0 -1 4202560 4514 0 0 0 54 0 0 0 20 0 19 0 23018708 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781435906232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12594] ppid=12575 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12578/task/12594/stat : 12594 (java) S 12575 12578 11879 0 -1 4202560 5137 0 0 0 42 0 0 0 20 0 19 0 23018708 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781434853432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12595] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12595/stat : 12595 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781433801336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12596] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12596/stat : 12596 (java) S 12575 12578 11879 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781432748744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12578/tid=12597] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12597/stat : 12597 (java) S 12575 12578 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23018743 9856040960 46993 33554432000 1073741824 1073778376 140737314239536 139781431694760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 9625040


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

[pid=12578/tid=12597] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12597/stat : 12597 (java) S 12575 12578 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23018743 9856040960 165493 33554432000 1073741824 1073778376 140737314239536 139781431694760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1626.87
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/211 12704
/proc/meminfo: memFree=27593640/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9625040 CPUtime=1687.92 cores=1,3,5,7
/proc/12578/stat : 12578 (java) S 12575 12578 11879 0 -1 4202496 28647 0 1 0 168585 207 0 0 20 0 19 0 23018702 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 140737314230672 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2406260 176052 2295 9 0 2396937 0
[pid=12578/tid=12580] ppid=12575 vsize=9625040 CPUtime=1642.57 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (java) R 12575 12578 11879 0 -1 4202560 2832 0 1 0 164227 30 0 0 20 0 19 0 23018703 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781817363760 139781673850707 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12581] ppid=12575 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (java) S 12575 12578 11879 0 -1 4202560 1206 0 0 0 403 21 0 0 20 0 19 0 23018704 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781795466024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12582] ppid=12575 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/12578/task/12582/stat : 12582 (java) S 12575 12578 11879 0 -1 4202560 1085 0 0 0 386 20 0 0 20 0 19 0 23018704 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781794413224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12583] ppid=12575 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/12578/task/12583/stat : 12583 (java) S 12575 12578 11879 0 -1 4202560 1499 0 0 0 405 20 0 0 20 0 19 0 23018704 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781793360936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12578/tid=12584] ppid=12575 vsize=9625040 CPUtime=4.36 cores=1,3,5,7
/proc/12578/task/12584/stat : 12584 (java) S 12575 12578 11879 0 -1 4202560 2387 0 0 0 412 24 0 0 20 0 19 0 23018704 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781792308136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12578/tid=12585] ppid=12575 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/12578/task/12585/stat : 12585 (java) S 12575 12578 11879 0 -1 4202560 1581 0 0 0 394 21 0 0 20 0 19 0 23018704 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781455472936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12586] ppid=12575 vsize=9625040 CPUtime=4.26 cores=1,3,5,7
/proc/12578/task/12586/stat : 12586 (java) S 12575 12578 11879 0 -1 4202560 929 0 0 0 402 24 0 0 20 0 19 0 23018704 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781454420136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12587] ppid=12575 vsize=9625040 CPUtime=4.34 cores=1,3,5,7
/proc/12578/task/12587/stat : 12587 (java) S 12575 12578 11879 0 -1 4202560 1968 0 0 0 411 23 0 0 20 0 19 0 23018704 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781453367848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12588] ppid=12575 vsize=9625040 CPUtime=4.43 cores=1,3,5,7
/proc/12578/task/12588/stat : 12588 (java) S 12575 12578 11879 0 -1 4202560 2389 0 0 0 418 25 0 0 20 0 19 0 23018704 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781452315048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12589] ppid=12575 vsize=9625040 CPUtime=5.85 cores=1,3,5,7
/proc/12578/task/12589/stat : 12589 (java) S 12575 12578 11879 0 -1 4202560 1760 0 0 0 579 6 0 0 20 0 19 0 23018705 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781440117480 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12590] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12590/stat : 12590 (java) S 12575 12578 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781439063544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12591] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12591/stat : 12591 (java) S 12575 12578 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781438011144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12592] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12592/stat : 12592 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781436959632 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12593] ppid=12575 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/12578/task/12593/stat : 12593 (java) S 12575 12578 11879 0 -1 4202560 4517 0 0 0 57 0 0 0 20 0 19 0 23018708 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781435906232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12594] ppid=12575 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12578/task/12594/stat : 12594 (java) S 12575 12578 11879 0 -1 4202560 5137 0 0 0 42 0 0 0 20 0 19 0 23018708 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781434853432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12595] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12595/stat : 12595 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781433801336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12596] ppid=12575 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/12578/task/12596/stat : 12596 (java) S 12575 12578 11879 0 -1 4202560 94 0 0 0 25 25 0 0 20 0 19 0 23018708 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781432748744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12597] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12597/stat : 12597 (java) S 12575 12578 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23018743 9856040960 176052 33554432000 1073741824 1073778376 140737314239536 139781431694760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1687.92
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.04 3/211 12706
/proc/meminfo: memFree=27624604/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9625040 CPUtime=1749.01 cores=1,3,5,7
/proc/12578/stat : 12578 (java) S 12575 12578 11879 0 -1 4202496 29876 0 1 0 174679 222 0 0 20 0 19 0 23018702 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 140737314230672 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2406260 182630 2295 9 0 2396937 0
[pid=12578/tid=12580] ppid=12575 vsize=9625040 CPUtime=1701.69 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (java) R 12575 12578 11879 0 -1 4202560 2845 0 1 0 170138 31 0 0 20 0 19 0 23018703 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781817363808 139781674265991 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12581] ppid=12575 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (java) S 12575 12578 11879 0 -1 4202560 1220 0 0 0 416 21 0 0 20 0 19 0 23018704 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781795466024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12582] ppid=12575 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/12578/task/12582/stat : 12582 (java) S 12575 12578 11879 0 -1 4202560 1282 0 0 0 406 22 0 0 20 0 19 0 23018704 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781794413224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12583] ppid=12575 vsize=9625040 CPUtime=4.41 cores=1,3,5,7
/proc/12578/task/12583/stat : 12583 (java) S 12575 12578 11879 0 -1 4202560 1526 0 0 0 420 21 0 0 20 0 19 0 23018704 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781793360936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12578/tid=12584] ppid=12575 vsize=9625040 CPUtime=4.5 cores=1,3,5,7
/proc/12578/task/12584/stat : 12584 (java) S 12575 12578 11879 0 -1 4202560 2408 0 0 0 425 25 0 0 20 0 19 0 23018704 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781792308136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12585] ppid=12575 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/12578/task/12585/stat : 12585 (java) S 12575 12578 11879 0 -1 4202560 1904 0 0 0 417 22 0 0 20 0 19 0 23018704 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781455472936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12586] ppid=12575 vsize=9625040 CPUtime=4.47 cores=1,3,5,7
/proc/12578/task/12586/stat : 12586 (java) S 12575 12578 11879 0 -1 4202560 955 0 0 0 422 25 0 0 20 0 19 0 23018704 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781454420136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12578/tid=12587] ppid=12575 vsize=9625040 CPUtime=4.5 cores=1,3,5,7
/proc/12578/task/12587/stat : 12587 (java) S 12575 12578 11879 0 -1 4202560 2235 0 0 0 427 23 0 0 20 0 19 0 23018704 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781453367848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12588] ppid=12575 vsize=9625040 CPUtime=4.66 cores=1,3,5,7
/proc/12578/task/12588/stat : 12588 (java) S 12575 12578 11879 0 -1 4202560 2666 0 0 0 439 27 0 0 20 0 19 0 23018704 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781452315048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12589] ppid=12575 vsize=9625040 CPUtime=6.16 cores=1,3,5,7
/proc/12578/task/12589/stat : 12589 (java) S 12575 12578 11879 0 -1 4202560 1820 0 0 0 609 7 0 0 20 0 19 0 23018705 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781440117480 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12590] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12590/stat : 12590 (java) S 12575 12578 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781439063544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12591] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12591/stat : 12591 (java) S 12575 12578 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781438011144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12592] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12592/stat : 12592 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781436959632 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12593] ppid=12575 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/12578/task/12593/stat : 12593 (java) S 12575 12578 11879 0 -1 4202560 4517 0 0 0 57 0 0 0 20 0 19 0 23018708 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781435906232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12594] ppid=12575 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12578/task/12594/stat : 12594 (java) S 12575 12578 11879 0 -1 4202560 5137 0 0 0 42 0 0 0 20 0 19 0 23018708 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781434853432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12595] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12595/stat : 12595 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781433801336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12596] ppid=12575 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/12578/task/12596/stat : 12596 (java) S 12575 12578 11879 0 -1 4202560 98 0 0 0 26 25 0 0 20 0 19 0 23018708 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781432748744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12597] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12597/stat : 12597 (java) S 12575 12578 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23018743 9856040960 182630 33554432000 1073741824 1073778376 140737314239536 139781431694760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1749.01
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.6 s]
/proc/loadavg: 2.01 2.02 2.04 3/211 12707
/proc/meminfo: memFree=27587984/32872528 swapFree=447868/480572
[pid=12578] ppid=12575 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/12578/stat : 12578 (java) S 12575 12578 11879 0 -1 4202496 29894 0 1 0 179780 223 0 0 20 0 19 0 23018702 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 140737314230672 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12578/statm: 2406260 180209 2295 9 0 2396937 0
[pid=12578/tid=12580] ppid=12575 vsize=9625040 CPUtime=1751.57 cores=1,3,5,7
/proc/12578/task/12580/stat : 12580 (java) R 12575 12578 11879 0 -1 4202560 2855 0 1 0 175125 32 0 0 20 0 19 0 23018703 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781817363776 139781674134034 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12578/tid=12581] ppid=12575 vsize=9625040 CPUtime=4.48 cores=1,3,5,7
/proc/12578/task/12581/stat : 12581 (java) S 12575 12578 11879 0 -1 4202560 1220 0 0 0 426 22 0 0 20 0 19 0 23018704 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781795466024 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12582] ppid=12575 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/12578/task/12582/stat : 12582 (java) S 12575 12578 11879 0 -1 4202560 1282 0 0 0 417 22 0 0 20 0 19 0 23018704 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781794413224 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12583] ppid=12575 vsize=9625040 CPUtime=4.54 cores=1,3,5,7
/proc/12578/task/12583/stat : 12583 (java) S 12575 12578 11879 0 -1 4202560 1526 0 0 0 433 21 0 0 20 0 19 0 23018704 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781793360936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12584] ppid=12575 vsize=9625040 CPUtime=4.64 cores=1,3,5,7
/proc/12578/task/12584/stat : 12584 (java) S 12575 12578 11879 0 -1 4202560 2408 0 0 0 438 26 0 0 20 0 19 0 23018704 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781792308136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12585] ppid=12575 vsize=9625040 CPUtime=4.52 cores=1,3,5,7
/proc/12578/task/12585/stat : 12585 (java) S 12575 12578 11879 0 -1 4202560 1904 0 0 0 430 22 0 0 20 0 19 0 23018704 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781455472936 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12586] ppid=12575 vsize=9625040 CPUtime=4.59 cores=1,3,5,7
/proc/12578/task/12586/stat : 12586 (java) S 12575 12578 11879 0 -1 4202560 955 0 0 0 434 25 0 0 20 0 19 0 23018704 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781454420136 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12587] ppid=12575 vsize=9625040 CPUtime=4.64 cores=1,3,5,7
/proc/12578/task/12587/stat : 12587 (java) S 12575 12578 11879 0 -1 4202560 2235 0 0 0 441 23 0 0 20 0 19 0 23018704 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781453367848 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12578/tid=12588] ppid=12575 vsize=9625040 CPUtime=4.78 cores=1,3,5,7
/proc/12578/task/12588/stat : 12588 (java) S 12575 12578 11879 0 -1 4202560 2666 0 0 0 451 27 0 0 20 0 19 0 23018704 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781452315048 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12589] ppid=12575 vsize=9625040 CPUtime=6.16 cores=1,3,5,7
/proc/12578/task/12589/stat : 12589 (java) S 12575 12578 11879 0 -1 4202560 1826 0 0 0 609 7 0 0 20 0 19 0 23018705 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781440117480 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12590] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12590/stat : 12590 (java) S 12575 12578 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781439063544 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12591] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12591/stat : 12591 (java) S 12575 12578 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23018706 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781438011144 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12592] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12592/stat : 12592 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781436959632 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12593] ppid=12575 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/12578/task/12593/stat : 12593 (java) S 12575 12578 11879 0 -1 4202560 4517 0 0 0 57 0 0 0 20 0 19 0 23018708 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781435906232 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12594] ppid=12575 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/12578/task/12594/stat : 12594 (java) S 12575 12578 11879 0 -1 4202560 5137 0 0 0 42 0 0 0 20 0 19 0 23018708 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781434853432 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12595] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12595/stat : 12595 (java) S 12575 12578 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23018708 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781433801336 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12578/tid=12596] ppid=12575 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/12578/task/12596/stat : 12596 (java) S 12575 12578 11879 0 -1 4202560 100 0 0 0 26 27 0 0 20 0 19 0 23018708 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781432748744 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12578/tid=12597] ppid=12575 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12578/task/12597/stat : 12597 (java) S 12575 12578 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23018743 9856040960 180209 33554432000 1073741824 1073778376 140737314239536 139781431694760 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 12578 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 12578 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=449354
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=681592
# CPU time returned by wait4() is 1796.13
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1772.64
CPU time (s): 1800.03
CPU user time (s): 1797.8
CPU system time (s): 2.23
CPU usage (%): 101.545
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.45
system time used= 2.68159
maximum resident set size= 787656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29925
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48824
involuntary context switches= 63034

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3004 second user time and 12.5341 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 02:28:06
IDJOB=4099965
IDBENCH=1556
IDSOLVER=2546
FILE ID=node104/4099965-1466209686
RUNJOBID= node104-1466206103-11896
PBS_JOBID= 19918168
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-ran10x26.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099965-1466209686/watcher-4099965-1466209686 -o /tmp/evaluation-result-4099965-1466209686/solver-4099965-1466209686 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099965-1466209686.opb

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

MD5SUM BENCH= ea0578ce3fa6d7f101be81096fa267e7
RANDOM SEED=34412351

node104.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		: 2667.035
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	: 5334.07
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		: 2667.035
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	: 5332.55
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		: 2667.035
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	: 5332.55
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		: 2667.035
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	: 5332.55
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		: 2667.035
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	: 5332.55
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		: 2667.035
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	: 5332.54
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		: 2667.035
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	: 5332.55
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		: 2667.035
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        28311516 kB
Buffers:           36996 kB
Cached:           103200 kB
SwapCached:        40476 kB
Active:          3240860 kB
Inactive:         130444 kB
Active(anon):    3192968 kB
Inactive(anon):    40496 kB
Active(file):      47892 kB
Inactive(file):    89948 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060360 kB
Dirty:              1224 kB
Writeback:             0 kB
AnonPages:       3672532 kB
Mapped:            15236 kB
Shmem:                 0 kB
Slab:             571524 kB
SReclaimable:      15804 kB
SUnreclaim:       555720 kB
KernelStack:        1592 kB
PageTables:        11348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3946564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3178496 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node104 at 2016-06-18 02:57:39