Trace number 4486615

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.19 3604.38

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-f1000.opb
MD5SUMf9f2b1fc4917344504b6167976088a05
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark925
Best CPU time to get the best result obtained on this benchmark3600.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000
Total number of constraints5250
Number of constraints which are clauses5250
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
Number of terms in the objective function 2000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2000
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 2000
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 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.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.17	c Pseudo Boolean Optimization by upper bound
0.10/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.17	c  - never skip resolution steps
0.10/0.17	c  - Auto-division on coefficients is disabled
0.10/0.17	c  - No postprocessing
0.10/0.17	c  - Conflict is considered as is when resolving
0.10/0.17	c  - Use constraints as they come during conflict analysis
0.10/0.17	c  - Weaken first using unassigned literals
0.10/0.17	c  - Bump strategy: ALWAYS_ONE
0.10/0.17	c  - Bumper: EFFECTIVE
0.10/0.17	c --- Begin Solver configuration ---
0.10/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.10/0.17	c Learn all clauses as in MiniSAT
0.10/0.17	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.17	c No reason simplification
0.10/0.17	c Dynamic restart strategy considering the size of the coefficients
0.10/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.10/0.17	c timeout=2147483s
0.10/0.17	c DB Simplification allowed=false
0.10/0.17	c Listener: none
0.10/0.17	c --- End Solver configuration ---
0.10/0.17	c solving HOME/instance-4486615-1751334810.opb
0.10/0.17	c reading problem ... 
0.10/0.18	c using VERIPB proof format
0.10/0.18	c  objective function found
0.45/0.34	c ... done. Wall clock time 0.162s.
0.45/0.34	c declared #vars     2000
0.45/0.34	c #constraints  5250
0.45/0.34	c constraints type 
0.45/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1000
0.45/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4250
0.45/0.34	c 5250 constraints processed.
0.45/0.35	c objective function length is 2000 literals
3.49/2.09	c cleaning 2489 clauses out of 5002 with flag 0/5002
5.44/3.59	c cleaning 4250 clauses out of 8511 with flag 0/11000
7.23/5.29	c cleaning 5621 clauses out of 11261 with flag 0/18000
9.24/7.27	c cleaning 6806 clauses out of 13640 with flag 0/26000
11.65/9.64	c cleaning 7912 clauses out of 15835 with flag 0/35001
14.40/12.31	c cleaning 8944 clauses out of 17922 with flag 0/45000
17.20/15.17	c cleaning 9978 clauses out of 19982 with flag 0/56004
20.29/18.23	c cleaning 10991 clauses out of 22000 with flag 0/68000
24.10/22.02	c cleaning 11997 clauses out of 24009 with flag 0/81000
28.11/26.08	c cleaning 12990 clauses out of 26012 with flag 0/95000
32.51/30.46	c cleaning 14001 clauses out of 28024 with flag 0/110002
37.49/35.43	c cleaning 15005 clauses out of 30024 with flag 0/126003
43.02/40.92	c cleaning 16000 clauses out of 32017 with flag 0/143001
49.16/47.04	c cleaning 16997 clauses out of 34016 with flag 0/161000
55.65/53.58	c cleaning 17999 clauses out of 36021 with flag 0/180002
62.65/60.55	c cleaning 19005 clauses out of 38022 with flag 0/200002
70.02/68.00	c cleaning 19999 clauses out of 40015 with flag 0/221000
78.43/76.33	c cleaning 21002 clauses out of 42019 with flag 0/243003
87.33/85.29	c cleaning 21995 clauses out of 44014 with flag 0/266000
96.50/94.45	c cleaning 22999 clauses out of 46019 with flag 0/290000
106.31/104.28	c cleaning 24002 clauses out of 48020 with flag 0/315000
116.94/114.90	c cleaning 25000 clauses out of 50018 with flag 0/341000
128.27/126.14	c cleaning 26000 clauses out of 52018 with flag 0/368000
140.21/138.05	c cleaning 26998 clauses out of 54018 with flag 0/396000
152.89/150.62	c cleaning 28004 clauses out of 56021 with flag 0/425001
165.86/163.63	c cleaning 28989 clauses out of 58016 with flag 0/455000
179.49/177.21	c cleaning 30004 clauses out of 60027 with flag 0/486000
193.87/191.61	c cleaning 31004 clauses out of 62023 with flag 0/518000
208.42/206.17	c cleaning 32005 clauses out of 64019 with flag 0/551000
224.70/222.43	c cleaning 32996 clauses out of 66014 with flag 0/585000
241.08/238.89	c cleaning 34000 clauses out of 68018 with flag 0/620000
258.50/256.20	c cleaning 34997 clauses out of 70018 with flag 0/656000
277.40/275.15	c cleaning 36004 clauses out of 72022 with flag 0/693001
296.84/294.57	c cleaning 36998 clauses out of 74019 with flag 0/731002
317.04/314.79	c cleaning 38004 clauses out of 76021 with flag 0/770002
338.33/336.14	c cleaning 38998 clauses out of 78015 with flag 0/810000
360.70/358.55	c cleaning 39996 clauses out of 80019 with flag 0/851002
384.01/381.88	c cleaning 41003 clauses out of 82022 with flag 0/893001
407.79/405.61	c cleaning 41998 clauses out of 84018 with flag 0/936000
431.62/429.44	c cleaning 42997 clauses out of 86020 with flag 0/980000
457.73/455.52	c cleaning 44005 clauses out of 88023 with flag 0/1025000
483.13/480.93	c cleaning 44999 clauses out of 90019 with flag 0/1071001
509.88/507.76	c cleaning 45998 clauses out of 92020 with flag 0/1118001
536.33/534.20	c cleaning 47001 clauses out of 94022 with flag 0/1166001
565.22/563.12	c cleaning 47997 clauses out of 96020 with flag 0/1215000
593.84/591.75	c cleaning 48997 clauses out of 98023 with flag 0/1265000
622.39/620.33	c cleaning 49997 clauses out of 100026 with flag 0/1316000
653.70/655.26	c cleaning 50994 clauses out of 102030 with flag 0/1368001
687.72/689.29	c cleaning 52005 clauses out of 104036 with flag 0/1421001
721.78/723.30	c cleaning 53003 clauses out of 106030 with flag 0/1475000
755.73/757.21	c cleaning 53997 clauses out of 108027 with flag 0/1530000
789.61/791.13	c cleaning 55005 clauses out of 110032 with flag 0/1586002
824.35/826.02	c cleaning 56002 clauses out of 112025 with flag 0/1643000
861.75/863.46	c cleaning 57001 clauses out of 114025 with flag 0/1701002
899.90/901.54	c cleaning 57996 clauses out of 116022 with flag 0/1760000
939.63/941.21	c cleaning 58997 clauses out of 118027 with flag 0/1820001
981.12/982.88	c cleaning 60006 clauses out of 120031 with flag 0/1881002
1023.24/1024.97	c cleaning 61002 clauses out of 122023 with flag 0/1943000
1065.42/1067.17	c cleaning 61995 clauses out of 124023 with flag 0/2006002
1110.33/1112.09	c cleaning 63004 clauses out of 126027 with flag 0/2070001
1157.93/1159.69	c cleaning 63993 clauses out of 128023 with flag 0/2135001
1204.51/1206.67	c cleaning 65002 clauses out of 130029 with flag 0/2201000
1252.99/1255.12	c cleaning 66006 clauses out of 132029 with flag 0/2268002
1300.77/1302.98	c cleaning 66996 clauses out of 134021 with flag 0/2336000
1351.94/1354.06	c cleaning 67996 clauses out of 136025 with flag 0/2405000
1404.04/1406.11	c cleaning 69004 clauses out of 138031 with flag 0/2475002
1454.70/1456.72	c cleaning 69987 clauses out of 140025 with flag 0/2546000
1508.32/1510.34	c cleaning 70999 clauses out of 142038 with flag 0/2618000
1564.74/1566.74	c cleaning 72004 clauses out of 144040 with flag 0/2691001
1621.04/1623.03	c cleaning 73008 clauses out of 146035 with flag 0/2765000
1679.66/1681.70	c cleaning 73994 clauses out of 148027 with flag 0/2840000
1739.97/1742.01	c cleaning 75011 clauses out of 150035 with flag 0/2916002
1800.52/1802.64	c cleaning 75996 clauses out of 152023 with flag 0/2993001
1864.47/1866.57	c cleaning 77003 clauses out of 154027 with flag 0/3071001
1926.68/1929.09	c cleaning 78005 clauses out of 156024 with flag 0/3150001
1994.12/1996.59	c cleaning 78997 clauses out of 158019 with flag 0/3230001
2061.31/2063.61	c cleaning 80004 clauses out of 160024 with flag 0/3311003
2129.44/2131.89	c cleaning 81002 clauses out of 162018 with flag 0/3393001
2197.49/2199.98	c cleaning 81989 clauses out of 164015 with flag 0/3476000
2267.81/2270.26	c cleaning 83002 clauses out of 166027 with flag 0/3560001
2336.41/2338.94	c cleaning 84002 clauses out of 168024 with flag 0/3645000
2407.87/2410.50	c cleaning 84996 clauses out of 170022 with flag 0/3731000
2478.35/2481.97	c cleaning 86004 clauses out of 172028 with flag 0/3818002
2556.08/2559.64	c cleaning 87001 clauses out of 174023 with flag 0/3906001
2630.68/2634.21	c cleaning 87988 clauses out of 176021 with flag 0/3995000
2710.88/2714.43	c cleaning 89006 clauses out of 178034 with flag 0/4085001
2790.77/2794.26	c cleaning 90004 clauses out of 180029 with flag 0/4176002
2870.66/2874.13	c cleaning 91002 clauses out of 182023 with flag 0/4268000
2954.91/2958.40	c cleaning 91996 clauses out of 184021 with flag 0/4361000
3042.19/3045.78	c cleaning 92999 clauses out of 186026 with flag 0/4455001
3125.42/3129.55	c cleaning 94008 clauses out of 188026 with flag 0/4550000
3215.10/3219.25	c cleaning 94996 clauses out of 190020 with flag 0/4646002
3306.48/3310.66	c cleaning 96003 clauses out of 192026 with flag 0/4743004
3400.95/3405.17	c cleaning 96995 clauses out of 194020 with flag 0/4841001
3499.41/3503.79	c cleaning 98003 clauses out of 196024 with flag 0/4940000
3596.55/3600.80	c cleaning 98996 clauses out of 198022 with flag 0/5040001
3600.05/3604.31	c starts		: 1
3600.05/3604.31	c conflicts		: 5045957
3600.05/3604.31	c decisions		: 6314115
3600.05/3604.31	c propagations		: 1115576660
3600.05/3604.31	c inspects		: 26245246799
3600.05/3604.31	c shortcuts		: 0
3600.05/3604.31	c learnt literals	: 0
3600.05/3604.31	c learnt binary clauses	: 0
3600.05/3604.31	c learnt ternary clauses	: 67
3600.05/3604.31	c learnt constraints	: 5045956
3600.05/3604.31	c ignored constraints	: 0
3600.05/3604.31	c root simplifications	: 0
3600.05/3604.31	c removed literals (reason simplification)	: 0
3600.05/3604.31	c reason swapping (by a shorter reason)	: 0
3600.05/3604.31	c Calls to reduceDB	: 96
3600.05/3604.31	c Number of update (reduction) of LBD	: 6977429
3600.05/3604.31	c Imported unit clauses	: 0
3600.05/3604.31	c No decision after first conflict	: false
3600.05/3604.31	c number of reductions to clauses (during analyze)	: 0
3600.05/3604.31	c number of learned constraints concerned by reduction	: 0
3600.05/3604.31	c number of learning phase by resolution	: 0
3600.05/3604.31	c number of learning phase by cutting planes	: 0
3600.05/3604.31	c number of rounding to 1 operations	: 0
3600.05/3604.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3604.32	c number of reductions of the coefficients by power 2 	: 0
3600.05/3604.32	c number of right shift for reduction by power 2 	: 0
3600.05/3604.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3604.32	c number of ending skipping 	: 0
3600.05/3604.32	c number of internal skipping 	: 0
3600.05/3604.32	c number of derivation steps 	: 276172794
3600.05/3604.32	c number of skipped derivation steps 	: 0
3600.05/3604.32	c number of remaining unassigned 	: 0
3600.05/3604.32	c number of remaining assigned 	: 0
3600.05/3604.32	c number of falsified literals weakened from reason	: 0
3600.05/3604.32	c number of falsified literals weakened from conflict	: 0
3600.05/3604.32	c time for arithmetic operations	: 0
3600.05/3604.32	c minimum degree of deleted constraints	: 1
3600.05/3604.32	c maximum degree of deleted constraints	: 1
3600.05/3604.32	c number of deleted constraints	: 4940975
3600.05/3604.32	c speed (assignments/second)	: 309543.62725239596
3600.05/3604.32	c non guided choices	: 0
3600.05/3604.33	c timeout
3600.05/3604.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 104981
3600.05/3604.37	s UNKNOWN
3600.05/3604.37	c Total wall clock time (in seconds): 3604.199

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4486615-1751334810/watcher-4486615-1751334810 -o /tmp/evaluation-result-4486615-1751334810/solver-4486615-1751334810 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751331234-53754 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486615-1751334810 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4486615-1751334810.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 FSIZE limit: 102400000 KiB
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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=54357, runsolver pid=54351

[startup+0.10006 s]*
/proc/loadavg: 4.12 4.15 4.11 6/299 54386
/proc/meminfo: memFree=126323044/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=18930384 memory=51920 CPUtime=0.1 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 6137 0 0 0 8 2 0 0 20 0 18 0 49159762 19384713216 12980 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4732596 12980 5357 1 0 547252 0
[pid=54357/tid=54362] ppid=54351 vsize=18930384 memory=4026531959 CPUtime=0.06 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 4979 0 0 0 5 1 0 0 20 0 18 0 49159765 19384713216 12980 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=18930384 memory=215637837014 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49159767 19384713216 12980 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=18930384 memory=27141 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49159767 19384713216 12980 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51920 KiB

[startup+0.205714 s]*
/proc/loadavg: 4.12 4.15 4.11 10/336 54423
/proc/meminfo: memFree=126240072/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=18930384 memory=61784 CPUtime=0.27 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 7020 0 0 0 25 2 0 0 20 0 18 0 49159762 19384713216 15446 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4732596 15446 5421 1 0 547949 0
[pid=54357/tid=54362] ppid=54351 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 5366 0 0 0 14 1 0 0 20 0 18 0 49159765 19384713216 15446 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=18930384 memory=17913 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49159767 19384713216 15446 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=18930384 memory=56286469424100 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49159767 19384713216 15446 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61784 KiB

[startup+0.305602 s]*
/proc/loadavg: 4.12 4.15 4.11 11/336 54423
/proc/meminfo: memFree=126130112/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=18930384 memory=130836 CPUtime=0.45 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 8318 0 0 0 41 4 0 0 20 0 18 0 49159762 19384713216 32709 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4732596 32709 5453 1 0 548701 0
[pid=54357/tid=54362] ppid=54351 vsize=18930384 memory=-6000919485541214314 CPUtime=0.22 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 5436 0 0 0 19 3 0 0 20 0 18 0 49159765 19384713216 32709 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49159767 19384713216 32709 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49159767 19384713216 32709 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 130836 KiB

[startup+0.700244 s]
/proc/loadavg: 4.12 4.15 4.11 9/340 54427
/proc/meminfo: memFree=125909372/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=169000 CPUtime=1.21 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 15265 0 0 0 115 6 0 0 20 0 20 0 49159762 19521036288 42250 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 42250 5517 1 0 552929 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=17792 CPUtime=0.56 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 5588 0 0 0 52 4 0 0 20 0 20 0 49159765 19521036288 42250 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 42250 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 42250 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 42250 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169000 KiB

[startup+1.50026 s]
/proc/loadavg: 4.43 4.21 4.14 9/341 54428
/proc/meminfo: memFree=124641576/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=329108 CPUtime=2.8 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 24712 0 0 0 268 12 0 0 20 0 20 0 49159762 19521036288 82277 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 82277 5517 1 0 554696 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=10752 CPUtime=1.31 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 5961 0 0 0 124 7 0 0 20 0 20 0 49159765 19521036288 82277 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 82277 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 82277 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 82277 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 329108 KiB

[startup+3.10577 s]
/proc/loadavg: 4.43 4.21 4.14 6/319 54438
/proc/meminfo: memFree=124688540/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=837708 CPUtime=4.87 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 28002 0 0 0 463 24 0 0 20 0 20 0 49159762 19521036288 209427 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 209427 5517 1 0 554749 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=-6000919502771415146 CPUtime=2.89 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 7512 0 0 0 270 19 0 0 20 0 20 0 49159765 19521036288 209427 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 209427 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 209427 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 209427 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 4.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 837708 KiB

[startup+6.30021 s]
/proc/loadavg: 4.39 4.21 4.13 5/319 54504
/proc/meminfo: memFree=123482560/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=1307332 CPUtime=8.34 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 28629 0 0 0 800 34 0 0 20 0 20 0 49159762 19521036288 326833 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 326833 5517 1 0 554749 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=10752 CPUtime=6.07 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 8040 0 0 0 578 29 0 0 20 0 20 0 49159765 19521036288 326833 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 326833 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 326833 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=378392 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 326833 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 8.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1307332 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.22 4.14 6/342 54561
/proc/meminfo: memFree=122247360/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=1309448 CPUtime=14.79 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 33403 0 0 0 1443 36 0 0 20 0 20 0 49159762 19521036288 327362 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 327362 5517 1 0 554749 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=378392 CPUtime=12.43 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 9464 0 0 0 1213 30 0 0 20 0 20 0 49159765 19521036288 327362 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=1309448 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 327362 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 327362 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 327362 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1309448 KiB

[startup+25.5002 s]
/proc/loadavg: 4.46 4.23 4.14 5/342 54694
/proc/meminfo: memFree=119415472/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=1313588 CPUtime=27.61 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 37810 0 0 0 2720 41 0 0 20 0 20 0 49159762 19521036288 328397 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 328397 5517 1 0 554749 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=-6000919502771415146 CPUtime=25.14 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 11233 0 0 0 2480 34 0 0 20 0 20 0 49159765 19521036288 328397 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 328397 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 328397 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=378392 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 328397 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 27.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313588 KiB

[startup+51.1056 s]
/proc/loadavg: 4.27 4.20 4.14 5/342 54694
/proc/meminfo: memFree=118728488/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=1319968 CPUtime=53.25 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 40949 0 0 0 5279 46 0 0 20 0 20 0 49159762 19521036288 329992 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 329992 5549 1 0 554749 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=378392 CPUtime=50.58 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 12543 0 0 0 5019 39 0 0 20 0 20 0 49159765 19521036288 329992 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 329992 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0

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

/proc/meminfo: memFree=109831480/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3278.16 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 99319 0 0 0 327078 738 0 0 20 0 20 0 49159762 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 541971 5549 1 0 555753 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3247.04 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 43535 0 0 0 324103 601 0 0 20 0 20 0 49159765 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 1755 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=-6000919502771415146 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 3278.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167884 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.21 4.18 5/342 54873
/proc/meminfo: memFree=109777856/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3338.13 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 100523 0 0 0 333066 747 0 0 20 0 20 0 49159762 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 541971 5549 1 0 555753 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3306.64 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 44226 0 0 0 330054 610 0 0 20 0 20 0 49159765 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=-6000919502771415146 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 1768 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=328608 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 3338.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167884 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.18 4.18 5/343 54876
/proc/meminfo: memFree=109732292/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3398.11 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 100615 0 0 0 339055 756 0 0 20 0 20 0 49159762 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 541971 5549 1 0 555753 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3366.17 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 44245 0 0 0 336001 616 0 0 20 0 20 0 49159765 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=-6000919502771415146 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 1774 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 3398.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167884 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.20 4.18 5/343 54944
/proc/meminfo: memFree=111878652/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3458.05 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 100993 0 0 0 345035 770 0 0 20 0 20 0 49159762 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 541971 5549 1 0 555753 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3425.69 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 44497 0 0 0 341941 628 0 0 20 0 20 0 49159765 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=-6000919502771415146 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 1774 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 3458.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167884 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.19 4.18 5/344 54947
/proc/meminfo: memFree=111540128/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3518 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 102913 0 0 0 351022 778 0 0 20 0 20 0 49159762 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 541971 5549 1 0 555753 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=14692 CPUtime=3485.23 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 45688 0 0 0 347889 634 0 0 20 0 20 0 49159765 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 1776 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 3518 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167884 KiB

[startup+3582.3 s]
/proc/loadavg: 4.18 4.18 4.18 6/344 55016
/proc/meminfo: memFree=117539728/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3578.01 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 104441 0 0 0 357013 788 0 0 20 0 20 0 49159762 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 541971 5549 1 0 555753 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3544.8 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 46523 0 0 0 353838 642 0 0 20 0 20 0 49159765 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 1817 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 3578.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167884 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.3 s]
/proc/loadavg: 4.20 4.19 4.18 5/321 55309
/proc/meminfo: memFree=120091508/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3600.05 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 104712 0 0 0 359213 792 0 0 20 0 20 0 49159762 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 541971 5549 1 0 555753 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=17792 CPUtime=3566.6 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 46713 0 0 0 356015 645 0 0 20 0 20 0 49159765 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 1865 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167884 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.24 s, system=7.94553 s

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

[startup+3604.3 s]
/proc/loadavg: 4.20 4.19 4.18 5/321 55309
/proc/meminfo: memFree=120091508/131249992 swapFree=33010684/33010684
[pid=54357] ppid=54351 vsize=19063512 memory=2167884 CPUtime=3600.05 cores=4,6
/proc/54357/stat : 54357 (java) S 54351 54357 53743 0 -1 4194304 104712 0 0 0 359213 792 0 0 20 0 20 0 49159762 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
/proc/54357/statm: 4765878 541971 5549 1 0 555753 0
[pid=54357/tid=54362] ppid=54351 vsize=19063512 memory=17792 CPUtime=3566.6 cores=4,6
/proc/54357/task/54362/stat : 54362 (java) R 54351 54357 53743 0 -1 4194368 46713 0 0 0 356015 645 0 0 20 0 20 0 49159765 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54373] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54373/stat : 54373 (Finalizer) S 54351 54357 53743 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54380] ppid=54351 vsize=19063512 memory=2167884 CPUtime=0 cores=4,6
/proc/54357/task/54380/stat : 54380 (Common-Cleaner) S 54351 54357 53743 0 -1 4194368 1865 0 0 0 0 0 0 0 20 0 20 0 49159767 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
[pid=54357/tid=54425] ppid=54351 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/54357/task/54425/stat : 54425 (Timer-0) S 54351 54357 53743 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49159800 19521036288 541971 18446744073709551615 94890029113344 94890029117040 140726823249840 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94890029124856 94890029125648 94890060337152 140726823254317 140726823254502 140726823254502 140726823260104 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2167884 KiB

Child status: 143

Real time (s): 3604.38
CPU time (s): 3600.19
CPU user time (s): 3592.24
CPU system time (s): 7.94553
CPU usage (%): 99.8836
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2167884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.24
system time used= 7.94553
maximum resident set size= 2169036
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107046
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4456520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137655
involuntary context switches= 28295


# summary of solver processes directly reported to runsolver:
#   pid: 54357
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3592.24
#   total CPU system time (s): 7.94553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.55165 second user time and 16.9595 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-01 03:53:30
IDJOB=4486615
IDBENCH=147028
IDSOLVER=3362
FILE ID=nodeC025/4486615-1751334810
RUNJOBID= nodeC025-1751331234-53754
SLURM_JOB_ID= 9594378
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-f1000.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4486615-1751334810/watcher-4486615-1751334810 -o /tmp/evaluation-result-4486615-1751334810/solver-4486615-1751334810 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751331234-53754 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4486615-1751334810 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4486615-1751334810.opb

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

MD5SUM BENCH= f9f2b1fc4917344504b6167976088a05
RANDOM SEED=1831152126

nodeC025 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		: 3600.080
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.67
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		: 3562.606
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.67
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.251
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.67
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		: 3683.239
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.67
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		: 3600.595
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.67
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		: 3599.838
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.67
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.833
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.67
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		: 3599.827
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        126372768 kB
MemAvailable:   129042412 kB
Buffers:            3280 kB
Cached:          3468376 kB
SwapCached:            0 kB
Active:          1147956 kB
Inactive:        3129196 kB
Active(anon):     823580 kB
Inactive(anon):        0 kB
Active(file):     324376 kB
Inactive(file):  3129196 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4824 kB
Writeback:             4 kB
AnonPages:        808672 kB
Mapped:           122696 kB
Shmem:             18084 kB
KReclaimable:     110620 kB
Slab:             200084 kB
SReclaimable:     110620 kB
SUnreclaim:        89464 kB
KernelStack:        4480 kB
PageTables:         4388 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    3540848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150728 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:    710656 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC025 at 2025-07-01 04:53:35