Trace number 4449221

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.16 3606.47

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
MD5SUM8e74907d75b3430f44949ac6e798f9f2
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark7.93447
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2766336
Total number of constraints11830
Number of constraints which are clauses5402
Number of constraints which are cardinality constraints (but not clauses)5402
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5402
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1983745
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4451165
Number of bits of the biggest sum of numbers23
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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4449221-1721362716.opb
0.13/0.16	c reading problem ... 
0.13/0.18	c  no objective function found
114.50/110.93	c ... done. Wall clock time 110.77s.
114.50/110.93	c declared #vars     2766336
114.50/110.93	c #constraints  11830
114.50/110.93	c constraints type 
114.50/110.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5402
114.50/110.93	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1026
114.50/110.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5402
114.50/110.93	c 11830 constraints processed.
3600.05/3606.42	c starts		: 1
3600.05/3606.42	c conflicts		: 3
3600.05/3606.42	c decisions		: 2744703
3600.05/3606.42	c propagations		: 2755558
3600.05/3606.42	c inspects		: 2751895
3600.05/3606.42	c shortcuts		: 0
3600.05/3606.42	c learnt literals	: 0
3600.05/3606.42	c learnt binary clauses	: 0
3600.05/3606.42	c learnt ternary clauses	: 0
3600.05/3606.42	c learnt constraints	: 2
3600.05/3606.42	c ignored constraints	: 0
3600.05/3606.42	c root simplifications	: 0
3600.05/3606.42	c removed literals (reason simplification)	: 0
3600.05/3606.42	c reason swapping (by a shorter reason)	: 0
3600.05/3606.42	c Calls to reduceDB	: 0
3600.05/3606.42	c Number of update (reduction) of LBD	: 2
3600.05/3606.42	c Imported unit clauses	: 0
3600.05/3606.42	c No decision after first conflict	: false
3600.05/3606.42	c number of reductions to clauses (during analyze)	: 0
3600.05/3606.42	c number of learned constraints concerned by reduction	: 0
3600.05/3606.42	c number of learning phase by resolution	: 0
3600.05/3606.42	c number of learning phase by cutting planes	: 0
3600.05/3606.42	c number of rounding to 1 operations	: 0
3600.05/3606.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3606.42	c number of reductions of the coefficients by power 2 	: 0
3600.05/3606.42	c number of right shift for reduction by power 2 	: 0
3600.05/3606.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3606.42	c number of ending skipping 	: 0
3600.05/3606.42	c number of internal skipping 	: 0
3600.05/3606.42	c number of derivation steps 	: 733
3600.05/3606.42	c number of skipped derivation steps 	: 0
3600.05/3606.42	c number of remaining unassigned 	: 65919
3600.05/3606.42	c number of remaining assigned 	: 9625
3600.05/3606.42	c number of falsified literals weakened from reason	: 0
3600.05/3606.42	c number of falsified literals weakened from conflict	: 0
3600.05/3606.42	c time for arithmetic operations	: 624852893
3600.05/3606.44	c minimum degree of deleted constraints	: null
3600.05/3606.44	c maximum degree of deleted constraints	: null
3600.05/3606.44	c number of deleted constraints	: 0
3600.05/3606.44	c speed (assignments/second)	: 788.3379365234671
3600.05/3606.44	c non guided choices	: 2744702
3600.05/3606.44	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2
3600.05/3606.44	s UNKNOWN
3600.05/3606.44	c Total wall clock time (in seconds): 3606.281

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=995065, runsolver pid=995062

[startup+0.101607 s]*
/proc/loadavg: 4.09 4.13 4.10 5/329 995083
/proc/meminfo: memFree=107863620/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=18975048 memory=65340 CPUtime=0.13 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 7192 0 0 0 12 1 0 0 20 0 18 0 188436648 19430449152 16335 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4743762 16335 5711 1 0 549323 0
[pid=995065/tid=995067] ppid=995062 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 5750 0 0 0 8 1 0 0 20 0 18 0 188436648 19430449152 16335 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188436651 19430449152 16335 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188436652 19430449152 16335 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65340 KiB

[startup+0.206677 s]*
/proc/loadavg: 4.09 4.13 4.10 5/329 995083
/proc/meminfo: memFree=107752248/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=18975048 memory=173716 CPUtime=0.3 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 7747 0 0 0 26 4 0 0 20 0 18 0 188436648 19430449152 43429 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4743762 43429 5726 1 0 549622 0
[pid=995065/tid=995067] ppid=995062 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 6127 0 0 0 15 3 0 0 20 0 18 0 188436648 19430449152 43429 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=18975048 memory=1783847 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188436651 19430449152 43429 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188436652 19430449152 43429 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 173716 KiB

[startup+0.306677 s]*
/proc/loadavg: 4.09 4.13 4.10 7/329 995083
/proc/meminfo: memFree=107669656/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=18975048 memory=257272 CPUtime=0.49 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 9122 0 0 0 43 6 0 0 20 0 18 0 188436648 19430449152 64318 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4743762 64318 5867 1 0 550405 0
[pid=995065/tid=995067] ppid=995062 vsize=18975048 memory=-9031804570029040316 CPUtime=0.28 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 6229 0 0 0 23 5 0 0 20 0 18 0 188436648 19430449152 64318 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188436651 19430449152 64318 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 188436652 19430449152 64318 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 257272 KiB

[startup+0.700676 s]
/proc/loadavg: 4.25 4.16 4.11 7/329 995083
/proc/meminfo: memFree=107432392/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19041612 memory=641676 CPUtime=1.24 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 12970 0 0 0 109 15 0 0 20 0 19 0 188436648 19498610688 160419 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4760403 160419 5867 1 0 553304 0
[pid=995065/tid=995067] ppid=995062 vsize=19041612 memory=5432 CPUtime=0.62 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 6546 0 0 0 50 12 0 0 20 0 19 0 188436648 19498610688 160419 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19041612 memory=12952 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188436651 19498610688 160419 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188436652 19498610688 160419 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 641676 KiB

[startup+1.50568 s]
/proc/loadavg: 4.25 4.16 4.11 7/330 995084
/proc/meminfo: memFree=107276636/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19041612 memory=728896 CPUtime=2.53 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 13348 0 0 0 236 17 0 0 20 0 19 0 188436648 19498610688 182224 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4760403 182224 5899 1 0 553327 0
[pid=995065/tid=995067] ppid=995062 vsize=19041612 memory=0 CPUtime=1.26 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) S 995062 995065 988868 0 -1 1077936192 6640 0 0 0 114 12 0 0 20 0 19 0 188436648 19498610688 182224 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188436651 19498610688 182224 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19041612 memory=12952 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188436652 19498610688 182224 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 2.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 728896 KiB

[startup+3.10628 s]
/proc/loadavg: 4.25 4.16 4.11 7/330 995084
/proc/meminfo: memFree=106448172/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19041612 memory=1475324 CPUtime=4.28 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 14593 0 0 0 395 33 0 0 20 0 19 0 188436648 19498610688 368831 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4760403 368831 5899 1 0 1079739 0
[pid=995065/tid=995067] ppid=995062 vsize=19041612 memory=12952 CPUtime=2.68 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 7017 0 0 0 242 26 0 0 20 0 19 0 188436648 19498610688 368831 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188436651 19498610688 368831 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19041612 memory=4414225653903097 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188436652 19498610688 368831 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 4.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1475324 KiB

[startup+6.30027 s]
/proc/loadavg: 4.31 4.18 4.12 6/330 995086
/proc/meminfo: memFree=105396048/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19041612 memory=2635152 CPUtime=7.84 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 17235 0 0 0 725 59 0 0 20 0 19 0 188436648 19498610688 658788 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4760403 658788 5899 1 0 2023960 0
[pid=995065/tid=995067] ppid=995062 vsize=19041612 memory=12952 CPUtime=5.46 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 7674 0 0 0 503 43 0 0 20 0 19 0 188436648 19498610688 658788 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19041612 memory=1411756 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188436651 19498610688 658788 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19041612 memory=11648 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188436652 19498610688 658788 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 7.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2635152 KiB

[startup+12.7003 s]
/proc/loadavg: 4.44 4.21 4.13 6/330 995086
/proc/meminfo: memFree=103524952/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19041612 memory=4392848 CPUtime=14.74 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 19291 0 0 0 1376 98 0 0 20 0 19 0 188436648 19498610688 1098212 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4760403 1098212 5899 1 0 2193390 0
[pid=995065/tid=995067] ppid=995062 vsize=19041612 memory=11648 CPUtime=11.33 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 9050 0 0 0 1060 73 0 0 20 0 19 0 188436648 19498610688 1098212 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19041612 memory=16103654281184586 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188436651 19498610688 1098212 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19041612 memory=4351512 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188436652 19498610688 1098212 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 14.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4392848 KiB

[startup+25.5003 s]
/proc/loadavg: 4.53 4.23 4.14 6/330 995087
/proc/meminfo: memFree=102393232/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19041612 memory=5522104 CPUtime=28.34 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 21136 0 0 0 2710 124 0 0 20 0 19 0 188436648 19498610688 1380526 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4760403 1380526 5915 1 0 2344042 0
[pid=995065/tid=995067] ppid=995062 vsize=19041612 memory=44264 CPUtime=23.1 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 10265 0 0 0 2218 92 0 0 20 0 19 0 188436648 19498610688 1380526 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19041612 memory=289 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188436651 19498610688 1380526 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188436652 19498610688 1380526 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 28.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5522104 KiB

[startup+51.1067 s]
/proc/loadavg: 4.60 4.29 4.16 6/330 995092
/proc/meminfo: memFree=102382552/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19041612 memory=5532976 CPUtime=54.4 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 34513 0 0 0 5310 130 0 0 20 0 19 0 188436648 19498610688 1383244 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4760403 1383244 5915 1 0 2347664 0
[pid=995065/tid=995067] ppid=995062 vsize=19041612 memory=132 CPUtime=47.07 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 12432 0 0 0 4612 95 0 0 20 0 19 0 188436648 19498610688 1383244 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19041612 memory=5526200 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188436651 19498610688 1383244 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19041612 memory=11648 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 188436652 19498610688 1383244 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 54.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5532976 KiB

[startup+102.3 s]
/proc/loadavg: 4.57 4.32 4.18 6/332 995104
/proc/meminfo: memFree=102141732/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19041612 memory=5533308 CPUtime=105.94 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 47658 0 0 0 10454 140 0 0 20 0 19 0 188436648 19498610688 1383327 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4760403 1383327 5915 1 0 2348429 0

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

/proc/meminfo: memFree=109740364/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19174740 memory=5964884 CPUtime=3217.15 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 115958 0 0 0 321432 283 0 0 20 0 21 0 188436648 19634933760 1491221 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4793685 1491221 5915 1 0 2349899 0
[pid=995065/tid=995067] ppid=995062 vsize=19174740 memory=12952 CPUtime=3200.55 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 34486 0 0 0 319939 116 0 0 20 0 21 0 188436648 19634933760 1491221 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19174740 memory=5964884 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188436651 19634933760 1491221 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19174740 memory=44264 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 7888 0 0 0 0 0 0 0 20 0 21 0 188436652 19634933760 1491221 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995107] ppid=995062 vsize=19174740 memory=5964884 CPUtime=0 cores=4,6
/proc/995065/task/995107/stat : 995107 (Timer-0) S 995062 995065 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 188447751 19634933760 1491221 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 3217.15 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5964884 KiB

[startup+3282.3 s]
/proc/loadavg: 3.32 3.27 3.43 4/307 997032
/proc/meminfo: memFree=109739908/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19174740 memory=5964884 CPUtime=3276.96 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 116905 0 0 0 327411 285 0 0 20 0 21 0 188436648 19634933760 1491221 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4793685 1491221 5915 1 0 2349899 0
[pid=995065/tid=995067] ppid=995062 vsize=19174740 memory=11648 CPUtime=3260.32 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 34730 0 0 0 325916 116 0 0 20 0 21 0 188436648 19634933760 1491221 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19174740 memory=5964884 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188436651 19634933760 1491221 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19174740 memory=5964884 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 8037 0 0 0 0 0 0 0 20 0 21 0 188436652 19634933760 1491221 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995107] ppid=995062 vsize=19174740 memory=5964884 CPUtime=0 cores=4,6
/proc/995065/task/995107/stat : 995107 (Timer-0) S 995062 995065 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 188447751 19634933760 1491221 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 3276.96 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5964884 KiB

[startup+3342.3 s]
/proc/loadavg: 3.18 3.24 3.40 4/307 997043
/proc/meminfo: memFree=109737356/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19174740 memory=5964888 CPUtime=3336.77 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 117861 0 0 0 333390 287 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4793685 1491222 5915 1 0 2349899 0
[pid=995065/tid=995067] ppid=995062 vsize=19174740 memory=44264 CPUtime=3320.09 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 35001 0 0 0 331893 116 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19174740 memory=5964884 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188436651 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19174740 memory=5964888 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 8197 0 0 0 0 0 0 0 20 0 21 0 188436652 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995107] ppid=995062 vsize=19174740 memory=5964888 CPUtime=0 cores=4,6
/proc/995065/task/995107/stat : 995107 (Timer-0) S 995062 995065 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 188447751 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 3336.77 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5964888 KiB

[startup+3402.3 s]
/proc/loadavg: 3.14 3.22 3.39 4/307 997053
/proc/meminfo: memFree=109517212/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19174740 memory=5964888 CPUtime=3396.58 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 118775 0 0 0 339369 289 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4793685 1491222 5915 1 0 2349899 0
[pid=995065/tid=995067] ppid=995062 vsize=19174740 memory=44264 CPUtime=3379.85 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 35200 0 0 0 337869 116 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19174740 memory=5964888 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188436651 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19174740 memory=5964888 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 8358 0 0 0 0 0 0 0 20 0 21 0 188436652 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995107] ppid=995062 vsize=19174740 memory=5432 CPUtime=0 cores=4,6
/proc/995065/task/995107/stat : 995107 (Timer-0) S 995062 995065 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 188447751 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 3396.58 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5964888 KiB

[startup+3462.3 s]
/proc/loadavg: 3.49 3.29 3.40 4/305 997063
/proc/meminfo: memFree=109514576/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19174740 memory=5964888 CPUtime=3456.4 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 119706 0 0 0 345348 292 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4793685 1491222 5915 1 0 2349899 0
[pid=995065/tid=995067] ppid=995062 vsize=19174740 memory=44264 CPUtime=3439.62 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 35458 0 0 0 343846 116 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19174740 memory=5964888 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188436651 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19174740 memory=5964888 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 8509 0 0 0 0 0 0 0 20 0 21 0 188436652 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995107] ppid=995062 vsize=19174740 memory=5964888 CPUtime=0 cores=4,6
/proc/995065/task/995107/stat : 995107 (Timer-0) S 995062 995065 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 188447751 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 3456.4 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5964888 KiB

[startup+3522.3 s]
/proc/loadavg: 3.33 3.28 3.39 4/305 997073
/proc/meminfo: memFree=109512140/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19174740 memory=5964888 CPUtime=3516.21 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 120457 0 0 0 351326 295 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4793685 1491222 5915 1 0 2349899 0
[pid=995065/tid=995067] ppid=995062 vsize=19174740 memory=5964888 CPUtime=3499.39 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 35653 0 0 0 349823 116 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19174740 memory=-9031804570029040316 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188436651 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19174740 memory=-9031804570029040316 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 8660 0 0 0 0 0 0 0 20 0 21 0 188436652 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995107] ppid=995062 vsize=19174740 memory=5964888 CPUtime=0 cores=4,6
/proc/995065/task/995107/stat : 995107 (Timer-0) S 995062 995065 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 188447751 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 3516.21 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5964888 KiB

[startup+3582.3 s]
/proc/loadavg: 3.16 3.24 3.36 4/306 997085
/proc/meminfo: memFree=109509628/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19174740 memory=5964888 CPUtime=3576.03 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 121417 0 0 0 357305 298 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4793685 1491222 5915 1 0 2349899 0
[pid=995065/tid=995067] ppid=995062 vsize=19174740 memory=2660 CPUtime=3559.15 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 35909 0 0 0 355799 116 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19174740 memory=11648 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188436651 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19174740 memory=5964888 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 8811 0 0 0 0 0 0 0 20 0 21 0 188436652 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995107] ppid=995062 vsize=19174740 memory=5364 CPUtime=0 cores=4,6
/proc/995065/task/995107/stat : 995107 (Timer-0) S 995062 995065 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 188447751 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 3576.03 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5964888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3606.4 s]
/proc/loadavg: 3.11 3.23 3.35 4/306 997091
/proc/meminfo: memFree=109406780/131524600 swapFree=131070704/131071996
[pid=995065] ppid=995062 vsize=19174740 memory=5964888 CPUtime=3600.05 cores=4,6
/proc/995065/stat : 995065 (java) S 995062 995065 988868 0 -1 1077936128 121706 0 0 0 359706 299 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
/proc/995065/statm: 4793685 1491222 5915 1 0 2349899 0
[pid=995065/tid=995067] ppid=995062 vsize=19174740 memory=5964888 CPUtime=3583.16 cores=4,6
/proc/995065/task/995067/stat : 995067 (java) R 995062 995065 988868 0 -1 4194368 36008 0 0 0 358200 116 0 0 20 0 21 0 188436648 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995076] ppid=995062 vsize=19174740 memory=44264 CPUtime=0 cores=4,6
/proc/995065/task/995076/stat : 995076 (Finalizer) S 995062 995065 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188436651 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995083] ppid=995062 vsize=19174740 memory=12952 CPUtime=0 cores=4,6
/proc/995065/task/995083/stat : 995083 (Common-Cleaner) S 995062 995065 988868 0 -1 1077936192 8811 0 0 0 0 0 0 0 20 0 21 0 188436652 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
[pid=995065/tid=995107] ppid=995062 vsize=19174740 memory=5432 CPUtime=0 cores=4,6
/proc/995065/task/995107/stat : 995107 (Timer-0) S 995062 995065 988868 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 188447751 19634933760 1491222 134679101440 94284423315456 94284423319152 140737175461952 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94284423326968 94284423327760 94284444815360 140737175471092 140737175471200 140737175471200 140737175478216 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5964888 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.15 s, system=3.01197 s

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

Child status: 143

Real time (s): 3606.47
CPU time (s): 3600.16
CPU user time (s): 3597.15
CPU system time (s): 3.01197
CPU usage (%): 99.8252
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 5964888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.15
system time used= 3.01197
maximum resident set size= 5966580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125244
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113431
involuntary context switches= 2573


# summary of solver processes directly reported to runsolver:
#   pid: 995065
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3597.15
#   total CPU system time (s): 3.01197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.09959 second user time and 19.6607 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 06:18:49
IDJOB=4449221
IDBENCH=160490
IDSOLVER=3052
FILE ID=nodeC023/4449221-1721362716
RUNJOBID= nodeC023-1721353931-988879
SLURM_JOB_ID= 7542772
Free space on /tmp= 889888 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm99p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449221-1721362716/watcher-4449221-1721362716 -o /tmp/evaluation-result-4449221-1721362716/solver-4449221-1721362716 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988879 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4449221-1721362716.opb

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

MD5SUM BENCH= 8e74907d75b3430f44949ac6e798f9f2
RANDOM SEED=1477488217

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        107905236 kB
MemAvailable:   110091556 kB
Buffers:          541288 kB
Cached:          2473752 kB
SwapCached:           80 kB
Active:          1182576 kB
Inactive:       21829880 kB
Active(anon):       1596 kB
Inactive(anon): 20033376 kB
Active(file):    1180980 kB
Inactive(file):  1796504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:            136256 kB
Writeback:             0 kB
AnonPages:      19997088 kB
Mapped:           125732 kB
Shmem:             37536 kB
KReclaimable:      97316 kB
Slab:             190792 kB
SReclaimable:      97316 kB
SUnreclaim:        93476 kB
KernelStack:        5040 kB
PageTables:        49168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   25540740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:  19685376 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889768 MiB
End job on nodeC023 at 2024-07-19 07:18:56