Trace number 4456620

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.2 3588.4

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/pedigree/
normalized-sheep4r_wcsp.wbo
MD5SUMb3d29a62e920b432ed1420af63cfe867
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark186.77
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables89200
Total number of constraints5870368
Number of soft constraints5861448
Number of constraints which are clauses5861448
Number of constraints which are cardinality constraints (but not clauses)8920
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 2447
Min constraint cost 1
Max constraint cost 2447
Sum of constraints costs 14289117012
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.12	c See www.sat4j.org for details.
0.12/0.14	c version CUSTOM.v20240707
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.17	c Free memory 		2113181440
0.12/0.17	c Max memory 		16282288128
0.12/0.17	c Total memory 		2122317824
0.12/0.18	c Number of processors 	2
0.40/0.33	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.40/0.33	 - never skip resolution steps
0.40/0.33	 - Auto-division on coefficients is disabled
0.40/0.33	 - No postprocessing
0.40/0.33	 - Conflict is considered as is when resolving
0.40/0.33	 - Use constraints as they come during conflict analysis
0.40/0.33	 - Weaken first using unassigned literals
0.40/0.33	 - Bump strategy: ALWAYS_ONE
0.40/0.33	 - Bumper: EFFECTIVE
0.40/0.33	--- Begin Solver configuration ---
0.40/0.33	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.40/0.33	Learn all clauses as in MiniSAT
0.40/0.33	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.33	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.40/0.33	No reason simplification
0.40/0.33	Dynamic restart strategy considering the size of the coefficients
0.40/0.33	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.40/0.33	timeout=2147483s
0.40/0.33	DB Simplification allowed=false
0.40/0.33	Listener: none
0.40/0.33	--- End Solver configuration ---
0.40/0.33	c Pseudo Boolean Optimization by upper bound
0.40/0.33	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.40/0.33	c  - never skip resolution steps
0.40/0.33	c  - Auto-division on coefficients is disabled
0.40/0.33	c  - No postprocessing
0.40/0.33	c  - Conflict is considered as is when resolving
0.40/0.33	c  - Use constraints as they come during conflict analysis
0.40/0.33	c  - Weaken first using unassigned literals
0.40/0.33	c  - Bump strategy: ALWAYS_ONE
0.40/0.33	c  - Bumper: EFFECTIVE
0.40/0.33	c --- Begin Solver configuration ---
0.40/0.33	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.40/0.33	c Learn all clauses as in MiniSAT
0.40/0.33	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.40/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.40/0.33	c No reason simplification
0.40/0.33	c Dynamic restart strategy considering the size of the coefficients
0.40/0.33	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.40/0.33	c timeout=2147483s
0.40/0.33	c DB Simplification allowed=false
0.40/0.33	c Listener: none
0.40/0.33	c --- End Solver configuration ---
0.40/0.33	c solving HOME/instance-4456620-1721725442.wbo
0.40/0.33	c reading problem ... 
3600.04/3588.32	c starts		: 0
3600.04/3588.33	c conflicts		: 0
3600.04/3588.33	c decisions		: 0
3600.04/3588.33	c propagations		: 0
3600.04/3588.33	c inspects		: 0
3600.04/3588.33	c shortcuts		: 0
3600.04/3588.33	c learnt literals	: 0
3600.04/3588.33	c learnt binary clauses	: 0
3600.04/3588.34	c learnt ternary clauses	: 0
3600.04/3588.34	c learnt constraints	: 0
3600.04/3588.34	c ignored constraints	: 0
3600.04/3588.34	c root simplifications	: 0
3600.04/3588.34	c removed literals (reason simplification)	: 0
3600.04/3588.34	c reason swapping (by a shorter reason)	: 0
3600.04/3588.34	c Calls to reduceDB	: 0
3600.04/3588.34	c Number of update (reduction) of LBD	: 0
3600.04/3588.34	c Imported unit clauses	: 0
3600.04/3588.34	c No decision after first conflict	: true
3600.04/3588.34	c number of reductions to clauses (during analyze)	: 0
3600.04/3588.34	c number of learned constraints concerned by reduction	: 0
3600.04/3588.34	c number of learning phase by resolution	: 0
3600.04/3588.34	c number of learning phase by cutting planes	: 0
3600.04/3588.34	c number of rounding to 1 operations	: 0
3600.04/3588.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3588.34	c number of reductions of the coefficients by power 2 	: 0
3600.04/3588.34	c number of right shift for reduction by power 2 	: 0
3600.04/3588.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3588.34	c number of ending skipping 	: 0
3600.04/3588.34	c number of internal skipping 	: 0
3600.04/3588.34	c number of derivation steps 	: 0
3600.04/3588.34	c number of skipped derivation steps 	: 0
3600.04/3588.34	c number of remaining unassigned 	: 0
3600.04/3588.34	c number of remaining assigned 	: 0
3600.04/3588.34	c number of falsified literals weakened from reason	: 0
3600.04/3588.34	c number of falsified literals weakened from conflict	: 0
3600.04/3588.34	c time for arithmetic operations	: 0
3600.04/3588.35	c minimum degree of deleted constraints	: null
3600.04/3588.35	c maximum degree of deleted constraints	: null
3600.04/3588.35	c number of deleted constraints	: 0
3600.04/3588.35	c speed (assignments/second)	: 0.0
3600.04/3588.35	c non guided choices	: 0
3600.04/3588.35	s UNKNOWN
3600.04/3588.36	c Total wall clock time (in seconds): 3588.022

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 (59461 MiB free)
  memory of node 1: 64510 MiB (55029 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456620-1721725442/watcher-4456620-1721725442 -o /tmp/evaluation-result-4456620-1721725442/solver-4456620-1721725442 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721725441-83472 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456620-1721725442.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.101525 s]*
/proc/loadavg: 1.73 1.94 2.20 7/323 83813
/proc/meminfo: memFree=116828260/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=18975048 memory=58296 CPUtime=0.12 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 6504 0 0 0 10 2 0 0 20 0 18 0 8534008 19430449152 14574 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4743762 14574 5652 1 0 550924 0
[pid=83795/tid=83797] ppid=83792 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) S 83792 83795 78798 0 -1 1077936192 5438 0 0 0 6 2 0 0 20 0 18 0 8534008 19430449152 14574 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8534011 19430449152 14574 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=18975048 memory=13855170232631135 CPUtime=0 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8534012 19430449152 14574 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58296 KiB

[startup+0.206431 s]*
/proc/loadavg: 1.73 1.94 2.20 6/323 83813
/proc/meminfo: memFree=116548372/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=18975048 memory=66724 CPUtime=0.26 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 7123 0 0 0 23 3 0 0 20 0 18 0 8534008 19430449152 16681 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4743762 16681 5657 1 0 551419 0
[pid=83795/tid=83797] ppid=83792 vsize=18975048 memory=664970838410264707 CPUtime=0.18 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 5672 0 0 0 16 2 0 0 20 0 18 0 8534008 19430449152 16681 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=18975048 memory=707 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8534011 19430449152 16681 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=18975048 memory=16102571999761061 CPUtime=0 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8534012 19430449152 16681 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66724 KiB

[startup+0.306378 s]*
/proc/loadavg: 1.73 1.94 2.20 6/323 83813
/proc/meminfo: memFree=116198964/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=18975048 memory=68028 CPUtime=0.4 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 7449 0 0 0 37 3 0 0 20 0 18 0 8534008 19430449152 17007 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4743762 17007 5684 1 0 551669 0
[pid=83795/tid=83797] ppid=83792 vsize=18975048 memory=-6000919498409077095 CPUtime=0.28 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 5845 0 0 0 26 2 0 0 20 0 18 0 8534008 19430449152 17007 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8534011 19430449152 17007 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8534012 19430449152 17007 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68028 KiB

[startup+0.703265 s]
/proc/loadavg: 1.73 1.94 2.20 7/324 83814
/proc/meminfo: memFree=114760492/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=587712 CPUtime=1.07 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 8439 0 0 0 91 16 0 0 20 0 19 0 8534008 19498610688 146928 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 146928 5848 1 0 552345 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=5468 CPUtime=0.62 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 6199 0 0 0 48 14 0 0 20 0 19 0 8534008 19498610688 146928 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=11904 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 146928 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8534012 19498610688 146928 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 587712 KiB

[startup+1.50026 s]
/proc/loadavg: 1.73 1.94 2.20 7/324 83814
/proc/meminfo: memFree=113112264/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=2813340 CPUtime=2.33 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 12283 0 0 0 172 61 0 0 20 0 19 0 8534008 19498610688 703335 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 703335 5848 1 0 1270080 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=11904 CPUtime=1.37 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 7275 0 0 0 79 58 0 0 20 0 19 0 8534008 19498610688 703335 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 703335 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8534012 19498610688 703335 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 2.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2813340 KiB

[startup+3.10602 s]
/proc/loadavg: 1.99 1.99 2.21 5/324 83814
/proc/meminfo: memFree=108589872/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=4175324 CPUtime=5.01 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 25271 0 0 0 410 91 0 0 20 0 19 0 8534008 19498610688 1043831 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1043831 5848 1 0 1276847 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=0 CPUtime=2.89 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 7922 0 0 0 205 84 0 0 20 0 19 0 8534008 19498610688 1043831 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=11904 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1043831 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=3130632 CPUtime=0 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8534012 19498610688 1043831 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 5.01 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4175324 KiB

[startup+6.30029 s]
/proc/loadavg: 1.99 1.99 2.21 5/324 83814
/proc/meminfo: memFree=102932216/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=5489540 CPUtime=9.48 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 26953 0 0 0 831 117 0 0 20 0 19 0 8534008 19498610688 1372385 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1372385 5849 1 0 1611101 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=0 CPUtime=5.88 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 8574 0 0 0 478 110 0 0 20 0 19 0 8534008 19498610688 1372385 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=2813340 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1372385 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=224194199869 CPUtime=0 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8534012 19498610688 1372385 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5489540 KiB

[startup+12.7004 s]
/proc/loadavg: 2.30 2.06 2.23 5/324 83815
/proc/meminfo: memFree=101543828/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=5495152 CPUtime=16.82 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 27526 0 0 0 1563 119 0 0 20 0 19 0 8534008 19498610688 1373788 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1373788 5865 1 0 1611103 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=5491052 CPUtime=11.92 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 9019 0 0 0 1082 110 0 0 20 0 19 0 8534008 19498610688 1373788 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=5486956 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1373788 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=14699612309032043 CPUtime=0 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8534012 19498610688 1373788 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 16.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5495152 KiB

[startup+25.5005 s]
/proc/loadavg: 2.72 2.16 2.26 5/324 83818
/proc/meminfo: memFree=101000428/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=5537036 CPUtime=29.95 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 31943 0 0 0 2873 122 0 0 20 0 19 0 8534008 19498610688 1384259 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1384259 5865 1 0 1611103 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=5524084 CPUtime=24.02 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 10504 0 0 0 2292 110 0 0 20 0 19 0 8534008 19498610688 1384259 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1384259 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8534012 19498610688 1384259 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 29.95 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5537036 KiB

[startup+51.1147 s]
/proc/loadavg: 3.36 2.35 2.32 5/326 83824
/proc/meminfo: memFree=98571504/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=5588616 CPUtime=56 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 34751 0 0 0 5473 127 0 0 20 0 19 0 8534008 19498610688 1397154 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1397154 5865 1 0 1611103 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=0 CPUtime=48.55 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 12569 0 0 0 4744 111 0 0 20 0 19 0 8534008 19498610688 1397154 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=5495152 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1397154 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=4175324 CPUtime=0 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8534012 19498610688 1397154 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5588616 KiB

[startup+102.3 s]
/proc/loadavg: 3.86 2.64 2.43 5/324 83833
/proc/meminfo: memFree=97985144/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=6043048 CPUtime=107.73 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 43127 0 0 0 10630 143 0 0 20 0 19 0 8534008 19498610688 1510762 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1510762 5865 1 0 1711370 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=6028676 CPUtime=98.11 cores=4,6

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

/proc/meminfo: memFree=101097840/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3234 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 311310 0 0 0 322846 554 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1687353 5866 1 0 1807507 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3175.3 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 134358 0 0 0 317362 168 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=-6000919498409077095 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0.01 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 4388 0 0 0 1 0 0 0 20 0 19 0 8534012 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 3234 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6749412 KiB

[startup+3282.3 s]
/proc/loadavg: 3.26 3.20 3.22 4/296 85613
/proc/meminfo: memFree=101097104/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3294.02 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 316592 0 0 0 328841 561 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1687353 5866 1 0 1807507 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3234.75 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 136578 0 0 0 323306 169 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0.01 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 4472 0 0 0 1 0 0 0 20 0 19 0 8534012 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 3294.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6749412 KiB

[startup+3342.3 s]
/proc/loadavg: 3.18 3.19 3.21 4/296 85624
/proc/meminfo: memFree=101096900/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3354.05 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 321828 0 0 0 334837 568 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1687353 5866 1 0 1807507 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3294.21 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 138678 0 0 0 329252 169 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=11904 CPUtime=0.01 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 4556 0 0 0 1 0 0 0 20 0 19 0 8534012 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 3354.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6749412 KiB

[startup+3402.3 s]
/proc/loadavg: 3.14 3.17 3.20 4/295 85636
/proc/meminfo: memFree=101096496/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3414.06 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 325867 0 0 0 340830 576 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1687353 5866 1 0 1807507 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=0 CPUtime=3353.67 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 141000 0 0 0 335197 170 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0.01 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 4640 0 0 0 1 0 0 0 20 0 19 0 8534012 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 3414.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6749412 KiB

[startup+3462.3 s]
/proc/loadavg: 3.17 3.17 3.20 4/295 85658
/proc/meminfo: memFree=101096224/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3474.07 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 331302 0 0 0 346825 582 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1687353 5866 1 0 1807507 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=0 CPUtime=3413.13 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 143380 0 0 0 341142 171 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=33312 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0.01 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 4724 0 0 0 1 0 0 0 20 0 19 0 8534012 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 3474.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6749412 KiB

[startup+3522.3 s]
/proc/loadavg: 3.35 3.20 3.20 4/295 85669
/proc/meminfo: memFree=101095948/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3534.08 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 336482 0 0 0 352819 589 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1687353 5866 1 0 1807507 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3472.59 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 145518 0 0 0 347088 171 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=11904 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0.01 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 4808 0 0 0 1 0 0 0 20 0 19 0 8534012 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 3534.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6749412 KiB

[startup+3582.3 s]
/proc/loadavg: 3.58 3.30 3.23 4/293 85679
/proc/meminfo: memFree=101095672/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3594.05 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 340184 0 0 0 358809 596 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1687353 5866 1 0 1807507 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=5468 CPUtime=3531.99 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 147556 0 0 0 353027 172 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0.01 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 4892 0 0 0 1 0 0 0 20 0 19 0 8534012 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 3594.05 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6749412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3588.3 s]
/proc/loadavg: 3.57 3.31 3.24 4/293 85681
/proc/meminfo: memFree=101095548/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3600.04 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 341883 0 0 0 359407 597 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1687353 5866 1 0 1807507 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3537.93 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 147910 0 0 0 353621 172 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=2204 CPUtime=0.01 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 4892 0 0 0 1 0 0 0 20 0 19 0 8534012 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6749412 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.19 s, system=6.01233 s

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

[startup+3588.3 s]
/proc/loadavg: 3.57 3.31 3.24 4/293 85681
/proc/meminfo: memFree=101095548/131655788 swapFree=131071996/131071996
[pid=83795] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3600.04 cores=4,6
/proc/83795/stat : 83795 (java) S 83792 83795 78798 0 -1 1077936128 341883 0 0 0 359407 597 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
/proc/83795/statm: 4760403 1687353 5866 1 0 1807507 0
[pid=83795/tid=83797] ppid=83792 vsize=19041612 memory=6749412 CPUtime=3537.93 cores=4,6
/proc/83795/task/83797/stat : 83797 (java) R 83792 83795 78798 0 -1 4194368 147910 0 0 0 353621 172 0 0 20 0 19 0 8534008 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 38 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83806] ppid=83792 vsize=19041612 memory=6749412 CPUtime=0 cores=4,6
/proc/83795/task/83806/stat : 83806 (Finalizer) S 83792 83795 78798 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8534011 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
[pid=83795/tid=83813] ppid=83792 vsize=19041612 memory=2204 CPUtime=0.01 cores=4,6
/proc/83795/task/83813/stat : 83813 (Common-Cleaner) S 83792 83795 78798 0 -1 1077936192 4892 0 0 0 1 0 0 0 20 0 19 0 8534012 19498610688 1687353 134679101440 93904212926464 93904212930160 140722169110224 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93904212937976 93904212938768 93904225746944 140722169115636 140722169115744 140722169115744 140722169122760 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6749412 KiB

Child status: 143

Real time (s): 3588.4
CPU time (s): 3600.2
CPU user time (s): 3594.19
CPU system time (s): 6.01233
CPU usage (%): 100.329
Max. virtual memory (cumulated for all children) (KiB): 19042904
Max. memory (cumulated for all children) (KiB): 6749412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.19
system time used= 6.01233
maximum resident set size= 6753072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 344516
page faults= 0
swaps= 0
block input operations= 32
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 429357
involuntary context switches= 6538


# summary of solver processes directly reported to runsolver:
#   pid: 83795
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3594.19
#   total CPU system time (s): 6.01233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.649 second user time and 38.4665 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-23 11:04:05
IDJOB=4456620
IDBENCH=144110
IDSOLVER=3036
FILE ID=nodeC010/4456620-1721725442
RUNJOBID= nodeC010-1721725441-83472
SLURM_JOB_ID= 7770392
Free space on /tmp= 723436 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/pedigree/normalized-sheep4r_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456620-1721725442/watcher-4456620-1721725442 -o /tmp/evaluation-result-4456620-1721725442/solver-4456620-1721725442 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721725441-83472 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4456620-1721725442.wbo

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

MD5SUM BENCH= b3d29a62e920b432ed1420af63cfe867
RANDOM SEED=60170673

nodeC010.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		: 3491.805
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.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	: 0xb00001f
cpu MHz		: 3542.857
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.28
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		: 3491.804
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.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	: 0xb00001f
cpu MHz		: 3492.638
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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.28
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.519
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.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	: 0xb00001f
cpu MHz		: 3491.805
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.28
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		: 3492.053
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.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	: 0xb00001f
cpu MHz		: 3292.272
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.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        117454660 kB
MemAvailable:   123408720 kB
Buffers:          143156 kB
Cached:          6569040 kB
SwapCached:            0 kB
Active:           889508 kB
Inactive:       12649288 kB
Active(anon):       1480 kB
Inactive(anon):  6854624 kB
Active(file):     888028 kB
Inactive(file):  5794664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            355784 kB
Writeback:             0 kB
AnonPages:       6826644 kB
Mapped:           119568 kB
Shmem:             29512 kB
KReclaimable:     222800 kB
Slab:             329684 kB
SReclaimable:     222800 kB
SUnreclaim:       106884 kB
KernelStack:        4912 kB
PageTables:        23228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11930156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18112 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6252544 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:      273224 kB
DirectMap2M:    27942912 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723444 MiB
End job on nodeC010 at 2024-07-23 12:03:53