Trace number 4085713

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.68 1773.25

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-859770.opb
MD5SUMcbc412f006cacd8e2fcdc61d20cbc351
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 benchmark56.3364
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2504
Total number of constraints2065
Number of constraints which are clauses1536
Number of constraints which are cardinality constraints (but not clauses)529
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint1446
Number of terms in the objective function 2504
Biggest coefficient in the objective function 10
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 16472
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 16472
Number of bits of the biggest sum of numbers15
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.09/0.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085713-1465278190.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.61/1.30	c ... done. Wall clock time 1.18s.
1.61/1.30	c declared #vars     2504
1.61/1.30	c #constraints  2084
1.61/1.30	c constraints type 
1.61/1.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1555
1.61/1.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 529
1.61/1.30	c 2084 constraints processed.
1.61/1.30	c objective function length is 2504 literals
3.20/2.53	c cleaning 2500 clauses out of 5000 with flag 28041/5000
4.35/3.63	c cleaning 4250 clauses out of 8501 with flag 68908/11001
5.75/5.08	c cleaning 5624 clauses out of 11250 with flag 104742/18000
7.53/6.73	c cleaning 6813 clauses out of 13627 with flag 156690/26001
9.75/8.94	c cleaning 7907 clauses out of 15813 with flag 216721/35000
12.34/11.51	c cleaning 8932 clauses out of 17908 with flag 273638/45003
15.14/14.36	c cleaning 9982 clauses out of 19973 with flag 339280/56000
17.83/16.90	c cleaning 10969 clauses out of 21991 with flag 409811/68000
21.15/20.28	c cleaning 11998 clauses out of 24014 with flag 486130/81001
24.96/23.82	c cleaning 13003 clauses out of 26016 with flag 576676/95001
28.16/27.04	c cleaning 14003 clauses out of 28013 with flag 674742/110001
32.86/31.51	c cleaning 14997 clauses out of 30009 with flag 778421/126000
38.56/37.24	c cleaning 15980 clauses out of 32001 with flag 896675/143001
44.36/42.55	c cleaning 16938 clauses out of 34017 with flag 1024493/161000
51.23/49.10	c cleaning 18020 clauses out of 36066 with flag 1174882/180000
56.43/54.26	c cleaning 19019 clauses out of 38042 with flag 1333631/200000
61.13/58.97	c cleaning 19993 clauses out of 40016 with flag 1515144/221001
67.81/65.60	c cleaning 20970 clauses out of 42021 with flag 1719362/243001
74.95/72.57	c cleaning 21854 clauses out of 44050 with flag 1912904/266001
81.95/79.52	c cleaning 23096 clauses out of 46194 with flag 2137714/290000
89.01/86.47	c cleaning 24039 clauses out of 48098 with flag 2359244/315000
96.11/93.44	c cleaning 25003 clauses out of 50057 with flag 2593376/341002
106.45/103.57	c cleaning 25923 clauses out of 52030 with flag 2860154/368000
111.44/108.57	c cleaning 26843 clauses out of 54111 with flag 3093743/396004
118.52/115.57	c cleaning 28124 clauses out of 56268 with flag 3344404/425004
124.53/121.43	c cleaning 29055 clauses out of 58140 with flag 3611096/455000
131.93/128.80	c cleaning 30035 clauses out of 60084 with flag 3884237/486001
143.33/140.07	c cleaning 31001 clauses out of 62048 with flag 4185410/518001
153.37/149.98	c cleaning 32018 clauses out of 64045 with flag 4500020/551000
160.80/157.29	c cleaning 32936 clauses out of 66029 with flag 4794336/585003
172.40/168.73	c cleaning 34007 clauses out of 68085 with flag 5126879/620001
180.45/176.62	c cleaning 35003 clauses out of 70077 with flag 5492665/656000
191.89/187.95	c cleaning 35951 clauses out of 72071 with flag 5865070/693000
203.90/199.75	c cleaning 37023 clauses out of 74118 with flag 6239353/731003
214.07/209.88	c cleaning 37988 clauses out of 76089 with flag 6644647/770000
226.19/221.72	c cleaning 38863 clauses out of 78105 with flag 7030276/810004
238.29/233.78	c cleaning 40063 clauses out of 80235 with flag 7465616/851000
257.62/252.73	c cleaning 41059 clauses out of 82171 with flag 7904845/893000
270.94/265.96	c cleaning 42016 clauses out of 84109 with flag 8404624/936000
284.72/279.44	c cleaning 42964 clauses out of 86087 with flag 8838035/980000
297.99/292.52	c cleaning 44032 clauses out of 88121 with flag 9317227/1025000
315.79/310.19	c cleaning 45028 clauses out of 90082 with flag 9805261/1071001
326.49/320.68	c cleaning 45986 clauses out of 92052 with flag 10255244/1118000
342.15/336.07	c cleaning 46993 clauses out of 94054 with flag 10722975/1166000
362.29/355.85	c cleaning 48026 clauses out of 96064 with flag 11261249/1215003
378.16/371.30	c cleaning 49008 clauses out of 98037 with flag 11780239/1265002
403.26/396.20	c cleaning 49991 clauses out of 100028 with flag 12365431/1316003
421.41/413.96	c cleaning 50926 clauses out of 102030 with flag 12903165/1368000
436.15/428.48	c cleaning 52021 clauses out of 104104 with flag 13451524/1421000
453.07/445.09	c cleaning 52941 clauses out of 106084 with flag 13955742/1475001
467.02/458.80	c cleaning 54058 clauses out of 108142 with flag 14454500/1530001
491.19/482.64	c cleaning 55039 clauses out of 110089 with flag 15034564/1586007
513.22/504.44	c cleaning 55981 clauses out of 112041 with flag 15630601/1643000
540.03/530.99	c cleaning 56552 clauses out of 114059 with flag 16277445/1701000
560.61/551.18	c cleaning 58167 clauses out of 116507 with flag 16864095/1760000
586.58/576.71	c cleaning 58935 clauses out of 118337 with flag 17493794/1820000
609.87/599.61	c cleaning 60086 clauses out of 120402 with flag 18127355/1881000
640.22/629.65	c cleaning 60915 clauses out of 122315 with flag 18786769/1943000
657.42/646.68	c cleaning 62025 clauses out of 124399 with flag 19400977/2006000
677.81/666.76	c cleaning 63112 clauses out of 126373 with flag 20036876/2070000
709.32/697.73	c cleaning 64115 clauses out of 128263 with flag 20689589/2135004
732.98/720.97	c cleaning 65032 clauses out of 130143 with flag 21336856/2201003
770.39/757.86	c cleaning 65989 clauses out of 132107 with flag 22035898/2268000
801.72/788.69	c cleaning 67021 clauses out of 134119 with flag 22816749/2336002
830.91/817.41	c cleaning 67835 clauses out of 136094 with flag 23522033/2405000
853.23/839.50	c cleaning 68956 clauses out of 138259 with flag 24265076/2475000
887.50/873.34	c cleaning 70086 clauses out of 140302 with flag 25006447/2546000
915.58/900.90	c cleaning 71103 clauses out of 142229 with flag 25741362/2618014
951.45/936.33	c cleaning 72000 clauses out of 144110 with flag 26512750/2691000
990.99/975.41	c cleaning 72993 clauses out of 146109 with flag 27304872/2765000
1019.94/1003.93	c cleaning 73979 clauses out of 148115 with flag 28110045/2840000
1051.81/1035.26	c cleaning 75064 clauses out of 150139 with flag 28884493/2916003
1076.45/1059.44	c cleaning 75970 clauses out of 152069 with flag 29685649/2993000
1106.18/1088.61	c cleaning 77024 clauses out of 154095 with flag 30365338/3071000
1137.82/1119.97	c cleaning 78015 clauses out of 156069 with flag 31046559/3150001
1164.99/1146.69	c cleaning 78875 clauses out of 158052 with flag 31682188/3230000
1195.23/1176.57	c cleaning 80016 clauses out of 160175 with flag 32298276/3311000
1228.65/1209.59	c cleaning 80867 clauses out of 162159 with flag 32928420/3393000
1254.93/1235.40	c cleaning 82065 clauses out of 164312 with flag 33604238/3476022
1284.57/1264.51	c cleaning 83020 clauses out of 166222 with flag 34305132/3560000
1310.86/1290.46	c cleaning 84060 clauses out of 168199 with flag 34990443/3645002
1347.49/1326.66	c cleaning 85001 clauses out of 170134 with flag 35643345/3731000
1388.78/1367.48	c cleaning 86047 clauses out of 172131 with flag 36321860/3818000
1426.61/1404.86	c cleaning 87023 clauses out of 174081 with flag 37021461/3906000
1457.14/1434.97	c cleaning 88017 clauses out of 176054 with flag 37765748/3995000
1509.50/1486.78	c cleaning 88986 clauses out of 178034 with flag 38524893/4085000
1552.62/1529.28	c cleaning 89912 clauses out of 180045 with flag 39257919/4176000
1581.22/1557.10	c cleaning 91049 clauses out of 182129 with flag 40094968/4268000
1628.52/1603.99	c cleaning 92036 clauses out of 184084 with flag 40781441/4361006
1685.45/1660.29	c cleaning 92917 clauses out of 186038 with flag 41509298/4455001
1723.10/1697.32	c cleaning 93972 clauses out of 188119 with flag 42377827/4550000
1755.01/1728.72	c cleaning 95067 clauses out of 190154 with flag 43200345/4646008
1797.61/1770.86	c cleaning 95980 clauses out of 192079 with flag 44007811/4743000
1800.01/1773.21	c starts		: 32145
1800.01/1773.21	c conflicts		: 4751000
1800.01/1773.21	c decisions		: 144359099
1800.01/1773.21	c propagations		: 641827188
1800.01/1773.21	c inspects		: 11338475176
1800.01/1773.21	c shortcuts		: 0
1800.01/1773.21	c learnt literals	: 225
1800.01/1773.21	c learnt binary clauses	: 9026
1800.01/1773.21	c learnt ternary clauses	: 9886
1800.01/1773.21	c learnt constraints	: 4750775
1800.01/1773.21	c ignored constraints	: 0
1800.01/1773.21	c root simplifications	: 0
1800.01/1773.21	c removed literals (reason simplification)	: 0
1800.01/1773.21	c reason swapping (by a shorter reason)	: 0
1800.01/1773.21	c Calls to reduceDB	: 93
1800.01/1773.21	c Number of update (reduction) of LBD	: 4096582
1800.01/1773.21	c Imported unit clauses	: 0
1800.01/1773.21	c number of reductions to clauses (during analyze)	: 0
1800.01/1773.21	c number of learned constraints concerned by reduction	: 0
1800.01/1773.21	c number of learning phase by resolution	: 0
1800.01/1773.21	c number of learning phase by cutting planes	: 0
1800.01/1773.21	c timeout
1800.01/1773.21	c speed (assignments/second)	: 362226.01426606625
1800.01/1773.21	c non guided choices	697
1800.01/1773.24	c learnt constraints type 
1800.01/1773.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9026
1800.01/1773.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95073
1800.01/1773.24	s UNKNOWN
1800.01/1773.24	c Total wall clock time (in seconds): 1773.122

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-4085713-1465278190/watcher-4085713-1465278190 -o /tmp/evaluation-result-4085713-1465278190/solver-4085713-1465278190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28819 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085713-1465278190.opb 

pid=29681
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: 2.04 2.03 2.00 3/194 29684
/proc/meminfo: memFree=29518916/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9488 CPUtime=0 cores=0,2,4,6
/proc/29684/stat : 29684 (java) R 29681 29684 28803 0 -1 4202496 275 0 0 0 0 0 0 0 20 0 1 0 109752301 9715712 132 33554432000 1073741824 1073778376 140735354278208 140735354275336 262962799543 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29684/statm: 2323 141 104 9 0 71 0

[startup+0.100111 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 29684
/proc/meminfo: memFree=29518916/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/29684/stat : 29684 (java) S 29681 29684 28803 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 109752301 9787879424 5521 33554432000 1073741824 1073778376 140734694336224 140734694327360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29684/statm: 2389619 5521 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200282 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 29684
/proc/meminfo: memFree=29518916/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/29684/stat : 29684 (java) S 29681 29684 28803 0 -1 4202496 4956 0 1 0 26 1 0 0 20 0 18 0 109752301 9787879424 6954 33554432000 1073741824 1073778376 140734694336224 140734694327360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29684/statm: 2389619 6954 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300328 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 29684
/proc/meminfo: memFree=29518916/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9558476 CPUtime=0.52 cores=0,2,4,6
/proc/29684/stat : 29684 (java) S 29681 29684 28803 0 -1 4202496 7390 0 1 0 50 2 0 0 20 0 18 0 109752301 9787879424 10438 33554432000 1073741824 1073778376 140734694336224 140734694327360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29684/statm: 2389619 10438 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700281 s]
/proc/loadavg: 2.04 2.03 2.00 3/194 29684
/proc/meminfo: memFree=29518916/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9558476 CPUtime=0.98 cores=0,2,4,6
/proc/29684/stat : 29684 (java) S 29681 29684 28803 0 -1 4202496 7536 0 1 0 94 4 0 0 20 0 18 0 109752301 9787879424 40006 33554432000 1073741824 1073778376 140734694336224 140734694327360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29684/statm: 2389619 40006 2249 9 0 2380296 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9558476

[startup+1.5007 s]
/proc/loadavg: 2.04 2.03 2.00 3/212 29702
/proc/meminfo: memFree=29361236/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9625040 CPUtime=2.07 cores=0,2,4,6
/proc/29684/stat : 29684 (java) S 29681 29684 28803 0 -1 4202496 9479 0 1 0 202 5 0 0 20 0 19 0 109752301 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140734694327360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29684/statm: 2406260 42887 2267 9 0 2396937 0
[pid=29684/tid=29686] ppid=29681 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/29684/task/29686/stat : 29686 (java) R 29681 29684 28803 0 -1 4202560 2472 0 1 0 141 3 0 0 20 0 19 0 109752302 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281640579160 140281500669908 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29687] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29687/stat : 29687 (java) S 29681 29684 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281483786792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29688] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29688/stat : 29688 (java) S 29681 29684 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281482733992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29689] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29689/stat : 29689 (java) S 29681 29684 28803 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281481681192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29690] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29690/stat : 29690 (java) S 29681 29684 28803 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281480628392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29691] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29691/stat : 29691 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281479576616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29692] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29692/stat : 29692 (java) S 29681 29684 28803 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281478523816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29693] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29693/stat : 29693 (java) S 29681 29684 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281477471016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29694] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29694/stat : 29694 (java) S 29681 29684 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281476418216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29695] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29695/stat : 29695 (java) S 29681 29684 28803 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 109752304 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281464220136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29696] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29696/stat : 29696 (java) S 29681 29684 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281463166200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29697] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29697/stat : 29697 (java) S 29681 29684 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281462113288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29698] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29698/stat : 29698 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281461061776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29699] ppid=29681 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/29684/task/29699/stat : 29699 (java) S 29681 29684 28803 0 -1 4202560 3082 0 0 0 30 0 0 0 20 0 19 0 109752307 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281460009912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29700] ppid=29681 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/29684/task/29700/stat : 29700 (java) S 29681 29684 28803 0 -1 4202560 2551 0 0 0 25 0 0 0 20 0 19 0 109752307 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281458957112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29701] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29701/stat : 29701 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281457904504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29702] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29702/stat : 29702 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 42887 33554432000 1073741824 1073778376 140734694336224 140281456851912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.12 2.04 2.01 3/213 29703
/proc/meminfo: memFree=29355396/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9625040 CPUtime=3.84 cores=0,2,4,6
/proc/29684/stat : 29684 (java) S 29681 29684 28803 0 -1 4202496 10003 0 1 0 379 5 0 0 20 0 19 0 109752301 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140734694327360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29684/statm: 2406260 42917 2275 9 0 2396937 0
[pid=29684/tid=29686] ppid=29681 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/29684/task/29686/stat : 29686 (java) R 29681 29684 28803 0 -1 4202560 2474 0 1 0 300 3 0 0 20 0 19 0 109752302 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281640570576 140281501049472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29687] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29687/stat : 29687 (java) S 29681 29684 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281483786792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29688] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29688/stat : 29688 (java) S 29681 29684 28803 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281482733992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29689] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29689/stat : 29689 (java) S 29681 29684 28803 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281481681192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29690] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29690/stat : 29690 (java) S 29681 29684 28803 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281480628392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29691] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29691/stat : 29691 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281479576616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29692] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29692/stat : 29692 (java) S 29681 29684 28803 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281478523816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29693] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29693/stat : 29693 (java) S 29681 29684 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281477471016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29694] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29694/stat : 29694 (java) S 29681 29684 28803 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281476418216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29695] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29695/stat : 29695 (java) S 29681 29684 28803 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 109752304 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281464220136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29696] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29696/stat : 29696 (java) S 29681 29684 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281463166200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29697] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29697/stat : 29697 (java) S 29681 29684 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281462113288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29698] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29698/stat : 29698 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281461061776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29699] ppid=29681 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/29684/task/29699/stat : 29699 (java) S 29681 29684 28803 0 -1 4202560 3242 0 0 0 37 0 0 0 20 0 19 0 109752307 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281460009912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29700] ppid=29681 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/29684/task/29700/stat : 29700 (java) S 29681 29684 28803 0 -1 4202560 2912 0 0 0 36 0 0 0 20 0 19 0 109752307 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281458957112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29701] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29701/stat : 29701 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281457904504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29702] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29702/stat : 29702 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281456851912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29703] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29703/stat : 29703 (java) S 29681 29684 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752432 9856040960 42917 33554432000 1073741824 1073778376 140734694336224 140281455797416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.12 2.04 2.01 3/213 29769
/proc/meminfo: memFree=31103996/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9625040 CPUtime=7.12 cores=0,2,4,6
/proc/29684/stat : 29684 (java) S 29681 29684 28803 0 -1 4202496 10389 0 1 0 703 9 0 0 20 0 19 0 109752301 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140734694327360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29684/statm: 2406260 49369 2275 9 0 2396937 0
[pid=29684/tid=29686] ppid=29681 vsize=9625040 CPUtime=6.19 cores=0,2,4,6
/proc/29684/task/29686/stat : 29686 (java) R 29681 29684 28803 0 -1 4202560 2477 0 1 0 616 3 0 0 20 0 19 0 109752302 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281640578256 140281501002912 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29687] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29687/stat : 29687 (java) S 29681 29684 28803 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281483786792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29688] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29688/stat : 29688 (java) S 29681 29684 28803 0 -1 4202560 93 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281482733992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29689] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29689/stat : 29689 (java) S 29681 29684 28803 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281481681192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29690] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29690/stat : 29690 (java) S 29681 29684 28803 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281480628392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29691] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29691/stat : 29691 (java) S 29681 29684 28803 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281479576616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29692] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29692/stat : 29692 (java) S 29681 29684 28803 0 -1 4202560 103 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281478523816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29693] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29693/stat : 29693 (java) S 29681 29684 28803 0 -1 4202560 89 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281477471016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29694] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29694/stat : 29694 (java) S 29681 29684 28803 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109752303 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281476418216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29695] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29695/stat : 29695 (java) S 29681 29684 28803 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 109752304 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281464220136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29696] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29696/stat : 29696 (java) S 29681 29684 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281463166200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29697] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29697/stat : 29697 (java) S 29681 29684 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281462113288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29698] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29698/stat : 29698 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281461061776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29699] ppid=29681 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/29684/task/29699/stat : 29699 (java) S 29681 29684 28803 0 -1 4202560 3242 0 0 0 40 0 0 0 20 0 19 0 109752307 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281460009912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29700] ppid=29681 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/29684/task/29700/stat : 29700 (java) S 29681 29684 28803 0 -1 4202560 2912 0 0 0 37 0 0 0 20 0 19 0 109752307 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281458957112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29701] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29701/stat : 29701 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281457904504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29702] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29702/stat : 29702 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281456851912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29703] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29703/stat : 29703 (java) S 29681 29684 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752432 9856040960 49369 33554432000 1073741824 1073778376 140734694336224 140281455797416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.10 2.04 2.00 3/213 29769

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

/proc/29684/task/29696/stat : 29696 (java) S 29681 29684 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 228737 33554432000 1073741824 1073778376 140734694336224 140281463166200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29697] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29697/stat : 29697 (java) S 29681 29684 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 228737 33554432000 1073741824 1073778376 140734694336224 140281462113288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29698] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29698/stat : 29698 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 228737 33554432000 1073741824 1073778376 140734694336224 140281461061776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29699] ppid=29681 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/29684/task/29699/stat : 29699 (java) S 29681 29684 28803 0 -1 4202560 3249 0 0 0 44 0 0 0 20 0 19 0 109752307 9856040960 228737 33554432000 1073741824 1073778376 140734694336224 140281460009912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29700] ppid=29681 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/29684/task/29700/stat : 29700 (java) S 29681 29684 28803 0 -1 4202560 2920 0 0 0 42 0 0 0 20 0 19 0 109752307 9856040960 228737 33554432000 1073741824 1073778376 140734694336224 140281458957112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29701] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29701/stat : 29701 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 228737 33554432000 1073741824 1073778376 140734694336224 140281457904504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29702] ppid=29681 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/29684/task/29702/stat : 29702 (java) S 29681 29684 28803 0 -1 4202560 93 0 0 0 24 28 0 0 20 0 19 0 109752307 9856040960 228737 33554432000 1073741824 1073778376 140734694336224 140281456851912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29703] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29703/stat : 29703 (java) S 29681 29684 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752432 9856040960 228737 33554432000 1073741824 1073778376 140734694336224 140281455797416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1626.92
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/214 29900
/proc/meminfo: memFree=27652624/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9625040 CPUtime=1687.66 cores=0,2,4,6
/proc/29684/stat : 29684 (java) S 29681 29684 28803 0 -1 4202496 24242 0 1 0 168481 285 0 0 20 0 19 0 109752301 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140734694327360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29684/statm: 2406260 237748 2284 9 0 2396937 0
[pid=29684/tid=29686] ppid=29681 vsize=9625040 CPUtime=1646.85 cores=0,2,4,6
/proc/29684/task/29686/stat : 29686 (java) R 29681 29684 28803 0 -1 4202560 2685 0 1 0 164654 31 0 0 20 0 19 0 109752302 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281640578352 140281501102008 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29687] ppid=29681 vsize=9625040 CPUtime=4.12 cores=0,2,4,6
/proc/29684/task/29687/stat : 29687 (java) S 29681 29684 28803 0 -1 4202560 1324 0 0 0 382 30 0 0 20 0 19 0 109752303 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281483786792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29688] ppid=29681 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/29684/task/29688/stat : 29688 (java) S 29681 29684 28803 0 -1 4202560 1802 0 0 0 389 30 0 0 20 0 19 0 109752303 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281482733992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29689] ppid=29681 vsize=9625040 CPUtime=4.01 cores=0,2,4,6
/proc/29684/task/29689/stat : 29689 (java) S 29681 29684 28803 0 -1 4202560 1268 0 0 0 368 33 0 0 20 0 19 0 109752303 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281481681192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29690] ppid=29681 vsize=9625040 CPUtime=4.06 cores=0,2,4,6
/proc/29684/task/29690/stat : 29690 (java) S 29681 29684 28803 0 -1 4202560 1117 0 0 0 374 32 0 0 20 0 19 0 109752303 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281480628392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29691] ppid=29681 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/29684/task/29691/stat : 29691 (java) S 29681 29684 28803 0 -1 4202560 1419 0 0 0 395 30 0 0 20 0 19 0 109752303 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281479576616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29692] ppid=29681 vsize=9625040 CPUtime=4.51 cores=0,2,4,6
/proc/29684/task/29692/stat : 29692 (java) S 29681 29684 28803 0 -1 4202560 1253 0 0 0 416 35 0 0 20 0 19 0 109752303 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281478523816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29693] ppid=29681 vsize=9625040 CPUtime=4.22 cores=0,2,4,6
/proc/29684/task/29693/stat : 29693 (java) S 29681 29684 28803 0 -1 4202560 1195 0 0 0 390 32 0 0 20 0 19 0 109752303 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281477471016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29694] ppid=29681 vsize=9625040 CPUtime=4.01 cores=0,2,4,6
/proc/29684/task/29694/stat : 29694 (java) S 29681 29684 28803 0 -1 4202560 1038 0 0 0 373 28 0 0 20 0 19 0 109752303 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281476418216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29695] ppid=29681 vsize=9625040 CPUtime=6.35 cores=0,2,4,6
/proc/29684/task/29695/stat : 29695 (java) S 29681 29684 28803 0 -1 4202560 3616 0 0 0 629 6 0 0 20 0 19 0 109752304 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281464220136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29696] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29696/stat : 29696 (java) S 29681 29684 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281463166200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29697] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29697/stat : 29697 (java) S 29681 29684 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281462113288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29698] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29698/stat : 29698 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281461061776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29699] ppid=29681 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/29684/task/29699/stat : 29699 (java) S 29681 29684 28803 0 -1 4202560 3249 0 0 0 44 0 0 0 20 0 19 0 109752307 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281460009912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29700] ppid=29681 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/29684/task/29700/stat : 29700 (java) S 29681 29684 28803 0 -1 4202560 2920 0 0 0 42 0 0 0 20 0 19 0 109752307 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281458957112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29701] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29701/stat : 29701 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281457904504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29702] ppid=29681 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/29684/task/29702/stat : 29702 (java) S 29681 29684 28803 0 -1 4202560 97 0 0 0 25 29 0 0 20 0 19 0 109752307 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281456851912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29703] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29703/stat : 29703 (java) S 29681 29684 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752432 9856040960 237748 33554432000 1073741824 1073778376 140734694336224 140281455797416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1687.66
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 29902
/proc/meminfo: memFree=27627312/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9625040 CPUtime=1748.61 cores=0,2,4,6
/proc/29684/stat : 29684 (java) S 29681 29684 28803 0 -1 4202496 24391 0 1 0 174572 289 0 0 20 0 19 0 109752301 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140734694327360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29684/statm: 2406260 243917 2284 9 0 2396937 0
[pid=29684/tid=29686] ppid=29681 vsize=9625040 CPUtime=1706.19 cores=0,2,4,6
/proc/29684/task/29686/stat : 29686 (java) R 29681 29684 28803 0 -1 4202560 2692 0 1 0 170588 31 0 0 20 0 19 0 109752302 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281640578352 140281501102545 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29687] ppid=29681 vsize=9625040 CPUtime=4.29 cores=0,2,4,6
/proc/29684/task/29687/stat : 29687 (java) S 29681 29684 28803 0 -1 4202560 1326 0 0 0 399 30 0 0 20 0 19 0 109752303 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281483786792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29688] ppid=29681 vsize=9625040 CPUtime=4.36 cores=0,2,4,6
/proc/29684/task/29688/stat : 29688 (java) S 29681 29684 28803 0 -1 4202560 1814 0 0 0 405 31 0 0 20 0 19 0 109752303 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281482733992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29689] ppid=29681 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/29684/task/29689/stat : 29689 (java) S 29681 29684 28803 0 -1 4202560 1270 0 0 0 381 33 0 0 20 0 19 0 109752303 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281481681192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29690] ppid=29681 vsize=9625040 CPUtime=4.25 cores=0,2,4,6
/proc/29684/task/29690/stat : 29690 (java) S 29681 29684 28803 0 -1 4202560 1123 0 0 0 392 33 0 0 20 0 19 0 109752303 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281480628392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29691] ppid=29681 vsize=9625040 CPUtime=4.46 cores=0,2,4,6
/proc/29684/task/29691/stat : 29691 (java) S 29681 29684 28803 0 -1 4202560 1435 0 0 0 415 31 0 0 20 0 19 0 109752303 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281479576616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29692] ppid=29681 vsize=9625040 CPUtime=4.66 cores=0,2,4,6
/proc/29684/task/29692/stat : 29692 (java) S 29681 29684 28803 0 -1 4202560 1255 0 0 0 431 35 0 0 20 0 19 0 109752303 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281478523816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29693] ppid=29681 vsize=9625040 CPUtime=4.33 cores=0,2,4,6
/proc/29684/task/29693/stat : 29693 (java) S 29681 29684 28803 0 -1 4202560 1197 0 0 0 401 32 0 0 20 0 19 0 109752303 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281477471016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29694] ppid=29681 vsize=9625040 CPUtime=4.14 cores=0,2,4,6
/proc/29684/task/29694/stat : 29694 (java) S 29681 29684 28803 0 -1 4202560 1041 0 0 0 386 28 0 0 20 0 19 0 109752303 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281476418216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29695] ppid=29681 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/29684/task/29695/stat : 29695 (java) S 29681 29684 28803 0 -1 4202560 3711 0 0 0 663 6 0 0 20 0 19 0 109752304 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281464220136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29696] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29696/stat : 29696 (java) S 29681 29684 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281463166200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29697] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29697/stat : 29697 (java) S 29681 29684 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281462113288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29698] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29698/stat : 29698 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281461061776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29699] ppid=29681 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/29684/task/29699/stat : 29699 (java) S 29681 29684 28803 0 -1 4202560 3249 0 0 0 44 0 0 0 20 0 19 0 109752307 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281460009912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29700] ppid=29681 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/29684/task/29700/stat : 29700 (java) S 29681 29684 28803 0 -1 4202560 2920 0 0 0 42 0 0 0 20 0 19 0 109752307 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281458957112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29701] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29701/stat : 29701 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281457904504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29702] ppid=29681 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/29684/task/29702/stat : 29702 (java) S 29681 29684 28803 0 -1 4202560 99 0 0 0 26 30 0 0 20 0 19 0 109752307 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281456851912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29703] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29703/stat : 29703 (java) S 29681 29684 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752432 9856040960 243917 33554432000 1073741824 1073778376 140734694336224 140281455797416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1748.61
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1773.2 s]
/proc/loadavg: 2.05 2.02 2.00 3/213 29902
/proc/meminfo: memFree=27638476/32872528 swapFree=11320/319964
[pid=29684] ppid=29681 vsize=9625040 CPUtime=1800.01 cores=0,2,4,6
/proc/29684/stat : 29684 (java) S 29681 29684 28803 0 -1 4202496 24417 0 1 0 179712 289 0 0 20 0 19 0 109752301 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140734694327360 262966116413 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/29684/statm: 2406260 241149 2284 9 0 2396937 0
[pid=29684/tid=29686] ppid=29681 vsize=9625040 CPUtime=1756.7 cores=0,2,4,6
/proc/29684/task/29686/stat : 29686 (java) R 29681 29684 28803 0 -1 4202560 2697 0 1 0 175638 32 0 0 20 0 19 0 109752302 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281640570672 140281500996525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29687] ppid=29681 vsize=9625040 CPUtime=4.39 cores=0,2,4,6
/proc/29684/task/29687/stat : 29687 (java) S 29681 29684 28803 0 -1 4202560 1326 0 0 0 409 30 0 0 20 0 19 0 109752303 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281483786792 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29688] ppid=29681 vsize=9625040 CPUtime=4.44 cores=0,2,4,6
/proc/29684/task/29688/stat : 29688 (java) S 29681 29684 28803 0 -1 4202560 1814 0 0 0 413 31 0 0 20 0 19 0 109752303 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281482733992 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29689] ppid=29681 vsize=9625040 CPUtime=4.22 cores=0,2,4,6
/proc/29684/task/29689/stat : 29689 (java) S 29681 29684 28803 0 -1 4202560 1270 0 0 0 389 33 0 0 20 0 19 0 109752303 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281481681192 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29690] ppid=29681 vsize=9625040 CPUtime=4.36 cores=0,2,4,6
/proc/29684/task/29690/stat : 29690 (java) S 29681 29684 28803 0 -1 4202560 1123 0 0 0 403 33 0 0 20 0 19 0 109752303 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281480628392 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29691] ppid=29681 vsize=9625040 CPUtime=4.53 cores=0,2,4,6
/proc/29684/task/29691/stat : 29691 (java) S 29681 29684 28803 0 -1 4202560 1445 0 0 0 422 31 0 0 20 0 19 0 109752303 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281479576616 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29692] ppid=29681 vsize=9625040 CPUtime=4.75 cores=0,2,4,6
/proc/29684/task/29692/stat : 29692 (java) S 29681 29684 28803 0 -1 4202560 1255 0 0 0 440 35 0 0 20 0 19 0 109752303 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281478523816 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29693] ppid=29681 vsize=9625040 CPUtime=4.4 cores=0,2,4,6
/proc/29684/task/29693/stat : 29693 (java) S 29681 29684 28803 0 -1 4202560 1197 0 0 0 408 32 0 0 20 0 19 0 109752303 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281477471016 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29694] ppid=29681 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/29684/task/29694/stat : 29694 (java) S 29681 29684 28803 0 -1 4202560 1041 0 0 0 396 28 0 0 20 0 19 0 109752303 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281476418216 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29684/tid=29695] ppid=29681 vsize=9625040 CPUtime=6.89 cores=0,2,4,6
/proc/29684/task/29695/stat : 29695 (java) S 29681 29684 28803 0 -1 4202560 3718 0 0 0 683 6 0 0 20 0 19 0 109752304 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281464220136 262966130601 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29696] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29696/stat : 29696 (java) S 29681 29684 28803 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281463166200 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29697] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29697/stat : 29697 (java) S 29681 29684 28803 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109752305 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281462113288 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29698] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29698/stat : 29698 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281461061776 262966138656 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29699] ppid=29681 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/29684/task/29699/stat : 29699 (java) S 29681 29684 28803 0 -1 4202560 3249 0 0 0 44 0 0 0 20 0 19 0 109752307 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281460009912 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29684/tid=29700] ppid=29681 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/29684/task/29700/stat : 29700 (java) S 29681 29684 28803 0 -1 4202560 2920 0 0 0 42 0 0 0 20 0 19 0 109752307 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281458957112 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29701] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29701/stat : 29701 (java) S 29681 29684 28803 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109752307 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281457904504 262966129724 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29684/tid=29702] ppid=29681 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/29684/task/29702/stat : 29702 (java) S 29681 29684 28803 0 -1 4202560 103 0 0 0 27 31 0 0 20 0 19 0 109752307 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281456851912 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29684/tid=29703] ppid=29681 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/29684/task/29703/stat : 29703 (java) S 29681 29684 28803 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109752432 9856040960 241149 33554432000 1073741824 1073778376 140734694336224 140281455797416 262966130601 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 29684 sig 9
??? kill -29684 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1773.25
CPU time (s): 1800.68
CPU user time (s): 1797.31
CPU system time (s): 3.37149
CPU usage (%): 101.547
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.31
system time used= 3.37149
maximum resident set size= 975720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24458
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43839
involuntary context switches= 40382

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.906 second user time and 15.9496 second system time

The end

Launcher Data

Begin job on node128 at 2016-06-07 07:43:10
IDJOB=4085713
IDBENCH=89844
IDSOLVER=2546
FILE ID=node128/4085713-1465278190
RUNJOBID= node128-1465270992-28819
PBS_JOBID= 19843302
Free space on /tmp= 71692 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-859770.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085713-1465278190/watcher-4085713-1465278190 -o /tmp/evaluation-result-4085713-1465278190/solver-4085713-1465278190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node128-1465270992-28819 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085713-1465278190.opb

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

MD5SUM BENCH= cbc412f006cacd8e2fcdc61d20cbc351
RANDOM SEED=1741855368

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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		: 2666.486
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		: 2666.486
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.486
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		: 2666.486
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29519560 kB
Buffers:          116196 kB
Cached:           287028 kB
SwapCached:         1668 kB
Active:          2038340 kB
Inactive:         242324 kB
Active(anon):    1878576 kB
Inactive(anon):      588 kB
Active(file):     159764 kB
Inactive(file):   241736 kB
Unevictable:      319964 kB
Mlocked:           11320 kB
SwapTotal:      67108856 kB
SwapFree:       67098516 kB
Dirty:              8212 kB
Writeback:             0 kB
AnonPages:       2161276 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             604224 kB
SReclaimable:      47568 kB
SUnreclaim:       556656 kB
KernelStack:        1680 kB
PageTables:         8492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3584184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2117632 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= 71724 MiB
End job on node128 at 2016-06-07 08:12:44