Trace number 4442231

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 Cutting Planes 2024 2024-07-12? (TO) 3600.62 3534.53

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB05/
aloul/FPGA_SAT05/normalized-fpga15_13_sat_pb.cnf.cr.opb
MD5SUMb5005b51e5a4f58edc00eb99d2e35735
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.002366
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables293
Total number of constraints236
Number of constraints which are clauses208
Number of constraints which are cardinality constraints (but not clauses)28
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint15
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.13	c See www.sat4j.org for details.
0.14/0.15	c version CUSTOM.v20240707
0.14/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.17	c java.vm.version	22.0.1+8-16
0.14/0.17	c java.vm.vendor	Oracle Corporation
0.14/0.17	c sun.arch.data.model	64
0.14/0.17	c java.version		22.0.1
0.14/0.17	c os.name		Linux
0.14/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.17	c os.arch		amd64
0.14/0.18	c Free memory 		2115194816
0.14/0.18	c Max memory 		16282288128
0.14/0.18	c Total memory 		2122317824
0.14/0.19	c Number of processors 	2
0.47/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.37	 - never skip resolution steps
0.47/0.37	 - Auto-division on coefficients is disabled
0.47/0.37	 - No postprocessing
0.47/0.37	 - Conflict is considered as is when resolving
0.47/0.37	 - Use constraints as they come during conflict analysis
0.47/0.37	 - Weaken first using unassigned literals
0.47/0.37	 - Bump strategy: ALWAYS_ONE
0.47/0.37	 - Bumper: EFFECTIVE
0.47/0.37	--- Begin Solver configuration ---
0.47/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.37	Learn all clauses as in MiniSAT
0.47/0.37	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.37	No reason simplification
0.47/0.37	Dynamic restart strategy considering the size of the coefficients
0.47/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.37	timeout=2147483s
0.47/0.37	DB Simplification allowed=false
0.47/0.37	Listener: none
0.47/0.37	--- End Solver configuration ---
0.47/0.37	c Pseudo Boolean Optimization by upper bound
0.47/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.37	c  - never skip resolution steps
0.47/0.37	c  - Auto-division on coefficients is disabled
0.47/0.37	c  - No postprocessing
0.47/0.37	c  - Conflict is considered as is when resolving
0.47/0.37	c  - Use constraints as they come during conflict analysis
0.47/0.37	c  - Weaken first using unassigned literals
0.47/0.37	c  - Bump strategy: ALWAYS_ONE
0.47/0.37	c  - Bumper: EFFECTIVE
0.47/0.37	c --- Begin Solver configuration ---
0.47/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.37	c Learn all clauses as in MiniSAT
0.47/0.37	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.37	c No reason simplification
0.47/0.37	c Dynamic restart strategy considering the size of the coefficients
0.47/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.37	c timeout=2147483s
0.47/0.37	c DB Simplification allowed=false
0.47/0.37	c Listener: none
0.47/0.37	c --- End Solver configuration ---
0.47/0.37	c solving HOME/instance-4442231-1721301733.opb
0.47/0.37	c reading problem ... 
0.47/0.38	c  no objective function found
0.68/0.49	c ... done. Wall clock time 0.104s.
0.68/0.49	c declared #vars     293
0.68/0.49	c #constraints  236
0.68/0.49	c constraints type 
0.68/0.49	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28
0.68/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 208
0.68/0.49	c 236 constraints processed.
7.61/4.01	c cleaning 2496 clauses out of 5000 with flag 0/5000
11.33/7.20	c cleaning 4252 clauses out of 8504 with flag 0/11000
15.68/11.16	c cleaning 5626 clauses out of 11252 with flag 0/18000
19.18/14.62	c cleaning 6807 clauses out of 13627 with flag 0/26001
23.84/19.09	c cleaning 7903 clauses out of 15820 with flag 0/35001
28.81/23.99	c cleaning 8956 clauses out of 17916 with flag 0/45000
46.99/39.43	c cleaning 9959 clauses out of 19960 with flag 0/56000
54.98/47.21	c cleaning 10990 clauses out of 22001 with flag 0/68000
63.76/55.71	c cleaning 12001 clauses out of 24011 with flag 0/81000
75.47/67.29	c cleaning 13003 clauses out of 26010 with flag 0/95000
88.56/79.97	c cleaning 13999 clauses out of 28008 with flag 0/110001
101.60/92.53	c cleaning 15004 clauses out of 30008 with flag 0/126000
117.65/108.08	c cleaning 15990 clauses out of 32005 with flag 0/143001
135.57/125.31	c cleaning 17007 clauses out of 34014 with flag 0/161000
151.42/140.87	c cleaning 17996 clauses out of 36008 with flag 0/180001
165.80/154.74	c cleaning 19006 clauses out of 38011 with flag 0/200000
186.31/174.63	c cleaning 19988 clauses out of 40005 with flag 0/221000
216.98/204.64	c cleaning 21001 clauses out of 42018 with flag 0/243001
241.74/228.88	c cleaning 22007 clauses out of 44018 with flag 0/266002
271.00/257.52	c cleaning 22990 clauses out of 46009 with flag 0/290000
301.50/287.52	c cleaning 24003 clauses out of 48019 with flag 0/315000
361.28/346.36	c cleaning 24983 clauses out of 50017 with flag 0/341001
389.05/373.25	c cleaning 25994 clauses out of 52033 with flag 0/368000
419.15/402.69	c cleaning 27015 clauses out of 54040 with flag 0/396001
461.14/444.17	c cleaning 28001 clauses out of 56024 with flag 0/425000
513.30/495.78	c cleaning 29004 clauses out of 58023 with flag 0/455000
551.34/532.92	c cleaning 30006 clauses out of 60019 with flag 0/486000
597.30/578.00	c cleaning 30996 clauses out of 62014 with flag 0/518001
650.22/629.69	c cleaning 32003 clauses out of 64017 with flag 0/551000
715.18/693.34	c cleaning 32997 clauses out of 66016 with flag 0/585002
782.40/759.26	c cleaning 34003 clauses out of 68017 with flag 0/620000
861.64/837.01	c cleaning 34998 clauses out of 70014 with flag 0/656000
934.25/908.36	c cleaning 35999 clauses out of 72016 with flag 0/693000
1001.68/974.55	c cleaning 37006 clauses out of 74017 with flag 0/731000
1060.74/1032.69	c cleaning 37992 clauses out of 76012 with flag 0/770001
1129.90/1100.24	c cleaning 39004 clauses out of 78020 with flag 0/810001
1187.91/1156.54	c cleaning 39995 clauses out of 80015 with flag 0/851000
1291.51/1258.69	c cleaning 41008 clauses out of 82020 with flag 0/893000
1359.62/1325.54	c cleaning 41987 clauses out of 84012 with flag 0/936000
1414.96/1379.68	c cleaning 42998 clauses out of 86025 with flag 0/980000
1525.21/1488.06	c cleaning 44002 clauses out of 88028 with flag 0/1025001
1673.90/1633.94	c cleaning 45002 clauses out of 90027 with flag 0/1071002
1884.71/1841.75	c cleaning 46005 clauses out of 92024 with flag 0/1118001
2087.02/2041.84	c cleaning 47005 clauses out of 94019 with flag 0/1166001
2287.81/2240.14	c cleaning 48002 clauses out of 96015 with flag 0/1215002
2522.38/2472.22	c cleaning 49001 clauses out of 98011 with flag 0/1265000
2761.97/2707.82	c cleaning 49997 clauses out of 100010 with flag 0/1316000
3010.45/2953.64	c cleaning 50994 clauses out of 102013 with flag 0/1368000
3211.64/3152.28	c cleaning 52009 clauses out of 104019 with flag 0/1421000
3414.23/3351.77	c cleaning 52986 clauses out of 106010 with flag 0/1475000
3600.00/3534.23	c starts		: 47
3600.00/3534.25	c conflicts		: 1530001
3600.00/3534.25	c decisions		: 2558670
3600.00/3534.25	c propagations		: 16920735
3600.00/3534.25	c inspects		: 5009211605
3600.00/3534.25	c shortcuts		: 0
3600.00/3534.25	c learnt literals	: 0
3600.00/3534.25	c learnt binary clauses	: 0
3600.00/3534.26	c learnt ternary clauses	: 0
3600.00/3534.26	c learnt constraints	: 1530001
3600.00/3534.26	c ignored constraints	: 0
3600.00/3534.26	c root simplifications	: 0
3600.00/3534.26	c removed literals (reason simplification)	: 0
3600.00/3534.26	c reason swapping (by a shorter reason)	: 0
3600.00/3534.26	c Calls to reduceDB	: 51
3600.00/3534.26	c Number of update (reduction) of LBD	: 1748301
3600.00/3534.26	c Imported unit clauses	: 0
3600.00/3534.27	c No decision after first conflict	: false
3600.00/3534.27	c number of reductions to clauses (during analyze)	: 0
3600.00/3534.27	c number of learned constraints concerned by reduction	: 0
3600.00/3534.27	c number of learning phase by resolution	: 0
3600.00/3534.27	c number of learning phase by cutting planes	: 0
3600.00/3534.27	c number of rounding to 1 operations	: 0
3600.00/3534.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3534.27	c number of reductions of the coefficients by power 2 	: 0
3600.00/3534.27	c number of right shift for reduction by power 2 	: 0
3600.00/3534.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3534.27	c number of ending skipping 	: 0
3600.00/3534.27	c number of internal skipping 	: 0
3600.00/3534.27	c number of derivation steps 	: 8210513
3600.00/3534.27	c number of skipped derivation steps 	: 0
3600.00/3534.27	c number of remaining unassigned 	: 10815
3600.00/3534.27	c number of remaining assigned 	: 522788219
3600.00/3534.27	c number of falsified literals weakened from reason	: 0
3600.00/3534.27	c number of falsified literals weakened from conflict	: 0
3600.00/3534.27	c time for arithmetic operations	: 12334761291
3600.00/3534.29	c minimum degree of deleted constraints	: 1
3600.00/3534.30	c maximum degree of deleted constraints	: 1025421929950533648
3600.00/3534.30	c number of deleted constraints	: 1432199
3600.21/3534.30	c speed (assignments/second)	: 4788.238593337733
3600.21/3534.30	c non guided choices	: 525
3600.40/3534.49	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 336
3600.40/3534.49	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 15651
3600.40/3534.49	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 92038
3600.40/3534.49	s UNKNOWN
3600.40/3534.49	c Total wall clock time (in seconds): 3534.108

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: 64059 MiB (52042 MiB free)
  memory of node 1: 64510 MiB (57259 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442231-1721301733/watcher-4442231-1721301733 -o /tmp/evaluation-result-4442231-1721301733/solver-4442231-1721301733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941962 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442231-1721301733.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=947498, runsolver pid=947495

[startup+0.100136 s]*
/proc/loadavg: 4.26 4.26 4.30 7/318 947516
/proc/meminfo: memFree=111889024/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=18975048 memory=56260 CPUtime=0.14 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 6599 0 0 0 12 2 0 0 20 0 18 0 182329426 19430449152 14065 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4743762 14065 5590 1 0 550924 0
[pid=947498/tid=947500] ppid=947495 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 5506 0 0 0 7 1 0 0 20 0 18 0 182329427 19430449152 14065 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182329430 19430449152 14065 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182329431 19430449152 14065 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56260 KiB

[startup+0.225458 s]*
/proc/loadavg: 4.26 4.26 4.30 7/318 947516
/proc/meminfo: memFree=111882156/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=18975048 memory=62724 CPUtime=0.31 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 7233 0 0 0 28 3 0 0 20 0 18 0 182329426 19430449152 15681 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4743762 15681 5595 1 0 551412 0
[pid=947498/tid=947500] ppid=947495 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 1077936192 5763 0 0 0 17 1 0 0 20 0 18 0 182329427 19430449152 15681 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=18975048 memory=3711 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182329430 19430449152 15681 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182329431 19430449152 15681 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62724 KiB

[startup+0.321822 s]*
/proc/loadavg: 4.26 4.26 4.30 7/318 947516
/proc/meminfo: memFree=111881176/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=18975048 memory=64756 CPUtime=0.47 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 7491 0 0 0 44 3 0 0 20 0 18 0 182329426 19430449152 16189 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4743762 16189 5786 1 0 551621 0
[pid=947498/tid=947500] ppid=947495 vsize=18975048 memory=-8814782956432564924 CPUtime=0.26 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 5915 0 0 0 25 1 0 0 20 0 18 0 182329427 19430449152 16189 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182329430 19430449152 16189 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 182329431 19430449152 16189 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64756 KiB

[startup+0.711939 s]
/proc/loadavg: 4.48 4.31 4.32 7/319 947517
/proc/meminfo: memFree=111875764/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19041612 memory=86896 CPUtime=1.19 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 8653 0 0 0 115 4 0 0 20 0 19 0 182329426 19498610688 21724 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4760403 21724 5840 1 0 552508 0
[pid=947498/tid=947500] ppid=947495 vsize=19041612 memory=5616 CPUtime=0.62 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 6121 0 0 0 60 2 0 0 20 0 19 0 182329427 19498610688 21724 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19041612 memory=11884 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182329430 19498610688 21724 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19041612 memory=281384916935336 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 182329431 19498610688 21724 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182329476 19498610688 21724 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86896 KiB

[startup+1.50082 s]
/proc/loadavg: 4.48 4.31 4.32 7/319 947518
/proc/meminfo: memFree=111818096/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=176080 CPUtime=2.73 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 17375 0 0 0 266 7 0 0 20 0 20 0 182329426 19566772224 44020 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 44020 5855 1 0 555937 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=11884 CPUtime=1.34 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 6771 0 0 0 131 3 0 0 20 0 20 0 182329427 19566772224 44020 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 44020 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 44020 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=281384916788496 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 44020 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176080 KiB

[startup+3.10682 s]
/proc/loadavg: 4.48 4.31 4.32 6/320 947519
/proc/meminfo: memFree=111436156/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=508760 CPUtime=5.89 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 24332 0 0 0 573 16 0 0 20 0 20 0 182329426 19566772224 127190 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 127190 5871 1 0 559987 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=0 CPUtime=2.86 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 7533 0 0 0 277 9 0 0 20 0 20 0 182329427 19566772224 127190 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 127190 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 49 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 127190 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=11596 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 127190 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 5.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 508760 KiB

[startup+6.30081 s]
/proc/loadavg: 4.44 4.30 4.32 6/320 947520
/proc/meminfo: memFree=110632512/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=1341420 CPUtime=10.37 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 26118 0 0 0 1004 33 0 0 20 0 20 0 182329426 19566772224 335355 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 335355 5871 1 0 560140 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=11884 CPUtime=5.9 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 8920 0 0 0 566 24 0 0 20 0 20 0 182329427 19566772224 335355 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 335355 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 335355 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=176336 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 335355 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 10.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1341420 KiB

[startup+12.7005 s]
/proc/loadavg: 4.40 4.30 4.31 5/320 947522
/proc/meminfo: memFree=109653132/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=2287924 CPUtime=17.28 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 27684 0 0 0 1676 52 0 0 20 0 20 0 182329426 19566772224 571981 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 571981 5886 1 0 800358 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=0 CPUtime=12.15 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 9817 0 0 0 1172 43 0 0 20 0 20 0 182329427 19566772224 571981 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 571981 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=2287924 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 571981 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 571981 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 17.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2287924 KiB

[startup+25.5005 s]
/proc/loadavg: 4.34 4.29 4.31 5/320 947523
/proc/meminfo: memFree=108898380/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=2980076 CPUtime=30.4 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 33782 0 0 0 2974 66 0 0 20 0 20 0 182329426 19566772224 745019 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 745019 5886 1 0 975829 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=2287924 CPUtime=24.32 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 11478 0 0 0 2376 56 0 0 20 0 20 0 182329427 19566772224 745019 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=-8814782956432564924 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 745019 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=43588 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 745019 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 745019 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 30.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2980076 KiB

[startup+51.1134 s]
/proc/loadavg: 4.32 4.29 4.31 5/320 947528
/proc/meminfo: memFree=107010348/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=4886800 CPUtime=58.97 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 49766 0 0 0 5790 107 0 0 20 0 20 0 182329426 19566772224 1221700 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 1221700 5886 1 0 1599471 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=3121244 CPUtime=48.96 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 14870 0 0 0 4809 87 0 0 20 0 20 0 182329427 19566772224 1221700 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=43588 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 1221700 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0

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

Current children cumulated memory: 6338404 KiB

[startup+3282.3 s]
/proc/loadavg: 2.17 2.82 3.58 3/266 949492
/proc/meminfo: memFree=113547932/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=6338404 CPUtime=3344.05 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 400477 0 0 0 334007 398 0 0 20 0 20 0 182329426 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 1584601 5912 1 0 1600443 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=6338404 CPUtime=3201.53 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 225135 0 0 0 320002 151 0 0 20 0 20 0 182329427 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 60 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=6338404 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=43588 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 4577 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 3344.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6338404 KiB

[startup+3342.3 s]
/proc/loadavg: 2.18 2.70 3.49 3/265 949502
/proc/meminfo: memFree=113540536/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=6338404 CPUtime=3404.85 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 406201 0 0 0 340083 402 0 0 20 0 20 0 182329426 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 1584601 5912 1 0 1600443 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=6338404 CPUtime=3260.34 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 228901 0 0 0 325882 152 0 0 20 0 20 0 182329427 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 60 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=281384917219728 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=6338404 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 4693 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=5616 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 3404.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6338404 KiB

[startup+3402.3 s]
/proc/loadavg: 2.20 2.60 3.41 3/266 949513
/proc/meminfo: memFree=114126392/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=6338404 CPUtime=3465.75 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 411961 0 0 0 346167 408 0 0 20 0 20 0 182329426 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 1584601 5912 1 0 1600443 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=6338404 CPUtime=3319.02 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 232748 0 0 0 331749 153 0 0 20 0 20 0 182329427 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 60 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=281384917219728 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=6338404 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 4807 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=6338404 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 1584601 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 3465.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6338404 KiB

[startup+3462.3 s]
/proc/loadavg: 2.93 2.70 3.39 4/266 949524
/proc/meminfo: memFree=115007956/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=6338408 CPUtime=3527.04 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 417461 0 0 0 352291 413 0 0 20 0 20 0 182329426 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 1584602 5912 1 0 1600443 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=281384917219728 CPUtime=3377.49 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 236354 0 0 0 337595 154 0 0 20 0 20 0 182329427 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 61 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=6338404 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=6338408 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 4959 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=6338408 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 3527.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6338408 KiB

[startup+3522.3 s]
/proc/loadavg: 2.72 2.70 3.34 3/269 949539
/proc/meminfo: memFree=115007536/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=6338408 CPUtime=3588.11 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 423017 0 0 0 358393 418 0 0 20 0 20 0 182329426 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 1584602 5912 1 0 1600443 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=6338408 CPUtime=3435.99 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 240119 0 0 0 343444 155 0 0 20 0 20 0 182329427 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 61 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=43588 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=6338408 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 4959 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=43588 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 3588.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6338408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3534.2 s]
/proc/loadavg: 2.61 2.68 3.33 3/269 949541
/proc/meminfo: memFree=115007604/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19108176 memory=6338408 CPUtime=3600 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 423579 0 0 0 359581 419 0 0 20 0 20 0 182329426 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4777044 1584602 5912 1 0 1600443 0
[pid=947498/tid=947500] ppid=947495 vsize=19108176 memory=7940 CPUtime=3447.86 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 240681 0 0 0 344631 155 0 0 20 0 20 0 182329427 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 61 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19108176 memory=19824 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182329430 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19108176 memory=6972 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 4959 0 0 0 0 0 0 0 20 0 20 0 182329431 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947517] ppid=947495 vsize=19108176 memory=20460 CPUtime=0 cores=5,7
/proc/947498/task/947517/stat : 947517 (Timer-0) S 947495 947498 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182329476 19566772224 1584602 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6338408 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.39 s, system=4.2252 s

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

[startup+3534.4 s]
/proc/loadavg: 2.61 2.68 3.33 3/269 949541
/proc/meminfo: memFree=115007604/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19307868 memory=6339028 CPUtime=3600.4 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 427202 0 0 0 359620 420 0 0 20 0 21 0 182329426 19771256832 1584757 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4826967 1584757 5911 1 0 1601346 0
[pid=947498/tid=947500] ppid=947495 vsize=19307868 memory=6338408 CPUtime=3448.06 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) R 947495 947498 941949 0 -1 4194368 240694 0 0 0 344651 155 0 0 20 0 21 0 182329427 19771256832 1584757 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 61 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19307868 memory=39916 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 182329430 19771256832 1584757 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19307868 memory=5636 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 4959 0 0 0 0 0 0 0 20 0 21 0 182329431 19771256832 1584757 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6339028 KiB

[startup+3534.5 s]
/proc/loadavg: 2.61 2.68 3.33 3/269 949541
/proc/meminfo: memFree=115007604/131655788 swapFree=131071996/131071996
[pid=947498] ppid=947495 vsize=19307868 memory=6339104 CPUtime=3600.59 cores=5,7
/proc/947498/stat : 947498 (java) S 947495 947498 941949 0 -1 1077936128 427591 0 0 0 359639 420 0 0 20 0 16 0 182329426 19771256832 1584776 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
/proc/947498/statm: 4826967 1584776 5923 1 0 1601346 0
[pid=947498/tid=947500] ppid=947495 vsize=19307868 memory=6338408 CPUtime=3448.15 cores=5,7
/proc/947498/task/947500/stat : 947500 (java) S 947495 947498 941949 0 -1 1077936192 240695 0 0 0 344660 155 0 0 20 0 16 0 182329427 19771256832 1584776 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 61 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947509] ppid=947495 vsize=19307868 memory=6338408 CPUtime=0 cores=5,7
/proc/947498/task/947509/stat : 947509 (Finalizer) S 947495 947498 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 16 0 182329430 19771256832 1584776 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
[pid=947498/tid=947516] ppid=947495 vsize=19307868 memory=6338408 CPUtime=0 cores=5,7
/proc/947498/task/947516/stat : 947516 (Common-Cleaner) S 947495 947498 941949 0 -1 1077936192 4959 0 0 0 0 0 0 0 20 0 16 0 182329431 19771256832 1584776 134679101440 94593619976192 94593619979888 140725743430416 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94593619987704 94593619988496 94593625776128 140725743436788 140725743436896 140725743436896 140725743443912 0
Current children cumulated CPU time: 3600.59 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6339104 KiB

Child status: 143

Real time (s): 3534.53
CPU time (s): 3600.62
CPU user time (s): 3596.39
CPU system time (s): 4.2252
CPU usage (%): 101.87
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6339104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.39
system time used= 4.2252
maximum resident set size= 6340000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 427639
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129222
involuntary context switches= 7140


# summary of solver processes directly reported to runsolver:
#   pid: 947498
#   total CPU time (s): 3600.62
#   total CPU user time (s): 3596.39
#   total CPU system time (s): 4.2252

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.3469 second user time and 37.6637 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 13:22:25
IDJOB=4442231
IDBENCH=147786
IDSOLVER=3052
FILE ID=nodeC003/4442231-1721301733
RUNJOBID= nodeC003-1721293749-941962
SLURM_JOB_ID= 7542592
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB05/aloul/FPGA_SAT05/normalized-fpga15_13_sat_pb.cnf.cr.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442231-1721301733/watcher-4442231-1721301733 -o /tmp/evaluation-result-4442231-1721301733/solver-4442231-1721301733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941962 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442231-1721301733.opb

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

MD5SUM BENCH= b5005b51e5a4f58edc00eb99d2e35735
RANDOM SEED=1160448109

nodeC003.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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	: 0xb00001f
cpu MHz		: 3669.914
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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	: 0xb00001f
cpu MHz		: 3522.623
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.386
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.260
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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	: 0xb00001f
cpu MHz		: 3670.028
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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	: 0xb00001f
cpu MHz		: 3491.914
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.431
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.218
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        111925120 kB
MemAvailable:   117494584 kB
Buffers:          502256 kB
Cached:          5843888 kB
SwapCached:            0 kB
Active:           913756 kB
Inactive:       18109560 kB
Active(anon):       1476 kB
Inactive(anon): 12713376 kB
Active(file):     912280 kB
Inactive(file):  5396184 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               912 kB
Writeback:             0 kB
AnonPages:      12677136 kB
Mapped:           126056 kB
Shmem:             37704 kB
KReclaimable:     202060 kB
Slab:             317312 kB
SReclaimable:     202060 kB
SUnreclaim:       115252 kB
KernelStack:        4808 kB
PageTables:        34580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   13813048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57472 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12423168 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC003 at 2024-07-18 14:21:20