Trace number 4452811

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.27 3584.12

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP065.shuf-3.opb
MD5SUMff63d464810e05f4e638d683112dc5a7
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 benchmark1.4335
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11055
Total number of constraints2212
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3
Number of constraints which are nor clauses,nor cardinality constraints2209
Minimum length of a constraint5
Maximum length of a constraint15
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.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-4452811-1721451904.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.48/0.35	c ... done. Wall clock time 0.202s.
0.48/0.36	c declared #vars     11055
0.48/0.36	c #constraints  2212
0.48/0.36	c constraints type 
0.48/0.36	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2212
0.48/0.36	c 2212 constraints processed.
3.81/2.04	c cleaning 2499 clauses out of 5001 with flag 0/5001
11.52/8.42	c cleaning 4242 clauses out of 8501 with flag 0/11000
15.05/11.76	c cleaning 5630 clauses out of 11259 with flag 0/18000
19.82/16.13	c cleaning 6811 clauses out of 13629 with flag 0/26000
23.25/19.55	c cleaning 7859 clauses out of 15821 with flag 0/35003
57.79/54.15	c cleaning 8966 clauses out of 17959 with flag 0/45000
60.90/57.30	c cleaning 9949 clauses out of 19993 with flag 0/56000
102.14/98.48	c cleaning 10999 clauses out of 22045 with flag 0/68001
117.90/113.99	c cleaning 12012 clauses out of 24046 with flag 0/81001
136.27/131.91	c cleaning 12986 clauses out of 26033 with flag 0/95000
154.01/149.23	c cleaning 14012 clauses out of 28047 with flag 0/110000
172.36/167.18	c cleaning 14980 clauses out of 30035 with flag 0/126000
193.08/187.26	c cleaning 16013 clauses out of 32057 with flag 0/143002
282.76/276.08	c cleaning 16997 clauses out of 34043 with flag 0/161001
430.50/423.39	c cleaning 18006 clauses out of 36045 with flag 0/180000
441.42/434.03	c cleaning 19020 clauses out of 38039 with flag 0/200000
612.44/604.36	c cleaning 19998 clauses out of 40020 with flag 0/221001
788.98/780.13	c cleaning 20991 clauses out of 42022 with flag 0/243001
802.85/793.83	c cleaning 22001 clauses out of 44030 with flag 0/266000
823.21/813.70	c cleaning 23006 clauses out of 46030 with flag 0/290001
840.55/830.49	c cleaning 24004 clauses out of 48023 with flag 0/315000
862.09/851.49	c cleaning 25004 clauses out of 50019 with flag 0/341000
886.72/875.48	c cleaning 26004 clauses out of 52015 with flag 0/368000
913.08/901.11	c cleaning 26999 clauses out of 54011 with flag 0/396000
941.45/929.12	c cleaning 28002 clauses out of 56012 with flag 0/425000
964.65/951.84	c cleaning 28997 clauses out of 58010 with flag 0/455000
996.62/983.08	c cleaning 30001 clauses out of 60013 with flag 0/486000
1026.34/1012.00	c cleaning 30999 clauses out of 62012 with flag 0/518000
1066.71/1051.58	c cleaning 32003 clauses out of 64014 with flag 0/551001
1103.98/1087.92	c cleaning 33003 clauses out of 66011 with flag 0/585001
1146.87/1130.24	c cleaning 34001 clauses out of 68007 with flag 0/620000
2689.34/2673.20	c cleaning 34992 clauses out of 70007 with flag 0/656001
3600.07/3584.03	c starts		: 22
3600.07/3584.04	c conflicts		: 684058
3600.07/3584.04	c decisions		: 953274
3600.07/3584.04	c propagations		: 3948705
3600.07/3584.04	c inspects		: 1814933021
3600.07/3584.04	c shortcuts		: 0
3600.07/3584.04	c learnt literals	: 0
3600.07/3584.04	c learnt binary clauses	: 0
3600.07/3584.04	c learnt ternary clauses	: 0
3600.07/3584.04	c learnt constraints	: 684058
3600.07/3584.04	c ignored constraints	: 0
3600.07/3584.04	c root simplifications	: 0
3600.07/3584.04	c removed literals (reason simplification)	: 0
3600.07/3584.04	c reason swapping (by a shorter reason)	: 0
3600.07/3584.04	c Calls to reduceDB	: 32
3600.07/3584.04	c Number of update (reduction) of LBD	: 412418
3600.07/3584.04	c Imported unit clauses	: 0
3600.07/3584.04	c No decision after first conflict	: false
3600.07/3584.04	c number of reductions to clauses (during analyze)	: 0
3600.07/3584.04	c number of learned constraints concerned by reduction	: 0
3600.07/3584.04	c number of learning phase by resolution	: 0
3600.07/3584.04	c number of learning phase by cutting planes	: 0
3600.07/3584.04	c number of rounding to 1 operations	: 0
3600.07/3584.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3584.04	c number of reductions of the coefficients by power 2 	: 0
3600.07/3584.04	c number of right shift for reduction by power 2 	: 0
3600.07/3584.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3584.04	c number of ending skipping 	: 0
3600.07/3584.04	c number of internal skipping 	: 0
3600.07/3584.04	c number of derivation steps 	: 2841234
3600.07/3584.04	c number of skipped derivation steps 	: 0
3600.07/3584.04	c number of remaining unassigned 	: 857509
3600.07/3584.04	c number of remaining assigned 	: 104707655
3600.07/3584.04	c number of falsified literals weakened from reason	: 0
3600.07/3584.04	c number of falsified literals weakened from conflict	: 0
3600.07/3584.04	c time for arithmetic operations	: 18569867461
3600.07/3584.04	c minimum degree of deleted constraints	: 1
3600.07/3584.04	c maximum degree of deleted constraints	: 118261292417769304609049554806301528119401687061747526406685692984621203545715686449207689397144545761171632693305926912211655080143638069721082676550297250224235115265265189529468187134538411573864230777238704095344273906965187766027339625932573829094162557940873857796779850840
3600.07/3584.04	c number of deleted constraints	: 620986
3600.07/3584.04	c speed (assignments/second)	: 1101.8594325265078
3600.07/3584.04	c non guided choices	: 54845
3600.07/3584.07	c timeout
3600.07/3584.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1237
3600.07/3584.10	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 61835
3600.07/3584.10	s UNKNOWN
3600.07/3584.10	c Total wall clock time (in seconds): 3583.951

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: 63931 MiB (53317 MiB free)
  memory of node 1: 64510 MiB (56706 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452811-1721451904/watcher-4452811-1721451904 -o /tmp/evaluation-result-4452811-1721451904/solver-4452811-1721451904 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069361 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452811-1721451904.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
solver pid=1073573, runsolver pid=1073570
Current StackSize limit: 8192 KiB


[startup+0.100084 s]*
/proc/loadavg: 4.14 4.12 4.13 5/329 1073591
/proc/meminfo: memFree=112620944/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=18975048 memory=64516 CPUtime=0.13 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 7619 0 0 0 11 2 0 0 20 0 18 0 197355728 19430449152 16129 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4743762 16129 5636 1 0 549324 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 6195 0 0 0 7 1 0 0 20 0 18 0 197355729 19430449152 16156 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197355731 19430449152 16157 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=18975048 memory=14699586522474005 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197355732 19430449152 16157 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64516 KiB

[startup+0.205793 s]*
/proc/loadavg: 4.14 4.12 4.13 7/329 1073591
/proc/meminfo: memFree=112591856/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=18975048 memory=98020 CPUtime=0.33 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 8122 0 0 0 30 3 0 0 20 0 18 0 197355728 19430449152 24505 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4743762 24505 5802 1 0 549670 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 6472 0 0 0 16 2 0 0 20 0 18 0 197355729 19430449152 24505 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=18975048 memory=1670 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197355731 19430449152 24505 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=18975048 memory=14418111545738792 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197355732 19430449152 24505 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 98020 KiB

[startup+0.305871 s]*
/proc/loadavg: 4.14 4.12 4.13 6/330 1073593
/proc/meminfo: memFree=112518812/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19041612 memory=166084 CPUtime=0.48 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 9823 0 0 0 44 4 0 0 20 0 19 0 197355728 19498610688 41521 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4760403 41521 5848 1 0 551059 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19041612 memory=-7595142079120237666 CPUtime=0.24 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 6511 0 0 0 21 3 0 0 20 0 19 0 197355729 19498610688 41521 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197355731 19498610688 41521 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197355732 19498610688 41521 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166084 KiB

[startup+0.701099 s]
/proc/loadavg: 4.14 4.12 4.13 7/331 1073594
/proc/meminfo: memFree=112499980/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=187424 CPUtime=1.23 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 16301 0 0 0 117 6 0 0 20 0 20 0 197355728 19566772224 46856 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 46856 5848 1 0 555577 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=5448 CPUtime=0.56 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 6578 0 0 0 53 3 0 0 20 0 20 0 197355729 19566772224 46856 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 46856 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 46856 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=117636 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 46856 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187424 KiB

[startup+1.50111 s]
/proc/loadavg: 4.14 4.12 4.13 6/331 1073594
/proc/meminfo: memFree=112335872/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=666192 CPUtime=2.81 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 19884 0 0 0 265 16 0 0 20 0 20 0 197355728 19566772224 166548 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 166548 5848 1 0 843589 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=13040 CPUtime=1.33 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 6813 0 0 0 121 12 0 0 20 0 20 0 197355729 19566772224 166548 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 166548 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 166548 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=280709667398928 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 166548 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 666192 KiB

[startup+3.10602 s]
/proc/loadavg: 4.21 4.14 4.13 6/331 1073594
/proc/meminfo: memFree=111779360/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=910252 CPUtime=5.81 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 20668 0 0 0 560 21 0 0 20 0 20 0 197355728 19566772224 227563 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 227563 5848 1 0 844026 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=0 CPUtime=2.9 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 6998 0 0 0 273 17 0 0 20 0 20 0 197355729 19566772224 227563 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 227563 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 227563 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=11860 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 227563 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 5.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 910252 KiB

[startup+6.30029 s]
/proc/loadavg: 4.21 4.14 4.13 5/332 1073595
/proc/meminfo: memFree=111211456/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=1458784 CPUtime=9.31 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 24695 0 0 0 898 33 0 0 20 0 20 0 197355728 19566772224 364696 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 364696 5864 1 0 844032 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=13040 CPUtime=6.05 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 8253 0 0 0 577 28 0 0 20 0 20 0 197355729 19566772224 364696 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 364696 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=749700 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 364696 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 364696 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 9.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1458784 KiB

[startup+12.7003 s]
/proc/loadavg: 4.27 4.15 4.14 5/332 1073597
/proc/meminfo: memFree=110764276/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=1900996 CPUtime=16.09 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 32262 0 0 0 1566 43 0 0 20 0 20 0 197355728 19566772224 475249 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 475249 5880 1 0 844976 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=0 CPUtime=12.31 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 9501 0 0 0 1195 36 0 0 20 0 20 0 197355729 19566772224 475249 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=-7595142079120237666 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 475249 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=2244 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 475249 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=11860 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 475249 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 16.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1900996 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 4.15 4.13 5/332 1073598
/proc/meminfo: memFree=110593952/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=2066712 CPUtime=29.28 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 37822 0 0 0 2881 47 0 0 20 0 20 0 197355728 19566772224 516678 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 516678 5880 1 0 844977 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=11860 CPUtime=24.92 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 11487 0 0 0 2454 38 0 0 20 0 20 0 197355729 19566772224 516678 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=11860 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 516678 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=1458784 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 516678 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=280709667345712 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 516678 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 29.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2066712 KiB

[startup+51.1061 s]
/proc/loadavg: 4.21 4.15 4.13 5/332 1073603
/proc/meminfo: memFree=110570844/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=2079116 CPUtime=54.82 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 40759 0 0 0 5432 50 0 0 20 0 20 0 197355728 19566772224 519779 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 519779 5880 1 0 844977 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=2079112 CPUtime=50.07 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 13361 0 0 0 4968 39 0 0 20 0 20 0 197355729 19566772224 519779 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=280709668095360 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 519779 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0

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

/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 4385 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=5448 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 3238.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5295336 KiB

[startup+3282.3 s]
/proc/loadavg: 4.49 4.28 4.25 5/335 1075656
/proc/meminfo: memFree=104845296/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=3298.53 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 326860 0 0 0 329562 291 0 0 20 0 20 0 197355728 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 1323834 5890 1 0 1338229 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=3247.48 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 155507 0 0 0 324637 111 0 0 20 0 20 0 197355729 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=7236274598325087075 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 4475 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 3298.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5295336 KiB

[startup+3342.3 s]
/proc/loadavg: 4.54 4.35 4.28 5/336 1075673
/proc/meminfo: memFree=104835964/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=3358.49 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 331786 0 0 0 335556 293 0 0 20 0 20 0 197355728 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 1323834 5890 1 0 1338229 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=3307.16 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 158278 0 0 0 330604 112 0 0 20 0 20 0 197355729 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 4564 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 3358.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5295336 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.31 4.27 5/336 1075695
/proc/meminfo: memFree=104835168/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=3418.45 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 336758 0 0 0 341549 296 0 0 20 0 20 0 197355728 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 1323834 5890 1 0 1338229 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=3366.82 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 161279 0 0 0 336569 113 0 0 20 0 20 0 197355729 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 4654 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 1323834 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 3418.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5295336 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.27 4.26 5/335 1075705
/proc/meminfo: memFree=104829724/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=5299876 CPUtime=3478.4 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 341513 0 0 0 347541 299 0 0 20 0 20 0 197355728 19566772224 1324969 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 1324969 5890 1 0 1338229 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=3426.53 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 164329 0 0 0 342540 113 0 0 20 0 20 0 197355729 19566772224 1324969 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 1324969 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=5295336 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 4743 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 1324969 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=-7595142079120237666 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 1324969 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 3478.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5299876 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.22 4.24 5/334 1075716
/proc/meminfo: memFree=104811844/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=5300100 CPUtime=3538.38 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 346357 0 0 0 353535 303 0 0 20 0 20 0 197355728 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 1325025 5890 1 0 1338229 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=-7595142079120237666 CPUtime=3486.24 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 167334 0 0 0 348510 114 0 0 20 0 20 0 197355729 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=5299876 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=5300100 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 4871 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=5300100 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 3538.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5300100 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.22 4.24 5/334 1075730
/proc/meminfo: memFree=104811132/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=5300100 CPUtime=3598.37 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 349847 0 0 0 359531 306 0 0 20 0 20 0 197355728 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 1325025 5890 1 0 1338229 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=5300100 CPUtime=3545.92 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 169638 0 0 0 354477 115 0 0 20 0 20 0 197355729 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=5300100 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=47032 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 4961 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 3598.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5300100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584 s]*
/proc/loadavg: 4.17 4.22 4.24 5/334 1075730
/proc/meminfo: memFree=104811148/131524600 swapFree=131071996/131071996
[pid=1073573] ppid=1073570 vsize=19108176 memory=5300100 CPUtime=3600.07 cores=5,7
/proc/1073573/stat : 1073573 (java) S 1073570 1073573 1069348 0 -1 1077936128 349872 0 0 0 359701 306 0 0 20 0 20 0 197355728 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
/proc/1073573/statm: 4777044 1325025 5890 1 0 1338229 0
[pid=1073573/tid=1073575] ppid=1073570 vsize=19108176 memory=-7595142079119909983 CPUtime=3547.63 cores=5,7
/proc/1073573/task/1073575/stat : 1073575 (java) R 1073570 1073573 1069348 0 -1 4194368 169663 0 0 0 354648 115 0 0 20 0 20 0 197355729 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 20 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073584] ppid=1073570 vsize=19108176 memory=-6933350163988321477 CPUtime=0 cores=5,7
/proc/1073573/task/1073584/stat : 1073584 (Finalizer) S 1073570 1073573 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197355731 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073591] ppid=1073570 vsize=19108176 memory=6656426216303648864 CPUtime=0 cores=5,7
/proc/1073573/task/1073591/stat : 1073591 (Common-Cleaner) S 1073570 1073573 1069348 0 -1 1077936192 4961 0 0 0 0 0 0 0 20 0 20 0 197355732 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
[pid=1073573/tid=1073594] ppid=1073570 vsize=19108176 memory=3472468651062029660 CPUtime=0 cores=5,7
/proc/1073573/task/1073594/stat : 1073594 (Timer-0) S 1073570 1073573 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197355765 19566772224 1325025 134679101440 93949020827648 93949020831344 140728927014048 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93949020839160 93949020839952 93949053296640 140728927015923 140728927016031 140728927016031 140728927023048 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5300100 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.19 s, system=3.08348 s

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

[startup+3584.11 s]*
/proc/loadavg: 4.17 4.22 4.24 6/316 1075733
/proc/meminfo: memFree=105866908/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3584.12
CPU time (s): 3600.27
CPU user time (s): 3597.19
CPU system time (s): 3.08348
CPU usage (%): 100.451
Max. virtual memory (cumulated for all children) (KiB): 19112144
Max. memory (cumulated for all children) (KiB): 5300100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.19
system time used= 3.08348
maximum resident set size= 5301068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352697
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125007
involuntary context switches= 6718


# summary of solver processes directly reported to runsolver:
#   pid: 1073573
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3597.19
#   total CPU system time (s): 3.08348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.39075 second user time and 18.6588 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-20 07:05:16
IDJOB=4452811
IDBENCH=165322
IDSOLVER=3052
FILE ID=nodeC025/4452811-1721451904
RUNJOBID= nodeC025-1721444913-1069361
SLURM_JOB_ID= 7545661
Free space on /tmp= 890028 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP065.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452811-1721451904/watcher-4452811-1721451904 -o /tmp/evaluation-result-4452811-1721451904/solver-4452811-1721451904 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069361 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452811-1721451904.opb

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

MD5SUM BENCH= ff63d464810e05f4e638d683112dc5a7
RANDOM SEED=823715221

nodeC025.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		: 3664.040
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	: 6999.72
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		: 3678.391
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	: 7007.09
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.042
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	: 6999.72
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.299
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	: 7007.09
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		: 3664.106
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	: 6999.72
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		: 3656.673
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	: 7007.09
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.061
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	: 6999.72
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		: 3652.124
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	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112664460 kB
MemAvailable:   118799116 kB
Buffers:          571428 kB
Cached:          6333088 kB
SwapCached:            0 kB
Active:          1152920 kB
Inactive:       16901360 kB
Active(anon):       1544 kB
Inactive(anon): 11194124 kB
Active(file):    1151376 kB
Inactive(file):  5707236 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1036 kB
Writeback:             0 kB
AnonPages:      11147468 kB
Mapped:           127496 kB
Shmem:             45912 kB
KReclaimable:     231384 kB
Slab:             361544 kB
SReclaimable:     231384 kB
SUnreclaim:       130160 kB
KernelStack:        5040 kB
PageTables:        31948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12249320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73824 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10786816 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:      318164 kB
DirectMap2M:    43495424 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC025 at 2024-07-20 08:05:01