Trace number 4541808

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.24 3593.1

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
MD5SUM68f7bc0686d678a8453a91094299b359
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.634066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2480
Total number of constraints3681
Number of constraints which are clauses2400
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1281
Minimum length of a constraint2
Maximum length of a constraint80
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 549755813888
Number of bits of the biggest number in a constraint 40
Biggest sum of numbers in a constraint 2199023255551
Number of bits of the biggest sum of numbers41
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2113929216
0.10/0.10	c Number of processors 	2
0.10/0.14	c Pseudo Boolean Optimization by upper bound
0.10/0.14	c --- Begin Solver configuration ---
0.10/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.14	c Learn all clauses as in MiniSAT
0.10/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.14	c Expensive reason simplification
0.10/0.14	c Glucose 2.1 dynamic restart strategy
0.10/0.14	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.10/0.14	c timeout=2147483s
0.10/0.14	c DB Simplification allowed=false
0.10/0.14	c Listener: none
0.10/0.14	c --- End Solver configuration ---
0.10/0.14	c solving HOME/instance-4541808-1753210180.opb
0.10/0.14	c reading problem ... 
0.10/0.14	c  no objective function found
0.30/0.24	c ... done. Wall clock time 0.094s.
0.30/0.24	c declared #vars     2480
0.30/0.24	c #constraints  4961
0.30/0.24	c constraints type 
0.30/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2640
0.30/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1521
0.30/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 800
0.30/0.24	c 4961 constraints processed.
2.23/1.28	c cleaning 2499 clauses out of 5001 with flag 24395/5001
4.11/2.85	c cleaning 4248 clauses out of 8501 with flag 64123/11000
6.50/5.00	c cleaning 5622 clauses out of 11254 with flag 135421/18001
9.32/7.68	c cleaning 6810 clauses out of 13632 with flag 202541/26001
12.33/10.55	c cleaning 7906 clauses out of 15822 with flag 297861/35001
15.83/14.06	c cleaning 8951 clauses out of 17916 with flag 497116/45001
20.26/18.47	c cleaning 9978 clauses out of 19965 with flag 779426/56001
25.15/23.36	c cleaning 10990 clauses out of 21986 with flag 1080942/68000
31.19/29.37	c cleaning 11993 clauses out of 23997 with flag 1382748/81001
38.04/36.18	c cleaning 12994 clauses out of 26004 with flag 1652331/95001
45.59/43.61	c cleaning 13998 clauses out of 28009 with flag 1939144/110000
53.52/51.51	c cleaning 14998 clauses out of 30011 with flag 2279987/126000
61.49/59.46	c cleaning 16002 clauses out of 32014 with flag 2562236/143001
69.52/67.30	c cleaning 16996 clauses out of 34011 with flag 2781777/161000
78.56/76.30	c cleaning 18002 clauses out of 36016 with flag 3062366/180001
88.28/86.06	c cleaning 18996 clauses out of 38013 with flag 3404898/200000
98.55/96.26	c cleaning 20002 clauses out of 40018 with flag 3733163/221001
109.58/107.21	c cleaning 21004 clauses out of 42015 with flag 4084643/243000
121.03/118.47	c cleaning 21998 clauses out of 44011 with flag 4443179/266000
133.77/131.18	c cleaning 23003 clauses out of 46013 with flag 4887225/290000
147.79/145.15	c cleaning 23998 clauses out of 48010 with flag 5364367/315000
161.59/158.98	c cleaning 24997 clauses out of 50012 with flag 5806299/341000
177.24/174.52	c cleaning 25994 clauses out of 52015 with flag 6387452/368000
192.42/189.68	c cleaning 27006 clauses out of 54022 with flag 6966909/396001
210.31/207.52	c cleaning 27999 clauses out of 56015 with flag 7707843/425000
228.12/225.36	c cleaning 29002 clauses out of 58017 with flag 8393691/455001
246.85/244.00	c cleaning 30000 clauses out of 60015 with flag 9166148/486001
266.48/263.37	c cleaning 31000 clauses out of 62014 with flag 9929427/518000
286.23/283.07	c cleaning 32001 clauses out of 64015 with flag 10559678/551001
307.08/303.98	c cleaning 32999 clauses out of 66014 with flag 11161015/585001
328.07/324.85	c cleaning 33998 clauses out of 68015 with flag 11819245/620001
350.94/347.64	c cleaning 35002 clauses out of 70016 with flag 12596203/656000
375.79/372.33	c cleaning 36003 clauses out of 72015 with flag 13436779/693001
400.73/397.35	c cleaning 36998 clauses out of 74012 with flag 14365814/731001
428.05/424.62	c cleaning 37997 clauses out of 76013 with flag 15224408/770000
460.22/456.79	c cleaning 39000 clauses out of 78016 with flag 16227479/810000
493.15/489.32	c cleaning 40002 clauses out of 80017 with flag 17346708/851001
528.53/524.71	c cleaning 40994 clauses out of 82015 with flag 18516033/893001
566.55/562.71	c cleaning 42003 clauses out of 84020 with flag 19746287/936000
601.56/597.61	c cleaning 43003 clauses out of 86018 with flag 20965069/980001
638.86/634.80	c cleaning 43996 clauses out of 88015 with flag 22121247/1025001
679.05/674.94	c cleaning 45000 clauses out of 90018 with flag 23165161/1071000
716.71/712.53	c cleaning 45998 clauses out of 92019 with flag 24286363/1118001
762.88/758.38	c cleaning 46999 clauses out of 94020 with flag 25610191/1166000
806.81/802.35	c cleaning 48002 clauses out of 96021 with flag 26880893/1215000
852.92/848.49	c cleaning 49003 clauses out of 98019 with flag 28197677/1265000
896.60/892.08	c cleaning 49999 clauses out of 100017 with flag 29581236/1316001
938.94/934.21	c cleaning 51006 clauses out of 102017 with flag 31056971/1368000
981.69/976.98	c cleaning 52000 clauses out of 104013 with flag 32379214/1421002
1023.43/1018.66	c cleaning 52996 clauses out of 106012 with flag 33615682/1475001
1068.05/1063.25	c cleaning 54000 clauses out of 108015 with flag 34921280/1530000
1112.46/1107.60	c cleaning 54996 clauses out of 110016 with flag 36191656/1586001
1161.56/1156.24	c cleaning 56006 clauses out of 112020 with flag 37450674/1643001
1210.82/1205.49	c cleaning 56998 clauses out of 114013 with flag 38782928/1701000
1263.37/1257.91	c cleaning 57995 clauses out of 116015 with flag 40190267/1760000
1312.89/1307.43	c cleaning 59001 clauses out of 118021 with flag 41576052/1820001
1361.10/1355.61	c cleaning 59999 clauses out of 120020 with flag 43095468/1881001
1420.56/1415.18	c cleaning 61001 clauses out of 122020 with flag 45128499/1943000
1480.25/1474.81	c cleaning 61999 clauses out of 124019 with flag 47078303/2006000
1546.01/1540.63	c cleaning 63002 clauses out of 126020 with flag 49159326/2070000
1612.26/1606.92	c cleaning 63996 clauses out of 128018 with flag 51366966/2135000
1673.66/1668.37	c cleaning 64999 clauses out of 130023 with flag 53389478/2201001
1737.12/1731.84	c cleaning 66001 clauses out of 132024 with flag 55254490/2268001
1812.64/1806.53	c cleaning 67000 clauses out of 134022 with flag 57317204/2336000
1892.31/1886.34	c cleaning 67996 clauses out of 136022 with flag 59658858/2405000
1944.87/1938.82	c cleaning 69007 clauses out of 138027 with flag 61615952/2475001
2002.04/1995.90	c cleaning 70002 clauses out of 140020 with flag 63453609/2546001
2061.87/2055.75	c cleaning 71002 clauses out of 142018 with flag 65333173/2618001
2125.19/2119.03	c cleaning 71996 clauses out of 144016 with flag 67394875/2691001
2186.06/2179.91	c cleaning 72996 clauses out of 146020 with flag 69231404/2765001
2255.63/2249.56	c cleaning 74001 clauses out of 148023 with flag 70977482/2840000
2321.62/2315.31	c cleaning 75002 clauses out of 150022 with flag 73026807/2916000
2389.84/2383.50	c cleaning 75997 clauses out of 152020 with flag 75026839/2993000
2459.17/2452.97	c cleaning 77000 clauses out of 154024 with flag 76988117/3071001
2530.30/2524.18	c cleaning 78004 clauses out of 156023 with flag 78963096/3150000
2604.86/2598.53	c cleaning 78996 clauses out of 158019 with flag 80880901/3230000
2681.87/2674.99	c cleaning 80002 clauses out of 160024 with flag 83159773/3311001
2760.53/2753.44	c cleaning 81002 clauses out of 162021 with flag 85470888/3393000
2835.73/2828.68	c cleaning 81997 clauses out of 164020 with flag 88027279/3476001
2907.50/2900.47	c cleaning 83000 clauses out of 166023 with flag 90765068/3560001
3009.36/3002.27	c cleaning 84002 clauses out of 168022 with flag 93445062/3645000
3115.66/3108.64	c cleaning 84999 clauses out of 170021 with flag 96085701/3731001
3213.24/3206.11	c cleaning 86002 clauses out of 172021 with flag 98707271/3818000
3312.96/3305.90	c cleaning 86997 clauses out of 174020 with flag 101349449/3906001
3406.91/3399.84	c cleaning 88000 clauses out of 176022 with flag 104254607/3995000
3503.40/3496.44	c cleaning 89005 clauses out of 178023 with flag 106970182/4085001
3600.09/3593.01	c starts		: 804
3600.09/3593.02	c conflicts		: 4172118
3600.09/3593.02	c decisions		: 4226594
3600.09/3593.02	c propagations		: 3104852314
3600.09/3593.02	c inspects		: 30233232176
3600.09/3593.02	c shortcuts		: 0
3600.09/3593.02	c learnt literals	: 0
3600.09/3593.02	c learnt binary clauses	: 318
3600.09/3593.02	c learnt ternary clauses	: 384
3600.09/3593.02	c learnt constraints	: 4172118
3600.09/3593.02	c ignored constraints	: 0
3600.09/3593.02	c root simplifications	: 0
3600.09/3593.02	c removed literals (reason simplification)	: 843815562
3600.09/3593.02	c reason swapping (by a shorter reason)	: 0
3600.09/3593.02	c Calls to reduceDB	: 86
3600.09/3593.02	c Number of update (reduction) of LBD	: 55011
3600.09/3593.02	c Imported unit clauses	: 0
3600.09/3593.02	c No decision after first conflict	: false
3600.09/3593.02	c number of reductions to clauses (during analyze)	: 0
3600.09/3593.02	c number of learned constraints concerned by reduction	: 0
3600.09/3593.02	c number of learning phase by resolution	: 0
3600.09/3593.02	c number of learning phase by cutting planes	: 0
3600.09/3593.02	c number of rounding to 1 operations	: 0
3600.09/3593.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3593.02	c number of reductions of the coefficients by power 2 	: 0
3600.09/3593.02	c number of right shift for reduction by power 2 	: 0
3600.09/3593.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3593.02	c number of ending skipping 	: 0
3600.09/3593.02	c number of internal skipping 	: 0
3600.09/3593.02	c number of derivation steps 	: 0
3600.09/3593.02	c number of skipped derivation steps 	: 0
3600.09/3593.02	c number of remaining unassigned 	: 0
3600.09/3593.02	c number of remaining assigned 	: 0
3600.09/3593.02	c number of falsified literals weakened from reason	: 0
3600.09/3593.02	c number of falsified literals weakened from conflict	: 0
3600.09/3593.02	c time for arithmetic operations	: 0
3600.09/3593.02	c minimum degree of deleted constraints	: null
3600.09/3593.02	c maximum degree of deleted constraints	: null
3600.09/3593.02	c number of deleted constraints	: 0
3600.09/3593.02	c speed (assignments/second)	: 864193.3641822825
3600.09/3593.02	c non guided choices	: 39
3600.09/3593.04	c timeout
3600.09/3593.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 175817
3600.09/3593.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 318
3600.09/3593.08	s UNKNOWN
3600.09/3593.08	c Total wall clock time (in seconds): 3592.942

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (45330 MiB free)
  memory of node 1: 64465 MiB (42932 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541808-1753210180/watcher-4541808-1753210180 -o /tmp/evaluation-result-4541808-1753210180/solver-4541808-1753210180 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157168 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4541808-1753210180.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=157217, runsolver pid=157208

[startup+0.100057 s]*
/proc/loadavg: 1.07 1.55 2.46 6/331 157294
/proc/meminfo: memFree=90301524/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=18930384 memory=52056 CPUtime=0.1 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 6195 0 0 0 9 1 0 0 20 0 18 0 236695598 19384713216 13014 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4732596 13014 5335 1 0 547302 0
[pid=157217/tid=157225] ppid=157208 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 4990 0 0 0 5 1 0 0 20 0 18 0 236695600 19384713216 13014 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236695603 19384713216 13014 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236695603 19384713216 13014 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 52056 KiB

[startup+0.205484 s]*
/proc/loadavg: 1.07 1.55 2.46 13/331 157294
/proc/meminfo: memFree=90271908/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=18930384 memory=64164 CPUtime=0.3 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 7016 0 0 0 28 2 0 0 20 0 18 0 236695598 19384713216 16041 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4732596 16041 5463 1 0 547916 0
[pid=157217/tid=157225] ppid=157208 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 5290 0 0 0 15 1 0 0 20 0 18 0 236695600 19384713216 16041 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=18930384 memory=17146 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236695603 19384713216 16041 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=18930384 memory=54087446168546 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 236695603 19384713216 16041 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64164 KiB

[startup+0.305161 s]*
/proc/loadavg: 1.07 1.55 2.46 12/335 157298
/proc/meminfo: memFree=90217088/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=18996948 memory=74948 CPUtime=0.48 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 8663 0 0 0 46 2 0 0 20 0 19 0 236695598 19452874752 18737 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4749237 18737 5463 1 0 549302 0
[pid=157217/tid=157225] ppid=157208 vsize=18996948 memory=-8889094549291180732 CPUtime=0.22 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 5339 0 0 0 21 1 0 0 20 0 19 0 236695600 19452874752 18737 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236695603 19452874752 18737 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236695603 19452874752 18737 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695623 19452874752 18737 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74948 KiB

[startup+0.700225 s]
/proc/loadavg: 1.07 1.55 2.46 9/335 157298
/proc/meminfo: memFree=90195792/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=18996948 memory=88220 CPUtime=1.25 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 12555 0 0 0 122 3 0 0 20 0 19 0 236695598 19452874752 22055 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4749237 22055 5463 1 0 551475 0
[pid=157217/tid=157225] ppid=157208 vsize=18996948 memory=27136 CPUtime=0.58 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 5367 0 0 0 57 1 0 0 20 0 19 0 236695600 19452874752 22055 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236695603 19452874752 22055 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236695603 19452874752 22055 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695623 19452874752 22055 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88220 KiB

[startup+1.50018 s]
/proc/loadavg: 1.07 1.55 2.46 7/335 157298
/proc/meminfo: memFree=90164108/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=18996948 memory=103328 CPUtime=2.64 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 19007 0 0 0 259 5 0 0 20 0 19 0 236695598 19452874752 25832 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4749237 25832 5463 1 0 552536 0
[pid=157217/tid=157225] ppid=157208 vsize=18996948 memory=0 CPUtime=1.35 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 6357 0 0 0 134 1 0 0 20 0 19 0 236695600 19452874752 25832 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236695603 19452874752 25832 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236695603 19452874752 25832 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695623 19452874752 25832 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 103328 KiB

[startup+3.10567 s]
/proc/loadavg: 1.30 1.59 2.47 6/335 157298
/proc/meminfo: memFree=90001308/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=18996948 memory=130620 CPUtime=4.6 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 21846 0 0 0 454 6 0 0 20 0 19 0 236695598 19452874752 32655 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4749237 32655 5463 1 0 553182 0
[pid=157217/tid=157225] ppid=157208 vsize=18996948 memory=10752 CPUtime=2.95 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 6712 0 0 0 293 2 0 0 20 0 19 0 236695600 19452874752 32655 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=18996948 memory=-8601145648116179644 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236695603 19452874752 32655 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236695603 19452874752 32655 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695623 19452874752 32655 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 130620 KiB

[startup+6.30016 s]
/proc/loadavg: 1.30 1.59 2.47 5/338 157301
/proc/meminfo: memFree=89825604/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=18996948 memory=165368 CPUtime=8 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 23915 0 0 0 793 7 0 0 20 0 19 0 236695598 19452874752 41342 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4749237 41342 5463 1 0 554670 0
[pid=157217/tid=157225] ppid=157208 vsize=18996948 memory=0 CPUtime=6.13 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 6816 0 0 0 611 2 0 0 20 0 19 0 236695600 19452874752 41342 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236695603 19452874752 41342 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 236695603 19452874752 41342 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=18996948 memory=105376 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236695623 19452874752 41342 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 8 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 165368 KiB

[startup+12.7002 s]
/proc/loadavg: 1.52 1.63 2.48 5/339 157302
/proc/meminfo: memFree=89724544/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=199676 CPUtime=14.53 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 29688 0 0 0 1444 9 0 0 20 0 20 0 236695598 19521036288 49919 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 49919 5495 1 0 554959 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=105376 CPUtime=12.49 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 7315 0 0 0 1246 3 0 0 20 0 20 0 236695600 19521036288 49919 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=19063512 memory=199676 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 49919 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 49919 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695623 19521036288 49919 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 14.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199676 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 1.75 2.50 5/339 157302
/proc/meminfo: memFree=89390572/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=318608 CPUtime=27.4 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 33152 0 0 0 2728 12 0 0 20 0 20 0 236695598 19521036288 79652 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 79652 5495 1 0 554959 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=257156 CPUtime=25.15 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 8523 0 0 0 2512 3 0 0 20 0 20 0 236695600 19521036288 79652 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=19063512 memory=257156 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 79652 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 68 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 79652 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695623 19521036288 79652 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 27.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 318608 KiB

[startup+51.1048 s]
/proc/loadavg: 2.79 1.95 2.55 5/340 157304
/proc/meminfo: memFree=88588416/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=535920 CPUtime=53.13 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 33997 0 0 0 5297 16 0 0 20 0 20 0 236695598 19521036288 133980 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 133980 5527 1 0 554959 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=468336 CPUtime=50.48 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 8555 0 0 0 5045 3 0 0 20 0 20 0 236695600 19521036288 133980 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0

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

/proc/meminfo: memFree=78797792/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3229.39 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 128921 0 0 0 322728 211 0 0 20 0 20 0 236695598 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 1171780 5559 1 0 1488120 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3201.49 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 57018 0 0 0 320076 73 0 0 20 0 20 0 236695600 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=19063512 memory=4687120 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=19063512 memory=4687120 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 1207 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=19063512 memory=4687120 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695623 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 3229.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4687120 KiB

[startup+3282.3 s]
/proc/loadavg: 4.71 4.37 4.15 5/340 157468
/proc/meminfo: memFree=78740288/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3289.41 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 131122 0 0 0 328728 213 0 0 20 0 20 0 236695598 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 1171780 5559 1 0 1488120 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3261.16 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 58335 0 0 0 326042 74 0 0 20 0 20 0 236695600 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=19063512 memory=16508 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=19063512 memory=-8601145648116179644 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 1285 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=19063512 memory=4687120 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695623 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 3289.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4687120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.30 4.14 5/339 157470
/proc/meminfo: memFree=78670652/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3349.35 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 132600 0 0 0 334720 215 0 0 20 0 20 0 236695598 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 1171780 5559 1 0 1488120 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3320.9 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 58954 0 0 0 332015 75 0 0 20 0 20 0 236695600 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=19063512 memory=4687120 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=19063512 memory=16508 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 1401 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=19063512 memory=27136 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695623 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 3349.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4687120 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.27 4.14 5/338 157472
/proc/meminfo: memFree=78662844/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3409.4 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 134116 0 0 0 340722 218 0 0 20 0 20 0 236695598 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 1171780 5559 1 0 1488120 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3380.46 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 60289 0 0 0 337970 76 0 0 20 0 20 0 236695600 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=19063512 memory=4687120 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=19063512 memory=4687120 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 1401 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=19063512 memory=16508 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695623 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 3409.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4687120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.23 4.14 5/338 157474
/proc/meminfo: memFree=78530832/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3469.39 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 136561 0 0 0 346720 219 0 0 20 0 20 0 236695598 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 1171780 5559 1 0 1488120 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3440.13 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 61845 0 0 0 343937 76 0 0 20 0 20 0 236695600 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=19063512 memory=4687120 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=19063512 memory=4687120 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 1520 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=19063512 memory=-7233201731107643516 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695623 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 3469.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4687120 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.20 4.13 5/338 157476
/proc/meminfo: memFree=78479672/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=4687120 CPUtime=3529.31 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 137833 0 0 0 352710 221 0 0 20 0 20 0 236695598 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 1171780 5559 1 0 1488120 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=5276 CPUtime=3499.88 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 62428 0 0 0 349912 76 0 0 20 0 20 0 236695600 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=19063512 memory=27136 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 1544 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=19063512 memory=16508 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695623 19521036288 1171780 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 3529.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4687120 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.18 4.13 5/338 157478
/proc/meminfo: memFree=78239808/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=4695392 CPUtime=3589.42 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 138879 0 0 0 358719 223 0 0 20 0 20 0 236695598 19521036288 1173848 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 1173848 5559 1 0 1488120 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=16508 CPUtime=3559.46 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 63270 0 0 0 355869 77 0 0 20 0 20 0 236695600 19521036288 1173848 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1173848 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=19063512 memory=4695392 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 1544 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1173848 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=19063512 memory=16508 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695623 19521036288 1173848 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 3589.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4695392 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593 s]*
/proc/loadavg: 4.07 4.17 4.12 5/338 157478
/proc/meminfo: memFree=78203152/131249988 swapFree=33010160/33010684
[pid=157217] ppid=157208 vsize=19063512 memory=4695392 CPUtime=3600.09 cores=4,6
/proc/157217/stat : 157217 (java) S 157208 157217 157157 0 -1 4194304 139270 0 0 0 359786 223 0 0 20 0 20 0 236695598 19521036288 1173848 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
/proc/157217/statm: 4765878 1173848 5559 1 0 1488120 0
[pid=157217/tid=157225] ppid=157208 vsize=19063512 memory=-8889094549291180732 CPUtime=3570.14 cores=4,6
/proc/157217/task/157225/stat : 157225 (java) R 157208 157217 157157 0 -1 4194368 63661 0 0 0 356937 77 0 0 20 0 20 0 236695600 19521036288 1173848 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157253] ppid=157208 vsize=19063512 memory=-7233201731107643516 CPUtime=0 cores=4,6
/proc/157217/task/157253/stat : 157253 (Finalizer) S 157208 157217 157157 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1173848 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157260] ppid=157208 vsize=19063512 memory=7028 CPUtime=0 cores=4,6
/proc/157217/task/157260/stat : 157260 (Common-Cleaner) S 157208 157217 157157 0 -1 4194368 1544 0 0 0 0 0 0 0 20 0 20 0 236695603 19521036288 1173848 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
[pid=157217/tid=157295] ppid=157208 vsize=19063512 memory=2467500 CPUtime=0 cores=4,6
/proc/157217/task/157295/stat : 157295 (Timer-0) S 157208 157217 157157 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236695623 19521036288 1173848 18446744073709551615 94157130199040 94157130202736 140720984300048 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157130210552 94157130211344 94157155422208 140720984308095 140720984308196 140720984308196 140720984313800 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4695392 KiB

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

[startup+3593.1 s]
# the end of solver process 157217 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3597.98 s, system=2.25767 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

Real time (s): 3593.1
CPU time (s): 3600.24
CPU user time (s): 3597.98
CPU system time (s): 2.25767
CPU usage (%): 100.199
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4695392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.98
system time used= 2.25767
maximum resident set size= 4696288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 141472
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108726
involuntary context switches= 21474


# summary of solver processes directly reported to runsolver:
#   pid: 157217
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.98
#   total CPU system time (s): 2.25767

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94631 second user time and 16.0318 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-22 20:49:40
IDJOB=4541808
IDBENCH=163468
IDSOLVER=3363
FILE ID=nodeC020/4541808-1753210180
RUNJOBID= nodeC020-1753210180-157168
SLURM_JOB_ID= 9687784
Free space on /tmp= 432892 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/array_comm/arraycomm_teq/normalized-20arraycomm_teq_less.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541808-1753210180/watcher-4541808-1753210180 -o /tmp/evaluation-result-4541808-1753210180/solver-4541808-1753210180 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753210180-157168 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4541808-1753210180.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 68f7bc0686d678a8453a91094299b359
RANDOM SEED=1287267562

nodeC020 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.912
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1686.973
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.943
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1841.913
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.887
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1817.365
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.697
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1716.214
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        90381456 kB
MemAvailable:   129600428 kB
Buffers:            2128 kB
Cached:         39976208 kB
SwapCached:            4 kB
Active:           935764 kB
Inactive:       39122012 kB
Active(anon):      81148 kB
Inactive(anon):    24536 kB
Active(file):     854616 kB
Inactive(file): 39097476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1756 kB
Writeback:             4 kB
AnonPages:         82580 kB
Mapped:           108300 kB
Shmem:             26244 kB
KReclaimable:     212240 kB
Slab:             308096 kB
SReclaimable:     212240 kB
SUnreclaim:        95856 kB
KernelStack:        4036 kB
PageTables:         2776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     359520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150344 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432888 MiB
End job on nodeC020 at 2025-07-22 21:49:34