Trace number 4441901

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.23 3541.83

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
MD5SUMd2d0eb539d1ad3b17959abe287928b07
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.516163
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4626
Total number of constraints30747
Number of constraints which are clauses29724
Number of constraints which are cardinality constraints (but not clauses)945
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 101
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.16	c Free memory 		2113181440
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2122317824
0.12/0.17	c Number of processors 	2
0.26/0.30	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.26/0.30	 - never skip resolution steps
0.26/0.30	 - Auto-division on coefficients is disabled
0.26/0.30	 - No postprocessing
0.26/0.30	 - Conflict is considered as is when resolving
0.26/0.30	 - Use constraints as they come during conflict analysis
0.26/0.30	 - Weaken first using unassigned literals
0.26/0.30	 - Bump strategy: ALWAYS_ONE
0.26/0.30	 - Bumper: EFFECTIVE
0.26/0.30	--- Begin Solver configuration ---
0.26/0.30	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.26/0.30	Learn all clauses as in MiniSAT
0.26/0.30	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.30	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.26/0.30	No reason simplification
0.26/0.30	Dynamic restart strategy considering the size of the coefficients
0.26/0.30	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.26/0.30	timeout=2147483s
0.26/0.30	DB Simplification allowed=false
0.26/0.30	Listener: none
0.26/0.30	--- End Solver configuration ---
0.26/0.30	c Pseudo Boolean Optimization by upper bound
0.26/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.26/0.30	c  - never skip resolution steps
0.26/0.30	c  - Auto-division on coefficients is disabled
0.26/0.30	c  - No postprocessing
0.26/0.30	c  - Conflict is considered as is when resolving
0.26/0.30	c  - Use constraints as they come during conflict analysis
0.26/0.30	c  - Weaken first using unassigned literals
0.26/0.30	c  - Bump strategy: ALWAYS_ONE
0.26/0.30	c  - Bumper: EFFECTIVE
0.26/0.30	c --- Begin Solver configuration ---
0.26/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.26/0.30	c Learn all clauses as in MiniSAT
0.26/0.30	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.26/0.30	c No reason simplification
0.26/0.30	c Dynamic restart strategy considering the size of the coefficients
0.26/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.26/0.30	c timeout=2147483s
0.26/0.30	c DB Simplification allowed=false
0.26/0.30	c Listener: none
0.26/0.30	c --- End Solver configuration ---
0.26/0.30	c solving HOME/instance-4441901-1721293869.opb
0.26/0.30	c reading problem ... 
0.26/0.30	c  no objective function found
1.91/1.12	c ... done. Wall clock time 0.816s.
1.91/1.12	c declared #vars     4626
1.91/1.12	c #constraints  30921
1.91/1.12	c constraints type 
1.91/1.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 945
1.91/1.13	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
1.91/1.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29898
1.91/1.13	c 30921 constraints processed.
22.33/18.60	c cleaning 2498 clauses out of 5002 with flag 0/5002
46.46/41.60	c cleaning 4239 clauses out of 8503 with flag 0/11001
65.10/59.70	c cleaning 5632 clauses out of 11263 with flag 0/18000
93.97/88.24	c cleaning 6812 clauses out of 13631 with flag 0/26000
133.69/127.40	c cleaning 7908 clauses out of 15820 with flag 0/35001
159.87/153.18	c cleaning 8950 clauses out of 17913 with flag 0/45002
182.02/174.94	c cleaning 9975 clauses out of 19961 with flag 0/56000
203.43/195.10	c cleaning 10968 clauses out of 21987 with flag 0/68001
224.01/214.88	c cleaning 12000 clauses out of 24018 with flag 0/81000
239.84/229.99	c cleaning 13003 clauses out of 26019 with flag 0/95001
255.52/245.29	c cleaning 14003 clauses out of 28017 with flag 0/110002
274.58/263.72	c cleaning 14997 clauses out of 30013 with flag 0/126001
297.98/286.59	c cleaning 15995 clauses out of 32015 with flag 0/143000
325.37/313.42	c cleaning 17003 clauses out of 34022 with flag 0/161002
354.16/341.78	c cleaning 17999 clauses out of 36018 with flag 0/180001
392.22/378.74	c cleaning 19002 clauses out of 38022 with flag 0/200004
430.92/416.82	c cleaning 19995 clauses out of 40016 with flag 0/221000
475.50/460.68	c cleaning 20998 clauses out of 42022 with flag 0/243001
517.61/501.88	c cleaning 22004 clauses out of 44023 with flag 0/266000
599.27/582.05	c cleaning 23002 clauses out of 46019 with flag 0/290000
673.81/655.32	c cleaning 24001 clauses out of 48020 with flag 0/315003
752.87/732.97	c cleaning 24993 clauses out of 50017 with flag 0/341001
838.49/816.81	c cleaning 25998 clauses out of 52023 with flag 0/368000
926.84/903.87	c cleaning 27003 clauses out of 54027 with flag 0/396002
1018.41/993.86	c cleaning 27996 clauses out of 56022 with flag 0/425000
1125.38/1098.98	c cleaning 29001 clauses out of 58027 with flag 0/455001
1225.70/1197.50	c cleaning 30003 clauses out of 60025 with flag 0/486000
1352.24/1322.10	c cleaning 31001 clauses out of 62023 with flag 0/518001
1477.17/1445.20	c cleaning 32001 clauses out of 64026 with flag 0/551005
1616.19/1581.95	c cleaning 32994 clauses out of 66020 with flag 0/585000
1763.00/1726.38	c cleaning 34005 clauses out of 68026 with flag 0/620000
1955.59/1916.39	c cleaning 35003 clauses out of 70021 with flag 0/656000
2142.23/2100.75	c cleaning 35996 clauses out of 72018 with flag 0/693000
2353.30/2309.16	c cleaning 36998 clauses out of 74023 with flag 0/731001
2574.88/2528.39	c cleaning 38001 clauses out of 76027 with flag 0/770003
2790.68/2741.53	c cleaning 39003 clauses out of 78027 with flag 0/810004
3001.44/2949.72	c cleaning 39997 clauses out of 80020 with flag 0/851000
3228.83/3174.53	c cleaning 41003 clauses out of 82023 with flag 0/893000
3483.89/3427.06	c cleaning 42002 clauses out of 84021 with flag 0/936001
3600.02/3541.72	c timeout
3600.02/3541.73	c starts		: 4
3600.02/3541.74	c conflicts		: 961512
3600.02/3541.74	c decisions		: 1051386
3600.02/3541.74	c propagations		: 31216302
3600.02/3541.74	c inspects		: 5464502634
3600.02/3541.74	c shortcuts		: 0
3600.02/3541.74	c learnt literals	: 0
3600.02/3541.74	c learnt binary clauses	: 0
3600.02/3541.74	c learnt ternary clauses	: 0
3600.02/3541.74	c learnt constraints	: 961512
3600.02/3541.74	c ignored constraints	: 0
3600.02/3541.74	c root simplifications	: 0
3600.02/3541.74	c removed literals (reason simplification)	: 0
3600.02/3541.74	c reason swapping (by a shorter reason)	: 0
3600.02/3541.74	c Calls to reduceDB	: 39
3600.02/3541.74	c Number of update (reduction) of LBD	: 904816
3600.02/3541.74	c Imported unit clauses	: 0
3600.02/3541.74	c No decision after first conflict	: false
3600.02/3541.74	c number of reductions to clauses (during analyze)	: 0
3600.02/3541.74	c number of learned constraints concerned by reduction	: 0
3600.02/3541.74	c number of learning phase by resolution	: 0
3600.02/3541.74	c number of learning phase by cutting planes	: 0
3600.02/3541.74	c number of rounding to 1 operations	: 0
3600.02/3541.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3541.74	c number of reductions of the coefficients by power 2 	: 0
3600.02/3541.74	c number of right shift for reduction by power 2 	: 0
3600.02/3541.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3541.74	c number of ending skipping 	: 0
3600.02/3541.74	c number of internal skipping 	: 0
3600.02/3541.74	c number of derivation steps 	: 9564948
3600.02/3541.74	c number of skipped derivation steps 	: 0
3600.02/3541.74	c number of remaining unassigned 	: 150669
3600.02/3541.74	c number of remaining assigned 	: 193716740
3600.02/3541.74	c number of falsified literals weakened from reason	: 0
3600.02/3541.74	c number of falsified literals weakened from conflict	: 0
3600.02/3541.74	c time for arithmetic operations	: 7148689946
3600.02/3541.74	c minimum degree of deleted constraints	: 1
3600.02/3541.74	c maximum degree of deleted constraints	: 59993843375054680
3600.02/3541.74	c number of deleted constraints	: 893982
3600.02/3541.74	c speed (assignments/second)	: 8816.650134666135
3600.02/3541.74	c non guided choices	: 7271
3600.02/3541.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 23912
3600.02/3541.78	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 235
3600.02/3541.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 43383
3600.02/3541.78	s UNKNOWN
3600.02/3541.78	c Total wall clock time (in seconds): 3541.482

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (55612 MiB free)
  memory of node 1: 64510 MiB (51859 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=942972, runsolver pid=942969

[startup+0.102756 s]*
/proc/loadavg: 4.82 3.33 2.80 6/321 942990
/proc/meminfo: memFree=110015356/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=18975048 memory=56608 CPUtime=0.12 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 6631 0 0 0 10 2 0 0 20 0 18 0 181542977 19430449152 14152 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4743762 14152 5651 1 0 550926 0
[pid=942972/tid=942974] ppid=942969 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 5542 0 0 0 7 1 0 0 20 0 18 0 181542978 19430449152 14152 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181542980 19430449152 14152 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181542981 19430449152 14152 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56608 KiB

[startup+0.213881 s]*
/proc/loadavg: 4.82 3.33 2.80 8/321 942990
/proc/meminfo: memFree=110006216/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=18975048 memory=65424 CPUtime=0.26 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 7284 0 0 0 23 3 0 0 20 0 18 0 181542977 19430449152 16356 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4743762 16356 5655 1 0 551472 0
[pid=942972/tid=942974] ppid=942969 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 1077936192 5788 0 0 0 16 2 0 0 20 0 18 0 181542978 19430449152 16356 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=18975048 memory=3711 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181542980 19430449152 16356 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181542981 19430449152 16356 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65424 KiB

[startup+0.315315 s]*
/proc/loadavg: 4.82 3.33 2.80 8/321 942990
/proc/meminfo: memFree=110003048/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=18975048 memory=71508 CPUtime=0.46 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 7670 0 0 0 43 3 0 0 20 0 18 0 181542977 19430449152 17877 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4743762 17877 5806 1 0 551724 0
[pid=942972/tid=942974] ppid=942969 vsize=18975048 memory=-8527391529127682748 CPUtime=0.29 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 6042 0 0 0 27 2 0 0 20 0 18 0 181542978 19430449152 17877 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181542980 19430449152 17877 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181542981 19430449152 17877 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71508 KiB

[startup+0.702834 s]
/proc/loadavg: 4.82 3.33 2.80 8/321 942990
/proc/meminfo: memFree=109942284/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19041612 memory=181116 CPUtime=1.13 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 9519 0 0 0 106 7 0 0 20 0 19 0 181542977 19498610688 45279 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4760403 45279 5837 1 0 553096 0
[pid=942972/tid=942974] ppid=942969 vsize=19041612 memory=5616 CPUtime=0.53 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) S 942969 942972 941949 0 -1 1077936192 6123 0 0 0 49 4 0 0 20 0 19 0 181542978 19498610688 45279 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19041612 memory=11884 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181542980 19498610688 45279 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181542981 19498610688 45279 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 181116 KiB

[startup+1.50024 s]
/proc/loadavg: 4.82 3.33 2.80 7/322 942991
/proc/meminfo: memFree=109321392/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=913244 CPUtime=2.68 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 21138 0 0 0 244 24 0 0 20 0 20 0 181542977 19566772224 228311 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 228311 5847 1 0 559368 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=11884 CPUtime=1.21 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 6531 0 0 0 103 18 0 0 20 0 20 0 181542978 19566772224 228311 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 228311 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181542981 19566772224 228311 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 913244 KiB

[startup+3.11044 s]
/proc/loadavg: 4.82 3.33 2.80 6/323 942992
/proc/meminfo: memFree=109152700/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=942948 CPUtime=5.85 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 22505 0 0 0 560 25 0 0 20 0 20 0 181542977 19566772224 235737 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 235737 5847 1 0 559671 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=198340509722 CPUtime=2.77 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 6707 0 0 0 258 19 0 0 20 0 20 0 181542978 19566772224 235737 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 235737 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=11884 CPUtime=0 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181542981 19566772224 235737 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=913488 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 235737 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 942948 KiB

[startup+6.30076 s]
/proc/loadavg: 4.75 3.34 2.81 5/323 942993
/proc/meminfo: memFree=108046064/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=2014152 CPUtime=9.5 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 23458 0 0 0 903 47 0 0 20 0 20 0 181542977 19566772224 503538 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 503538 5847 1 0 866730 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=0 CPUtime=5.77 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 7358 0 0 0 539 38 0 0 20 0 20 0 181542978 19566772224 503538 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=11884 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 503538 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=915352 CPUtime=0 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 181542981 19566772224 503538 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=1989576 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 503538 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2014152 KiB

[startup+12.7005 s]
/proc/loadavg: 4.69 3.35 2.81 6/323 942993
/proc/meminfo: memFree=107945124/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=2112868 CPUtime=15.9 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 25368 0 0 0 1539 51 0 0 20 0 20 0 181542977 19566772224 528217 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 528217 5863 1 0 866730 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=2112868 CPUtime=11.92 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 8074 0 0 0 1152 40 0 0 20 0 20 0 181542978 19566772224 528217 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 528217 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=6083344288465904467 CPUtime=0 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 181542981 19566772224 528217 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 528217 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 15.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2112868 KiB

[startup+25.5005 s]
/proc/loadavg: 4.61 3.40 2.84 5/323 942995
/proc/meminfo: memFree=106231192/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=3818884 CPUtime=29.52 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 32071 0 0 0 2863 89 0 0 20 0 20 0 181542977 19566772224 954721 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 954721 5863 1 0 1426590 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=6083344288465904467 CPUtime=24.5 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 10148 0 0 0 2376 74 0 0 20 0 20 0 181542978 19566772224 954721 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 954721 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=1808 CPUtime=0 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 181542981 19566772224 954721 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=-8527391529127682748 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 954721 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 29.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3818884 KiB

[startup+51.1137 s]
/proc/loadavg: 4.47 3.46 2.88 5/323 942999
/proc/meminfo: memFree=105215116/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=4630464 CPUtime=56.2 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 41226 0 0 0 5512 108 0 0 20 0 20 0 181542977 19566772224 1157616 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 1157616 5863 1 0 1426596 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=4614048 CPUtime=49.64 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 13580 0 0 0 4873 91 0 0 20 0 20 0 181542978 19566772224 1157616 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 1157616 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 181542981 19566772224 1157616 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 1157616 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0

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

[startup+3222.3 s]
/proc/loadavg: 4.23 4.24 4.25 5/320 944889
/proc/meminfo: memFree=104173260/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=5653068 CPUtime=3276.9 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 347123 0 0 0 327343 347 0 0 20 0 20 0 181542977 19566772224 1413267 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 1413267 5879 1 0 1428045 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=4301700 CPUtime=3150.26 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 182695 0 0 0 314897 129 0 0 20 0 20 0 181542978 19566772224 1413267 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=5653056 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 1413267 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=5653056 CPUtime=0.01 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 4007 0 0 0 1 0 0 0 20 0 20 0 181542981 19566772224 1413267 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 1413267 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 3276.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5653068 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.19 4.23 5/319 944900
/proc/meminfo: memFree=104172812/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=5653072 CPUtime=3337.66 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 353966 0 0 0 333414 352 0 0 20 0 20 0 181542977 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 1413268 5879 1 0 1428045 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=-8527391529127682748 CPUtime=3208.81 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 185990 0 0 0 320751 130 0 0 20 0 20 0 181542978 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=5653068 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=5653072 CPUtime=0.01 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 4102 0 0 0 1 0 0 0 20 0 20 0 181542981 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=5653072 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 3337.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5653072 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.21 4.24 6/319 944910
/proc/meminfo: memFree=104172436/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=5653072 CPUtime=3398.4 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 359169 0 0 0 339484 356 0 0 20 0 20 0 181542977 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 1413268 5879 1 0 1428045 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=5616 CPUtime=3267.49 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 189353 0 0 0 326618 131 0 0 20 0 20 0 181542978 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=5653072 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=5653072 CPUtime=0.01 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 4180 0 0 0 1 0 0 0 20 0 20 0 181542981 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=5653072 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 3398.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5653072 KiB

[startup+3402.3 s]
/proc/loadavg: 4.34 4.25 4.25 5/319 944920
/proc/meminfo: memFree=104171972/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=5653072 CPUtime=3458.92 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 365623 0 0 0 345531 361 0 0 20 0 20 0 181542977 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 1413268 5879 1 0 1428045 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=5616 CPUtime=3326.41 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 193156 0 0 0 332509 132 0 0 20 0 20 0 181542978 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=5616 CPUtime=0.01 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 4275 0 0 0 1 0 0 0 20 0 20 0 181542981 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=5653072 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 1413268 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 3458.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5653072 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.25 4.25 5/319 944930
/proc/meminfo: memFree=104171664/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=5653132 CPUtime=3519.44 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 371239 0 0 0 351580 364 0 0 20 0 20 0 181542977 19566772224 1413283 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 1413283 5894 1 0 1428045 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=5616 CPUtime=3385.44 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 196861 0 0 0 338411 133 0 0 20 0 20 0 181542978 19566772224 1413283 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=11596 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 1413283 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=2220 CPUtime=0.01 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 4321 0 0 0 1 0 0 0 20 0 20 0 181542981 19566772224 1413283 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=5653132 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 1413283 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 3519.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5653132 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.26 4.25 6/317 945010
/proc/meminfo: memFree=104790080/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=5653144 CPUtime=3580.35 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 376509 0 0 0 357667 368 0 0 20 0 20 0 181542977 19566772224 1413286 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 1413286 5894 1 0 1428052 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=11884 CPUtime=3443.95 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 200427 0 0 0 344261 134 0 0 20 0 20 0 181542978 19566772224 1413286 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=5653144 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 1413286 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=5653144 CPUtime=0.01 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 4399 0 0 0 1 0 0 0 20 0 20 0 181542981 19566772224 1413286 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=-8527391529127682748 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 1413286 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 3580.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5653144 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3541.7 s]
/proc/loadavg: 4.45 4.29 4.27 5/319 945017
/proc/meminfo: memFree=103772420/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19108176 memory=5653156 CPUtime=3600.02 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 378498 0 0 0 359632 370 0 0 20 0 20 0 181542977 19566772224 1413289 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4777044 1413289 5894 1 0 1428052 0
[pid=942972/tid=942974] ppid=942969 vsize=19108176 memory=5653144 CPUtime=3462.92 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) R 942969 942972 941949 0 -1 4194368 201877 0 0 0 346158 134 0 0 20 0 20 0 181542978 19566772224 1413289 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181542980 19566772224 1413289 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19108176 memory=11596 CPUtime=0.01 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 4399 0 0 0 1 0 0 0 20 0 20 0 181542981 19566772224 1413289 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942992] ppid=942969 vsize=19108176 memory=5653140 CPUtime=0 cores=4,6
/proc/942972/task/942992/stat : 942992 (Timer-0) S 942969 942972 941949 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181543091 19566772224 1413289 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5653156 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.5 s, system=3.73342 s

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

[startup+3541.8 s]
/proc/loadavg: 4.45 4.29 4.27 5/319 945017
/proc/meminfo: memFree=103772420/131655788 swapFree=131071996/131071996
[pid=942972] ppid=942969 vsize=19307868 memory=5653940 CPUtime=3600.2 cores=4,6
/proc/942972/stat : 942972 (java) S 942969 942972 941949 0 -1 1077936128 383238 0 0 0 359649 371 0 0 20 0 15 0 181542977 19771256832 1413485 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
/proc/942972/statm: 4826967 1413485 5905 1 0 1428971 0
[pid=942972/tid=942974] ppid=942969 vsize=19307868 memory=-8527391529127682748 CPUtime=3462.94 cores=4,6
/proc/942972/task/942974/stat : 942974 (java) S 942969 942972 941949 0 -1 1077936192 202231 0 0 0 346160 134 0 0 20 0 15 0 181542978 19771256832 1413485 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 24 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942983] ppid=942969 vsize=19307868 memory=5636 CPUtime=0 cores=4,6
/proc/942972/task/942983/stat : 942983 (Finalizer) S 942969 942972 941949 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 181542980 19771256832 1413485 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
[pid=942972/tid=942990] ppid=942969 vsize=19307868 memory=26108 CPUtime=0.01 cores=4,6
/proc/942972/task/942990/stat : 942990 (Common-Cleaner) S 942969 942972 941949 0 -1 1077936192 4399 0 0 0 1 0 0 0 20 0 15 0 181542981 19771256832 1413485 134679101440 93897981665280 93897981668976 140733155987264 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93897981676792 93897981677584 93898007531520 140733155988468 140733155988576 140733155988576 140733155995592 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5653940 KiB

Child status: 143

Real time (s): 3541.83
CPU time (s): 3600.23
CPU user time (s): 3596.5
CPU system time (s): 3.73342
CPU usage (%): 101.649
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5653940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.5
system time used= 3.73342
maximum resident set size= 5654872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 383290
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 130379
involuntary context switches= 7204


# summary of solver processes directly reported to runsolver:
#   pid: 942972
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.5
#   total CPU system time (s): 3.73342

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.0018 second user time and 36.4556 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-18 11:11:21
IDJOB=4441901
IDBENCH=147756
IDSOLVER=3052
FILE ID=nodeC003/4441901-1721293869
RUNJOBID= nodeC003-1721293749-941960
SLURM_JOB_ID= 7542592
Free space on /tmp= 723752 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-9,16-19.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441901-1721293869/watcher-4441901-1721293869 -o /tmp/evaluation-result-4441901-1721293869/solver-4441901-1721293869 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721293749-941960 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4441901-1721293869.opb

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

MD5SUM BENCH= d2d0eb539d1ad3b17959abe287928b07
RANDOM SEED=910517050

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 2494.200
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3628.537
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3505.699
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.344
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.889
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3622.194
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.223
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.345
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        110051012 kB
MemAvailable:   115602192 kB
Buffers:          494644 kB
Cached:          5833384 kB
SwapCached:            0 kB
Active:           931276 kB
Inactive:       19962556 kB
Active(anon):       1460 kB
Inactive(anon): 14602048 kB
Active(file):     929816 kB
Inactive(file):  5360508 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1844 kB
Writeback:             0 kB
AnonPages:      14565924 kB
Mapped:           125960 kB
Shmem:             37704 kB
KReclaimable:     201776 kB
Slab:             316776 kB
SReclaimable:     201776 kB
SUnreclaim:       115000 kB
KernelStack:        4896 kB
PageTables:        38496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17480488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57280 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14235648 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC003 at 2024-07-18 12:10:23