Trace number 4116609

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.74 1797.84

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size96-round23-5.opb
MD5SUMe37b4268f223b7262f64117d47441ab2
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9472
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)384
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
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-4116609-1466970796.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.306s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10752
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 872
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 472
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10752 constraints processed.
1.66/1.09	c cleaning 2496 clauses out of 4998 with flag 16267/5000
2.34/1.68	c cleaning 4227 clauses out of 8502 with flag 38112/11000
3.05/2.38	c cleaning 5614 clauses out of 11276 with flag 65685/18001
3.95/3.23	c cleaning 6809 clauses out of 13662 with flag 99427/26001
4.98/4.27	c cleaning 7908 clauses out of 15853 with flag 139650/35001
6.08/5.36	c cleaning 8962 clauses out of 17944 with flag 188632/45000
7.28/6.60	c cleaning 9973 clauses out of 19983 with flag 239252/56001
8.78/8.01	c cleaning 10984 clauses out of 22009 with flag 298610/68000
10.28/9.56	c cleaning 11997 clauses out of 24025 with flag 363589/81000
11.98/11.22	c cleaning 13001 clauses out of 26028 with flag 434977/95000
13.78/13.07	c cleaning 13999 clauses out of 28027 with flag 514298/110000
15.79/15.02	c cleaning 14980 clauses out of 30028 with flag 597783/126000
17.89/17.15	c cleaning 15979 clauses out of 32050 with flag 687353/143002
20.19/19.49	c cleaning 16978 clauses out of 34069 with flag 784812/161000
22.68/22.00	c cleaning 18034 clauses out of 36092 with flag 888651/180001
25.39/24.66	c cleaning 19014 clauses out of 38059 with flag 1001597/200002
28.30/27.60	c cleaning 19985 clauses out of 40043 with flag 1121096/221000
31.39/30.64	c cleaning 20986 clauses out of 42059 with flag 1246382/243001
34.79/34.01	c cleaning 22022 clauses out of 44072 with flag 1376970/266000
38.30/37.54	c cleaning 23014 clauses out of 46051 with flag 1513754/290001
42.10/41.32	c cleaning 23986 clauses out of 48036 with flag 1654647/315000
46.10/45.32	c cleaning 24997 clauses out of 50051 with flag 1803955/341001
50.40/49.66	c cleaning 25968 clauses out of 52053 with flag 1959525/368000
54.75/53.93	c cleaning 26980 clauses out of 54086 with flag 2125588/396001
59.05/58.22	c cleaning 28040 clauses out of 56105 with flag 2296168/425000
63.45/62.65	c cleaning 29008 clauses out of 58065 with flag 2473128/455000
68.25/67.42	c cleaning 30012 clauses out of 60057 with flag 2653133/486000
73.15/72.33	c cleaning 31010 clauses out of 62046 with flag 2843823/518001
78.46/77.60	c cleaning 31994 clauses out of 64035 with flag 3042614/551000
83.76/82.99	c cleaning 32998 clauses out of 66041 with flag 3248172/585000
89.66/88.86	c cleaning 34001 clauses out of 68045 with flag 3461162/620002
95.57/94.79	c cleaning 34994 clauses out of 70042 with flag 3677752/656000
101.96/101.14	c cleaning 36008 clauses out of 72049 with flag 3900036/693001
108.46/107.69	c cleaning 37008 clauses out of 74040 with flag 4129349/731000
115.16/114.32	c cleaning 37946 clauses out of 76032 with flag 4364959/770000
122.16/121.39	c cleaning 39023 clauses out of 78087 with flag 4609532/810001
129.86/129.04	c cleaning 40018 clauses out of 80065 with flag 4861427/851002
137.76/136.92	c cleaning 40997 clauses out of 82046 with flag 5116974/893001
145.71/144.90	c cleaning 42010 clauses out of 84049 with flag 5380081/936001
153.61/152.72	c cleaning 42981 clauses out of 86040 with flag 5652204/980002
162.01/161.12	c cleaning 44007 clauses out of 88059 with flag 5929846/1025002
170.81/169.94	c cleaning 44993 clauses out of 90050 with flag 6212708/1071000
179.81/178.94	c cleaning 46009 clauses out of 92057 with flag 6505560/1118000
189.21/188.34	c cleaning 46989 clauses out of 94048 with flag 6801189/1166000
198.92/198.05	c cleaning 47980 clauses out of 96059 with flag 7104575/1215000
208.92/208.04	c cleaning 49009 clauses out of 98079 with flag 7417093/1265000
219.52/218.60	c cleaning 50002 clauses out of 100070 with flag 7728006/1316000
230.23/229.38	c cleaning 51014 clauses out of 102069 with flag 8046305/1368001
241.12/240.23	c cleaning 52027 clauses out of 104054 with flag 8374361/1421000
252.14/251.24	c cleaning 52995 clauses out of 106027 with flag 8705214/1475000
263.55/262.65	c cleaning 53983 clauses out of 108032 with flag 9049668/1530000
275.05/274.12	c cleaning 55015 clauses out of 110049 with flag 9398802/1586000
287.15/286.26	c cleaning 55988 clauses out of 112035 with flag 9752148/1643001
299.56/298.64	c cleaning 57003 clauses out of 114047 with flag 10111463/1701001
312.66/311.76	c cleaning 57975 clauses out of 116043 with flag 10476231/1760000
326.16/325.22	c cleaning 59006 clauses out of 118068 with flag 10845020/1820000
340.07/339.14	c cleaning 60000 clauses out of 120063 with flag 11224944/1881001
354.47/353.53	c cleaning 61022 clauses out of 122063 with flag 11611303/1943001
368.41/367.44	c cleaning 61994 clauses out of 124040 with flag 12000290/2006000
383.01/382.05	c cleaning 62928 clauses out of 126046 with flag 12396294/2070000
398.11/397.17	c cleaning 64046 clauses out of 128118 with flag 12802482/2135000
413.53/412.60	c cleaning 65006 clauses out of 130073 with flag 13209619/2201001
429.03/428.02	c cleaning 65962 clauses out of 132068 with flag 13626644/2268002
445.64/444.61	c cleaning 67011 clauses out of 134105 with flag 14054393/2336001
462.33/461.31	c cleaning 68035 clauses out of 136093 with flag 14485533/2405000
479.43/478.41	c cleaning 68976 clauses out of 138059 with flag 14919236/2475001
496.76/495.70	c cleaning 69988 clauses out of 140085 with flag 15362670/2546003
514.47/513.42	c cleaning 71035 clauses out of 142094 with flag 15814689/2618000
532.87/531.86	c cleaning 71977 clauses out of 144059 with flag 16262961/2691000
551.57/550.55	c cleaning 73024 clauses out of 146083 with flag 16719648/2765001
570.77/569.80	c cleaning 74003 clauses out of 148058 with flag 17183765/2840000
590.37/589.37	c cleaning 74972 clauses out of 150055 with flag 17655167/2916000
610.58/609.44	c cleaning 76040 clauses out of 152083 with flag 18134591/2993000
631.47/630.38	c cleaning 76990 clauses out of 154043 with flag 18623738/3071000
652.48/651.36	c cleaning 78004 clauses out of 156054 with flag 19116202/3150001
674.18/673.05	c cleaning 78987 clauses out of 158050 with flag 19612779/3230001
696.68/695.50	c cleaning 80006 clauses out of 160064 with flag 20118859/3311002
719.08/717.98	c cleaning 81007 clauses out of 162056 with flag 20631100/3393000
742.17/740.96	c cleaning 82024 clauses out of 164049 with flag 21143074/3476000
766.08/764.84	c cleaning 83002 clauses out of 166025 with flag 21662715/3560000
790.38/789.19	c cleaning 84001 clauses out of 168023 with flag 22189908/3645000
815.09/813.85	c cleaning 84968 clauses out of 170024 with flag 22720592/3731002
840.70/839.42	c cleaning 85989 clauses out of 172055 with flag 23256808/3818001
867.21/865.87	c cleaning 86984 clauses out of 174065 with flag 23797178/3906000
893.72/892.39	c cleaning 88022 clauses out of 176081 with flag 24349099/3995000
921.02/919.67	c cleaning 88977 clauses out of 178059 with flag 24895653/4085000
949.32/947.95	c cleaning 90031 clauses out of 180082 with flag 25449981/4176000
977.62/976.25	c cleaning 91007 clauses out of 182053 with flag 26015691/4268002
1007.12/1005.63	c cleaning 92015 clauses out of 184046 with flag 26587437/4361002
1036.32/1034.80	c cleaning 92998 clauses out of 186029 with flag 27169208/4455000
1066.33/1064.87	c cleaning 93993 clauses out of 188031 with flag 27753174/4550000
1096.93/1095.44	c cleaning 94972 clauses out of 190038 with flag 28338454/4646000
1128.16/1126.57	c cleaning 96002 clauses out of 192066 with flag 28929439/4743000
1159.97/1158.33	c cleaning 97023 clauses out of 194064 with flag 29532851/4841000
1192.56/1190.90	c cleaning 97967 clauses out of 196041 with flag 30138040/4940000
1225.56/1223.99	c cleaning 99024 clauses out of 198075 with flag 30747425/5040001
1259.51/1257.73	c cleaning 99975 clauses out of 200050 with flag 31371226/5141000
1294.32/1292.58	c cleaning 100985 clauses out of 202076 with flag 31993075/5243001
1329.63/1327.90	c cleaning 102029 clauses out of 204090 with flag 32623071/5346000
1365.62/1363.83	c cleaning 103012 clauses out of 206062 with flag 33261550/5450001
1402.36/1400.40	c cleaning 103984 clauses out of 208049 with flag 33904959/5555000
1438.66/1436.79	c cleaning 105010 clauses out of 210065 with flag 34559635/5661000
1476.08/1474.13	c cleaning 106018 clauses out of 212055 with flag 35212809/5768000
1514.25/1512.27	c cleaning 107010 clauses out of 214039 with flag 35873422/5876002
1555.06/1553.08	c cleaning 107972 clauses out of 216028 with flag 36539730/5985001
1595.57/1593.51	c cleaning 109021 clauses out of 218055 with flag 37211716/6095000
1637.57/1635.55	c cleaning 109954 clauses out of 220034 with flag 37888743/6206000
1679.16/1677.06	c cleaning 110995 clauses out of 222080 with flag 38572661/6318000
1721.18/1719.07	c cleaning 112025 clauses out of 224088 with flag 39264506/6431003
1764.49/1762.35	c cleaning 113015 clauses out of 226062 with flag 39962492/6545002
1800.06/1797.80	c starts		: 50266
1800.06/1797.80	c conflicts		: 6642287
1800.06/1797.80	c decisions		: 64036774
1800.06/1797.80	c propagations		: 904544069
1800.06/1797.80	c inspects		: 24434847368
1800.06/1797.80	c shortcuts		: 0
1800.06/1797.80	c learnt literals	: 2
1800.06/1797.80	c learnt binary clauses	: 40
1800.06/1797.80	c learnt ternary clauses	: 576
1800.06/1797.80	c learnt constraints	: 6642285
1800.06/1797.80	c ignored constraints	: 0
1800.06/1797.80	c root simplifications	: 0
1800.06/1797.80	c removed literals (reason simplification)	: 0
1800.06/1797.80	c reason swapping (by a shorter reason)	: 0
1800.06/1797.80	c Calls to reduceDB	: 110
1800.06/1797.80	c Number of update (reduction) of LBD	: 1394449
1800.06/1797.80	c Imported unit clauses	: 0
1800.06/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.06/1797.80	c number of learned constraints concerned by reduction	: 0
1800.06/1797.80	c number of learning phase by resolution	: 0
1800.06/1797.80	c number of learning phase by cutting planes	: 0
1800.06/1797.80	c speed (assignments/second)	: 503258.40127964393
1800.06/1797.80	c non guided choices	26209
1800.06/1797.80	c timeout
1800.06/1797.83	c learnt constraints type 
1800.06/1797.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.06/1797.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 210292
1800.06/1797.83	s UNKNOWN
1800.06/1797.83	c Total wall clock time (in seconds): 1797.718

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-4116609-1466970796/watcher-4116609-1466970796 -o /tmp/evaluation-result-4116609-1466970796/solver-4116609-1466970796 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116609-1466970796.opb 

pid=22374
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.27 2.20 2.18 3/194 22377
/proc/meminfo: memFree=29949856/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=268 CPUtime=0 cores=0,2,4,6
/proc/22377/stat : 22377 (java) R 22374 22377 19053 0 -1 4194304 335 0 0 0 0 0 0 0 20 0 1 0 30118732 274432 7 33554432000 1073741824 1073778376 140736243423792 140733789230664 260181070150 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/22377/statm: 68 23 17 9 0 25 0

[startup+0.100158 s]
/proc/loadavg: 2.27 2.20 2.18 3/194 22377
/proc/meminfo: memFree=29949856/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/22377/stat : 22377 (java) S 22374 22377 19053 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 30118732 9787879424 6027 33554432000 1073741824 1073778376 140736243423792 140736243414928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22377/statm: 2389619 6027 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200214 s]
/proc/loadavg: 2.27 2.20 2.18 3/194 22377
/proc/meminfo: memFree=29949856/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/22377/stat : 22377 (java) S 22374 22377 19053 0 -1 4202496 4925 0 1 0 25 1 0 0 20 0 18 0 30118732 9787879424 6977 33554432000 1073741824 1073778376 140736243423792 140736243414928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22377/statm: 2389619 6977 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.30021 s]
/proc/loadavg: 2.27 2.20 2.18 3/194 22377
/proc/meminfo: memFree=29949856/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/22377/stat : 22377 (java) S 22374 22377 19053 0 -1 4202496 5798 0 1 0 47 1 0 0 20 0 18 0 30118732 9787879424 8975 33554432000 1073741824 1073778376 140736243423792 140736243414928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22377/statm: 2389619 8975 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700278 s]
/proc/loadavg: 2.27 2.20 2.18 3/194 22377
/proc/meminfo: memFree=29949856/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/22377/stat : 22377 (java) S 22374 22377 19053 0 -1 4202496 8789 0 1 0 132 2 0 0 20 0 19 0 30118732 9856040960 15698 33554432000 1073741824 1073778376 140736243423792 140736243414928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22377/statm: 2406260 15698 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.27 2.20 2.18 4/213 22396
/proc/meminfo: memFree=29895460/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/22377/stat : 22377 (java) S 22374 22377 19053 0 -1 4202496 9160 0 1 0 219 2 0 0 20 0 19 0 30118732 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140736243414928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22377/statm: 2406260 16217 2269 9 0 2396937 0
[pid=22377/tid=22379] ppid=22374 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/22377/task/22379/stat : 22379 (java) R 22374 22377 19053 0 -1 4202560 2445 0 1 0 145 2 0 0 20 0 19 0 30118733 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685523456280 140685362220191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22380] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22380/stat : 22380 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685484948392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22381] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22381/stat : 22381 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685483895848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22382] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22382/stat : 22382 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685482842792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22383] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22383/stat : 22383 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685481790248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22384] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22384/stat : 22384 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685480737192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22385] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22385/stat : 22385 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685361539624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22386] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22386/stat : 22386 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685360486568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22387] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22387/stat : 22387 (java) S 22374 22377 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685359434024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22388] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22388/stat : 22388 (java) S 22374 22377 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30118735 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685347236712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22389] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22389/stat : 22389 (java) S 22374 22377 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140685346183032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22390] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22390/stat : 22390 (java) S 22374 22377 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140684740781448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22391] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22391/stat : 22391 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140684739730192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22392] ppid=22374 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/22377/task/22392/stat : 22392 (java) S 22374 22377 19053 0 -1 4202560 1974 0 0 0 30 0 0 0 20 0 19 0 30118738 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140684738677048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22393] ppid=22374 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/22377/task/22393/stat : 22393 (java) S 22374 22377 19053 0 -1 4202560 3464 0 0 0 41 0 0 0 20 0 19 0 30118738 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140684737624504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22394] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22394/stat : 22394 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140684736571640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22395] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22395/stat : 22395 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140684735519304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22396] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22396/stat : 22396 (java) S 22374 22377 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30118775 9856040960 16217 33554432000 1073741824 1073778376 140736243423792 140684734465576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10081 s]
/proc/loadavg: 2.27 2.20 2.18 3/213 22396
/proc/meminfo: memFree=29891240/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=9625040 CPUtime=3.85 cores=0,2,4,6
/proc/22377/stat : 22377 (java) S 22374 22377 19053 0 -1 4202496 9165 0 1 0 383 2 0 0 20 0 19 0 30118732 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140736243414928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22377/statm: 2406260 17242 2270 9 0 2396937 0
[pid=22377/tid=22379] ppid=22374 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/22377/task/22379/stat : 22379 (java) R 22374 22377 19053 0 -1 4202560 2449 0 1 0 305 2 0 0 20 0 19 0 30118733 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685523456536 140685362272258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22380] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22380/stat : 22380 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685484948392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22381] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22381/stat : 22381 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685483895848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22382] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22382/stat : 22382 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685482842792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22383] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22383/stat : 22383 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685481790248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22384] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22384/stat : 22384 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685480737192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22385] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22385/stat : 22385 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685361539624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22386] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22386/stat : 22386 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685360486568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22387] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22387/stat : 22387 (java) S 22374 22377 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685359434024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22388] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22388/stat : 22388 (java) S 22374 22377 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30118735 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685347236712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22389] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22389/stat : 22389 (java) S 22374 22377 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140685346183032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22390] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22390/stat : 22390 (java) S 22374 22377 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140684740781448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22391] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22391/stat : 22391 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140684739730192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22392] ppid=22374 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/22377/task/22392/stat : 22392 (java) S 22374 22377 19053 0 -1 4202560 1974 0 0 0 32 0 0 0 20 0 19 0 30118738 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140684738677048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22393] ppid=22374 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/22377/task/22393/stat : 22393 (java) S 22374 22377 19053 0 -1 4202560 3465 0 0 0 44 0 0 0 20 0 19 0 30118738 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140684737624504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22394] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22394/stat : 22394 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140684736571640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22395] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22395/stat : 22395 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140684735519304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22396] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22396/stat : 22396 (java) S 22374 22377 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30118775 9856040960 17242 33554432000 1073741824 1073778376 140736243423792 140684734465576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.32 2.22 2.19 3/213 22396
/proc/meminfo: memFree=29883296/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=9625040 CPUtime=7.08 cores=0,2,4,6
/proc/22377/stat : 22377 (java) S 22374 22377 19053 0 -1 4202496 9171 0 1 0 705 3 0 0 20 0 19 0 30118732 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140736243414928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22377/statm: 2406260 19112 2271 9 0 2396937 0
[pid=22377/tid=22379] ppid=22374 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/22377/task/22379/stat : 22379 (java) R 22374 22377 19053 0 -1 4202560 2454 0 1 0 625 2 0 0 20 0 19 0 30118733 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685523447488 140685362209780 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22380] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22380/stat : 22380 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685484948392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22381] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22381/stat : 22381 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685483895848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22382] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22382/stat : 22382 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685482842792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22383] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22383/stat : 22383 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685481790248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22384] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22384/stat : 22384 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685480737192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22385] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22385/stat : 22385 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685361539624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22386] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22386/stat : 22386 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685360486568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22387] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22387/stat : 22387 (java) S 22374 22377 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30118734 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685359434024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22388] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22388/stat : 22388 (java) S 22374 22377 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30118735 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685347236712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22389] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22389/stat : 22389 (java) S 22374 22377 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140685346183032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22390] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22390/stat : 22390 (java) S 22374 22377 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140684740781448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22391] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22391/stat : 22391 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140684739730192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22392] ppid=22374 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/22377/task/22392/stat : 22392 (java) S 22374 22377 19053 0 -1 4202560 1974 0 0 0 32 0 0 0 20 0 19 0 30118738 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140684738677048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22393] ppid=22374 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/22377/task/22393/stat : 22393 (java) S 22374 22377 19053 0 -1 4202560 3465 0 0 0 45 0 0 0 20 0 19 0 30118738 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140684737624504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22394] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22394/stat : 22394 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140684736571640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22395] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22395/stat : 22395 (java) S 22374 22377 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140684735519304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22396] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22396/stat : 22396 (java) S 22374 22377 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30118775 9856040960 19112 33554432000 1073741824 1073778376 140736243423792 140684734465576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 9625040


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

[pid=22377/tid=22389] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22389/stat : 22389 (java) S 22374 22377 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685346183032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22390] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22390/stat : 22390 (java) S 22374 22377 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684740781448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22391] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22391/stat : 22391 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684739730192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22392] ppid=22374 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/22377/task/22392/stat : 22392 (java) S 22374 22377 19053 0 -1 4202560 1974 0 0 0 32 0 0 0 20 0 19 0 30118738 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684738677048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22393] ppid=22374 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/22377/task/22393/stat : 22393 (java) S 22374 22377 19053 0 -1 4202560 3799 0 0 0 49 0 0 0 20 0 19 0 30118738 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684737624504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22394] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22394/stat : 22394 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684736571640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22395] ppid=22374 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/22377/task/22395/stat : 22395 (java) S 22374 22377 19053 0 -1 4202560 96 0 0 0 36 34 0 0 20 0 19 0 30118738 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684735519304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22396] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22396/stat : 22396 (java) S 22374 22377 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30118775 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684734465576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1664.46
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.23 2.18 3/213 22528
/proc/meminfo: memFree=29591680/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=9625040 CPUtime=1724.47 cores=0,2,4,6
/proc/22377/stat : 22377 (java) S 22374 22377 19053 0 -1 4202496 10962 0 1 0 172397 50 0 0 20 0 19 0 30118732 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140736243414928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22377/statm: 2406260 87737 2285 9 0 2396937 0
[pid=22377/tid=22379] ppid=22374 vsize=9625040 CPUtime=1721.8 cores=0,2,4,6
/proc/22377/task/22379/stat : 22379 (java) R 22374 22377 19053 0 -1 4202560 2512 0 1 0 172150 30 0 0 20 0 19 0 30118733 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685523447584 140685362205235 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22380] ppid=22374 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22377/task/22380/stat : 22380 (java) S 22374 22377 19053 0 -1 4202560 309 0 0 0 14 3 0 0 20 0 19 0 30118734 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685484948392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22381] ppid=22374 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22377/task/22381/stat : 22381 (java) S 22374 22377 19053 0 -1 4202560 234 0 0 0 18 3 0 0 20 0 19 0 30118734 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685483895848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22382] ppid=22374 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/22377/task/22382/stat : 22382 (java) S 22374 22377 19053 0 -1 4202560 60 0 0 0 12 2 0 0 20 0 19 0 30118734 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685482842792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22383] ppid=22374 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22377/task/22383/stat : 22383 (java) S 22374 22377 19053 0 -1 4202560 191 0 0 0 13 3 0 0 20 0 19 0 30118734 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685481790248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22384] ppid=22374 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22377/task/22384/stat : 22384 (java) S 22374 22377 19053 0 -1 4202560 68 0 0 0 15 3 0 0 20 0 19 0 30118734 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685480737192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22385] ppid=22374 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22377/task/22385/stat : 22385 (java) S 22374 22377 19053 0 -1 4202560 184 0 0 0 18 3 0 0 20 0 19 0 30118734 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685361539624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22386] ppid=22374 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22377/task/22386/stat : 22386 (java) S 22374 22377 19053 0 -1 4202560 64 0 0 0 15 4 0 0 20 0 19 0 30118734 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685360486568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22387] ppid=22374 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22377/task/22387/stat : 22387 (java) S 22374 22377 19053 0 -1 4202560 135 0 0 0 17 3 0 0 20 0 19 0 30118734 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685359434024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22388] ppid=22374 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22377/task/22388/stat : 22388 (java) S 22374 22377 19053 0 -1 4202560 69 0 0 0 1 1 0 0 20 0 19 0 30118735 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685347236712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22389] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22389/stat : 22389 (java) S 22374 22377 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140685346183032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22390] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22390/stat : 22390 (java) S 22374 22377 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684740781448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22391] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22391/stat : 22391 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684739730192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22392] ppid=22374 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/22377/task/22392/stat : 22392 (java) S 22374 22377 19053 0 -1 4202560 1974 0 0 0 32 0 0 0 20 0 19 0 30118738 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684738677048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22393] ppid=22374 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/22377/task/22393/stat : 22393 (java) S 22374 22377 19053 0 -1 4202560 3799 0 0 0 49 0 0 0 20 0 19 0 30118738 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684737624504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22394] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22394/stat : 22394 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684736571640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22395] ppid=22374 vsize=9625040 CPUtime=0.73 cores=0,2,4,6
/proc/22377/task/22395/stat : 22395 (java) S 22374 22377 19053 0 -1 4202560 100 0 0 0 37 36 0 0 20 0 19 0 30118738 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684735519304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22396] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22396/stat : 22396 (java) S 22374 22377 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30118775 9856040960 87737 33554432000 1073741824 1073778376 140736243423792 140684734465576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.47
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.22 2.18 3/213 22529
/proc/meminfo: memFree=29565052/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=9625040 CPUtime=1784.55 cores=0,2,4,6
/proc/22377/stat : 22377 (java) S 22374 22377 19053 0 -1 4202496 10985 0 1 0 178404 51 0 0 20 0 19 0 30118732 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140736243414928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22377/statm: 2406260 89783 2285 9 0 2396937 0
[pid=22377/tid=22379] ppid=22374 vsize=9625040 CPUtime=1781.77 cores=0,2,4,6
/proc/22377/task/22379/stat : 22379 (java) R 22374 22377 19053 0 -1 4202560 2513 0 1 0 178146 31 0 0 20 0 19 0 30118733 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685523455296 140685362220228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22380] ppid=22374 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22377/task/22380/stat : 22380 (java) S 22374 22377 19053 0 -1 4202560 309 0 0 0 15 3 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685484948392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22381] ppid=22374 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22377/task/22381/stat : 22381 (java) S 22374 22377 19053 0 -1 4202560 238 0 0 0 20 3 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685483895848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22382] ppid=22374 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22377/task/22382/stat : 22382 (java) S 22374 22377 19053 0 -1 4202560 63 0 0 0 14 2 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685482842792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22383] ppid=22374 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22377/task/22383/stat : 22383 (java) S 22374 22377 19053 0 -1 4202560 195 0 0 0 14 3 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685481790248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22384] ppid=22374 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22377/task/22384/stat : 22384 (java) S 22374 22377 19053 0 -1 4202560 68 0 0 0 16 3 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685480737192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22385] ppid=22374 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22377/task/22385/stat : 22385 (java) S 22374 22377 19053 0 -1 4202560 187 0 0 0 18 4 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685361539624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22386] ppid=22374 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22377/task/22386/stat : 22386 (java) S 22374 22377 19053 0 -1 4202560 65 0 0 0 16 4 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685360486568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22387] ppid=22374 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22377/task/22387/stat : 22387 (java) S 22374 22377 19053 0 -1 4202560 136 0 0 0 18 3 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685359434024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22388] ppid=22374 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22377/task/22388/stat : 22388 (java) S 22374 22377 19053 0 -1 4202560 71 0 0 0 1 1 0 0 20 0 19 0 30118735 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685347236712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22389] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22389/stat : 22389 (java) S 22374 22377 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685346183032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22390] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22390/stat : 22390 (java) S 22374 22377 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684740781448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22391] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22391/stat : 22391 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684739730192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22392] ppid=22374 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/22377/task/22392/stat : 22392 (java) S 22374 22377 19053 0 -1 4202560 1974 0 0 0 32 0 0 0 20 0 19 0 30118738 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684738677048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22393] ppid=22374 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/22377/task/22393/stat : 22393 (java) S 22374 22377 19053 0 -1 4202560 3799 0 0 0 49 0 0 0 20 0 19 0 30118738 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684737624504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22394] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22394/stat : 22394 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684736571640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22395] ppid=22374 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/22377/task/22395/stat : 22395 (java) S 22374 22377 19053 0 -1 4202560 104 0 0 0 38 37 0 0 20 0 19 0 30118738 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684735519304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22396] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22396/stat : 22396 (java) S 22374 22377 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30118775 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684734465576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.55
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.29 2.24 2.19 3/213 22529
/proc/meminfo: memFree=29565052/32872528 swapFree=1643088/1798432
[pid=22377] ppid=22374 vsize=9625040 CPUtime=1800.06 cores=0,2,4,6
/proc/22377/stat : 22377 (java) S 22374 22377 19053 0 -1 4202496 10985 0 1 0 179954 52 0 0 20 0 19 0 30118732 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140736243414928 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/22377/statm: 2406260 89783 2285 9 0 2396937 0
[pid=22377/tid=22379] ppid=22374 vsize=9625040 CPUtime=1797.27 cores=0,2,4,6
/proc/22377/task/22379/stat : 22379 (java) R 22374 22377 19053 0 -1 4202560 2513 0 1 0 179696 31 0 0 20 0 19 0 30118733 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685523455296 140685362192832 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=22377/tid=22380] ppid=22374 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/22377/task/22380/stat : 22380 (java) S 22374 22377 19053 0 -1 4202560 309 0 0 0 15 3 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685484948392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22381] ppid=22374 vsize=9625040 CPUtime=0.23 cores=0,2,4,6
/proc/22377/task/22381/stat : 22381 (java) S 22374 22377 19053 0 -1 4202560 238 0 0 0 20 3 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685483895848 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22382] ppid=22374 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/22377/task/22382/stat : 22382 (java) S 22374 22377 19053 0 -1 4202560 63 0 0 0 14 2 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685482842792 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22383] ppid=22374 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/22377/task/22383/stat : 22383 (java) S 22374 22377 19053 0 -1 4202560 195 0 0 0 14 3 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685481790248 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22384] ppid=22374 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/22377/task/22384/stat : 22384 (java) S 22374 22377 19053 0 -1 4202560 68 0 0 0 16 3 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685480737192 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22385] ppid=22374 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/22377/task/22385/stat : 22385 (java) S 22374 22377 19053 0 -1 4202560 187 0 0 0 18 4 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685361539624 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22386] ppid=22374 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/22377/task/22386/stat : 22386 (java) S 22374 22377 19053 0 -1 4202560 65 0 0 0 16 4 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685360486568 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22387] ppid=22374 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/22377/task/22387/stat : 22387 (java) S 22374 22377 19053 0 -1 4202560 136 0 0 0 18 3 0 0 20 0 19 0 30118734 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685359434024 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22388] ppid=22374 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/22377/task/22388/stat : 22388 (java) S 22374 22377 19053 0 -1 4202560 71 0 0 0 1 1 0 0 20 0 19 0 30118735 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685347236712 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22389] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22389/stat : 22389 (java) S 22374 22377 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140685346183032 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22390] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22390/stat : 22390 (java) S 22374 22377 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30118736 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684740781448 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22391] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22391/stat : 22391 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684739730192 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22392] ppid=22374 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/22377/task/22392/stat : 22392 (java) S 22374 22377 19053 0 -1 4202560 1974 0 0 0 32 0 0 0 20 0 19 0 30118738 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684738677048 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=22377/tid=22393] ppid=22374 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/22377/task/22393/stat : 22393 (java) S 22374 22377 19053 0 -1 4202560 3799 0 0 0 49 0 0 0 20 0 19 0 30118738 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684737624504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22394] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22394/stat : 22394 (java) S 22374 22377 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30118738 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684736571640 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=22377/tid=22395] ppid=22374 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/22377/task/22395/stat : 22395 (java) S 22374 22377 19053 0 -1 4202560 104 0 0 0 39 37 0 0 20 0 19 0 30118738 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684735519304 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=22377/tid=22396] ppid=22374 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/22377/task/22396/stat : 22396 (java) S 22374 22377 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30118775 9856040960 89783 33554432000 1073741824 1073778376 140736243423792 140684734465576 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 22377 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1797.84
CPU time (s): 1800.74
CPU user time (s): 1799.66
CPU system time (s): 1.08083
CPU usage (%): 100.161
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.66
system time used= 1.08083
maximum resident set size= 359252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11018
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38487
involuntary context switches= 4264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.78051 second user time and 14.1558 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 21:53:16
IDJOB=4116609
IDBENCH=109491
IDSOLVER=2546
FILE ID=node123/4116609-1466970796
RUNJOBID= node123-1466943595-19069
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size96-round23-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116609-1466970796/watcher-4116609-1466970796 -o /tmp/evaluation-result-4116609-1466970796/solver-4116609-1466970796 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19069 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116609-1466970796.opb

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

MD5SUM BENCH= e37b4268f223b7262f64117d47441ab2
RANDOM SEED=1347745822

node123.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.608
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	: 5333.21
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.608
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.608
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.608
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.608
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		: 2666.608
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.608
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.608
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:        29950136 kB
Buffers:           34332 kB
Cached:           116208 kB
SwapCached:         1768 kB
Active:           292452 kB
Inactive:         124176 kB
Active(anon):     267804 kB
Inactive(anon):      924 kB
Active(file):      24648 kB
Inactive(file):   123252 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098708 kB
Dirty:              1208 kB
Writeback:             0 kB
AnonPages:       2193180 kB
Mapped:            15476 kB
Shmem:                 0 kB
Slab:             565888 kB
SReclaimable:       9904 kB
SUnreclaim:       555984 kB
KernelStack:        1768 kB
PageTables:         8560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2507348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    536576 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= 71728 MiB
End job on node123 at 2016-06-26 22:23:14