Trace number 4429935

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.26 3593.13

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__64.opb
MD5SUMf763b12660c46c190e6f60f61a3aa351
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark87132
Best CPU time to get the best result obtained on this benchmark10.1157
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables320998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint64
Maximum length of a constraint2625
Number of terms in the objective function 320000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 10990708032
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 10990708032
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.17	c See www.sat4j.org for details.
0.12/0.19	c version CUSTOM.v20240707
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		4.18.0-301.1.el8.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2113181440
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2122317824
0.26/0.25	c Number of processors 	2
0.42/0.41	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.41	 - never skip resolution steps
0.42/0.41	 - Auto-division on coefficients is disabled
0.42/0.41	 - No postprocessing
0.42/0.41	 - Conflict is considered as is when resolving
0.42/0.41	 - Use constraints as they come during conflict analysis
0.42/0.41	 - Weaken first using unassigned literals
0.42/0.41	 - Bump strategy: ALWAYS_ONE
0.42/0.41	 - Bumper: EFFECTIVE
0.42/0.41	--- Begin Solver configuration ---
0.42/0.41	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.42/0.41	Learn all clauses as in MiniSAT
0.42/0.41	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.41	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.41	No reason simplification
0.42/0.41	Dynamic restart strategy considering the size of the coefficients
0.42/0.41	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.42/0.41	timeout=2147483s
0.42/0.41	DB Simplification allowed=false
0.42/0.41	Listener: none
0.42/0.41	--- End Solver configuration ---
0.42/0.41	c Pseudo Boolean Optimization by upper bound
0.42/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.41	c  - never skip resolution steps
0.42/0.41	c  - Auto-division on coefficients is disabled
0.42/0.41	c  - No postprocessing
0.42/0.41	c  - Conflict is considered as is when resolving
0.42/0.41	c  - Use constraints as they come during conflict analysis
0.42/0.41	c  - Weaken first using unassigned literals
0.42/0.41	c  - Bump strategy: ALWAYS_ONE
0.42/0.41	c  - Bumper: EFFECTIVE
0.42/0.41	c --- Begin Solver configuration ---
0.42/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.42/0.41	c Learn all clauses as in MiniSAT
0.42/0.41	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.41	c No reason simplification
0.42/0.41	c Dynamic restart strategy considering the size of the coefficients
0.42/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.42/0.41	c timeout=2147483s
0.42/0.41	c DB Simplification allowed=false
0.42/0.41	c Listener: none
0.42/0.41	c --- End Solver configuration ---
0.42/0.41	c solving HOME/instance-4429935-1721118372.opb
0.42/0.41	c reading problem ... 
0.42/0.42	c  objective function found
12.83/10.16	c ... done. Wall clock time 9.743s.
12.83/10.16	c declared #vars     320998
12.83/10.16	c #constraints  7000
12.83/10.16	c constraints type 
12.83/10.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
12.83/10.16	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1996
12.83/10.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
12.83/10.16	c 7000 constraints processed.
12.83/10.17	c objective function length is 320000 literals
94.56/85.44	c cleaning 2499 clauses out of 5000 with flag 0/5000
1204.83/1193.95	c cleaning 3971 clauses out of 8501 with flag 0/11000
3600.08/3593.03	c starts		: 106
3600.08/3593.05	c conflicts		: 11984
3600.08/3593.06	c decisions		: 29283862
3600.08/3593.07	c propagations		: 110178105
3600.08/3593.07	c inspects		: 12858965
3600.08/3593.07	c shortcuts		: 0
3600.08/3593.07	c learnt literals	: 0
3600.08/3593.07	c learnt binary clauses	: 0
3600.08/3593.07	c learnt ternary clauses	: 0
3600.08/3593.07	c learnt constraints	: 11983
3600.08/3593.07	c ignored constraints	: 0
3600.08/3593.07	c root simplifications	: 0
3600.08/3593.07	c removed literals (reason simplification)	: 0
3600.08/3593.07	c reason swapping (by a shorter reason)	: 0
3600.08/3593.07	c Calls to reduceDB	: 2
3600.08/3593.07	c Number of update (reduction) of LBD	: 29601
3600.08/3593.07	c Imported unit clauses	: 0
3600.08/3593.07	c No decision after first conflict	: false
3600.08/3593.07	c number of reductions to clauses (during analyze)	: 0
3600.08/3593.07	c number of learned constraints concerned by reduction	: 0
3600.08/3593.07	c number of learning phase by resolution	: 0
3600.08/3593.07	c number of learning phase by cutting planes	: 0
3600.08/3593.07	c number of rounding to 1 operations	: 0
3600.08/3593.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3593.07	c number of reductions of the coefficients by power 2 	: 0
3600.08/3593.07	c number of right shift for reduction by power 2 	: 0
3600.08/3593.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3593.07	c number of ending skipping 	: 0
3600.08/3593.07	c number of internal skipping 	: 0
3600.08/3593.07	c number of derivation steps 	: 88942
3600.08/3593.07	c number of skipped derivation steps 	: 0
3600.08/3593.07	c number of remaining unassigned 	: 0
3600.08/3593.07	c number of remaining assigned 	: 178103794
3600.08/3593.07	c number of falsified literals weakened from reason	: 0
3600.08/3593.07	c number of falsified literals weakened from conflict	: 0
3600.08/3593.07	c time for arithmetic operations	: 139724879
3600.08/3593.07	c timeout
3600.08/3593.08	c minimum degree of deleted constraints	: 1
3600.08/3593.08	c maximum degree of deleted constraints	: 321439
3600.08/3593.08	c number of deleted constraints	: 6470
3600.08/3593.08	c speed (assignments/second)	: 30751.946591507596
3600.08/3593.08	c non guided choices	: 910567
3600.08/3593.08	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1041
3600.08/3593.08	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4
3600.08/3593.08	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4468
3600.08/3593.08	s UNKNOWN
3600.08/3593.08	c Total wall clock time (in seconds): 3592.672

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429935-1721118372/watcher-4429935-1721118372 -o /tmp/evaluation-result-4429935-1721118372/solver-4429935-1721118372 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721118384-835286 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429935-1721118372.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=835399, runsolver pid=835396

[startup+0.101777 s]*
/proc/loadavg: 1.06 1.59 2.67 15/310 835417
/proc/meminfo: memFree=128188312/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=18975048 memory=55704 CPUtime=0.12 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 6400 0 0 0 8 4 0 0 20 0 18 0 163996859 19430449152 13926 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4743762 13926 5642 1 0 550783 0
[pid=835399/tid=835401] ppid=835396 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 5307 0 0 0 5 3 0 0 20 0 18 0 163996860 19430449152 13926 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163996866 19430449152 13926 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 163996867 19430449152 13926 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55704 KiB

[startup+0.215778 s]*
/proc/loadavg: 1.06 1.59 2.67 13/310 835417
/proc/meminfo: memFree=128132824/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=18975048 memory=60516 CPUtime=0.26 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 7065 0 0 0 22 4 0 0 20 0 18 0 163996859 19430449152 15129 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4743762 15129 5667 1 0 551319 0
[pid=835399/tid=835401] ppid=835396 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 5640 0 0 0 14 3 0 0 20 0 18 0 163996860 19430449152 15129 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=18975048 memory=671 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163996866 19430449152 15129 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 163996867 19430449152 15129 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60516 KiB

[startup+0.314527 s]*
/proc/loadavg: 1.06 1.59 2.67 13/311 835418
/proc/meminfo: memFree=128041412/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=18975048 memory=65264 CPUtime=0.42 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 7334 0 0 0 37 5 0 0 20 0 18 0 163996859 19430449152 16316 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4743762 16316 5664 1 0 551501 0
[pid=835399/tid=835401] ppid=835396 vsize=18975048 memory=-8742726470513042108 CPUtime=0.26 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 5806 0 0 0 22 4 0 0 20 0 18 0 163996860 19430449152 16316 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163996866 19430449152 16316 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 163996867 19430449152 16316 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65264 KiB

[startup+0.700358 s]
/proc/loadavg: 1.06 1.59 2.67 11/312 835419
/proc/meminfo: memFree=127938436/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=18975048 memory=113984 CPUtime=1.11 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 9750 0 0 0 104 7 0 0 20 0 18 0 163996859 19430449152 28496 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4743762 28496 5802 1 0 553060 0
[pid=835399/tid=835401] ppid=835396 vsize=18975048 memory=5544 CPUtime=0.59 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 6016 0 0 0 54 5 0 0 20 0 18 0 163996860 19430449152 28496 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=18975048 memory=12776 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 163996866 19430449152 28496 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 163996867 19430449152 28496 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 113984 KiB

[startup+1.50077 s]
/proc/loadavg: 1.06 1.59 2.67 11/317 835424
/proc/meminfo: memFree=127056296/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19041612 memory=393672 CPUtime=2.6 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 12952 0 0 0 245 15 0 0 20 0 19 0 163996859 19498610688 98418 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4760403 98418 5834 1 0 1083251 0
[pid=835399/tid=835401] ppid=835396 vsize=19041612 memory=12776 CPUtime=1.23 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 6182 0 0 0 113 10 0 0 20 0 19 0 163996860 19498610688 98418 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163996866 19498610688 98418 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 163996867 19498610688 98418 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 2.6 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 393672 KiB

[startup+3.11177 s]
/proc/loadavg: 1.06 1.59 2.67 6/295 835497
/proc/meminfo: memFree=125432548/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19041612 memory=1782808 CPUtime=4.8 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 15250 0 0 0 435 45 0 0 20 0 19 0 163996859 19498610688 445702 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4760403 445702 5850 1 0 2485154 0
[pid=835399/tid=835401] ppid=835396 vsize=19041612 memory=0 CPUtime=2.44 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) S 835396 835399 835276 0 -1 1077936192 6737 0 0 0 212 32 0 0 20 0 19 0 163996860 19498610688 445702 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19041612 memory=12776 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163996866 19498610688 445702 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19041612 memory=33 CPUtime=0 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 163996867 19498610688 445702 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 4.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1782808 KiB

[startup+6.30041 s]
/proc/loadavg: 1.37 1.64 2.69 5/317 835558
/proc/meminfo: memFree=120459416/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19041612 memory=6901568 CPUtime=8.59 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 19756 0 0 0 713 146 0 0 20 0 19 0 163996859 19498610688 1725392 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4760403 1725392 5850 1 0 3281095 0
[pid=835399/tid=835401] ppid=835396 vsize=19041612 memory=966176 CPUtime=5.02 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 9119 0 0 0 376 126 0 0 20 0 19 0 163996860 19498610688 1725392 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19041612 memory=12776 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 163996866 19498610688 1725392 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19041612 memory=11464 CPUtime=0 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 163996867 19498610688 1725392 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 8.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6901568 KiB

[startup+12.7008 s]
/proc/loadavg: 1.75 1.72 2.70 6/318 835559
/proc/meminfo: memFree=117834208/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19108176 memory=8310844 CPUtime=17.51 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 29429 0 0 0 1576 175 0 0 20 0 20 0 163996859 19566772224 2077711 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4777044 2077711 5902 1 0 3285328 0
[pid=835399/tid=835401] ppid=835396 vsize=19108176 memory=11464 CPUtime=11.04 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 10177 0 0 0 953 151 0 0 20 0 20 0 163996860 19566772224 2077711 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19108176 memory=7855956 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2077711 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 163996867 19566772224 2077711 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2077711 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 17.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8310844 KiB

[startup+25.5008 s]
/proc/loadavg: 2.39 1.86 2.74 5/318 835562
/proc/meminfo: memFree=115908936/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19108176 memory=8335712 CPUtime=33.13 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 31792 0 0 0 3136 177 0 0 20 0 20 0 163996859 19566772224 2083928 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4777044 2083928 5902 1 0 3285410 0
[pid=835399/tid=835401] ppid=835396 vsize=19108176 memory=8317256 CPUtime=23.45 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 10799 0 0 0 2193 152 0 0 20 0 20 0 163996860 19566772224 2083928 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2083928 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=41676 CPUtime=0 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 163996867 19566772224 2083928 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=8335712 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2083928 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 33.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8335712 KiB

[startup+51.113 s]
/proc/loadavg: 3.12 2.08 2.79 5/318 835565
/proc/meminfo: memFree=115106864/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19108176 memory=8382088 CPUtime=59.46 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 41111 0 0 0 5765 181 0 0 20 0 20 0 163996859 19566772224 2095522 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4777044 2095522 5902 1 0 3285510 0
[pid=835399/tid=835401] ppid=835396 vsize=19108176 memory=8382088 CPUtime=48.43 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 15625 0 0 0 4691 152 0 0 20 0 20 0 163996860 19566772224 2095522 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19108176 memory=8382088 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2095522 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=8381436 CPUtime=0 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 163996867 19566772224 2095522 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=5544 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2095522 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 59.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8382088 KiB


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

/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=8695268 CPUtime=0.01 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 5619 0 0 0 0 1 0 0 20 0 20 0 163996867 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=8709612 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 3230.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8709612 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.23 4.16 5/323 837022
/proc/meminfo: memFree=95375132/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19108176 memory=8709612 CPUtime=3289.98 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 266247 0 0 0 328648 350 0 0 20 0 20 0 163996859 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4777044 2177403 5917 1 0 3286385 0
[pid=835399/tid=835401] ppid=835396 vsize=19108176 memory=8709612 CPUtime=3266.84 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 129223 0 0 0 326507 177 0 0 20 0 20 0 163996860 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19108176 memory=-8742726470513042108 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=32144 CPUtime=0.01 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 5761 0 0 0 0 1 0 0 20 0 20 0 163996867 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=41676 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 3289.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8709612 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.20 4.16 5/323 837032
/proc/meminfo: memFree=95374972/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19108176 memory=8709612 CPUtime=3349.84 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 268527 0 0 0 334631 353 0 0 20 0 20 0 163996859 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4777044 2177403 5917 1 0 3286385 0
[pid=835399/tid=835401] ppid=835396 vsize=19108176 memory=8709612 CPUtime=3326.66 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 130850 0 0 0 332488 178 0 0 20 0 20 0 163996860 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19108176 memory=-8621784576521387677 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=8709612 CPUtime=0.01 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 5903 0 0 0 0 1 0 0 20 0 20 0 163996867 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=8709612 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 3349.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8709612 KiB

[startup+3402.3 s]
/proc/loadavg: 4.70 4.34 4.20 5/323 837043
/proc/meminfo: memFree=95267892/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19108176 memory=8709612 CPUtime=3409.7 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 271514 0 0 0 340615 355 0 0 20 0 20 0 163996859 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4777044 2177403 5917 1 0 3286385 0
[pid=835399/tid=835401] ppid=835396 vsize=19108176 memory=-8621784576521387677 CPUtime=3386.47 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 133006 0 0 0 338469 178 0 0 20 0 20 0 163996860 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=8709612 CPUtime=0.01 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 6045 0 0 0 0 1 0 0 20 0 20 0 163996867 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=8709612 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2177403 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 3409.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8709612 KiB

[startup+3462.3 s]
/proc/loadavg: 4.55 4.38 4.23 5/323 837053
/proc/meminfo: memFree=95261336/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19108176 memory=8715756 CPUtime=3469.61 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 277512 0 0 0 346602 359 0 0 20 0 20 0 163996859 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4777044 2178939 5917 1 0 3286385 0
[pid=835399/tid=835401] ppid=835396 vsize=19108176 memory=-8621784576521387677 CPUtime=3446.14 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 135496 0 0 0 344436 178 0 0 20 0 20 0 163996860 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=8715756 CPUtime=0.01 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 6188 0 0 0 0 1 0 0 20 0 20 0 163996867 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 3469.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8715756 KiB

[startup+3522.3 s]
/proc/loadavg: 4.38 4.35 4.23 5/320 837064
/proc/meminfo: memFree=95260936/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19108176 memory=8715756 CPUtime=3529.5 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 280117 0 0 0 352588 362 0 0 20 0 20 0 163996859 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4777044 2178939 5917 1 0 3286385 0
[pid=835399/tid=835401] ppid=835396 vsize=19108176 memory=41676 CPUtime=3505.99 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 137620 0 0 0 350420 179 0 0 20 0 20 0 163996860 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19108176 memory=8715756 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=41676 CPUtime=0.01 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 6189 0 0 0 0 1 0 0 20 0 20 0 163996867 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=8715756 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 3529.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8715756 KiB

[startup+3582.3 s]
/proc/loadavg: 4.34 4.34 4.23 5/319 837525
/proc/meminfo: memFree=98225320/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19108176 memory=8715756 CPUtime=3589.38 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 282654 0 0 0 358574 364 0 0 20 0 20 0 163996859 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4777044 2178939 5917 1 0 3286385 0
[pid=835399/tid=835401] ppid=835396 vsize=19108176 memory=11464 CPUtime=3565.83 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 139332 0 0 0 356404 179 0 0 20 0 20 0 163996860 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19108176 memory=5500 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=11464 CPUtime=0.01 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 6331 0 0 0 0 1 0 0 20 0 20 0 163996867 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=8715756 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 3589.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8715756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593 s]*
/proc/loadavg: 4.29 4.32 4.22 5/319 837528
/proc/meminfo: memFree=97708336/131655788 swapFree=131071996/131071996
[pid=835399] ppid=835396 vsize=19108176 memory=8715756 CPUtime=3600.08 cores=0,2
/proc/835399/stat : 835399 (java) S 835396 835399 835276 0 -1 1077936128 283376 0 0 0 359643 365 0 0 20 0 20 0 163996859 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
/proc/835399/statm: 4777044 2178939 5917 1 0 3286385 0
[pid=835399/tid=835401] ppid=835396 vsize=19108176 memory=-8526552580297695932 CPUtime=3576.52 cores=0,2
/proc/835399/task/835401/stat : 835401 (java) R 835396 835399 835276 0 -1 4194368 140014 0 0 0 357473 179 0 0 20 0 20 0 163996860 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835410] ppid=835396 vsize=19108176 memory=19900 CPUtime=0 cores=0,2
/proc/835399/task/835410/stat : 835410 (Finalizer) S 835396 835399 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 163996866 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835417] ppid=835396 vsize=19108176 memory=6776 CPUtime=0.01 cores=0,2
/proc/835399/task/835417/stat : 835417 (Common-Cleaner) S 835396 835399 835276 0 -1 1077936192 6331 0 0 0 0 1 0 0 20 0 20 0 163996867 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
[pid=835399/tid=835559] ppid=835396 vsize=19108176 memory=7156 CPUtime=0 cores=0,2
/proc/835399/task/835559/stat : 835559 (Timer-0) S 835396 835399 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 163997886 19566772224 2178939 134679101440 94013938819072 94013938822768 140734735321040 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94013938830584 94013938831376 94013966704640 140734735324149 140734735324257 140734735324257 140734735331272 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8715756 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.58 s, system=3.68363 s

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

[startup+3593.12 s]*
/proc/loadavg: 4.29 4.32 4.22 6/301 837531
/proc/meminfo: memFree=100558936/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3593.13
CPU time (s): 3600.26
CPU user time (s): 3596.58
CPU system time (s): 3.68363
CPU usage (%): 100.198
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 8715756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.58
system time used= 3.68363
maximum resident set size= 8717424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287418
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106175
involuntary context switches= 25796


# summary of solver processes directly reported to runsolver:
#   pid: 835399
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3596.58
#   total CPU system time (s): 3.68363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5579 second user time and 38.3131 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 10:26:25
IDJOB=4429935
IDBENCH=148706
IDSOLVER=3052
FILE ID=nodeC009/4429935-1721118372
RUNJOBID= nodeC009-1721118384-835286
SLURM_JOB_ID= 7505665
Free space on /tmp= 723752 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__64.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429935-1721118372/watcher-4429935-1721118372 -o /tmp/evaluation-result-4429935-1721118372/solver-4429935-1721118372 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721118384-835286 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429935-1721118372.opb

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

MD5SUM BENCH= f763b12660c46c190e6f60f61a3aa351
RANDOM SEED=1516674832

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128233352 kB
MemAvailable:   129782552 kB
Buffers:          406112 kB
Cached:          1968804 kB
SwapCached:            0 kB
Active:           709548 kB
Inactive:        2152192 kB
Active(anon):       1424 kB
Inactive(anon):   522460 kB
Active(file):     708124 kB
Inactive(file):  1629732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             19716 kB
Writeback:             4 kB
AnonPages:        486244 kB
Mapped:           123744 kB
Shmem:             37700 kB
KReclaimable:     102752 kB
Slab:             200860 kB
SReclaimable:     102752 kB
SUnreclaim:        98108 kB
KernelStack:        4608 kB
PageTables:        10692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7402064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52576 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723500 MiB
End job on nodeC009 at 2024-07-16 11:26:18