Trace number 4430063

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.12 3589.46

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_ic.opb
MD5SUM6f676becb9e8baff21bbed56e9641b4e
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark20172513
Best CPU time to get the best result obtained on this benchmark3600.55
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1000400
Total number of constraints2000307
Number of constraints which are clauses980300
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints1020000
Minimum length of a constraint2
Maximum length of a constraint4950
Number of terms in the objective function 29800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 179144885896
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 179144885896
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Use constraints as they come during conflict analysis
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: EFFECTIVE
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Dynamic restart strategy considering the size of the coefficients
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4430063-1721155418.opb
0.14/0.16	c reading problem ... 
0.14/0.17	c  objective function found
3540.37/3541.32	c ... done. Wall clock time 3541.164s.
3540.37/3541.32	c declared #vars     1000400
3540.37/3541.32	c #constraints  2030014
3540.37/3541.32	c constraints type 
3540.37/3541.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 59500
3540.37/3541.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
3540.37/3541.32	c org.sat4j.specs.Constr$1 => 3
3540.37/3541.32	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 985350
3540.37/3541.32	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
3540.37/3541.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
3540.37/3541.32	c 2030014 constraints processed.
3540.37/3541.34	c objective function length is 29800 literals
3600.02/3589.41	c starts		: 2
3600.02/3589.42	c conflicts		: 112
3600.02/3589.42	c decisions		: 10209
3600.02/3589.42	c propagations		: 4946012
3600.02/3589.42	c inspects		: 40519314
3600.02/3589.42	c shortcuts		: 0
3600.02/3589.42	c learnt literals	: 0
3600.02/3589.42	c learnt binary clauses	: 0
3600.02/3589.42	c learnt ternary clauses	: 0
3600.02/3589.42	c learnt constraints	: 111
3600.02/3589.42	c ignored constraints	: 0
3600.02/3589.42	c root simplifications	: 0
3600.02/3589.42	c removed literals (reason simplification)	: 0
3600.02/3589.42	c reason swapping (by a shorter reason)	: 0
3600.02/3589.42	c Calls to reduceDB	: 0
3600.02/3589.42	c Number of update (reduction) of LBD	: 129
3600.02/3589.42	c Imported unit clauses	: 0
3600.02/3589.42	c No decision after first conflict	: false
3600.02/3589.42	c number of reductions to clauses (during analyze)	: 0
3600.02/3589.42	c number of learned constraints concerned by reduction	: 0
3600.02/3589.42	c number of learning phase by resolution	: 0
3600.02/3589.42	c number of learning phase by cutting planes	: 0
3600.02/3589.42	c number of rounding to 1 operations	: 0
3600.02/3589.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3589.42	c number of reductions of the coefficients by power 2 	: 0
3600.02/3589.42	c number of right shift for reduction by power 2 	: 0
3600.02/3589.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3589.42	c number of ending skipping 	: 0
3600.02/3589.42	c number of internal skipping 	: 0
3600.02/3589.42	c number of derivation steps 	: 3771
3600.02/3589.42	c number of skipped derivation steps 	: 0
3600.02/3589.42	c number of remaining unassigned 	: 0
3600.02/3589.42	c number of remaining assigned 	: 34990
3600.02/3589.42	c number of falsified literals weakened from reason	: 0
3600.02/3589.42	c number of falsified literals weakened from conflict	: 0
3600.02/3589.42	c time for arithmetic operations	: 8258640
3600.02/3589.43	c minimum degree of deleted constraints	: null
3600.02/3589.43	c maximum degree of deleted constraints	: null
3600.02/3589.43	c number of deleted constraints	: 0
3600.02/3589.43	c speed (assignments/second)	: 102975.41171326852
3600.02/3589.43	c non guided choices	: 0
3600.02/3589.43	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 35
3600.02/3589.43	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 76
3600.02/3589.43	s UNKNOWN
3600.02/3589.43	c Total wall clock time (in seconds): 3589.267

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430063-1721155418/watcher-4430063-1721155418 -o /tmp/evaluation-result-4430063-1721155418/solver-4430063-1721155418 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721151828-870078 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430063-1721155418.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=872114, runsolver pid=872111

[startup+0.100051 s]*
/proc/loadavg: 4.33 4.34 4.21 5/327 872132
/proc/meminfo: memFree=117644784/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=18975048 memory=63996 CPUtime=0.14 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 7073 0 0 0 12 2 0 0 20 0 18 0 167712449 19430449152 15999 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4743762 15999 5515 1 0 549321 0
[pid=872114/tid=872116] ppid=872111 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 5660 0 0 0 7 1 0 0 20 0 18 0 167712449 19430449152 15999 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167712452 19430449152 15999 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=18975048 memory=14136645158986520 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167712453 19430449152 15999 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63996 KiB

[startup+0.207047 s]*
/proc/loadavg: 4.33 4.34 4.21 7/327 872132
/proc/meminfo: memFree=117601640/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=18975048 memory=108896 CPUtime=0.32 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 7843 0 0 0 29 3 0 0 20 0 18 0 167712449 19430449152 27224 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4743762 27224 5823 1 0 549896 0
[pid=872114/tid=872116] ppid=872111 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 5922 0 0 0 15 2 0 0 20 0 18 0 167712449 19430449152 27224 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=18975048 memory=15965 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167712452 19430449152 27224 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=18975048 memory=13855170182252270 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167712453 19430449152 27224 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 108896 KiB

[startup+0.307048 s]*
/proc/loadavg: 4.33 4.34 4.21 7/327 872132
/proc/meminfo: memFree=117536252/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=18975048 memory=173116 CPUtime=0.51 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 9798 0 0 0 47 4 0 0 20 0 18 0 167712449 19430449152 43279 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4743762 43279 5823 1 0 551040 0
[pid=872114/tid=872116] ppid=872111 vsize=18975048 memory=-9105268452357415612 CPUtime=0.26 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 6017 0 0 0 23 3 0 0 20 0 18 0 167712449 19430449152 43279 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167712452 19430449152 43279 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 167712453 19430449152 43279 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 173116 KiB

[startup+0.717064 s]
/proc/loadavg: 4.33 4.34 4.21 6/327 872132
/proc/meminfo: memFree=117173732/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1057436 CPUtime=1.17 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 10720 0 0 0 94 23 0 0 20 0 19 0 167712449 19498610688 264359 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 264359 5823 1 0 551338 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=5552 CPUtime=0.64 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) S 872111 872114 870065 0 -1 1077936192 6708 0 0 0 42 22 0 0 20 0 19 0 167712449 19498610688 264359 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=12996 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 264359 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 264359 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1057436 KiB

[startup+1.50029 s]
/proc/loadavg: 4.38 4.35 4.21 5/328 872133
/proc/meminfo: memFree=116626668/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1089052 CPUtime=2.27 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 14021 0 0 0 202 25 0 0 20 0 19 0 167712449 19498610688 272263 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 272263 5855 1 0 553485 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=12996 CPUtime=1.37 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 6804 0 0 0 115 22 0 0 20 0 19 0 167712449 19498610688 272263 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 272263 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 272263 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1089052 KiB

[startup+3.10705 s]
/proc/loadavg: 4.38 4.35 4.21 8/328 872267
/proc/meminfo: memFree=114395512/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1287216 CPUtime=4.06 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 14603 0 0 0 376 30 0 0 20 0 19 0 167712449 19498610688 321804 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 321804 5855 1 0 660005 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=0 CPUtime=2.9 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 6994 0 0 0 264 26 0 0 20 0 19 0 167712449 19498610688 321804 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=12996 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 321804 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=1089924 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 321804 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 4.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1287216 KiB

[startup+6.30104 s]
/proc/loadavg: 4.43 4.36 4.22 5/330 872269
/proc/meminfo: memFree=112780968/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1300392 CPUtime=7.56 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 20712 0 0 0 725 31 0 0 20 0 19 0 167712449 19498610688 325098 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 325098 5855 1 0 663483 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=1284904 CPUtime=5.99 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 7237 0 0 0 573 26 0 0 20 0 19 0 167712449 19498610688 325098 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=1089052 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 325098 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=228489167166 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 325098 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 7.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1300392 KiB

[startup+12.7011 s]
/proc/loadavg: 4.47 4.37 4.22 6/331 872272
/proc/meminfo: memFree=112774776/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1308972 CPUtime=14.26 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 30832 0 0 0 1393 33 0 0 20 0 19 0 167712449 19498610688 327243 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 327243 5855 1 0 664227 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=1308968 CPUtime=12.23 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 8668 0 0 0 1197 26 0 0 20 0 19 0 167712449 19498610688 327243 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=1284368 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 327243 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=3400160 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 327243 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 14.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1308972 KiB

[startup+25.5003 s]
/proc/loadavg: 4.40 4.36 4.22 5/332 872343
/proc/meminfo: memFree=113167688/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1299640 CPUtime=27.43 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 39897 0 0 0 2708 35 0 0 20 0 19 0 167712449 19498610688 324910 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 324910 5855 1 0 664227 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=1284368 CPUtime=24.83 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 9989 0 0 0 2457 26 0 0 20 0 19 0 167712449 19498610688 324910 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=1299616 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 324910 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=11440 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 324910 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 27.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1299640 KiB

[startup+51.1063 s]
/proc/loadavg: 4.30 4.34 4.21 6/332 872348
/proc/meminfo: memFree=113162720/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1301728 CPUtime=53 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 44400 0 0 0 5262 38 0 0 20 0 19 0 167712449 19498610688 325432 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 325432 5855 1 0 664227 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=11440 CPUtime=50.18 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 12143 0 0 0 4992 26 0 0 20 0 19 0 167712449 19498610688 325432 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=1301728 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 325432 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=1301692 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 325432 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1301728 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.30 4.21 5/332 872357
/proc/meminfo: memFree=113151408/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1310112 CPUtime=105.04 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 67749 0 0 0 10458 46 0 0 20 0 19 0 167712449 19498610688 327528 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 327528 5855 1 0 665450 0

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

[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=1804888 CPUtime=3099.88 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 48721 0 0 0 309915 73 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=1804888 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=1804888 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 3032 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 3160.93 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1804888 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/329 874123
/proc/meminfo: memFree=110846984/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1804888 CPUtime=3220.91 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 148958 0 0 0 321551 540 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 451222 5855 1 0 926563 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=1804888 CPUtime=3158.96 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 49291 0 0 0 315822 74 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=11440 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=11440 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 3119 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 3220.91 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1804888 KiB

[startup+3282.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/329 874133
/proc/meminfo: memFree=110667220/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1804888 CPUtime=3280.87 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 150226 0 0 0 327537 550 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 451222 5855 1 0 926563 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=1804888 CPUtime=3218.04 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 49809 0 0 0 321729 75 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=1804888 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=1804888 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 3119 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 3280.87 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1804888 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.15 4.10 5/330 874144
/proc/meminfo: memFree=110666636/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1804888 CPUtime=3340.77 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 151583 0 0 0 333516 561 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 451222 5855 1 0 926563 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=1804888 CPUtime=3277.06 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 50324 0 0 0 327630 76 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=42252 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=26096 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 3206 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 3340.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1804888 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.15 4.10 5/332 874158
/proc/meminfo: memFree=110665688/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1804888 CPUtime=3400.71 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 152575 0 0 0 339500 571 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 451222 5855 1 0 926563 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=26096 CPUtime=3336.12 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 50598 0 0 0 333535 77 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 48 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=1804888 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=1804888 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 3293 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 3400.71 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1804888 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/332 874169
/proc/meminfo: memFree=110664612/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=1804888 CPUtime=3460.67 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 153545 0 0 0 345487 580 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 451222 5855 1 0 926563 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=26096 CPUtime=3395.18 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 51196 0 0 0 339440 78 0 0 20 0 19 0 167712449 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 50 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=1804888 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=1804888 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 3380 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 451222 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 3460.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1804888 KiB

[startup+3522.3 s]
/proc/loadavg: 4.50 4.23 4.13 5/332 874180
/proc/meminfo: memFree=107440800/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19041612 memory=5021432 CPUtime=3521.42 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 161014 0 0 0 351491 651 0 0 20 0 19 0 167712449 19498610688 1255358 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4760403 1255358 5855 1 0 2393386 0
[pid=872114/tid=872116] ppid=872111 vsize=19041612 memory=1804888 CPUtime=3452.22 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 54312 0 0 0 345088 134 0 0 20 0 19 0 167712449 19498610688 1255358 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 50 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19041612 memory=1804888 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167712452 19498610688 1255358 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19041612 memory=5021432 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 3381 0 0 0 0 0 0 0 20 0 19 0 167712453 19498610688 1255358 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 3521.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5021432 KiB

[startup+3582.3 s]
/proc/loadavg: 4.43 4.27 4.15 5/335 874193
/proc/meminfo: memFree=102319696/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19174740 memory=10074680 CPUtime=3592.42 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 172380 0 0 0 358489 753 0 0 20 0 21 0 167712449 19634933760 2518670 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4793685 2518670 5893 1 0 2619075 0
[pid=872114/tid=872116] ppid=872111 vsize=19174740 memory=6574344 CPUtime=3509.87 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 61051 0 0 0 350760 227 0 0 20 0 21 0 167712449 19634933760 2518670 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 50 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19174740 memory=10074680 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 167712452 19634933760 2518670 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19174740 memory=0 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 3387 0 0 0 0 0 0 0 20 0 21 0 167712453 19634933760 2518670 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=874184] ppid=872111 vsize=19174740 memory=11440 CPUtime=0 cores=5,7
/proc/872114/task/874184/stat : 874184 (Timer-0) S 872111 872114 870065 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 168066588 19634933760 2518670 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 3592.42 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10074680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.4 s]
/proc/loadavg: 4.39 4.26 4.14 5/334 874193
/proc/meminfo: memFree=102319736/131524596 swapFree=131071996/131071996
[pid=872114] ppid=872111 vsize=19174740 memory=10074680 CPUtime=3600.02 cores=5,7
/proc/872114/stat : 872114 (java) S 872111 872114 870065 0 -1 1077936128 172383 0 0 0 359249 753 0 0 20 0 21 0 167712449 19634933760 2518670 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
/proc/872114/statm: 4793685 2518670 5893 1 0 2619075 0
[pid=872114/tid=872116] ppid=872111 vsize=19174740 memory=-8528805501030736572 CPUtime=3516.62 cores=5,7
/proc/872114/task/872116/stat : 872116 (java) R 872111 872114 870065 0 -1 4194368 61051 0 0 0 351435 227 0 0 20 0 21 0 167712449 19634933760 2518670 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 50 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872125] ppid=872111 vsize=19174740 memory=-7448803866686610815 CPUtime=0 cores=5,7
/proc/872114/task/872125/stat : 872125 (Finalizer) S 872111 872114 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 167712452 19634933760 2518670 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=872132] ppid=872111 vsize=19174740 memory=4696 CPUtime=0 cores=5,7
/proc/872114/task/872132/stat : 872132 (Common-Cleaner) S 872111 872114 870065 0 -1 1077936192 3387 0 0 0 0 0 0 0 20 0 21 0 167712453 19634933760 2518670 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
[pid=872114/tid=874184] ppid=872111 vsize=19174740 memory=10070584 CPUtime=0 cores=5,7
/proc/872114/task/874184/stat : 874184 (Timer-0) S 872111 872114 870065 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 168066588 19634933760 2518670 134679101440 94464756162560 94464756166256 140723998658688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94464756174072 94464756174864 94464773832704 140723998663669 140723998663777 140723998663777 140723998670792 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 10074680 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.55 s, system=7.57164 s

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

Child status: 143

Real time (s): 3589.46
CPU time (s): 3600.12
CPU user time (s): 3592.55
CPU system time (s): 7.57164
CPU usage (%): 100.297
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 10074680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.55
system time used= 7.57165
maximum resident set size= 10076576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1060531
involuntary context switches= 28979


# summary of solver processes directly reported to runsolver:
#   pid: 872114
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3592.55
#   total CPU system time (s): 7.57164

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.32419 second user time and 19.1545 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-16 20:43:52
IDJOB=4430063
IDBENCH=155761
IDSOLVER=3052
FILE ID=nodeC034/4430063-1721155418
RUNJOBID= nodeC034-1721151828-870078
SLURM_JOB_ID= 7505752
Free space on /tmp= 889572 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_2_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430063-1721155418/watcher-4430063-1721155418 -o /tmp/evaluation-result-4430063-1721155418/solver-4430063-1721155418 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721151828-870078 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430063-1721155418.opb

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

MD5SUM BENCH= 6f676becb9e8baff21bbed56e9641b4e
RANDOM SEED=1012737212

nodeC034.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.879
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.99
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		: 3684.687
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.58
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		: 3601.565
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.99
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		: 3601.109
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.58
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		: 3677.378
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.99
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		: 3684.291
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.293
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.99
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		: 3642.083
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        117688164 kB
MemAvailable:   123070076 kB
Buffers:          414304 kB
Cached:          5742064 kB
SwapCached:            0 kB
Active:           981308 kB
Inactive:       12100412 kB
Active(anon):       1516 kB
Inactive(anon):  6961952 kB
Active(file):     979792 kB
Inactive(file):  5138460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            100568 kB
Writeback:             0 kB
AnonPages:       6925748 kB
Mapped:           124356 kB
Shmem:             37720 kB
KReclaimable:     206964 kB
Slab:             329084 kB
SReclaimable:     206964 kB
SUnreclaim:       122120 kB
KernelStack:        4992 kB
PageTables:        23668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:   13781620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64928 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6653952 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:      295636 kB
DirectMap2M:    40372224 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 889972 MiB
End job on nodeC034 at 2024-07-16 21:43:41