Trace number 4445261

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.35 3589.28

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM3f61e6943d6ec76e40473bfb8d86b810
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 benchmark0.264688
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
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 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.15	c version CUSTOM.v20240707
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2113181440
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2122317824
0.11/0.19	c Number of processors 	2
0.25/0.28	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.28	 - never skip resolution steps
0.25/0.28	 - Auto-division on coefficients is disabled
0.25/0.28	 - No postprocessing
0.25/0.28	 - Conflict is considered as is when resolving
0.25/0.28	 - Use constraints as they come during conflict analysis
0.25/0.28	 - Weaken first using unassigned literals
0.25/0.28	 - Bump strategy: ALWAYS_ONE
0.25/0.28	 - Bumper: EFFECTIVE
0.25/0.28	--- Begin Solver configuration ---
0.25/0.28	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.25/0.28	Learn all clauses as in MiniSAT
0.25/0.28	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.28	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.28	No reason simplification
0.25/0.28	Dynamic restart strategy considering the size of the coefficients
0.25/0.28	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.25/0.28	timeout=2147483s
0.25/0.28	DB Simplification allowed=false
0.25/0.28	Listener: none
0.25/0.28	--- End Solver configuration ---
0.25/0.30	c Pseudo Boolean Optimization by upper bound
0.25/0.30	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.25/0.30	c  - never skip resolution steps
0.25/0.30	c  - Auto-division on coefficients is disabled
0.25/0.30	c  - No postprocessing
0.25/0.30	c  - Conflict is considered as is when resolving
0.25/0.30	c  - Use constraints as they come during conflict analysis
0.25/0.30	c  - Weaken first using unassigned literals
0.25/0.30	c  - Bump strategy: ALWAYS_ONE
0.25/0.30	c  - Bumper: EFFECTIVE
0.25/0.30	c --- Begin Solver configuration ---
0.25/0.30	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.25/0.30	c Learn all clauses as in MiniSAT
0.25/0.30	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.30	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.25/0.30	c No reason simplification
0.25/0.30	c Dynamic restart strategy considering the size of the coefficients
0.25/0.30	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.25/0.30	c timeout=2147483s
0.25/0.30	c DB Simplification allowed=false
0.25/0.30	c Listener: none
0.25/0.30	c --- End Solver configuration ---
0.25/0.30	c solving HOME/instance-4445261-1721326301.opb
0.25/0.30	c reading problem ... 
0.25/0.30	c  no objective function found
0.25/0.30	c ... done. Wall clock time 0.01s.
0.25/0.30	c declared #vars     86
0.25/0.30	c #constraints  2
0.25/0.30	c constraints type 
0.25/0.30	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.25/0.30	c 2 constraints processed.
42.03/37.67	c cleaning 2497 clauses out of 5000 with flag 0/5000
141.59/136.43	c cleaning 4250 clauses out of 8504 with flag 0/11001
303.13/297.23	c cleaning 5627 clauses out of 11253 with flag 0/18000
573.30/567.06	c cleaning 6814 clauses out of 13627 with flag 0/26001
1006.87/1000.69	c cleaning 7904 clauses out of 15812 with flag 0/35000
1555.42/1548.42	c cleaning 8953 clauses out of 17908 with flag 0/45000
2209.11/2201.32	c cleaning 9978 clauses out of 19955 with flag 0/56000
2940.18/2931.25	c cleaning 10986 clauses out of 21977 with flag 0/68000
3600.06/3589.15	c starts		: 6
3600.06/3589.17	c conflicts		: 78353
3600.06/3589.17	c decisions		: 96483
3600.06/3589.18	c propagations		: 560999
3600.06/3589.18	c inspects		: 1813372617
3600.06/3589.18	c shortcuts		: 0
3600.06/3589.18	c learnt literals	: 0
3600.06/3589.18	c learnt binary clauses	: 0
3600.06/3589.18	c learnt ternary clauses	: 0
3600.06/3589.18	c learnt constraints	: 78353
3600.06/3589.18	c ignored constraints	: 0
3600.06/3589.18	c root simplifications	: 0
3600.06/3589.18	c removed literals (reason simplification)	: 0
3600.06/3589.18	c reason swapping (by a shorter reason)	: 0
3600.06/3589.18	c Calls to reduceDB	: 8
3600.06/3589.18	c Number of update (reduction) of LBD	: 78360
3600.06/3589.18	c Imported unit clauses	: 0
3600.06/3589.18	c No decision after first conflict	: false
3600.06/3589.19	c number of reductions to clauses (during analyze)	: 0
3600.06/3589.19	c number of learned constraints concerned by reduction	: 0
3600.06/3589.19	c number of learning phase by resolution	: 0
3600.06/3589.19	c number of learning phase by cutting planes	: 0
3600.06/3589.19	c number of rounding to 1 operations	: 0
3600.06/3589.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3589.19	c number of reductions of the coefficients by power 2 	: 0
3600.06/3589.19	c number of right shift for reduction by power 2 	: 0
3600.06/3589.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3589.19	c number of ending skipping 	: 0
3600.06/3589.19	c number of internal skipping 	: 0
3600.06/3589.19	c number of derivation steps 	: 389651
3600.24/3589.20	c number of skipped derivation steps 	: 0
3600.24/3589.20	c number of remaining unassigned 	: 51067
3600.24/3589.20	c number of remaining assigned 	: 17846128
3600.24/3589.20	c number of falsified literals weakened from reason	: 0
3600.24/3589.20	c number of falsified literals weakened from conflict	: 0
3600.24/3589.21	c time for arithmetic operations	: 2230115414
3600.24/3589.21	c timeout
3600.24/3589.21	c minimum degree of deleted constraints	: 1
3600.24/3589.21	c maximum degree of deleted constraints	: 54263040637236567628515530778871664959802489607918563607542873036763679694847354412666439407206545211797941958307455754033751998394361440252748109904058720081800991415643302666865215972411478865588167953398846891444337073389725618059510587690242172282412960267026859416916779442758956643331125000
3600.24/3589.21	c number of deleted constraints	: 57009
3600.24/3589.22	c speed (assignments/second)	: 156.31498333333798
3600.24/3589.22	c non guided choices	: 75
3600.24/3589.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29
3600.24/3589.25	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 21315
3600.24/3589.26	s UNKNOWN
3600.24/3589.26	c Total wall clock time (in seconds): 3588.973

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445261-1721326301/watcher-4445261-1721326301 -o /tmp/evaluation-result-4445261-1721326301/solver-4445261-1721326301 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955705 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445261-1721326301.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=961511, runsolver pid=961508

[startup+0.100353 s]*
/proc/loadavg: 4.09 4.15 4.21 5/318 961529
/proc/meminfo: memFree=122061972/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=18975048 memory=55984 CPUtime=0.11 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 6567 0 0 0 9 2 0 0 20 0 18 0 184786506 19430449152 13996 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4743762 13996 5555 1 0 550876 0
[pid=961511/tid=961513] ppid=961508 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 5477 0 0 0 7 1 0 0 20 0 18 0 184786507 19430449152 13996 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184786510 19430449152 13996 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184786511 19430449152 13996 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55984 KiB

[startup+0.214355 s]*
/proc/loadavg: 4.09 4.15 4.21 6/318 961529
/proc/meminfo: memFree=122052804/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=18975048 memory=64688 CPUtime=0.25 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 7225 0 0 0 22 3 0 0 20 0 18 0 184786506 19430449152 16172 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4743762 16172 5563 1 0 551415 0
[pid=961511/tid=961513] ppid=961508 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 5733 0 0 0 16 2 0 0 20 0 18 0 184786507 19430449152 16172 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=18975048 memory=5697 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184786510 19430449152 16172 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184786511 19430449152 16172 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64688 KiB

[startup+0.324357 s]*
/proc/loadavg: 4.09 4.15 4.21 7/319 961530
/proc/meminfo: memFree=122049020/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19041612 memory=69048 CPUtime=0.43 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 7682 0 0 0 40 3 0 0 20 0 19 0 184786506 19498610688 17262 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4760403 17262 5714 1 0 552043 0
[pid=961511/tid=961513] ppid=961508 vsize=19041612 memory=-8601142375333798588 CPUtime=0.27 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 6065 0 0 0 25 2 0 0 20 0 19 0 184786507 19498610688 17262 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184786510 19498610688 17262 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184786511 19498610688 17262 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184786537 19498610688 17262 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69048 KiB

[startup+0.701353 s]
/proc/loadavg: 4.09 4.15 4.21 7/319 961530
/proc/meminfo: memFree=122025316/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19042396 memory=123080 CPUtime=1.13 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 10288 0 0 0 108 5 0 0 20 0 19 0 184786506 19499413504 30770 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4760599 30770 5815 1 0 553624 0
[pid=961511/tid=961513] ppid=961508 vsize=19042396 memory=11992 CPUtime=0.63 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 6112 0 0 0 60 3 0 0 20 0 19 0 184786507 19499413504 30836 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19042396 memory=11992 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184786510 19499413504 30836 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19042396 memory=117636 CPUtime=0 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184786511 19499413504 30836 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19042396 memory=25208 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184786537 19499413504 30836 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19042396 KiB
Current children cumulated memory: 123080 KiB

[startup+1.50032 s]
/proc/loadavg: 4.09 4.15 4.21 9/320 961531
/proc/meminfo: memFree=121946440/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=173636 CPUtime=2.71 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 17268 0 0 0 263 8 0 0 20 0 20 0 184786506 19566772224 43409 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 43409 5847 1 0 555395 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=11992 CPUtime=1.38 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 6507 0 0 0 134 4 0 0 20 0 20 0 184786507 19566772224 43409 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 43409 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184786511 19566772224 43409 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 43409 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 173636 KiB

[startup+3.10635 s]
/proc/loadavg: 4.09 4.15 4.21 6/320 961533
/proc/meminfo: memFree=121687352/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=467296 CPUtime=5.88 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 24169 0 0 0 574 14 0 0 20 0 20 0 184786506 19566772224 116824 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 116824 5879 1 0 558968 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=0 CPUtime=2.96 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 7235 0 0 0 287 9 0 0 20 0 20 0 184786507 19566772224 116824 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 116824 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=182088 CPUtime=0 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184786511 19566772224 116824 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 116824 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 5.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 467296 KiB

[startup+6.30039 s]
/proc/loadavg: 4.08 4.14 4.21 5/320 961533
/proc/meminfo: memFree=121252924/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=951920 CPUtime=9.42 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 25251 0 0 0 917 25 0 0 20 0 20 0 184786506 19566772224 237980 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 237980 5879 1 0 558968 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=11992 CPUtime=6.13 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 7776 0 0 0 594 19 0 0 20 0 20 0 184786507 19566772224 237980 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 237980 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=5864934005206309208 CPUtime=0 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184786511 19566772224 237980 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=5512 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 237980 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 9.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 951920 KiB

[startup+12.7005 s]
/proc/loadavg: 4.08 4.14 4.21 5/320 961534
/proc/meminfo: memFree=120780744/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=1328988 CPUtime=15.88 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 27378 0 0 0 1554 34 0 0 20 0 20 0 184786506 19566772224 332247 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 332247 5879 1 0 558968 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=0 CPUtime=12.43 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 9057 0 0 0 1216 27 0 0 20 0 20 0 184786507 19566772224 332247 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=1328988 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 332247 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184786511 19566772224 332247 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=2648 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 332247 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 15.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1328988 KiB

[startup+25.5005 s]
/proc/loadavg: 4.13 4.15 4.21 5/320 961536
/proc/meminfo: memFree=120764240/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=1337252 CPUtime=28.64 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 31519 0 0 0 2828 36 0 0 20 0 20 0 184786506 19566772224 334313 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 334313 5879 1 0 558968 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=1328988 CPUtime=24.98 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 10854 0 0 0 2471 27 0 0 20 0 20 0 184786507 19566772224 334313 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=2648 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 334313 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=1333148 CPUtime=0 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184786511 19566772224 334313 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 334313 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 28.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1337252 KiB

[startup+51.1137 s]
/proc/loadavg: 4.14 4.15 4.21 5/320 961540
/proc/meminfo: memFree=120729728/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=1352952 CPUtime=55.92 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 50143 0 0 0 5550 42 0 0 20 0 20 0 184786506 19566772224 338238 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 338238 5879 1 0 559419 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=1346744 CPUtime=50.09 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 15844 0 0 0 4981 28 0 0 20 0 20 0 184786507 19566772224 338238 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0

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

[startup+3282.3 s]
/proc/loadavg: 2.13 2.76 3.45 3/265 963437
/proc/meminfo: memFree=124797736/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=2196264 CPUtime=3292.02 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 235013 0 0 0 328885 317 0 0 20 0 20 0 184786506 19566772224 549066 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 549066 5894 1 0 666571 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=2194216 CPUtime=3245.84 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 98602 0 0 0 324518 66 0 0 20 0 20 0 184786507 19566772224 549066 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=2194212 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 549066 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=2190108 CPUtime=0.01 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 3623 0 0 0 1 0 0 0 20 0 20 0 184786511 19566772224 549066 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=2190116 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 549066 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 3292.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2196264 KiB

[startup+3342.3 s]
/proc/loadavg: 2.09 2.64 3.36 3/265 963447
/proc/meminfo: memFree=124782944/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=2202428 CPUtime=3352.18 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 237593 0 0 0 334896 322 0 0 20 0 20 0 184786506 19566772224 550607 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 550607 5894 1 0 666571 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=2196264 CPUtime=3305.17 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 100357 0 0 0 330451 66 0 0 20 0 20 0 184786507 19566772224 550607 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=2200380 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 550607 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=2200380 CPUtime=0.01 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 3704 0 0 0 1 0 0 0 20 0 20 0 184786511 19566772224 550607 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=11600 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 550607 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 3352.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2202428 KiB

[startup+3402.3 s]
/proc/loadavg: 2.17 2.56 3.29 3/265 963457
/proc/meminfo: memFree=124772424/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=2206608 CPUtime=3412.47 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 240711 0 0 0 340919 328 0 0 20 0 20 0 184786506 19566772224 551652 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 551652 5894 1 0 666587 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=43700 CPUtime=3364.49 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 101842 0 0 0 336382 67 0 0 20 0 20 0 184786507 19566772224 551652 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=-8601142375333798588 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 551652 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=2204552 CPUtime=0.01 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 3781 0 0 0 1 0 0 0 20 0 20 0 184786511 19566772224 551652 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=-8601142375333798588 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 551652 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 3412.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2206608 KiB

[startup+3462.3 s]
/proc/loadavg: 2.10 2.47 3.21 3/265 963468
/proc/meminfo: memFree=124761832/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=2210724 CPUtime=3472.74 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 243859 0 0 0 346941 333 0 0 20 0 20 0 184786506 19566772224 552681 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 552681 5894 1 0 666587 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=11600 CPUtime=3423.83 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 103198 0 0 0 342316 67 0 0 20 0 20 0 184786507 19566772224 552681 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=11992 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 552681 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=-8601142375333798588 CPUtime=0.01 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 3841 0 0 0 1 0 0 0 20 0 20 0 184786511 19566772224 552681 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=43700 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 552681 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 3472.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2210724 KiB

[startup+3522.3 s]
/proc/loadavg: 2.43 2.48 3.17 3/265 963478
/proc/meminfo: memFree=124749196/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=2216888 CPUtime=3532.96 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 246865 0 0 0 352958 338 0 0 20 0 20 0 184786506 19566772224 554222 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 554222 5894 1 0 666587 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=-8601142375333798588 CPUtime=3483.16 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 105020 0 0 0 348249 67 0 0 20 0 20 0 184786507 19566772224 554222 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=2648 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 554222 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=11600 CPUtime=0.01 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 3934 0 0 0 1 0 0 0 20 0 20 0 184786511 19566772224 554222 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=2216888 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 554222 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 3532.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2216888 KiB

[startup+3582.3 s]
/proc/loadavg: 2.84 2.60 3.17 3/267 963492
/proc/meminfo: memFree=124738512/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=2221000 CPUtime=3593.24 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 249886 0 0 0 358981 343 0 0 20 0 20 0 184786506 19566772224 555250 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 555250 5894 1 0 666587 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=2216888 CPUtime=3542.59 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 106559 0 0 0 354191 68 0 0 20 0 20 0 184786507 19566772224 555250 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=2218952 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 555250 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=5508 CPUtime=0.01 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 4016 0 0 0 1 0 0 0 20 0 20 0 184786511 19566772224 555250 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=13848 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 555250 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 3593.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2221000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.11 s]
/proc/loadavg: 2.77 2.59 3.16 3/267 963492
/proc/meminfo: memFree=124736484/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19108176 memory=2221000 CPUtime=3600.06 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 250016 0 0 0 359662 344 0 0 20 0 20 0 184786506 19566772224 555250 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4777044 555250 5894 1 0 666587 0
[pid=961511/tid=961513] ppid=961508 vsize=19108176 memory=2218952 CPUtime=3549.3 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 4194368 106688 0 0 0 354862 68 0 0 20 0 20 0 184786507 19566772224 555250 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19108176 memory=2218952 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184786510 19566772224 555250 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19108176 memory=43700 CPUtime=0.01 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 4016 0 0 0 1 0 0 0 20 0 20 0 184786511 19566772224 555250 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961530] ppid=961508 vsize=19108176 memory=2208672 CPUtime=0 cores=1,3
/proc/961511/task/961530/stat : 961530 (Timer-0) S 961508 961511 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184786537 19566772224 555250 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2221000 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.88 s, system=3.46659 s

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

[startup+3589.21 s]
/proc/loadavg: 2.77 2.59 3.16 3/267 963492
/proc/meminfo: memFree=124736484/131655788 swapFree=131071996/131071996
[pid=961511] ppid=961508 vsize=19307868 memory=2221732 CPUtime=3600.24 cores=1,3
/proc/961511/stat : 961511 (java) S 961508 961511 955693 0 -1 1077936128 252850 0 0 0 359680 344 0 0 20 0 21 0 184786506 19771256832 555433 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
/proc/961511/statm: 4826967 555433 5893 1 0 667488 0
[pid=961511/tid=961513] ppid=961508 vsize=19307868 memory=2221000 CPUtime=3549.39 cores=1,3
/proc/961511/task/961513/stat : 961513 (java) R 961508 961511 955693 0 -1 1077936192 106762 0 0 0 354871 68 0 0 20 0 21 0 184786507 19771256832 555433 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961522] ppid=961508 vsize=19307868 memory=2632 CPUtime=0 cores=1,3
/proc/961511/task/961522/stat : 961522 (Finalizer) S 961508 961511 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 184786510 19771256832 555433 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
[pid=961511/tid=961529] ppid=961508 vsize=19307868 memory=4996 CPUtime=0.01 cores=1,3
/proc/961511/task/961529/stat : 961529 (Common-Cleaner) S 961508 961511 955693 0 -1 1077936192 4016 0 0 0 1 0 0 0 20 0 21 0 184786511 19771256832 555433 134679101440 94738219737088 94738219740784 140723406469088 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94738219748600 94738219749392 94738234134528 140723406472180 140723406472288 140723406472288 140723406479304 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2221732 KiB

Child status: 143

Real time (s): 3589.28
CPU time (s): 3600.35
CPU user time (s): 3596.88
CPU system time (s): 3.46659
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2221732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.88
system time used= 3.46659
maximum resident set size= 2222932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253363
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131883
involuntary context switches= 4772


# summary of solver processes directly reported to runsolver:
#   pid: 961511
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3596.88
#   total CPU system time (s): 3.46659

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.7528 second user time and 38.5003 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 20:11:53
IDJOB=4445261
IDBENCH=148105
IDSOLVER=3052
FILE ID=nodeC008/4445261-1721326301
RUNJOBID= nodeC008-1721318349-955705
SLURM_JOB_ID= 7542675
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob8.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445261-1721326301/watcher-4445261-1721326301 -o /tmp/evaluation-result-4445261-1721326301/solver-4445261-1721326301 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955705 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4445261-1721326301.opb

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

MD5SUM BENCH= 3f61e6943d6ec76e40473bfb8d86b810
RANDOM SEED=1991510811

nodeC008.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		: 3584.972
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.91
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		: 3491.969
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122097556 kB
MemAvailable:   123007656 kB
Buffers:          526032 kB
Cached:          1221864 kB
SwapCached:            0 kB
Active:          1021600 kB
Inactive:        7975676 kB
Active(anon):       1484 kB
Inactive(anon):  7285592 kB
Active(file):    1020116 kB
Inactive(file):   690084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       7249060 kB
Mapped:           126024 kB
Shmem:             37704 kB
KReclaimable:      79860 kB
Slab:             180304 kB
SReclaimable:      79860 kB
SUnreclaim:       100444 kB
KernelStack:        4896 kB
PageTables:        24236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9488804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57856 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6948864 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC008 at 2024-07-18 21:11:42