Trace number 4446191

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.16 3579.2

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-116.opb
MD5SUM2c07ac2a163c6358b3083ff023512428
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 benchmark107.127
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables44846
Total number of constraints988104
Number of constraints which are clauses884812
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints99769
Minimum length of a constraint2
Maximum length of a constraint690
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4446191-1721333509.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
76.93/73.67	c ... done. Wall clock time 73.517s.
76.93/73.67	c declared #vars     44846
76.93/73.67	c #constraints  989877
76.93/73.67	c constraints type 
76.93/73.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 196912
76.93/73.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
76.93/73.67	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 99769
76.93/73.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 689672
76.93/73.67	c 989877 constraints processed.
81.64/76.74	c cleaning 2493 clauses out of 5004 with flag 0/5004
84.71/79.53	c cleaning 4248 clauses out of 8508 with flag 0/11001
88.05/82.88	c cleaning 5624 clauses out of 11259 with flag 0/18000
92.53/87.27	c cleaning 6811 clauses out of 13635 with flag 0/26000
97.51/92.16	c cleaning 7903 clauses out of 15827 with flag 0/35003
102.94/97.56	c cleaning 8956 clauses out of 17921 with flag 0/45000
109.87/104.53	c cleaning 9973 clauses out of 19965 with flag 0/56000
117.90/112.50	c cleaning 10988 clauses out of 21993 with flag 0/68001
126.55/121.15	c cleaning 11998 clauses out of 24005 with flag 0/81001
136.10/130.64	c cleaning 12998 clauses out of 26006 with flag 0/95000
147.21/141.70	c cleaning 13990 clauses out of 28008 with flag 0/110000
159.51/154.02	c cleaning 15000 clauses out of 30018 with flag 0/126000
173.46/167.97	c cleaning 16001 clauses out of 32019 with flag 0/143001
188.74/183.17	c cleaning 17003 clauses out of 34017 with flag 0/161000
204.60/198.98	c cleaning 17998 clauses out of 36014 with flag 0/180000
221.02/215.26	c cleaning 19002 clauses out of 38017 with flag 0/200001
239.78/233.88	c cleaning 19997 clauses out of 40015 with flag 0/221001
260.51/254.40	c cleaning 21004 clauses out of 42020 with flag 0/243003
280.74/274.37	c cleaning 21990 clauses out of 44013 with flag 0/266000
306.71/300.18	c cleaning 23006 clauses out of 46023 with flag 0/290000
332.91/326.23	c cleaning 24002 clauses out of 48017 with flag 0/315000
361.44/354.64	c cleaning 25001 clauses out of 50015 with flag 0/341000
388.36/381.46	c cleaning 25997 clauses out of 52016 with flag 0/368002
419.73/412.64	c cleaning 26997 clauses out of 54017 with flag 0/396000
459.09/451.53	c cleaning 27999 clauses out of 56020 with flag 0/425000
490.22/482.34	c cleaning 29004 clauses out of 58021 with flag 0/455000
521.66/513.40	c cleaning 29999 clauses out of 60018 with flag 0/486001
557.94/549.35	c cleaning 31000 clauses out of 62019 with flag 0/518001
594.13/585.23	c cleaning 32002 clauses out of 64018 with flag 0/551000
631.33/622.08	c cleaning 32999 clauses out of 66016 with flag 0/585000
673.00/663.44	c cleaning 33995 clauses out of 68017 with flag 0/620000
722.64/713.05	c cleaning 35003 clauses out of 70022 with flag 0/656000
774.22/764.52	c cleaning 36004 clauses out of 72020 with flag 0/693001
818.86/808.76	c cleaning 37001 clauses out of 74015 with flag 0/731000
869.12/858.76	c cleaning 38002 clauses out of 76017 with flag 0/770003
919.55/909.01	c cleaning 38998 clauses out of 78014 with flag 0/810002
969.72/958.88	c cleaning 39998 clauses out of 80015 with flag 0/851001
1030.14/1018.99	c cleaning 41000 clauses out of 82016 with flag 0/893000
1092.02/1080.99	c cleaning 41997 clauses out of 84016 with flag 0/936000
1156.82/1145.78	c cleaning 43004 clauses out of 86020 with flag 0/980001
1227.91/1216.96	c cleaning 44002 clauses out of 88016 with flag 0/1025001
1296.65/1285.55	c cleaning 45001 clauses out of 90015 with flag 0/1071002
1365.48/1353.93	c cleaning 46001 clauses out of 92013 with flag 0/1118001
1439.55/1427.60	c cleaning 47002 clauses out of 94012 with flag 0/1166001
1513.23/1500.85	c cleaning 47998 clauses out of 96009 with flag 0/1215000
1588.11/1575.26	c cleaning 48996 clauses out of 98012 with flag 0/1265001
1666.75/1653.68	c cleaning 50002 clauses out of 100015 with flag 0/1316000
1746.18/1732.75	c cleaning 51002 clauses out of 102015 with flag 0/1368002
1826.26/1812.01	c cleaning 52000 clauses out of 104011 with flag 0/1421000
1917.92/1903.21	c cleaning 53000 clauses out of 106012 with flag 0/1475001
2017.74/2002.52	c cleaning 53994 clauses out of 108011 with flag 0/1530000
2126.28/2110.79	c cleaning 55000 clauses out of 110017 with flag 0/1586000
2224.63/2208.48	c cleaning 55996 clauses out of 112018 with flag 0/1643001
2327.81/2310.46	c cleaning 57003 clauses out of 114023 with flag 0/1701002
2432.56/2415.24	c cleaning 58003 clauses out of 116020 with flag 0/1760002
2544.88/2527.57	c cleaning 59000 clauses out of 118015 with flag 0/1820000
2658.26/2640.81	c cleaning 59999 clauses out of 120016 with flag 0/1881001
2787.44/2770.16	c cleaning 61001 clauses out of 122016 with flag 0/1943000
2910.25/2892.72	c cleaning 62004 clauses out of 124015 with flag 0/2006000
3031.52/3013.36	c cleaning 62999 clauses out of 126012 with flag 0/2070001
3159.04/3140.34	c cleaning 63993 clauses out of 128012 with flag 0/2135000
3299.40/3280.12	c cleaning 65005 clauses out of 130020 with flag 0/2201001
3439.55/3419.46	c cleaning 65998 clauses out of 132014 with flag 0/2268000
3570.95/3550.17	c cleaning 66996 clauses out of 134016 with flag 0/2336000
3600.02/3579.12	c starts		: 4
3600.02/3579.12	c timeout
3600.02/3579.13	c conflicts		: 2352864
3600.02/3579.13	c decisions		: 3260695
3600.02/3579.13	c propagations		: 2122805773
3600.02/3579.13	c inspects		: 22972282802
3600.02/3579.13	c shortcuts		: 0
3600.02/3579.13	c learnt literals	: 0
3600.02/3579.13	c learnt binary clauses	: 8
3600.02/3579.13	c learnt ternary clauses	: 341
3600.02/3579.13	c learnt constraints	: 2352863
3600.02/3579.13	c ignored constraints	: 0
3600.02/3579.13	c root simplifications	: 0
3600.02/3579.13	c removed literals (reason simplification)	: 0
3600.02/3579.13	c reason swapping (by a shorter reason)	: 0
3600.02/3579.13	c Calls to reduceDB	: 64
3600.02/3579.13	c Number of update (reduction) of LBD	: 3376824
3600.02/3579.13	c Imported unit clauses	: 0
3600.02/3579.13	c No decision after first conflict	: false
3600.02/3579.13	c number of reductions to clauses (during analyze)	: 0
3600.02/3579.13	c number of learned constraints concerned by reduction	: 0
3600.02/3579.13	c number of learning phase by resolution	: 0
3600.02/3579.13	c number of learning phase by cutting planes	: 0
3600.02/3579.13	c number of rounding to 1 operations	: 0
3600.02/3579.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3579.13	c number of reductions of the coefficients by power 2 	: 0
3600.02/3579.13	c number of right shift for reduction by power 2 	: 0
3600.02/3579.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3579.13	c number of ending skipping 	: 0
3600.02/3579.13	c number of internal skipping 	: 0
3600.02/3579.13	c number of derivation steps 	: 40744292
3600.02/3579.13	c number of skipped derivation steps 	: 0
3600.02/3579.13	c number of remaining unassigned 	: 4
3600.02/3579.13	c number of remaining assigned 	: 31415
3600.02/3579.13	c number of falsified literals weakened from reason	: 0
3600.02/3579.13	c number of falsified literals weakened from conflict	: 0
3600.02/3579.13	c time for arithmetic operations	: 6122898
3600.02/3579.13	c minimum degree of deleted constraints	: 1
3600.02/3579.13	c maximum degree of deleted constraints	: 574
3600.02/3579.13	c number of deleted constraints	: 2268980
3600.02/3579.13	c speed (assignments/second)	: 605574.8717920922
3600.02/3579.13	c non guided choices	: 3633
3600.02/3579.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 83826
3600.02/3579.17	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.02/3579.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 8
3600.02/3579.17	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 48
3600.02/3579.17	s UNKNOWN
3600.02/3579.17	c Total wall clock time (in seconds): 3579.024

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: 63968 MiB (59348 MiB free)
  memory of node 1: 64473 MiB (51708 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446191-1721333509/watcher-4446191-1721333509 -o /tmp/evaluation-result-4446191-1721333509/solver-4446191-1721333509 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971065 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446191-1721333509.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=973281, runsolver pid=973278
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.18 4.21 4.19 5/331 973299
/proc/meminfo: memFree=113680536/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=18975048 memory=62836 CPUtime=0.13 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 7229 0 0 0 12 1 0 0 20 0 18 0 185517614 19430449152 15709 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4743762 15709 5593 1 0 549364 0
[pid=973281/tid=973283] ppid=973278 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 5774 0 0 0 7 1 0 0 20 0 18 0 185517614 19430449152 15709 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185517617 19430449152 15709 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 185517617 19430449152 15709 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62836 KiB

[startup+0.207155 s]*
/proc/loadavg: 4.18 4.21 4.19 5/332 973300
/proc/meminfo: memFree=113581088/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19041612 memory=162732 CPUtime=0.33 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 7920 0 0 0 29 4 0 0 20 0 19 0 185517614 19498610688 40683 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4760403 40683 5854 1 0 550003 0
[pid=973281/tid=973283] ppid=973278 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 1077936192 6101 0 0 0 15 3 0 0 20 0 19 0 185517614 19498610688 40683 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19041612 memory=2643 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 40683 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19041612 memory=14126753849280249 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 40683 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162732 KiB

[startup+0.308134 s]*
/proc/loadavg: 4.18 4.21 4.19 6/332 973300
/proc/meminfo: memFree=113579520/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19042676 memory=165980 CPUtime=0.51 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 9002 0 0 0 46 5 0 0 20 0 19 0 185517614 19499700224 41495 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4760669 41495 5854 1 0 550885 0
[pid=973281/tid=973283] ppid=973278 vsize=19042676 memory=-8599175340424995516 CPUtime=0.26 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 6104 0 0 0 23 3 0 0 20 0 19 0 185517614 19499700224 41495 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19042156 memory=0 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185517617 19499167744 41366 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 41230 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19042676 KiB
Current children cumulated memory: 165980 KiB

[startup+0.704876 s]
/proc/loadavg: 4.18 4.21 4.19 7/332 973300
/proc/meminfo: memFree=113100732/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19041612 memory=1305488 CPUtime=1.22 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 12619 0 0 0 94 28 0 0 20 0 19 0 185517614 19498610688 326372 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4760403 326372 5854 1 0 553025 0
[pid=973281/tid=973283] ppid=973278 vsize=19041612 memory=5544 CPUtime=0.63 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) S 973278 973281 971055 0 -1 1077936192 6650 0 0 0 38 25 0 0 20 0 19 0 185517614 19498610688 326372 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19041612 memory=12504 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 326372 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 326372 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1305488 KiB

[startup+1.50086 s]
/proc/loadavg: 4.18 4.21 4.19 5/332 973300
/proc/meminfo: memFree=111408096/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19041612 memory=3397052 CPUtime=2.76 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 20138 0 0 0 208 68 0 0 20 0 19 0 185517614 19498610688 849263 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4760403 849263 5854 1 0 1084348 0
[pid=973281/tid=973283] ppid=973278 vsize=19041612 memory=12504 CPUtime=1.4 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 7663 0 0 0 76 64 0 0 20 0 19 0 185517614 19498610688 849263 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 849263 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 849263 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3397052 KiB

[startup+3.106 s]
/proc/loadavg: 4.18 4.21 4.19 5/332 973300
/proc/meminfo: memFree=110339720/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19041612 memory=3397316 CPUtime=5.06 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 20225 0 0 0 438 68 0 0 20 0 19 0 185517614 19498610688 849329 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4760403 849329 5854 1 0 1084351 0
[pid=973281/tid=973283] ppid=973278 vsize=19041612 memory=0 CPUtime=2.97 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 7663 0 0 0 233 64 0 0 20 0 19 0 185517614 19498610688 849329 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19041612 memory=12504 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 849329 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19041612 memory=3397052 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 849329 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 5.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3397316 KiB

[startup+6.30028 s]
/proc/loadavg: 4.25 4.22 4.19 5/332 973300
/proc/meminfo: memFree=110337580/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19041612 memory=3399408 CPUtime=8.32 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 20511 0 0 0 763 69 0 0 20 0 19 0 185517614 19498610688 849852 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4760403 849852 5854 1 0 1084370 0
[pid=973281/tid=973283] ppid=973278 vsize=19041612 memory=0 CPUtime=6.07 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 7885 0 0 0 543 64 0 0 20 0 19 0 185517614 19498610688 849852 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19041612 memory=3397052 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 849852 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19041612 memory=228489167166 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 849852 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3399408 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.23 4.19 5/331 973368
/proc/meminfo: memFree=110075000/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19041612 memory=3412164 CPUtime=14.98 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 21395 0 0 0 1428 70 0 0 20 0 19 0 185517614 19498610688 853041 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4760403 853041 5870 1 0 1084370 0
[pid=973281/tid=973283] ppid=973278 vsize=19041612 memory=3410116 CPUtime=12.19 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 8554 0 0 0 1154 65 0 0 20 0 19 0 185517614 19498610688 853041 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19041612 memory=3408068 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 853041 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19041612 memory=3393264 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 853041 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 14.98 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3412164 KiB

[startup+25.5003 s]
/proc/loadavg: 4.37 4.25 4.20 6/332 973371
/proc/meminfo: memFree=109043864/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19041612 memory=3966796 CPUtime=28.05 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 26292 0 0 0 2721 84 0 0 20 0 19 0 185517614 19498610688 991699 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4760403 991699 5870 1 0 1215971 0
[pid=973281/tid=973283] ppid=973278 vsize=19041612 memory=11476 CPUtime=24.4 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 10241 0 0 0 2364 76 0 0 20 0 19 0 185517614 19498610688 991699 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 991699 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19041612 memory=3393264 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 991699 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 28.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3966796 KiB

[startup+51.1069 s]
/proc/loadavg: 4.31 4.25 4.20 5/332 973444
/proc/meminfo: memFree=111830224/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19041612 memory=4499024 CPUtime=54.07 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 32001 0 0 0 5309 98 0 0 20 0 19 0 185517614 19498610688 1124756 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4760403 1124756 5870 1 0 1332952 0
[pid=973281/tid=973283] ppid=973278 vsize=19041612 memory=-8599175340424995516 CPUtime=48.58 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 13403 0 0 0 4771 87 0 0 20 0 19 0 185517614 19498610688 1124756 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19041612 memory=4472256 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 1124756 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19041612 memory=3412164 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 185517617 19498610688 1124756 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 54.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4499024 KiB

[startup+102.3 s]
/proc/loadavg: 4.32 4.26 4.20 5/333 973453
/proc/meminfo: memFree=109243328/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19108176 memory=5023840 CPUtime=107.74 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 49544 0 0 0 10657 117 0 0 20 0 20 0 185517614 19566772224 1255960 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4777044 1255960 5886 1 0 1444153 0

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

/proc/meminfo: memFree=107345304/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19108176 memory=5731360 CPUtime=3241.38 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 356829 0 0 0 323819 319 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4777044 1432840 5896 1 0 1446135 0
[pid=973281/tid=973283] ppid=973278 vsize=19108176 memory=43800 CPUtime=3166.28 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 185432 0 0 0 316489 139 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 53 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19108176 memory=5731360 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19108176 memory=5731360 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 4488 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973449] ppid=973278 vsize=19108176 memory=12504 CPUtime=0 cores=0,2
/proc/973281/task/973449/stat : 973449 (Timer-0) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185524982 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 3241.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5731360 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/330 975268
/proc/meminfo: memFree=107344548/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19108176 memory=5731360 CPUtime=3301.66 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 363553 0 0 0 329844 322 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4777044 1432840 5896 1 0 1446135 0
[pid=973281/tid=973283] ppid=973278 vsize=19108176 memory=12504 CPUtime=3225.58 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 188302 0 0 0 322418 140 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 53 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19108176 memory=5544 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19108176 memory=16072 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 4589 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973449] ppid=973278 vsize=19108176 memory=1992 CPUtime=0 cores=0,2
/proc/973281/task/973449/stat : 973449 (Timer-0) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185524982 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 3301.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5731360 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/330 975279
/proc/meminfo: memFree=107276820/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19108176 memory=5731360 CPUtime=3362.07 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 368691 0 0 0 335882 325 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4777044 1432840 5896 1 0 1446135 0
[pid=973281/tid=973283] ppid=973278 vsize=19108176 memory=32592 CPUtime=3284.73 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 190746 0 0 0 328332 141 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 53 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19108176 memory=-8599175340424995516 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19108176 memory=43800 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 4642 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973449] ppid=973278 vsize=19108176 memory=43800 CPUtime=0 cores=0,2
/proc/973281/task/973449/stat : 973449 (Timer-0) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185524982 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 3362.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5731360 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.17 4.18 5/330 975289
/proc/meminfo: memFree=107270396/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19108176 memory=5731360 CPUtime=3422.38 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 372003 0 0 0 341909 329 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4777044 1432840 5896 1 0 1446135 0
[pid=973281/tid=973283] ppid=973278 vsize=19108176 memory=32592 CPUtime=3344 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 193512 0 0 0 334258 142 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 53 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19108176 memory=5731360 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19108176 memory=-7531822216213012384 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 4742 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973449] ppid=973278 vsize=19108176 memory=43800 CPUtime=0 cores=0,2
/proc/973281/task/973449/stat : 973449 (Timer-0) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185524982 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 3422.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5731360 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.17 4.18 6/331 975300
/proc/meminfo: memFree=107269312/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19108176 memory=5731360 CPUtime=3482.56 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 379097 0 0 0 347924 332 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4777044 1432840 5896 1 0 1446135 0
[pid=973281/tid=973283] ppid=973278 vsize=19108176 memory=32592 CPUtime=3403 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 196141 0 0 0 340157 143 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 53 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19108176 memory=5731360 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 4795 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973449] ppid=973278 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/973281/task/973449/stat : 973449 (Timer-0) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185524982 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 3482.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5731360 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.17 4.18 5/333 975314
/proc/meminfo: memFree=107268512/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19108176 memory=5731360 CPUtime=3543 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 382336 0 0 0 353964 336 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4777044 1432840 5896 1 0 1446135 0
[pid=973281/tid=973283] ppid=973278 vsize=19108176 memory=32592 CPUtime=3462.14 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 198909 0 0 0 346070 144 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 53 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19108176 memory=5731360 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 4895 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973449] ppid=973278 vsize=19108176 memory=5731360 CPUtime=0 cores=0,2
/proc/973281/task/973449/stat : 973449 (Timer-0) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185524982 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 3543 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5731360 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3579.11 s]
/proc/loadavg: 4.37 4.22 4.19 5/333 975391
/proc/meminfo: memFree=109593220/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19108176 memory=5731360 CPUtime=3600.02 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 387276 0 0 0 359663 339 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4777044 1432840 5896 1 0 1446135 0
[pid=973281/tid=973283] ppid=973278 vsize=19108176 memory=11476 CPUtime=3518.33 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 202179 0 0 0 351688 145 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 53 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19108176 memory=16072 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 4948 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973449] ppid=973278 vsize=19108176 memory=2232 CPUtime=0 cores=0,2
/proc/973281/task/973449/stat : 973449 (Timer-0) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185524982 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5731360 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.74 s, system=3.41759 s

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

[startup+3579.11 s]
/proc/loadavg: 4.37 4.22 4.19 5/333 975391
/proc/meminfo: memFree=109593220/131524600 swapFree=131071996/131071996
[pid=973281] ppid=973278 vsize=19108176 memory=5731360 CPUtime=3600.02 cores=0,2
/proc/973281/stat : 973281 (java) S 973278 973281 971055 0 -1 1077936128 387276 0 0 0 359663 339 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
/proc/973281/statm: 4777044 1432840 5896 1 0 1446135 0
[pid=973281/tid=973283] ppid=973278 vsize=19108176 memory=11476 CPUtime=3518.33 cores=0,2
/proc/973281/task/973283/stat : 973283 (java) R 973278 973281 971055 0 -1 4194368 202179 0 0 0 351688 145 0 0 20 0 20 0 185517614 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 53 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973292] ppid=973278 vsize=19108176 memory=11476 CPUtime=0 cores=0,2
/proc/973281/task/973292/stat : 973292 (Finalizer) S 973278 973281 971055 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973299] ppid=973278 vsize=19108176 memory=16072 CPUtime=0 cores=0,2
/proc/973281/task/973299/stat : 973299 (Common-Cleaner) S 973278 973281 971055 0 -1 1077936192 4948 0 0 0 0 0 0 0 20 0 20 0 185517617 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
[pid=973281/tid=973449] ppid=973278 vsize=19108176 memory=2232 CPUtime=0 cores=0,2
/proc/973281/task/973449/stat : 973449 (Timer-0) S 973278 973281 971055 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 185524982 19566772224 1432840 134679101440 94857129738240 94857129741936 140727041845040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94857129749752 94857129750544 94857153036288 140727041848308 140727041848416 140727041848416 140727041855432 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5731360 KiB

Child status: 143

Real time (s): 3579.2
CPU time (s): 3600.16
CPU user time (s): 3596.74
CPU system time (s): 3.41759
CPU usage (%): 100.586
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5731360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.74
system time used= 3.41759
maximum resident set size= 5733256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 391383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131972
involuntary context switches= 33001


# summary of solver processes directly reported to runsolver:
#   pid: 973281
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3596.74
#   total CPU system time (s): 3.41759

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.67069 second user time and 19.2393 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-18 22:12:02
IDJOB=4446191
IDBENCH=155532
IDSOLVER=3052
FILE ID=nodeC027/4446191-1721333509
RUNJOBID= nodeC027-1721329969-971065
SLURM_JOB_ID= 7542702
Free space on /tmp= 889976 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-116.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446191-1721333509/watcher-4446191-1721333509 -o /tmp/evaluation-result-4446191-1721333509/solver-4446191-1721333509 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721329969-971065 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446191-1721333509.opb

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

MD5SUM BENCH= 2c07ac2a163c6358b3083ff023512428
RANDOM SEED=601601631

nodeC027.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	: 0xb00002a
cpu MHz		: 3631.676
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 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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		: 3685.208
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 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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		: 3671.669
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 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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		: 3600.403
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 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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		: 3673.513
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 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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		: 3685.199
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 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
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		: 3605.964
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 invpcid_single pti ibrs ibpb stibp 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	: 7000.36
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		: 3600.457
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 invpcid_single pti ibrs ibpb stibp 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	: 7006.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113722376 kB
MemAvailable:   115336376 kB
Buffers:          490192 kB
Cached:          1955364 kB
SwapCached:            0 kB
Active:           973304 kB
Inactive:       16182160 kB
Active(anon):       1552 kB
Inactive(anon): 14746116 kB
Active(file):     971752 kB
Inactive(file):  1436044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             44928 kB
Writeback:             8 kB
AnonPages:      14708000 kB
Mapped:           126276 kB
Shmem:             37720 kB
KReclaimable:      92052 kB
Slab:             202436 kB
SReclaimable:      92052 kB
SUnreclaim:       110384 kB
KernelStack:        5024 kB
PageTables:        38972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15291676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68096 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14331904 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 889672 MiB
End job on nodeC027 at 2024-07-18 23:11:41