Trace number 4461761

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.11 3596.17

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x2/Init-x2-i9_pp_96.opb
MD5SUM5cc7d14a8524e58f54e6333ee2ad6e82
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1406
Best CPU time to get the best result obtained on this benchmark3558.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41200
Total number of constraints41201
Number of constraints which are clauses32125
Number of constraints which are cardinality constraints (but not clauses)2888
Number of constraints which are nor clauses,nor cardinality constraints6188
Minimum length of a constraint1
Maximum length of a constraint2888
Number of terms in the objective function 2888
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 2888
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 688
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3576
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.10	c os.arch		amd64
0.11/0.10	c Free memory 		2106806208
0.11/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	 - never skip resolution steps
0.11/0.16	 - Auto-division on coefficients is disabled
0.11/0.16	 - No postprocessing
0.11/0.16	 - Conflict is considered as is when resolving
0.11/0.16	 - Use constraints as they come during conflict analysis
0.11/0.16	 - Weaken first using unassigned literals
0.11/0.16	 - Bump strategy: ALWAYS_ONE
0.11/0.16	 - Bumper: EFFECTIVE
0.11/0.16	--- Begin Solver configuration ---
0.11/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.11/0.16	Learn all clauses as in MiniSAT
0.11/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	No reason simplification
0.11/0.16	Dynamic restart strategy considering the size of the coefficients
0.11/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.11/0.16	timeout=2147483s
0.11/0.16	DB Simplification allowed=false
0.11/0.16	Listener: none
0.11/0.16	--- End Solver configuration ---
0.11/0.17	c Pseudo Boolean Optimization by upper bound
0.11/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.17	c  - never skip resolution steps
0.11/0.17	c  - Auto-division on coefficients is disabled
0.11/0.17	c  - No postprocessing
0.11/0.17	c  - Conflict is considered as is when resolving
0.11/0.17	c  - Use constraints as they come during conflict analysis
0.11/0.17	c  - Weaken first using unassigned literals
0.11/0.17	c  - Bump strategy: ALWAYS_ONE
0.11/0.17	c  - Bumper: EFFECTIVE
0.11/0.17	c --- Begin Solver configuration ---
0.11/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.11/0.17	c Learn all clauses as in MiniSAT
0.11/0.17	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.17	c No reason simplification
0.11/0.17	c Dynamic restart strategy considering the size of the coefficients
0.11/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.11/0.17	c timeout=2147483s
0.11/0.17	c DB Simplification allowed=false
0.11/0.17	c Listener: none
0.11/0.17	c --- End Solver configuration ---
0.11/0.17	c solving HOME/instance-4461761-1722204305.opb
0.11/0.17	c reading problem ... 
0.11/0.17	c  objective function found
6.05/4.37	c ... done. Wall clock time 4.199s.
6.05/4.37	c declared #vars     41200
6.05/4.37	c #constraints  50277
6.05/4.37	c constraints type 
6.05/4.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 34181
6.05/4.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7156
6.05/4.37	c org.sat4j.specs.Constr$1 => 893
6.05/4.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 7154
6.05/4.37	c org.sat4j.pb.constraints.pb.UnitClausePB => 893
6.05/4.37	c 50277 constraints processed.
6.05/4.39	c objective function length is 2888 literals
2566.20/2561.67	c cleaning 2473 clauses out of 4956 with flag 0/5001
3600.00/3596.11	c starts		: 27
3600.00/3596.12	c conflicts		: 6572
3600.00/3596.12	c decisions		: 452497
3600.00/3596.12	c propagations		: 13235968
3600.00/3596.12	c inspects		: 21959996
3600.00/3596.12	c shortcuts		: 0
3600.00/3596.12	c learnt literals	: 51
3600.00/3596.12	c learnt binary clauses	: 19
3600.00/3596.12	c learnt ternary clauses	: 13
3600.00/3596.12	c learnt constraints	: 6520
3600.00/3596.12	c ignored constraints	: 0
3600.00/3596.12	c root simplifications	: 0
3600.00/3596.12	c removed literals (reason simplification)	: 0
3600.00/3596.12	c reason swapping (by a shorter reason)	: 0
3600.00/3596.12	c Calls to reduceDB	: 1
3600.00/3596.12	c Number of update (reduction) of LBD	: 13948
3600.00/3596.12	c Imported unit clauses	: 0
3600.00/3596.12	c No decision after first conflict	: false
3600.00/3596.12	c number of reductions to clauses (during analyze)	: 0
3600.00/3596.12	c number of learned constraints concerned by reduction	: 0
3600.00/3596.12	c number of learning phase by resolution	: 0
3600.00/3596.12	c number of learning phase by cutting planes	: 0
3600.00/3596.12	c number of rounding to 1 operations	: 0
3600.00/3596.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3596.12	c number of reductions of the coefficients by power 2 	: 0
3600.00/3596.12	c number of right shift for reduction by power 2 	: 0
3600.00/3596.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3596.12	c number of ending skipping 	: 0
3600.00/3596.12	c number of internal skipping 	: 0
3600.00/3596.12	c number of derivation steps 	: 43209
3600.00/3596.12	c number of skipped derivation steps 	: 0
3600.00/3596.12	c number of remaining unassigned 	: 93993
3600.00/3596.12	c number of remaining assigned 	: 4148082
3600.00/3596.12	c number of falsified literals weakened from reason	: 0
3600.00/3596.12	c number of falsified literals weakened from conflict	: 0
3600.00/3596.12	c time for arithmetic operations	: 450360463
3600.00/3596.12	c minimum degree of deleted constraints	: 1
3600.00/3596.14	c maximum degree of deleted constraints	: 13262165714
3600.00/3596.14	c number of deleted constraints	: 2473
3600.00/3596.14	c speed (assignments/second)	: 3685.1110129847852
3600.00/3596.14	c non guided choices	: 3392
3600.00/3596.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 229
3600.00/3596.14	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 854
3600.00/3596.14	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 19
3600.00/3596.14	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2945
3600.00/3596.14	s UNKNOWN
3600.00/3596.14	c Total wall clock time (in seconds): 3595.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: 63931 MiB (56339 MiB free)
  memory of node 1: 64510 MiB (61168 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=381838, runsolver pid=381835

[startup+0.102101 s]*
/proc/loadavg: 0.10 0.09 0.09 10/301 381856
/proc/meminfo: memFree=120255420/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=18975048 memory=58408 CPUtime=0.11 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 7097 0 0 0 9 2 0 0 20 0 18 0 56960795 19430449152 14602 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4743762 14602 5682 1 0 549235 0
[pid=381838/tid=381840] ppid=381835 vsize=18975048 memory=4026532157 CPUtime=0.07 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 5670 0 0 0 6 1 0 0 20 0 18 0 56960795 19430449152 14602 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=18975048 memory=219966341476 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56960800 19430449152 14602 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=18975048 memory=15259233647430006 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56960800 19430449152 14602 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58408 KiB

[startup+0.206627 s]*
/proc/loadavg: 0.10 0.09 0.09 11/305 381862
/proc/meminfo: memFree=120055100/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=18975048 memory=79892 CPUtime=0.29 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 7701 0 0 0 26 3 0 0 20 0 18 0 56960795 19430449152 19973 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4743762 19973 5775 1 0 549648 0
[pid=381838/tid=381840] ppid=381835 vsize=18975048 memory=664970851429515383 CPUtime=0.16 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 6051 0 0 0 14 2 0 0 20 0 18 0 56960795 19430449152 19973 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=18975048 memory=224262721036 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56960800 19430449152 19973 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=18975048 memory=1413114 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56960800 19430449152 19973 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79892 KiB

[startup+0.30863 s]*
/proc/loadavg: 0.10 0.09 0.09 11/307 381868
/proc/meminfo: memFree=119717368/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19041612 memory=167712 CPUtime=0.49 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 9165 0 0 0 44 5 0 0 20 0 19 0 56960795 19498610688 41928 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4760403 41928 5875 1 0 550739 0
[pid=381838/tid=381840] ppid=381835 vsize=19041612 memory=-6000919481279474535 CPUtime=0.24 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) S 381835 381838 381747 0 -1 1077936192 6098 0 0 0 21 3 0 0 20 0 19 0 56960795 19498610688 41928 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960800 19498610688 41928 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56960800 19498610688 41928 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167712 KiB

[startup+0.702632 s]
/proc/loadavg: 0.10 0.09 0.09 11/329 381893
/proc/meminfo: memFree=118593040/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19041612 memory=744796 CPUtime=1.23 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 11374 0 0 0 106 17 0 0 20 0 19 0 56960795 19498610688 186199 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4760403 186199 5875 1 0 552060 0
[pid=381838/tid=381840] ppid=381835 vsize=19041612 memory=68760 CPUtime=0.58 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 6372 0 0 0 44 14 0 0 20 0 19 0 56960795 19498610688 186199 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19041612 memory=12348 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960800 19498610688 186199 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19041612 memory=2228 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56960800 19498610688 186199 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 744796 KiB

[startup+1.50273 s]
/proc/loadavg: 0.90 0.25 0.14 12/330 381894
/proc/meminfo: memFree=116670776/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19041612 memory=3168316 CPUtime=2.64 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 21298 0 0 0 199 65 0 0 20 0 19 0 56960795 19498610688 792079 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4760403 792079 5875 1 0 1083181 0
[pid=381838/tid=381840] ppid=381835 vsize=19041612 memory=12348 CPUtime=1.35 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 7535 0 0 0 76 59 0 0 20 0 19 0 56960795 19498610688 792079 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19041612 memory=2228 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960800 19498610688 792079 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56960800 19498610688 792079 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3168316 KiB

[startup+3.10572 s]
/proc/loadavg: 0.90 0.25 0.14 9/330 381896
/proc/meminfo: memFree=112352452/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19041612 memory=3183772 CPUtime=4.83 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 22136 0 0 0 418 65 0 0 20 0 19 0 56960795 19498610688 795943 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4760403 795943 5875 1 0 1083630 0
[pid=381838/tid=381840] ppid=381835 vsize=19041612 memory=0 CPUtime=2.92 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 7542 0 0 0 232 60 0 0 20 0 19 0 56960795 19498610688 795943 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19041612 memory=12348 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56960800 19498610688 795943 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19041612 memory=5552 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56960800 19498610688 795943 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3183772 KiB

[startup+6.3002 s]
/proc/loadavg: 1.22 0.33 0.17 6/332 381898
/proc/meminfo: memFree=111237868/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19108176 memory=3186196 CPUtime=9.61 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 22757 0 0 0 894 67 0 0 20 0 20 0 56960795 19566772224 796549 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4777044 796549 5913 1 0 1084069 0
[pid=381838/tid=381840] ppid=381835 vsize=19108176 memory=5552 CPUtime=6.03 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 7687 0 0 0 543 60 0 0 20 0 20 0 56960795 19566772224 796549 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960800 19566772224 796549 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19108176 memory=-8816467433949405884 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56960800 19566772224 796549 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56961234 19566772224 796549 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 9.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3186196 KiB

[startup+12.7003 s]
/proc/loadavg: 1.45 0.39 0.19 6/331 381964
/proc/meminfo: memFree=109261796/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19108176 memory=3187356 CPUtime=17.15 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 23076 0 0 0 1648 67 0 0 20 0 20 0 56960795 19566772224 796839 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4777044 796839 5913 1 0 1084101 0
[pid=381838/tid=381840] ppid=381835 vsize=19108176 memory=3186832 CPUtime=12.41 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 7806 0 0 0 1181 60 0 0 20 0 20 0 56960795 19566772224 796839 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960800 19566772224 796839 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19108176 memory=11580 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56960800 19566772224 796839 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19108176 memory=5552 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56961234 19566772224 796839 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 17.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3187356 KiB

[startup+25.5003 s]
/proc/loadavg: 1.84 0.51 0.23 5/330 381967
/proc/meminfo: memFree=108914312/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19108176 memory=3187416 CPUtime=29.94 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 26585 0 0 0 2926 68 0 0 20 0 20 0 56960795 19566772224 796854 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4777044 796854 5913 1 0 1084101 0
[pid=381838/tid=381840] ppid=381835 vsize=19108176 memory=5552 CPUtime=25.18 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 9540 0 0 0 2457 61 0 0 20 0 20 0 56960795 19566772224 796854 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960800 19566772224 796854 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19108176 memory=3187416 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56960800 19566772224 796854 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56961234 19566772224 796854 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 29.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3187416 KiB

[startup+51.106 s]
/proc/loadavg: 2.75 0.86 0.36 5/329 381970
/proc/meminfo: memFree=108863544/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19108176 memory=3187568 CPUtime=55.6 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 34871 0 0 0 5490 70 0 0 20 0 20 0 56960795 19566772224 796892 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4777044 796892 5913 1 0 1084117 0
[pid=381838/tid=381840] ppid=381835 vsize=19108176 memory=3187568 CPUtime=50.72 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 13538 0 0 0 5011 61 0 0 20 0 20 0 56960795 19566772224 796892 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56960800 19566772224 796892 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56960800 19566772224 796892 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19108176 memory=11580 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56961234 19566772224 796892 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 55.6 s
Current children cumulated vsize: 19108176 KiB

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

/proc/meminfo: memFree=103330416/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19174740 memory=4211196 CPUtime=3286.14 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 239918 0 0 0 328465 149 0 0 20 0 21 0 56960795 19634933760 1052799 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4793685 1052799 5960 1 0 1087843 0
[pid=381838/tid=381840] ppid=381835 vsize=19174740 memory=4211196 CPUtime=3271.1 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 109438 0 0 0 327039 71 0 0 20 0 21 0 56960795 19634933760 1052799 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19174740 memory=4211196 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1052799 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19174740 memory=11580 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 6972 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1052799 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19174740 memory=4211196 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 56961234 19634933760 1052799 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 3286.14 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4211196 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.10 4.02 5/333 384334
/proc/meminfo: memFree=103325652/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19174740 memory=4215296 CPUtime=3346.19 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 244515 0 0 0 334468 151 0 0 20 0 21 0 56960795 19634933760 1053824 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4793685 1053824 5960 1 0 1087843 0
[pid=381838/tid=381840] ppid=381835 vsize=19174740 memory=4215296 CPUtime=3330.83 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 111881 0 0 0 333012 71 0 0 20 0 21 0 56960795 19634933760 1053824 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19174740 memory=4211196 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1053824 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19174740 memory=4215296 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 7093 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1053824 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19174740 memory=4215296 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 56961234 19634933760 1053824 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 3346.19 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4215296 KiB

[startup+3402.3 s]
/proc/loadavg: 4.26 4.14 4.04 5/333 384358
/proc/meminfo: memFree=103323596/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19174740 memory=4216448 CPUtime=3406.31 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 250475 0 0 0 340480 151 0 0 20 0 21 0 56960795 19634933760 1054112 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4793685 1054112 5960 1 0 1088017 0
[pid=381838/tid=381840] ppid=381835 vsize=19174740 memory=-7448527889267582077 CPUtime=3390.55 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 114398 0 0 0 338984 71 0 0 20 0 21 0 56960795 19634933760 1054112 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19174740 memory=4215300 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054112 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19174740 memory=11580 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 7190 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054112 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19174740 memory=11580 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 56961234 19634933760 1054112 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 3406.31 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4216448 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.13 4.04 5/333 384369
/proc/meminfo: memFree=103322892/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19174740 memory=4216484 CPUtime=3466.22 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 251895 0 0 0 346470 152 0 0 20 0 21 0 56960795 19634933760 1054121 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4793685 1054121 5960 1 0 1088017 0
[pid=381838/tid=381840] ppid=381835 vsize=19174740 memory=11580 CPUtime=3450.44 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 115502 0 0 0 344973 71 0 0 20 0 21 0 56960795 19634933760 1054121 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19174740 memory=16012 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054121 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19174740 memory=4216484 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 7336 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054121 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19174740 memory=4216484 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 56961234 19634933760 1054121 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 3466.22 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4216484 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.15 4.05 5/332 384380
/proc/meminfo: memFree=103321952/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19174740 memory=4216484 CPUtime=3526.13 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 254420 0 0 0 352459 154 0 0 20 0 21 0 56960795 19634933760 1054121 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4793685 1054121 5960 1 0 1088017 0
[pid=381838/tid=381840] ppid=381835 vsize=19174740 memory=4216484 CPUtime=3510.33 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 117221 0 0 0 350962 71 0 0 20 0 21 0 56960795 19634933760 1054121 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19174740 memory=4216484 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054121 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19174740 memory=4216484 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 7473 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054121 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19174740 memory=12348 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 56961234 19634933760 1054121 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 3526.13 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4216484 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.14 4.05 5/332 384391
/proc/meminfo: memFree=103321220/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19174740 memory=4216488 CPUtime=3586.22 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 257745 0 0 0 358468 154 0 0 20 0 21 0 56960795 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4793685 1054122 5960 1 0 1088017 0
[pid=381838/tid=381840] ppid=381835 vsize=19174740 memory=4216488 CPUtime=3570.04 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 118472 0 0 0 356933 71 0 0 20 0 21 0 56960795 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19174740 memory=4216488 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19174740 memory=4216488 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 7623 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19174740 memory=4216488 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 56961234 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 3586.22 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4216488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.11 s]
/proc/loadavg: 4.11 4.13 4.05 5/307 384426
/proc/meminfo: memFree=109498660/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19174740 memory=4216488 CPUtime=3600 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 257994 0 0 0 359846 154 0 0 20 0 21 0 56960795 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4793685 1054122 5960 1 0 1088017 0
[pid=381838/tid=381840] ppid=381835 vsize=19174740 memory=4216488 CPUtime=3583.83 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 118719 0 0 0 358312 71 0 0 20 0 21 0 56960795 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19174740 memory=4216488 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19174740 memory=4216488 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 7623 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19174740 memory=4216488 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 56961234 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4216488 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.54 s, system=1.56662 s

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

[startup+3596.11 s]
/proc/loadavg: 4.11 4.13 4.05 5/307 384426
/proc/meminfo: memFree=109498660/131524600 swapFree=131054992/131071996
[pid=381838] ppid=381835 vsize=19174740 memory=4216488 CPUtime=3600 cores=4,6
/proc/381838/stat : 381838 (java) S 381835 381838 381747 0 -1 1077936128 257994 0 0 0 359846 154 0 0 20 0 21 0 56960795 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
/proc/381838/statm: 4793685 1054122 5960 1 0 1088017 0
[pid=381838/tid=381840] ppid=381835 vsize=19174740 memory=4216488 CPUtime=3583.83 cores=4,6
/proc/381838/task/381840/stat : 381840 (java) R 381835 381838 381747 0 -1 4194368 118719 0 0 0 358312 71 0 0 20 0 21 0 56960795 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381849] ppid=381835 vsize=19174740 memory=4216488 CPUtime=0 cores=4,6
/proc/381838/task/381849/stat : 381849 (Finalizer) S 381835 381838 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381856] ppid=381835 vsize=19174740 memory=4216488 CPUtime=0 cores=4,6
/proc/381838/task/381856/stat : 381856 (Common-Cleaner) S 381835 381838 381747 0 -1 1077936192 7623 0 0 0 0 0 0 0 20 0 21 0 56960800 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
[pid=381838/tid=381897] ppid=381835 vsize=19174740 memory=4216488 CPUtime=0 cores=4,6
/proc/381838/task/381897/stat : 381897 (Timer-0) S 381835 381838 381747 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 56961234 19634933760 1054122 134679101440 94008416198656 94008416202352 140726624744128 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94008416210168 94008416210960 94008449339392 140726624752628 140726624752736 140726624752736 140726624759752 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4216488 KiB

Child status: 143

Real time (s): 3596.17
CPU time (s): 3600.11
CPU user time (s): 3598.54
CPU system time (s): 1.56662
CPU usage (%): 100.11
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 4216488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.54
system time used= 1.56662
maximum resident set size= 4218032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261602
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109993
involuntary context switches= 4171


# summary of solver processes directly reported to runsolver:
#   pid: 381838
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3598.54
#   total CPU system time (s): 1.56662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.84961 second user time and 15.5192 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-29 00:05:05
IDJOB=4461761
IDBENCH=178869
IDSOLVER=3052
FILE ID=nodeC035/4461761-1722204305
RUNJOBID= nodeC035-1722204305-381758
SLURM_JOB_ID= 8248636
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x2/Init-x2-i9_pp_96.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461761-1722204305/watcher-4461761-1722204305 -o /tmp/evaluation-result-4461761-1722204305/solver-4461761-1722204305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1722204305-381758 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4461761-1722204305.opb

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

MD5SUM BENCH= 5cc7d14a8524e58f54e6333ee2ad6e82
RANDOM SEED=1194767636

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        120337112 kB
MemAvailable:   129631456 kB
Buffers:          404108 kB
Cached:          9694880 kB
SwapCached:          296 kB
Active:          2388572 kB
Inactive:        8141332 kB
Active(anon):       1936 kB
Inactive(anon):   482208 kB
Active(file):    2386636 kB
Inactive(file):  7659124 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054992 kB
Dirty:              5596 kB
Writeback:             0 kB
AnonPages:        430480 kB
Mapped:           125264 kB
Shmem:             53220 kB
KReclaimable:     176464 kB
Slab:             298812 kB
SReclaimable:     176464 kB
SUnreclaim:       122348 kB
KernelStack:        4528 kB
PageTables:        10620 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5189872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            19936 kB
HardwareCorrupted:     0 kB
AnonHugePages:    251904 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:      416468 kB
DirectMap2M:    49688576 kB
DirectMap1G:    85983232 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC035 at 2024-07-29 01:05:01