Trace number 4453831

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.22 3380.22

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
inequalities/ineq10/normalized-15array_ineq10.opb
MD5SUM80d0bb689427e6d4d718d000fcfdf3ab
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 benchmark2.92957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1657
Total number of constraints2125
Number of constraints which are clauses1488
Number of constraints which are cardinality constraints (but not clauses)46
Number of constraints which are nor clauses,nor cardinality constraints591
Minimum length of a constraint1
Maximum length of a constraint62
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 1073741824
Number of bits of the biggest number in a constraint 31
Biggest sum of numbers in a constraint 4294967295
Number of bits of the biggest sum of numbers32
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.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 		2104792832
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.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4453831-1721484948.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.35/0.25	c ... done. Wall clock time 0.091s.
0.35/0.26	c declared #vars     1657
0.35/0.26	c #constraints  2761
0.35/0.26	c constraints type 
0.35/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 886
0.35/0.26	c org.sat4j.specs.Constr$1 => 435
0.35/0.26	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 991
0.35/0.26	c org.sat4j.pb.constraints.pb.UnitClausePB => 194
0.35/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 255
0.35/0.26	c 2761 constraints processed.
3600.01/3380.13	c starts		: 23
3600.01/3380.16	c conflicts		: 4906
3600.01/3380.16	c decisions		: 6478
3600.01/3380.16	c propagations		: 1127480
3600.01/3380.16	c inspects		: 77395431
3600.01/3380.16	c shortcuts		: 0
3600.01/3380.16	c learnt literals	: 0
3600.01/3380.16	c learnt binary clauses	: 0
3600.01/3380.16	c learnt ternary clauses	: 0
3600.01/3380.16	c learnt constraints	: 4905
3600.01/3380.16	c ignored constraints	: 0
3600.01/3380.16	c root simplifications	: 0
3600.01/3380.16	c removed literals (reason simplification)	: 0
3600.01/3380.16	c reason swapping (by a shorter reason)	: 0
3600.01/3380.16	c Calls to reduceDB	: 0
3600.01/3380.16	c Number of update (reduction) of LBD	: 5861
3600.01/3380.16	c Imported unit clauses	: 0
3600.01/3380.16	c No decision after first conflict	: false
3600.01/3380.16	c number of reductions to clauses (during analyze)	: 0
3600.01/3380.16	c number of learned constraints concerned by reduction	: 0
3600.01/3380.16	c number of learning phase by resolution	: 0
3600.01/3380.16	c number of learning phase by cutting planes	: 0
3600.01/3380.16	c number of rounding to 1 operations	: 0
3600.01/3380.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3380.16	c number of reductions of the coefficients by power 2 	: 0
3600.01/3380.16	c number of right shift for reduction by power 2 	: 0
3600.01/3380.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3380.16	c number of ending skipping 	: 0
3600.01/3380.16	c number of internal skipping 	: 0
3600.01/3380.16	c number of derivation steps 	: 566925
3600.01/3380.16	c number of skipped derivation steps 	: 0
3600.01/3380.16	c number of remaining unassigned 	: 84562
3600.01/3380.16	c number of remaining assigned 	: 10934285
3600.01/3380.16	c number of falsified literals weakened from reason	: 0
3600.01/3380.16	c number of falsified literals weakened from conflict	: 0
3600.01/3380.16	c time for arithmetic operations	: 1694677439776
3600.01/3380.18	c minimum degree of deleted constraints	: null
3600.01/3380.18	c maximum degree of deleted constraints	: null
3600.01/3380.18	c number of deleted constraints	: 0
3600.01/3380.18	c speed (assignments/second)	: 333.5822547069217
3600.01/3380.18	c non guided choices	: 22
3600.01/3380.18	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4905
3600.01/3380.19	s UNKNOWN
3600.01/3380.19	c Total wall clock time (in seconds): 3380.036

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (58068 MiB free)
  memory of node 1: 64473 MiB (61329 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453831-1721484948/watcher-4453831-1721484948 -o /tmp/evaluation-result-4453831-1721484948/solver-4453831-1721484948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721481360-1066378 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453831-1721484948.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=1069612, runsolver pid=1069609
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.14 4.30 4.44 5/330 1069630
/proc/meminfo: memFree=122220872/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=18975048 memory=66788 CPUtime=0.13 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 7073 0 0 0 11 2 0 0 20 0 18 0 200659740 19430449152 16697 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4743762 16697 5699 1 0 549326 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 5661 0 0 0 7 1 0 0 20 0 18 0 200659740 19430449152 16697 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200659743 19430449152 16697 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200659743 19430449152 16697 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66788 KiB

[startup+0.211943 s]*
/proc/loadavg: 4.14 4.30 4.44 7/330 1069630
/proc/meminfo: memFree=122199856/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=18975048 memory=88044 CPUtime=0.35 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 7644 0 0 0 32 3 0 0 20 0 18 0 200659740 19430449152 22011 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4743762 22011 5830 1 0 549697 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 5976 0 0 0 17 2 0 0 20 0 18 0 200659740 19430449152 22011 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=18975048 memory=1783847 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200659743 19430449152 22011 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200659743 19430449152 22011 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88044 KiB

[startup+0.311752 s]*
/proc/loadavg: 4.14 4.30 4.44 6/331 1069631
/proc/meminfo: memFree=122167064/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19041612 memory=118476 CPUtime=0.52 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 8435 0 0 0 49 3 0 0 20 0 19 0 200659740 19498610688 29619 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4760403 29619 5846 1 0 550425 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19041612 memory=-7163077989868792673 CPUtime=0.26 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) D 1069609 1069612 1066366 0 -1 4194368 6047 0 0 0 24 2 0 0 20 0 19 0 200659740 19498610688 29619 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 200659743 19498610688 29619 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 200659743 19498610688 29619 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 200659766 19498610688 29619 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 118476 KiB

[startup+0.704455 s]
/proc/loadavg: 4.14 4.30 4.44 7/331 1069631
/proc/meminfo: memFree=122132572/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=189640 CPUtime=1.28 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 18779 0 0 0 123 5 0 0 20 0 20 0 200659740 19566772224 47410 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 47410 5846 1 0 557234 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=12952 CPUtime=0.64 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 6084 0 0 0 61 3 0 0 20 0 20 0 200659740 19566772224 47410 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 47410 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 47410 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=39380 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 47410 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189640 KiB

[startup+1.50026 s]
/proc/loadavg: 4.14 4.30 4.44 7/332 1069632
/proc/meminfo: memFree=122094708/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=193548 CPUtime=2.86 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 24760 0 0 0 280 6 0 0 20 0 20 0 200659740 19566772224 48387 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 48387 5846 1 0 557258 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=12952 CPUtime=1.4 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 6351 0 0 0 137 3 0 0 20 0 20 0 200659740 19566772224 48387 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 48387 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 48387 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 48387 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 193548 KiB

[startup+3.10589 s]
/proc/loadavg: 4.14 4.30 4.44 5/332 1069632
/proc/meminfo: memFree=121916588/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=362204 CPUtime=5.63 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 27638 0 0 0 554 9 0 0 20 0 20 0 200659740 19566772224 90551 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 90551 5846 1 0 557260 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=0 CPUtime=2.99 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 6859 0 0 0 293 6 0 0 20 0 20 0 200659740 19566772224 90551 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 90551 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=193724 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 90551 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 90551 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 362204 KiB

[startup+6.30028 s]
/proc/loadavg: 4.13 4.29 4.44 5/332 1069634
/proc/meminfo: memFree=121418976/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=858468 CPUtime=9.55 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 28460 0 0 0 935 20 0 0 20 0 20 0 200659740 19566772224 214617 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 214617 5846 1 0 557283 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=12952 CPUtime=6.15 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 7359 0 0 0 600 15 0 0 20 0 20 0 200659740 19566772224 214617 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 214617 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 214617 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 214617 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 858468 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.29 4.43 5/332 1069634
/proc/meminfo: memFree=121088232/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=1373152 CPUtime=16.75 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 41359 0 0 0 1642 33 0 0 20 0 20 0 200659740 19566772224 343288 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 343288 5845 1 0 560727 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=0 CPUtime=12.44 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 9149 0 0 0 1220 24 0 0 20 0 20 0 200659740 19566772224 343288 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=1055528 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 343288 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 343288 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 343288 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 16.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1373152 KiB

[startup+25.5003 s]
/proc/loadavg: 4.09 4.27 4.43 5/331 1069637
/proc/meminfo: memFree=120847732/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=1416396 CPUtime=29.94 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 47162 0 0 0 2960 34 0 0 20 0 20 0 200659740 19566772224 354099 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 354099 5845 1 0 560727 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=6944656592455359580 CPUtime=25.01 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 10197 0 0 0 2476 25 0 0 20 0 20 0 200659740 19566772224 354099 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 354099 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 354099 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 354099 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 29.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1416396 KiB

[startup+51.1058 s]
/proc/loadavg: 4.13 4.27 4.42 5/331 1069640
/proc/meminfo: memFree=120343452/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=1900968 CPUtime=55.99 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 58403 0 0 0 5553 46 0 0 20 0 20 0 200659740 19566772224 475242 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 475242 5845 1 0 667254 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=1900968 CPUtime=50.13 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 12247 0 0 0 4981 32 0 0 20 0 20 0 200659740 19566772224 475242 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0

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

/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1261500 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 1712 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1261500 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=5046000 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 1261500 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 3167.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5046000 KiB

[startup+3042.3 s]
/proc/loadavg: 4.34 4.29 4.27 5/330 1071434
/proc/meminfo: memFree=115561792/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=5120992 CPUtime=3232.18 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 440727 0 0 0 322718 500 0 0 20 0 20 0 200659740 19566772224 1280248 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 1280248 5858 1 0 1292098 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=5095888 CPUtime=2998.8 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 98136 0 0 0 299787 93 0 0 20 0 20 0 200659740 19566772224 1280248 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 58 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=5120848 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1280248 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=5120992 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 1743 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1280248 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=1816 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 1280248 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 3232.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5120992 KiB

[startup+3102.3 s]
/proc/loadavg: 4.37 4.30 4.28 5/330 1071445
/proc/meminfo: memFree=115427624/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=5220892 CPUtime=3298.75 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 442298 0 0 0 329363 512 0 0 20 0 20 0 200659740 19566772224 1305223 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 1305223 5858 1 0 1317165 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=11648 CPUtime=3058.09 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 98751 0 0 0 305714 95 0 0 20 0 20 0 200659740 19566772224 1305223 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=5045960 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1305223 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=5179300 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 1743 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1305223 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=5187536 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 1305223 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 3298.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5220892 KiB

[startup+3162.3 s]
/proc/loadavg: 4.30 4.29 4.27 5/330 1071522
/proc/meminfo: memFree=117525456/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=5287660 CPUtime=3363.97 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 456565 0 0 0 335876 521 0 0 20 0 20 0 200659740 19566772224 1321915 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 1321915 5858 1 0 1333875 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=5045960 CPUtime=3117.32 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 100504 0 0 0 311636 96 0 0 20 0 20 0 200659740 19566772224 1321915 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=5179300 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1321915 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=5221160 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 1771 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1321915 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=5287660 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 1321915 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 3363.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5287660 KiB

[startup+3222.3 s]
/proc/loadavg: 4.29 4.28 4.27 5/330 1071532
/proc/meminfo: memFree=117375236/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=5346152 CPUtime=3431.38 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 457961 0 0 0 342603 535 0 0 20 0 20 0 200659740 19566772224 1336538 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 1336538 5858 1 0 1348499 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=5179300 CPUtime=3176.43 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 100739 0 0 0 317546 97 0 0 20 0 20 0 200659740 19566772224 1336538 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=5312912 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1336538 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=5346152 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 1778 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1336538 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 1336538 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 3431.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5346152 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.26 4.27 5/333 1071548
/proc/meminfo: memFree=117289432/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=5387704 CPUtime=3494.89 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 471485 0 0 0 348946 543 0 0 20 0 20 0 200659740 19566772224 1346926 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 1346926 5858 1 0 1358939 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=5387704 CPUtime=3235.85 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 103106 0 0 0 323487 98 0 0 20 0 20 0 200659740 19566772224 1346926 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 63 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=5354636 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1346926 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=5354620 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 1778 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1346926 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=5346152 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 1346926 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 3494.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5387704 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.24 4.26 5/333 1071559
/proc/meminfo: memFree=117161988/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=5471140 CPUtime=3560.15 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 473208 0 0 0 355461 554 0 0 20 0 20 0 200659740 19566772224 1367785 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 1367785 5858 1 0 1379829 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=5471136 CPUtime=3294.97 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 103294 0 0 0 329397 100 0 0 20 0 20 0 200659740 19566772224 1367785 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1367785 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=47652 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 1811 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1367785 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 1367785 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 3560.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5471140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3380.11 s]
/proc/loadavg: 4.27 4.26 4.27 5/333 1071566
/proc/meminfo: memFree=117095136/131524600 swapFree=131070704/131071996
[pid=1069612] ppid=1069609 vsize=19108176 memory=5512832 CPUtime=3600.01 cores=1,3
/proc/1069612/stat : 1069612 (java) S 1069609 1069612 1066366 0 -1 1077936128 474165 0 0 0 359442 559 0 0 20 0 20 0 200659740 19566772224 1378208 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
/proc/1069612/statm: 4777044 1378208 5858 1 0 1390274 0
[pid=1069612/tid=1069614] ppid=1069609 vsize=19108176 memory=5496124 CPUtime=3332.49 cores=1,3
/proc/1069612/task/1069614/stat : 1069614 (java) R 1069609 1069612 1066366 0 -1 4194368 103809 0 0 0 333148 101 0 0 20 0 20 0 200659740 19566772224 1378208 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069623] ppid=1069609 vsize=19108176 memory=1620 CPUtime=0 cores=1,3
/proc/1069612/task/1069623/stat : 1069623 (Finalizer) S 1069609 1069612 1066366 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1378208 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069630] ppid=1069609 vsize=19108176 memory=5496124 CPUtime=0 cores=1,3
/proc/1069612/task/1069630/stat : 1069630 (Common-Cleaner) S 1069609 1069612 1066366 0 -1 1077936192 1811 0 0 0 0 0 0 0 20 0 20 0 200659743 19566772224 1378208 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
[pid=1069612/tid=1069631] ppid=1069609 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/1069612/task/1069631/stat : 1069631 (Timer-0) S 1069609 1069612 1066366 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200659766 19566772224 1378208 134679101440 93881179398144 93881179401840 140723439950464 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93881179409656 93881179410448 93881180545024 140723439956979 140723439957087 140723439957087 140723439964104 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5512832 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.6 s, system=5.61765 s

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

[startup+3380.21 s]*
/proc/loadavg: 4.27 4.26 4.27 6/316 1071569
/proc/meminfo: memFree=122447856/131524600 swapFree=131070704/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): 3380.22
CPU time (s): 3600.22
CPU user time (s): 3594.6
CPU system time (s): 5.61765
CPU usage (%): 106.508
Max. virtual memory (cumulated for all children) (KiB): 19110876
Max. memory (cumulated for all children) (KiB): 5512832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.6
system time used= 5.61765
maximum resident set size= 5514592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 476684
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 197569
involuntary context switches= 31295


# summary of solver processes directly reported to runsolver:
#   pid: 1069612
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3594.6
#   total CPU system time (s): 5.61765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.2045 second user time and 17.0386 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-20 16:16:00
IDJOB=4453831
IDBENCH=175925
IDSOLVER=3052
FILE ID=nodeC023/4453831-1721484948
RUNJOBID= nodeC023-1721481360-1066378
SLURM_JOB_ID= 7545760
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/inequalities/ineq10/normalized-15array_ineq10.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4453831-1721484948/watcher-4453831-1721484948 -o /tmp/evaluation-result-4453831-1721484948/solver-4453831-1721484948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721481360-1066378 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4453831-1721484948.opb

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

MD5SUM BENCH= 80d0bb689427e6d4d718d000fcfdf3ab
RANDOM SEED=296365146

nodeC023.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		: 3676.266
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.61
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		: 3658.929
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	: 7005.48
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		: 3599.917
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.61
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		: 3638.638
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	: 7005.48
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		: 3676.354
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.61
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		: 3681.642
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	: 7005.48
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		: 3599.910
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.61
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		: 3645.828
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	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122264208 kB
MemAvailable:   123852196 kB
Buffers:          612968 kB
Cached:          1819620 kB
SwapCached:           80 kB
Active:          1287700 kB
Inactive:        7408720 kB
Active(anon):       1604 kB
Inactive(anon):  6307996 kB
Active(file):    1286096 kB
Inactive(file):  1100724 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:               724 kB
Writeback:             0 kB
AnonPages:       6263788 kB
Mapped:           126872 kB
Shmem:             45728 kB
KReclaimable:      81980 kB
Slab:             174708 kB
SReclaimable:      81980 kB
SUnreclaim:        92728 kB
KernelStack:        5004 kB
PageTables:        22468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8342060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6004736 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-20 17:12:21