Trace number 4541964

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.22 3593.03

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
equalities/diag_spec/normalized-24diag_spec_greater.opb
MD5SUM873561b121a1050aedee7e68f97b01fd
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 benchmark2.02679
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1848
Total number of constraints2354
Number of constraints which are clauses1728
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints626
Minimum length of a constraint2
Maximum length of a constraint624
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 140737488355328
Number of bits of the biggest number in a constraint 48
Biggest sum of numbers in a constraint 562949953421311
Number of bits of the biggest sum of numbers49
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4541964-1753212428.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.32/0.21	c ... done. Wall clock time 0.072s.
0.32/0.21	c declared #vars     1848
0.32/0.21	c #constraints  2979
0.32/0.21	c constraints type 
0.32/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1296
0.32/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1107
0.32/0.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 576
0.32/0.21	c 2979 constraints processed.
2.00/1.36	c cleaning 2500 clauses out of 5001 with flag 12040/5001
5.24/4.30	c cleaning 4250 clauses out of 8500 with flag 26014/11000
9.44/8.50	c cleaning 5624 clauses out of 11250 with flag 41254/18000
14.48/13.54	c cleaning 6814 clauses out of 13627 with flag 58463/26001
20.27/19.32	c cleaning 7906 clauses out of 15813 with flag 77310/35001
27.10/26.14	c cleaning 8948 clauses out of 17908 with flag 98357/45002
34.89/33.82	c cleaning 9978 clauses out of 19958 with flag 121044/56000
43.21/42.19	c cleaning 10986 clauses out of 21980 with flag 145890/68000
52.24/51.17	c cleaning 11995 clauses out of 23995 with flag 172396/81001
62.16/61.09	c cleaning 12998 clauses out of 26000 with flag 200744/95001
73.09/71.97	c cleaning 14001 clauses out of 28001 with flag 231167/110000
84.71/83.52	c cleaning 14998 clauses out of 30000 with flag 263831/126000
97.40/96.13	c cleaning 16000 clauses out of 32003 with flag 298356/143001
110.73/109.48	c cleaning 17001 clauses out of 34002 with flag 335262/161000
124.34/123.03	c cleaning 17995 clauses out of 36002 with flag 374627/180001
139.41/138.10	c cleaning 18996 clauses out of 38007 with flag 415858/200001
155.34/153.94	c cleaning 20003 clauses out of 40011 with flag 459317/221001
171.90/170.57	c cleaning 21002 clauses out of 42007 with flag 504913/243000
189.66/188.35	c cleaning 22000 clauses out of 44006 with flag 552713/266001
207.68/206.24	c cleaning 23001 clauses out of 46005 with flag 602543/290000
227.02/225.23	c cleaning 23999 clauses out of 48004 with flag 654174/315000
246.33/244.51	c cleaning 24997 clauses out of 50006 with flag 707524/341001
265.90/264.06	c cleaning 26003 clauses out of 52008 with flag 763006/368000
285.83/283.99	c cleaning 26999 clauses out of 54006 with flag 820670/396001
306.94/305.05	c cleaning 28001 clauses out of 56006 with flag 880572/425000
328.49/326.58	c cleaning 28999 clauses out of 58005 with flag 942414/455000
349.99/347.97	c cleaning 29999 clauses out of 60006 with flag 1006113/486000
373.75/371.78	c cleaning 30999 clauses out of 62008 with flag 1072025/518001
398.73/396.60	c cleaning 32001 clauses out of 64009 with flag 1140009/551001
424.18/422.17	c cleaning 33000 clauses out of 66008 with flag 1210330/585001
451.37/448.79	c cleaning 34001 clauses out of 68007 with flag 1282806/620000
478.92/476.27	c cleaning 35000 clauses out of 70007 with flag 1357174/656001
507.25/504.67	c cleaning 36000 clauses out of 72006 with flag 1433870/693000
536.79/534.15	c cleaning 36999 clauses out of 74007 with flag 1512669/731001
570.15/567.47	c cleaning 38001 clauses out of 76008 with flag 1593424/770001
602.81/600.08	c cleaning 39000 clauses out of 78007 with flag 1676330/810001
637.03/634.38	c cleaning 40002 clauses out of 80007 with flag 1761498/851001
671.58/668.85	c cleaning 41001 clauses out of 82005 with flag 1849096/893001
708.06/705.25	c cleaning 42002 clauses out of 84005 with flag 1937353/936002
745.32/742.05	c cleaning 42997 clauses out of 86001 with flag 2028460/980000
783.55/780.25	c cleaning 44002 clauses out of 88004 with flag 2121386/1025000
822.60/819.24	c cleaning 45000 clauses out of 90002 with flag 2216159/1071000
863.40/859.96	c cleaning 45998 clauses out of 92002 with flag 2313352/1118000
903.48/899.93	c cleaning 46996 clauses out of 94004 with flag 2413090/1166000
943.94/940.37	c cleaning 47998 clauses out of 96008 with flag 2514789/1215000
985.24/981.59	c cleaning 48997 clauses out of 98011 with flag 2618620/1265001
1028.51/1024.79	c cleaning 50000 clauses out of 100014 with flag 2724359/1316001
1072.46/1068.04	c cleaning 51002 clauses out of 102013 with flag 2831816/1368000
1114.44/1109.97	c cleaning 51999 clauses out of 104011 with flag 2942086/1421000
1159.71/1155.15	c cleaning 53001 clauses out of 106013 with flag 3053640/1475001
1206.95/1202.38	c cleaning 54000 clauses out of 108012 with flag 3166923/1530001
1254.35/1249.65	c cleaning 55005 clauses out of 110012 with flag 3283562/1586001
1303.40/1298.66	c cleaning 55998 clauses out of 112006 with flag 3400961/1643000
1353.28/1348.41	c cleaning 56999 clauses out of 114009 with flag 3520895/1701001
1406.68/1401.63	c cleaning 57999 clauses out of 116009 with flag 3643077/1760000
1459.41/1454.30	c cleaning 59000 clauses out of 118010 with flag 3767399/1820000
1514.73/1508.98	c cleaning 59998 clauses out of 120011 with flag 3895106/1881001
1566.16/1560.39	c cleaning 60998 clauses out of 122012 with flag 4026983/1943000
1619.97/1614.12	c cleaning 61999 clauses out of 124014 with flag 4162121/2006000
1679.46/1673.66	c cleaning 63001 clauses out of 126016 with flag 4301814/2070001
1734.26/1728.44	c cleaning 64004 clauses out of 128016 with flag 4443421/2135002
1780.70/1774.77	c cleaning 64996 clauses out of 130012 with flag 4590717/2201002
1812.17/1806.08	c cleaning 65997 clauses out of 132015 with flag 4750700/2268001
1842.49/1836.45	c cleaning 66995 clauses out of 134017 with flag 4914775/2336000
1879.15/1873.05	c cleaning 67996 clauses out of 136023 with flag 5084193/2405001
1917.38/1911.21	c cleaning 69000 clauses out of 138026 with flag 5253039/2475000
1954.97/1948.74	c cleaning 70005 clauses out of 140027 with flag 5425892/2546001
1993.95/1987.66	c cleaning 70999 clauses out of 142021 with flag 5606051/2618000
2032.16/2025.90	c cleaning 71991 clauses out of 144022 with flag 5787797/2691000
2073.06/2066.80	c cleaning 73006 clauses out of 146031 with flag 5965846/2765000
2118.80/2112.58	c cleaning 73998 clauses out of 148025 with flag 6146964/2840000
2164.67/2158.35	c cleaning 74996 clauses out of 150027 with flag 6328263/2916000
2210.35/2204.12	c cleaning 76006 clauses out of 152031 with flag 6508297/2993000
2260.27/2254.02	c cleaning 77005 clauses out of 154028 with flag 6696860/3071003
2309.94/2303.67	c cleaning 78001 clauses out of 156021 with flag 6884722/3150001
2361.40/2354.65	c cleaning 78997 clauses out of 158019 with flag 7075689/3230000
2413.48/2406.71	c cleaning 79993 clauses out of 160022 with flag 7267044/3311000
2461.96/2455.11	c cleaning 80993 clauses out of 162029 with flag 7466862/3393000
2513.42/2506.52	c cleaning 82004 clauses out of 164037 with flag 7662660/3476001
2566.51/2559.76	c cleaning 82996 clauses out of 166032 with flag 7861723/3560000
2621.34/2614.67	c cleaning 84005 clauses out of 168036 with flag 8061005/3645000
2678.52/2671.86	c cleaning 84999 clauses out of 170032 with flag 8266757/3731001
2738.73/2732.05	c cleaning 86000 clauses out of 172033 with flag 8475966/3818001
2794.81/2788.21	c cleaning 87007 clauses out of 174033 with flag 8682594/3906001
2849.69/2843.12	c cleaning 88002 clauses out of 176027 with flag 8898076/3995002
2908.80/2902.28	c cleaning 88998 clauses out of 178024 with flag 9117468/4085001
2965.58/2958.95	c cleaning 89999 clauses out of 180026 with flag 9333984/4176001
3023.74/3017.01	c cleaning 90999 clauses out of 182026 with flag 9554706/4268000
3083.88/3077.19	c cleaning 92002 clauses out of 184028 with flag 9790958/4361001
3148.30/3141.56	c cleaning 93001 clauses out of 186025 with flag 10020395/4455000
3215.43/3208.65	c cleaning 93998 clauses out of 188024 with flag 10249999/4550000
3278.46/3271.65	c cleaning 95003 clauses out of 190027 with flag 10480759/4646001
3341.39/3334.57	c cleaning 95998 clauses out of 192024 with flag 10719264/4743001
3407.05/3400.19	c cleaning 96998 clauses out of 194025 with flag 10955675/4841000
3472.16/3464.86	c cleaning 98000 clauses out of 196027 with flag 11197298/4940000
3538.30/3531.01	c cleaning 99004 clauses out of 198028 with flag 11444445/5040001
3600.06/3592.91	c starts		: 12
3600.06/3592.92	c timeout
3600.06/3592.93	c conflicts		: 5136195
3600.06/3592.93	c decisions		: 5463976
3600.06/3592.93	c propagations		: 2942944669
3600.06/3592.93	c inspects		: 18119952763
3600.06/3592.93	c shortcuts		: 0
3600.06/3592.93	c learnt literals	: 0
3600.06/3592.93	c learnt binary clauses	: 0
3600.06/3592.93	c learnt ternary clauses	: 2
3600.06/3592.93	c learnt constraints	: 5136195
3600.06/3592.93	c ignored constraints	: 0
3600.06/3592.93	c root simplifications	: 0
3600.06/3592.93	c removed literals (reason simplification)	: 2077391501
3600.06/3592.93	c reason swapping (by a shorter reason)	: 0
3600.06/3592.93	c Calls to reduceDB	: 96
3600.06/3592.93	c Number of update (reduction) of LBD	: 268653
3600.06/3592.93	c Imported unit clauses	: 0
3600.06/3592.93	c No decision after first conflict	: false
3600.06/3592.93	c number of reductions to clauses (during analyze)	: 0
3600.06/3592.93	c number of learned constraints concerned by reduction	: 0
3600.06/3592.93	c number of learning phase by resolution	: 0
3600.06/3592.93	c number of learning phase by cutting planes	: 0
3600.06/3592.93	c number of rounding to 1 operations	: 0
3600.06/3592.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3592.93	c number of reductions of the coefficients by power 2 	: 0
3600.06/3592.93	c number of right shift for reduction by power 2 	: 0
3600.06/3592.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3592.93	c number of ending skipping 	: 0
3600.06/3592.93	c number of internal skipping 	: 0
3600.06/3592.93	c number of derivation steps 	: 0
3600.06/3592.93	c number of skipped derivation steps 	: 0
3600.06/3592.93	c number of remaining unassigned 	: 0
3600.06/3592.93	c number of remaining assigned 	: 0
3600.06/3592.93	c number of falsified literals weakened from reason	: 0
3600.06/3592.93	c number of falsified literals weakened from conflict	: 0
3600.06/3592.93	c time for arithmetic operations	: 0
3600.06/3592.93	c minimum degree of deleted constraints	: null
3600.06/3592.93	c maximum degree of deleted constraints	: null
3600.06/3592.93	c number of deleted constraints	: 0
3600.06/3592.93	c speed (assignments/second)	: 819141.3436453004
3600.06/3592.93	c non guided choices	: 47
3600.06/3592.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 195218
3600.06/3592.99	s UNKNOWN
3600.06/3592.99	c Total wall clock time (in seconds): 3592.858

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 (61756 MiB free)
  memory of node 1: 64465 MiB (60106 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=151516, runsolver pid=151501

[startup+0.100058 s]*
/proc/loadavg: 1.00 1.36 2.12 9/332 151585
/proc/meminfo: memFree=124703308/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=18930384 memory=57720 CPUtime=0.13 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 6571 0 0 0 11 2 0 0 20 0 18 0 236921454 19384713216 14430 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4732596 14430 5351 1 0 547619 0
[pid=151516/tid=151536] ppid=151501 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 5071 0 0 0 7 1 0 0 20 0 18 0 236921456 19384713216 14430 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=18930384 memory=237112656212 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236921458 19384713216 14430 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=18930384 memory=60684515961493 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236921458 19384713216 14430 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57720 KiB

[startup+0.205535 s]*
/proc/loadavg: 1.00 1.36 2.12 12/332 151585
/proc/meminfo: memFree=124675268/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=18930384 memory=68264 CPUtime=0.32 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 7072 0 0 0 30 2 0 0 20 0 18 0 236921454 19384713216 17066 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4732596 17066 5447 1 0 547946 0
[pid=151516/tid=151536] ppid=151501 vsize=18930384 memory=4026925340 CPUtime=0.17 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 5296 0 0 0 16 1 0 0 20 0 18 0 236921456 19384713216 17066 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=18930384 memory=2573 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236921458 19384713216 17066 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236921458 19384713216 17066 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68264 KiB

[startup+0.305444 s]*
/proc/loadavg: 1.00 1.36 2.12 10/336 151589
/proc/meminfo: memFree=124650788/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=18996948 memory=73048 CPUtime=0.51 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 9044 0 0 0 49 2 0 0 20 0 19 0 236921454 19452874752 18262 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4749237 18262 5447 1 0 549370 0
[pid=151516/tid=151536] ppid=151501 vsize=18996948 memory=-9105545533616595644 CPUtime=0.25 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 5331 0 0 0 24 1 0 0 20 0 19 0 236921456 19452874752 18262 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 18294 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 18294 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921476 19452874752 18294 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73048 KiB

[startup+0.700216 s]
/proc/loadavg: 1.00 1.36 2.12 9/336 151589
/proc/meminfo: memFree=124613752/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=18996948 memory=99724 CPUtime=1.28 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 13381 0 0 0 124 4 0 0 20 0 19 0 236921454 19452874752 24931 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4749237 24931 5447 1 0 551803 0
[pid=151516/tid=151536] ppid=151501 vsize=18996948 memory=27392 CPUtime=0.62 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 5339 0 0 0 61 1 0 0 20 0 19 0 236921456 19452874752 24931 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 24931 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 24931 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921476 19452874752 24931 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 99724 KiB

[startup+1.50023 s]
/proc/loadavg: 1.00 1.36 2.12 6/336 151589
/proc/meminfo: memFree=124552884/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=18996948 memory=141212 CPUtime=2.33 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 17920 0 0 0 228 5 0 0 20 0 19 0 236921454 19452874752 35303 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4749237 35303 5447 1 0 551830 0
[pid=151516/tid=151536] ppid=151501 vsize=18996948 memory=0 CPUtime=1.41 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 6379 0 0 0 139 2 0 0 20 0 19 0 236921456 19452874752 35303 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 35303 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 35303 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921476 19452874752 35303 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 141212 KiB

[startup+3.10468 s]
/proc/loadavg: 1.00 1.36 2.12 5/336 151589
/proc/meminfo: memFree=124403212/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=18996948 memory=159748 CPUtime=4.02 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 18635 0 0 0 397 5 0 0 20 0 19 0 236921454 19452874752 39937 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4749237 39937 5447 1 0 551837 0
[pid=151516/tid=151536] ppid=151501 vsize=18996948 memory=10752 CPUtime=3 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 6692 0 0 0 298 2 0 0 20 0 19 0 236921456 19452874752 39937 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=18996948 memory=-9105545533616595644 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 39937 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236921458 19452874752 39937 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236921476 19452874752 39937 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 4.02 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159748 KiB

[startup+6.30014 s]
/proc/loadavg: 1.32 1.42 2.13 5/339 151592
/proc/meminfo: memFree=124199624/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=204400 CPUtime=7.25 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 19933 0 0 0 719 6 0 0 20 0 20 0 236921454 19521036288 51100 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 51100 5479 1 0 552126 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=0 CPUtime=6.15 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 6749 0 0 0 613 2 0 0 20 0 20 0 236921456 19521036288 51100 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 51100 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 51100 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=143260 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 51100 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 7.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204400 KiB

[startup+12.7001 s]
/proc/loadavg: 1.54 1.46 2.14 5/340 151593
/proc/meminfo: memFree=124105772/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=247600 CPUtime=13.68 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 22002 0 0 0 1361 7 0 0 20 0 20 0 236921454 19521036288 61900 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 61900 5479 1 0 552126 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=143260 CPUtime=12.49 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 7338 0 0 0 1247 2 0 0 20 0 20 0 236921456 19521036288 61900 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=19063512 memory=204400 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 61900 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 61900 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 61900 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 13.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 247600 KiB

[startup+25.5002 s]
/proc/loadavg: 2.08 1.59 2.17 5/340 151593
/proc/meminfo: memFree=123703688/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=303084 CPUtime=26.5 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 24305 0 0 0 2641 9 0 0 20 0 20 0 236921454 19521036288 75771 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 75771 5479 1 0 552126 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=204400 CPUtime=25.21 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 8294 0 0 0 2518 3 0 0 20 0 20 0 236921456 19521036288 75771 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 75771 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=303084 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 43 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 75771 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=303084 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 75771 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 26.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 303084 KiB

[startup+51.105 s]
/proc/loadavg: 2.87 1.82 2.23 5/340 151594
/proc/meminfo: memFree=122772248/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=465312 CPUtime=52.24 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 28196 0 0 0 5211 13 0 0 20 0 20 0 236921454 19521036288 116328 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 116328 5479 1 0 552126 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=409860 CPUtime=50.59 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 8735 0 0 0 5056 3 0 0 20 0 20 0 236921456 19521036288 116328 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0

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

/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 1700 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 3229.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4580152 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.05 5/338 151755
/proc/meminfo: memFree=106408272/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=4580152 CPUtime=3289.14 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 129269 0 0 0 328749 165 0 0 20 0 20 0 236921454 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 1145038 5543 1 0 1174115 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=14720 CPUtime=3262.66 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 54242 0 0 0 326224 42 0 0 20 0 20 0 236921456 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=19063512 memory=27392 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 1733 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 3289.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4580152 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.05 5/338 151757
/proc/meminfo: memFree=106407696/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=4580152 CPUtime=3349.18 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 130077 0 0 0 334751 167 0 0 20 0 20 0 236921454 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 1145038 5543 1 0 1174115 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=10752 CPUtime=3322.32 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 54895 0 0 0 332190 42 0 0 20 0 20 0 236921456 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=19063512 memory=4580152 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=27392 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 1765 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=4580152 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 1145038 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 3349.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4580152 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.09 4.05 5/338 151759
/proc/meminfo: memFree=106341476/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=4637604 CPUtime=3409.24 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 132767 0 0 0 340755 169 0 0 20 0 20 0 236921454 19521036288 1159401 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 1159401 5543 1 0 1174115 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=4580152 CPUtime=3381.97 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 56393 0 0 0 338155 42 0 0 20 0 20 0 236921456 19521036288 1159401 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=19063512 memory=4580152 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1159401 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=4580152 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 1767 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1159401 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 1159401 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 3409.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4637604 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.12 4.07 5/338 151761
/proc/meminfo: memFree=106166580/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=4777808 CPUtime=3469.67 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 138387 0 0 0 346794 173 0 0 20 0 20 0 236921454 19521036288 1194452 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 1194452 5543 1 0 1446116 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=4742992 CPUtime=3441.67 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 58754 0 0 0 344122 45 0 0 20 0 20 0 236921456 19521036288 1194452 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=19063512 memory=4580152 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1194452 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=4580152 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 1798 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1194452 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=4580152 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 1194452 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 3469.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4777808 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.09 4.06 5/338 151763
/proc/meminfo: memFree=105840068/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=4962220 CPUtime=3529.61 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 139317 0 0 0 352784 177 0 0 20 0 20 0 236921454 19521036288 1240555 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 1240555 5543 1 0 1446116 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=27392 CPUtime=3501.43 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 59605 0 0 0 350096 47 0 0 20 0 20 0 236921456 19521036288 1240555 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=19063512 memory=4962220 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1240555 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=-9105545533616595644 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 1813 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1240555 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=27392 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 1240555 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 3529.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4962220 KiB

[startup+3582.3 s]
/proc/loadavg: 4.81 4.29 4.13 5/339 151772
/proc/meminfo: memFree=105477448/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=5322668 CPUtime=3589.48 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 140662 0 0 0 358763 185 0 0 20 0 20 0 236921454 19521036288 1330667 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 1330667 5543 1 0 1446116 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=5760 CPUtime=3561.28 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 60893 0 0 0 356074 54 0 0 20 0 20 0 236921456 19521036288 1330667 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1330667 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=5320620 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 1813 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1330667 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=7220 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 1330667 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 3589.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5322668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.9 s]
/proc/loadavg: 4.84 4.32 4.14 5/339 151904
/proc/meminfo: memFree=112444088/131250000 swapFree=33010672/33010684
[pid=151516] ppid=151501 vsize=19063512 memory=5384108 CPUtime=3600.06 cores=1,3
/proc/151516/stat : 151516 (java) S 151501 151516 151447 0 -1 4194304 140899 0 0 0 359819 187 0 0 20 0 20 0 236921454 19521036288 1346027 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
/proc/151516/statm: 4765878 1346027 5543 1 0 1446116 0
[pid=151516/tid=151536] ppid=151501 vsize=19063512 memory=5375916 CPUtime=3571.85 cores=1,3
/proc/151516/task/151536/stat : 151536 (java) R 151501 151516 151447 0 -1 4194368 61130 0 0 0 357130 55 0 0 20 0 20 0 236921456 19521036288 1346027 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151578] ppid=151501 vsize=19063512 memory=5330860 CPUtime=0 cores=1,3
/proc/151516/task/151578/stat : 151578 (Finalizer) S 151501 151516 151447 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1346027 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151585] ppid=151501 vsize=19063512 memory=5214124 CPUtime=0 cores=1,3
/proc/151516/task/151585/stat : 151585 (Common-Cleaner) S 151501 151516 151447 0 -1 4194368 1813 0 0 0 0 0 0 0 20 0 20 0 236921458 19521036288 1346027 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
[pid=151516/tid=151586] ppid=151501 vsize=19063512 memory=4962220 CPUtime=0 cores=1,3
/proc/151516/task/151586/stat : 151586 (Timer-0) S 151501 151516 151447 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236921476 19521036288 1346027 18446744073709551615 94889795452928 94889795456624 140721802586448 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94889795464440 94889795465232 94889801625600 140721802594687 140721802594788 140721802594788 140721802600392 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5384108 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.32 s, system=1.89604 s

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

[startup+3593 s]*
/proc/loadavg: 4.84 4.32 4.14 4/334 151907
/proc/meminfo: memFree=112431548/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3593.03
CPU time (s): 3600.22
CPU user time (s): 3598.32
CPU system time (s): 1.89604
CPU usage (%): 100.2
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5384108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.32
system time used= 1.89604
maximum resident set size= 5393112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 143565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108535
involuntary context switches= 3598


# summary of solver processes directly reported to runsolver:
#   pid: 151516
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3598.32
#   total CPU system time (s): 1.89604

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.05946 second user time and 15.5688 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-22 21:27:08
IDJOB=4541964
IDBENCH=163695
IDSOLVER=3363
FILE ID=nodeC026/4541964-1753212428
RUNJOBID= nodeC026-1753212428-151459
SLURM_JOB_ID= 9687803
Free space on /tmp= 433024 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/equalities/diag_spec/normalized-24diag_spec_greater.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541964-1753212428/watcher-4541964-1753212428 -o /tmp/evaluation-result-4541964-1753212428/solver-4541964-1753212428 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1753212428-151459 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4541964-1753212428.opb

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

MD5SUM BENCH= 873561b121a1050aedee7e68f97b01fd
RANDOM SEED=497346949

nodeC026 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		: 3601.556
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.59
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		: 3598.972
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.59
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		: 3600.062
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.59
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		: 3599.792
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.59
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.657
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.59
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		: 3746.871
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.59
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.731
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.59
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		: 3604.058
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        124800180 kB
MemAvailable:   129540572 kB
Buffers:            2128 kB
Cached:          5366040 kB
SwapCached:            4 kB
Active:          1213076 kB
Inactive:        4223896 kB
Active(anon):      89748 kB
Inactive(anon):     5344 kB
Active(file):    1123328 kB
Inactive(file):  4218552 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3124 kB
Writeback:            12 kB
AnonPages:         71908 kB
Mapped:           109272 kB
Shmem:             26268 kB
KReclaimable:     459312 kB
Slab:             563160 kB
SReclaimable:     459312 kB
SUnreclaim:       103848 kB
KernelStack:        3988 kB
PageTables:         2968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     341716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433020 MiB
End job on nodeC026 at 2025-07-22 22:27:01