Trace number 4453015

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.17 3563.1

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
vertex-cover/vc-grids-v1_shuffle/normalized-grid10_59.shuf-2.opb
MD5SUMbff129d5f55fe22e82ee63766a82b7b0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.110832
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables590
Total number of constraints1181
Number of constraints which are clauses1180
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint590
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 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 598
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	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 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	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
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: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 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 Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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-4453015-1721450925.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.33/0.22	c ... done. Wall clock time 0.062s.
0.33/0.22	c declared #vars     590
0.33/0.22	c #constraints  1181
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1180
0.33/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
0.33/0.22	c 1181 constraints processed.
25.65/22.98	c cleaning 2496 clauses out of 5000 with flag 0/5000
60.49/57.29	c cleaning 4242 clauses out of 8504 with flag 0/11000
115.89/111.01	c cleaning 5631 clauses out of 11263 with flag 0/18001
163.20/157.88	c cleaning 6812 clauses out of 13635 with flag 0/26004
231.59/225.45	c cleaning 7897 clauses out of 15819 with flag 0/35000
282.70/276.03	c cleaning 8947 clauses out of 17922 with flag 0/45000
370.21/362.85	c cleaning 9973 clauses out of 19976 with flag 0/56001
469.88/461.47	c cleaning 10992 clauses out of 22003 with flag 0/68001
570.23/560.86	c cleaning 11998 clauses out of 24010 with flag 0/81000
680.80/670.44	c cleaning 12809 clauses out of 26017 with flag 0/95005
813.53/800.69	c cleaning 13115 clauses out of 28203 with flag 0/110000
955.79/941.35	c cleaning 13104 clauses out of 31089 with flag 0/126001
1102.00/1086.16	c cleaning 15138 clauses out of 34984 with flag 0/143000
1291.31/1273.81	c cleaning 16321 clauses out of 37846 with flag 0/161000
1537.11/1517.19	c cleaning 16040 clauses out of 40527 with flag 0/180002
1833.42/1810.87	c cleaning 15986 clauses out of 44485 with flag 0/200000
2015.86/1990.93	c cleaning 15760 clauses out of 49499 with flag 0/221000
2234.84/2207.52	c cleaning 19339 clauses out of 55740 with flag 0/243001
2456.91/2427.29	c cleaning 18576 clauses out of 59400 with flag 0/266000
2759.38/2727.14	c cleaning 21815 clauses out of 64828 with flag 0/290004
3443.08/3407.38	c cleaning 22837 clauses out of 68011 with flag 0/315002
3600.05/3563.02	c starts		: 135
3600.05/3563.02	c timeout
3600.05/3563.03	c conflicts		: 325109
3600.05/3563.03	c decisions		: 776288
3600.05/3563.03	c propagations		: 9214092
3600.05/3563.03	c inspects		: 1724910921
3600.05/3563.03	c shortcuts		: 0
3600.05/3563.03	c learnt literals	: 0
3600.05/3563.03	c learnt binary clauses	: 0
3600.05/3563.03	c learnt ternary clauses	: 0
3600.05/3563.03	c learnt constraints	: 325109
3600.05/3563.03	c ignored constraints	: 0
3600.05/3563.03	c root simplifications	: 0
3600.05/3563.03	c removed literals (reason simplification)	: 0
3600.05/3563.03	c reason swapping (by a shorter reason)	: 0
3600.05/3563.03	c Calls to reduceDB	: 21
3600.05/3563.03	c Number of update (reduction) of LBD	: 0
3600.05/3563.03	c Imported unit clauses	: 0
3600.05/3563.03	c No decision after first conflict	: false
3600.05/3563.03	c number of reductions to clauses (during analyze)	: 0
3600.05/3563.03	c number of learned constraints concerned by reduction	: 0
3600.05/3563.03	c number of learning phase by resolution	: 0
3600.05/3563.03	c number of learning phase by cutting planes	: 0
3600.05/3563.03	c number of rounding to 1 operations	: 1358220
3600.05/3563.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3563.03	c number of reductions of the coefficients by power 2 	: 0
3600.05/3563.03	c number of right shift for reduction by power 2 	: 0
3600.05/3563.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3563.03	c number of ending skipping 	: 0
3600.05/3563.03	c number of internal skipping 	: 0
3600.05/3563.03	c number of derivation steps 	: 2475346
3600.05/3563.03	c number of skipped derivation steps 	: 0
3600.05/3563.03	c number of remaining unassigned 	: 880678
3600.05/3563.03	c number of remaining assigned 	: 148270907
3600.05/3563.03	c number of falsified literals weakened from reason	: 0
3600.05/3563.03	c number of falsified literals weakened from conflict	: 0
3600.05/3563.03	c time for arithmetic operations	: 6300150308
3600.05/3563.03	c minimum degree of deleted constraints	: 4
3600.05/3563.03	c maximum degree of deleted constraints	: 2380975552755
3600.05/3563.03	c number of deleted constraints	: 269828
3600.05/3563.04	c speed (assignments/second)	: 2586.1845682049548
3600.05/3563.04	c non guided choices	: 164
3600.05/3563.07	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 33019
3600.05/3563.07	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 415
3600.05/3563.07	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 21847
3600.05/3563.07	s UNKNOWN
3600.05/3563.07	c Total wall clock time (in seconds): 3562.919

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453015-1721450925/watcher-4453015-1721450925 -o /tmp/evaluation-result-4453015-1721450925/solver-4453015-1721450925 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037948 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4453015-1721450925.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=1042823, runsolver pid=1042820

[startup+0.100059 s]*
/proc/loadavg: 4.18 4.20 4.18 5/329 1042841
/proc/meminfo: memFree=117432060/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=18975048 memory=63008 CPUtime=0.13 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 7187 0 0 0 11 2 0 0 20 0 18 0 197259191 19430449152 15752 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4743762 15752 5664 1 0 549302 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 1077936192 5730 0 0 0 7 1 0 0 20 0 18 0 197259192 19430449152 15752 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197259194 19430449152 15752 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197259195 19430449152 15752 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63008 KiB

[startup+0.206119 s]*
/proc/loadavg: 4.18 4.20 4.18 7/329 1042841
/proc/meminfo: memFree=117421292/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=18975048 memory=73792 CPUtime=0.33 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 7773 0 0 0 31 2 0 0 20 0 18 0 197259191 19430449152 18448 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4743762 18448 5811 1 0 549682 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 6030 0 0 0 17 1 0 0 20 0 18 0 197259192 19430449152 18448 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=18975048 memory=2643 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197259194 19430449152 18448 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197259195 19430449152 18448 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73792 KiB

[startup+0.316118 s]*
/proc/loadavg: 4.18 4.20 4.18 7/330 1042842
/proc/meminfo: memFree=117410804/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19041612 memory=85136 CPUtime=0.54 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 8834 0 0 0 52 2 0 0 20 0 19 0 197259191 19498610688 21284 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4760403 21284 5843 1 0 550722 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19041612 memory=-7668044098088298847 CPUtime=0.28 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 6122 0 0 0 26 2 0 0 20 0 19 0 197259192 19498610688 21284 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197259194 19498610688 21284 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197259195 19498610688 21284 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 197259214 19498610688 21284 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 85136 KiB

[startup+0.700826 s]
/proc/loadavg: 4.18 4.20 4.18 6/330 1042842
/proc/meminfo: memFree=117377152/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19041612 memory=157324 CPUtime=1.25 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 13061 0 0 0 120 5 0 0 20 0 19 0 197259191 19498610688 39331 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4760403 39331 5843 1 0 553678 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19041612 memory=12504 CPUtime=0.6 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 6233 0 0 0 57 3 0 0 20 0 19 0 197259192 19498610688 39331 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19041612 memory=12504 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197259194 19498610688 39331 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197259195 19498610688 39331 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19041612 memory=1844 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 197259214 19498610688 39331 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 157324 KiB

[startup+1.50112 s]
/proc/loadavg: 4.18 4.20 4.18 7/331 1042843
/proc/meminfo: memFree=117313824/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=189908 CPUtime=2.83 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 17492 0 0 0 276 7 0 0 20 0 20 0 197259191 19566772224 47477 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 47477 5875 1 0 554597 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=12504 CPUtime=1.32 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 6509 0 0 0 129 3 0 0 20 0 20 0 197259192 19566772224 47477 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 47477 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 47477 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 47477 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189908 KiB

[startup+3.10612 s]
/proc/loadavg: 4.25 4.21 4.19 5/331 1042843
/proc/meminfo: memFree=117008032/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=484208 CPUtime=5.18 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 21146 0 0 0 504 14 0 0 20 0 20 0 197259191 19566772224 121052 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 121052 5875 1 0 661117 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=0 CPUtime=2.87 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 7020 0 0 0 278 9 0 0 20 0 20 0 197259192 19566772224 121052 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 121052 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=192124 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 121052 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 121052 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 5.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 484208 KiB

[startup+6.30113 s]
/proc/loadavg: 4.25 4.21 4.19 5/331 1042844
/proc/meminfo: memFree=116687544/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=803972 CPUtime=8.71 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 21799 0 0 0 851 20 0 0 20 0 20 0 197259191 19566772224 200993 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 200993 5875 1 0 661125 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=12504 CPUtime=5.97 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 7253 0 0 0 582 15 0 0 20 0 20 0 197259192 19566772224 200993 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 200993 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=7595145271686947952 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 200993 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=5544 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 200993 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 803972 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 4.21 4.18 5/331 1042844
/proc/meminfo: memFree=116447400/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=1041796 CPUtime=15.14 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 24092 0 0 0 1488 26 0 0 20 0 20 0 197259191 19566772224 260449 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 260449 5875 1 0 661127 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=0 CPUtime=12.26 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 8577 0 0 0 1207 19 0 0 20 0 20 0 197259192 19566772224 260449 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=1041796 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 260449 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 260449 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=16072 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 260449 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 15.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1041796 KiB

[startup+25.5003 s]
/proc/loadavg: 4.18 4.20 4.18 6/331 1042848
/proc/meminfo: memFree=115828260/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=1644196 CPUtime=28.35 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 35296 0 0 0 2795 40 0 0 20 0 20 0 197259191 19566772224 411049 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 411049 5875 1 0 661605 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=1041796 CPUtime=24.86 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 11684 0 0 0 2457 29 0 0 20 0 20 0 197259192 19566772224 411049 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=16072 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 411049 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=1275284 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 36 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 411049 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 411049 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 28.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1644196 KiB

[startup+51.1061 s]
/proc/loadavg: 4.17 4.20 4.18 6/331 1042851
/proc/meminfo: memFree=115697524/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=1742776 CPUtime=54.38 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 40782 0 0 0 5395 43 0 0 20 0 20 0 197259191 19566772224 435694 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 435694 5875 1 0 661606 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=1705860 CPUtime=49.9 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 14048 0 0 0 4960 30 0 0 20 0 20 0 197259192 19566772224 435694 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0

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

/proc/meminfo: memFree=125462100/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3196.53 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 299191 0 0 0 319445 208 0 0 20 0 20 0 197259191 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 650356 5919 1 0 662369 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3106.8 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 103538 0 0 0 310634 46 0 0 20 0 20 0 197259192 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 3098 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 3196.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2601424 KiB

[startup+3222.3 s]
/proc/loadavg: 1.13 1.72 2.95 2/254 1044717
/proc/meminfo: memFree=125461720/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3256.87 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 302075 0 0 0 325476 211 0 0 20 0 20 0 197259191 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 650356 5919 1 0 662369 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3166.2 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 104898 0 0 0 316574 46 0 0 20 0 20 0 197259192 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 3196 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 3256.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2601424 KiB

[startup+3282.3 s]
/proc/loadavg: 1.17 1.62 2.84 2/254 1044729
/proc/meminfo: memFree=125461408/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3317.25 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 304981 0 0 0 331511 214 0 0 20 0 20 0 197259191 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 650356 5919 1 0 662369 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3225.44 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 106738 0 0 0 322497 47 0 0 20 0 20 0 197259192 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 3280 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 3317.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2601424 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.52 2.72 2/254 1044740
/proc/meminfo: memFree=125461064/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3377.79 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 308625 0 0 0 337562 217 0 0 20 0 20 0 197259191 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 650356 5919 1 0 662369 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3284.6 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 107886 0 0 0 328413 47 0 0 20 0 20 0 197259192 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 3280 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 3377.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2601424 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.44 2.62 2/254 1044751
/proc/meminfo: memFree=125460800/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3438.09 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 310184 0 0 0 343590 219 0 0 20 0 20 0 197259191 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 650356 5919 1 0 662369 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3344.01 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 108853 0 0 0 334354 47 0 0 20 0 20 0 197259192 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 3361 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 3438.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2601424 KiB

[startup+3462.3 s]
/proc/loadavg: 1.16 1.39 2.53 3/252 1044761
/proc/meminfo: memFree=125460596/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3498.16 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 313546 0 0 0 349594 222 0 0 20 0 20 0 197259191 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 650356 5919 1 0 662369 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3403.72 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 110299 0 0 0 340325 47 0 0 20 0 20 0 197259192 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 3412 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=11476 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 650356 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 3498.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2601424 KiB

[startup+3522.3 s]
/proc/loadavg: 1.17 1.35 2.44 2/252 1044772
/proc/meminfo: memFree=125460532/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=2601496 CPUtime=3559.03 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 324381 0 0 0 355678 225 0 0 20 0 20 0 197259191 19566772224 650374 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 650374 5935 1 0 662369 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=2601424 CPUtime=3462.95 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 112942 0 0 0 346248 47 0 0 20 0 20 0 197259192 19566772224 650374 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=2601432 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 650374 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=12504 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 3454 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 650374 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=47172 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 650374 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 3559.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2601496 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3563 s]*
/proc/loadavg: 1.08 1.30 2.38 2/252 1044779
/proc/meminfo: memFree=125460224/131524600 swapFree=131071996/131071996
[pid=1042823] ppid=1042820 vsize=19108176 memory=2601508 CPUtime=3600.05 cores=5,7
/proc/1042823/stat : 1042823 (java) S 1042820 1042823 1037935 0 -1 1077936128 326938 0 0 0 359778 227 0 0 20 0 20 0 197259191 19566772224 650377 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
/proc/1042823/statm: 4777044 650377 5935 1 0 662369 0
[pid=1042823/tid=1042825] ppid=1042820 vsize=19108176 memory=-7668044098088298847 CPUtime=3503.17 cores=5,7
/proc/1042823/task/1042825/stat : 1042825 (java) R 1042820 1042823 1037935 0 -1 4194368 113992 0 0 0 350269 48 0 0 20 0 20 0 197259192 19566772224 650377 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042834] ppid=1042820 vsize=19108176 memory=1400792792556265530 CPUtime=0 cores=5,7
/proc/1042823/task/1042834/stat : 1042834 (Finalizer) S 1042820 1042823 1037935 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197259194 19566772224 650377 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042841] ppid=1042820 vsize=19108176 memory=4988 CPUtime=0 cores=5,7
/proc/1042823/task/1042841/stat : 1042841 (Common-Cleaner) S 1042820 1042823 1037935 0 -1 1077936192 3454 0 0 0 0 0 0 0 20 0 20 0 197259195 19566772224 650377 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
[pid=1042823/tid=1042842] ppid=1042820 vsize=19108176 memory=32592 CPUtime=0 cores=5,7
/proc/1042823/task/1042842/stat : 1042842 (Timer-0) S 1042820 1042823 1037935 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 197259214 19566772224 650377 134679101440 94250342080512 94250342084208 140721387813808 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94250342092024 94250342092816 94250348621824 140721387815918 140721387816031 140721387816031 140721387823048 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2601508 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.88 s, system=2.2929 s

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

Child status: 143

Real time (s): 3563.1
CPU time (s): 3600.17
CPU user time (s): 3597.88
CPU system time (s): 2.2929
CPU usage (%): 101.04
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2601508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.88
system time used= 2.2929
maximum resident set size= 2603020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 330820
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137643
involuntary context switches= 12268


# summary of solver processes directly reported to runsolver:
#   pid: 1042823
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.88
#   total CPU system time (s): 2.2929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54486 second user time and 17.5775 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-20 06:48:58
IDJOB=4453015
IDBENCH=166052
IDSOLVER=3046
FILE ID=nodeC027/4453015-1721450925
RUNJOBID= nodeC027-1721442917-1037948
SLURM_JOB_ID= 7545652
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/vertex-cover/vc-grids-v1_shuffle/normalized-grid10_59.shuf-2.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453015-1721450925/watcher-4453015-1721450925 -o /tmp/evaluation-result-4453015-1721450925/solver-4453015-1721450925 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721442917-1037948 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4453015-1721450925.opb

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

MD5SUM BENCH= bff129d5f55fe22e82ee63766a82b7b0
RANDOM SEED=10711681

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		: 3668.317
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		: 3681.808
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		: 3600.218
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		: 3649.490
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		: 3668.377
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		: 3643.220
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		: 3600.388
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		: 3644.660
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:        117474000 kB
MemAvailable:   119237200 kB
Buffers:          532380 kB
Cached:          2068912 kB
SwapCached:            0 kB
Active:          1024748 kB
Inactive:       12376556 kB
Active(anon):       1552 kB
Inactive(anon): 10844364 kB
Active(file):    1023196 kB
Inactive(file):  1532192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:      10799572 kB
Mapped:           127112 kB
Shmem:             45912 kB
KReclaimable:      95268 kB
Slab:             208708 kB
SReclaimable:      95268 kB
SUnreclaim:       113440 kB
KernelStack:        5024 kB
PageTables:        31252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12054536 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71616 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10457088 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= 890084 MiB
End job on nodeC027 at 2024-07-20 07:48:21