Trace number 4424391

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.26 3597.65

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
graphs/normalized-graph11reduc_wcsp.wbo
MD5SUM4f9f31b2d576e76fab744cedabc86032
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1810
Best CPU time to get the best result obtained on this benchmark3128.81
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5855
Total number of constraints283196
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.14/0.12	c version CUSTOM.v20240707
0.14/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.14	c java.vm.version	22.0.1+8-16
0.14/0.14	c java.vm.vendor	Oracle Corporation
0.14/0.14	c sun.arch.data.model	64
0.14/0.14	c java.version		22.0.1
0.14/0.14	c os.name		Linux
0.14/0.14	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.14	c os.arch		amd64
0.14/0.15	c Free memory 		2115194816
0.14/0.15	c Max memory 		16282288128
0.14/0.15	c Total memory 		2122317824
0.14/0.16	c Number of processors 	2
0.32/0.29	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.29	 - never skip resolution steps
0.32/0.29	 - Auto-division on coefficients is disabled
0.32/0.29	 - No postprocessing
0.32/0.29	 - Conflict is considered as is when resolving
0.32/0.29	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.29	 - Weaken first using unassigned literals
0.32/0.29	 - Bump strategy: ALWAYS_ONE
0.32/0.29	 - Bumper: ASSIGNED
0.32/0.29	--- Begin Solver configuration ---
0.32/0.29	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.29	Learn all clauses as in MiniSAT
0.32/0.29	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.29	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.29	No reason simplification
0.32/0.29	Armin Biere (Picosat) restarts strategy
0.32/0.29	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.29	timeout=2147483s
0.32/0.29	DB Simplification allowed=false
0.32/0.29	Listener: none
0.32/0.29	--- End Solver configuration ---
0.32/0.29	c Pseudo Boolean Optimization by upper bound
0.32/0.29	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.29	c  - never skip resolution steps
0.32/0.29	c  - Auto-division on coefficients is disabled
0.32/0.29	c  - No postprocessing
0.32/0.29	c  - Conflict is considered as is when resolving
0.32/0.29	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.29	c  - Weaken first using unassigned literals
0.32/0.29	c  - Bump strategy: ALWAYS_ONE
0.32/0.29	c  - Bumper: ASSIGNED
0.32/0.29	c --- Begin Solver configuration ---
0.32/0.29	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.29	c Learn all clauses as in MiniSAT
0.32/0.29	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.29	c No reason simplification
0.32/0.29	c Armin Biere (Picosat) restarts strategy
0.32/0.29	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.29	c timeout=2147483s
0.32/0.29	c DB Simplification allowed=false
0.32/0.29	c Listener: none
0.32/0.29	c --- End Solver configuration ---
0.32/0.29	c solving HOME/instance-4424391-1720876928.wbo
0.32/0.29	c reading problem ... 
73.04/68.82	c ... done. Wall clock time 68.523s.
73.04/68.82	c declared #vars     5855
73.04/68.82	c internal #vars     288711
73.04/68.82	c #constraints  283537
73.04/68.82	c constraints type 
73.04/68.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2618
73.04/68.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 226
73.04/68.82	c org.sat4j.specs.Constr$1 => 108
73.04/68.82	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
73.04/68.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 280476
73.04/68.82	c org.sat4j.pb.constraints.pb.UnitClausePB => 108
73.04/68.82	c 283537 constraints processed.
73.04/68.84	c objective function length is 282856 literals
3600.00/3597.54	c starts		: 2
3600.00/3597.56	c conflicts		: 123
3600.00/3597.56	c decisions		: 1009311
3600.00/3597.56	c propagations		: 1787694
3600.00/3597.56	c inspects		: 346884
3600.00/3597.56	c shortcuts		: 0
3600.00/3597.57	c learnt literals	: 0
3600.00/3597.57	c learnt binary clauses	: 0
3600.00/3597.57	c learnt ternary clauses	: 0
3600.00/3597.57	c learnt constraints	: 122
3600.00/3597.57	c ignored constraints	: 0
3600.00/3597.57	c root simplifications	: 0
3600.00/3597.57	c removed literals (reason simplification)	: 0
3600.00/3597.57	c reason swapping (by a shorter reason)	: 0
3600.00/3597.57	c Calls to reduceDB	: 0
3600.00/3597.57	c Number of update (reduction) of LBD	: 0
3600.00/3597.57	c Imported unit clauses	: 0
3600.00/3597.57	c No decision after first conflict	: false
3600.00/3597.57	c number of reductions to clauses (during analyze)	: 0
3600.00/3597.57	c number of learned constraints concerned by reduction	: 0
3600.00/3597.57	c number of learning phase by resolution	: 0
3600.00/3597.57	c number of learning phase by cutting planes	: 0
3600.00/3597.57	c number of rounding to 1 operations	: 0
3600.00/3597.58	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3597.58	c number of reductions of the coefficients by power 2 	: 0
3600.00/3597.58	c number of right shift for reduction by power 2 	: 0
3600.00/3597.58	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3597.58	c number of ending skipping 	: 0
3600.00/3597.58	c number of internal skipping 	: 0
3600.00/3597.58	c number of derivation steps 	: 1513
3600.00/3597.58	c number of skipped derivation steps 	: 0
3600.00/3597.58	c number of remaining unassigned 	: 0
3600.00/3597.58	c number of remaining assigned 	: 0
3600.00/3597.58	c number of falsified literals weakened from reason	: 0
3600.00/3597.58	c number of falsified literals weakened from conflict	: 0
3600.00/3597.60	c time for arithmetic operations	: 431239
3600.00/3597.60	c minimum degree of deleted constraints	: null
3600.00/3597.60	c maximum degree of deleted constraints	: null
3600.00/3597.60	c number of deleted constraints	: 0
3600.21/3597.61	c speed (assignments/second)	: 506.617764583057
3600.21/3597.61	c non guided choices	: 0
3600.21/3597.61	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 107
3600.21/3597.61	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2
3600.21/3597.61	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13
3600.21/3597.61	s UNKNOWN
3600.21/3597.61	c Total wall clock time (in seconds): 3597.314

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424391-1720876928/watcher-4424391-1720876928 -o /tmp/evaluation-result-4424391-1720876928/solver-4424391-1720876928 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720874164-697101 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424391-1720876928.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=698563, runsolver pid=698560

[startup+0.100081 s]*
/proc/loadavg: 4.22 4.19 4.02 7/320 698581
/proc/meminfo: memFree=116886244/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=18975048 memory=56968 CPUtime=0.14 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 6666 0 0 0 11 3 0 0 20 0 18 0 139849963 19430449152 14242 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4743762 14242 5730 1 0 550979 0
[pid=698563/tid=698565] ppid=698560 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 5621 0 0 0 7 2 0 0 20 0 18 0 139849963 19430449152 14242 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139849969 19430449152 14262 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=18975048 memory=14698495668050282 CPUtime=0 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139849969 19430449152 14262 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56968 KiB

[startup+0.215066 s]*
/proc/loadavg: 4.22 4.19 4.02 7/320 698581
/proc/meminfo: memFree=116877008/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=18975048 memory=65768 CPUtime=0.32 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 7314 0 0 0 29 3 0 0 20 0 18 0 139849963 19430449152 16442 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4743762 16442 5735 1 0 551501 0
[pid=698563/tid=698565] ppid=698560 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 5862 0 0 0 16 3 0 0 20 0 18 0 139849963 19430449152 16442 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=18975048 memory=4674 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139849969 19430449152 16442 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139849969 19430449152 16442 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65768 KiB

[startup+0.311633 s]*
/proc/loadavg: 4.22 4.19 4.02 6/320 698581
/proc/meminfo: memFree=116873784/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=18975048 memory=69556 CPUtime=0.49 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 7603 0 0 0 45 4 0 0 20 0 18 0 139849963 19430449152 17389 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4743762 17389 5840 1 0 551718 0
[pid=698563/tid=698565] ppid=698560 vsize=18975048 memory=-9175914247662052028 CPUtime=0.27 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 1077936192 6057 0 0 0 24 3 0 0 20 0 18 0 139849963 19430449152 17389 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139849969 19430449152 17389 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139849969 19430449152 17389 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69556 KiB

[startup+0.702056 s]
/proc/loadavg: 4.22 4.19 4.02 7/320 698581
/proc/meminfo: memFree=116788584/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19041612 memory=185348 CPUtime=1.2 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 9399 0 0 0 112 8 0 0 20 0 19 0 139849963 19498610688 46337 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4760403 46337 5888 1 0 553065 0
[pid=698563/tid=698565] ppid=698560 vsize=19041612 memory=5540 CPUtime=0.56 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 6150 0 0 0 50 6 0 0 20 0 19 0 139849963 19498610688 46337 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 46337 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 46337 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 185348 KiB

[startup+1.50106 s]
/proc/loadavg: 4.22 4.19 4.02 6/321 698582
/proc/meminfo: memFree=116214560/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19041612 memory=1805032 CPUtime=2.73 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 21336 0 0 0 230 43 0 0 20 0 19 0 139849963 19498610688 451258 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4760403 451258 5920 1 0 1141968 0
[pid=698563/tid=698565] ppid=698560 vsize=19041612 memory=12508 CPUtime=1.3 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 6935 0 0 0 92 38 0 0 20 0 19 0 139849963 19498610688 451258 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 451258 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 451258 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1805032 KiB

[startup+3.11355 s]
/proc/loadavg: 4.22 4.19 4.02 6/321 698582
/proc/meminfo: memFree=113520892/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19041612 memory=3415732 CPUtime=4.46 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 22389 0 0 0 370 76 0 0 20 0 19 0 139849963 19498610688 853933 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4760403 853933 5920 1 0 1142003 0
[pid=698563/tid=698565] ppid=698560 vsize=19041612 memory=0 CPUtime=2.85 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 7761 0 0 0 215 70 0 0 20 0 19 0 139849963 19498610688 853933 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19041612 memory=12508 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 853933 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19041612 memory=2819320 CPUtime=0 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 853933 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 4.46 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3415732 KiB

[startup+6.30906 s]
/proc/loadavg: 4.36 4.22 4.03 5/321 698582
/proc/meminfo: memFree=113067680/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19041612 memory=3867728 CPUtime=7.81 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 23317 0 0 0 696 85 0 0 20 0 19 0 139849963 19498610688 966932 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4760403 966932 5920 1 0 1261077 0
[pid=698563/tid=698565] ppid=698560 vsize=19041612 memory=0 CPUtime=5.8 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) S 698560 698563 697088 0 -1 1077936192 8375 0 0 0 501 79 0 0 20 0 19 0 139849963 19498610688 966932 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19041612 memory=2135288 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 966932 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 966932 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 7.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3867728 KiB

[startup+12.7004 s]
/proc/loadavg: 4.33 4.22 4.03 5/320 698584
/proc/meminfo: memFree=110445044/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19041612 memory=6481312 CPUtime=14.43 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 27012 0 0 0 1303 140 0 0 20 0 19 0 139849963 19498610688 1620328 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4760403 1620328 5920 1 0 1921176 0
[pid=698563/tid=698565] ppid=698560 vsize=19041612 memory=6129056 CPUtime=11.68 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 10397 0 0 0 1036 132 0 0 20 0 19 0 139849963 19498610688 1620328 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19041612 memory=4869908 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 1620328 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19041612 memory=14408241727671311 CPUtime=0 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 1620328 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 14.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6481312 KiB

[startup+25.5005 s]
/proc/loadavg: 4.43 4.24 4.04 5/320 698585
/proc/meminfo: memFree=110411044/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19041612 memory=6518176 CPUtime=27.57 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 28595 0 0 0 2615 142 0 0 20 0 19 0 139849963 19498610688 1629544 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4760403 1629544 5920 1 0 1921177 0
[pid=698563/tid=698565] ppid=698560 vsize=19041612 memory=6503840 CPUtime=23.89 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 11922 0 0 0 2257 132 0 0 20 0 19 0 139849963 19498610688 1629544 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 1629544 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 1629544 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 27.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6518176 KiB

[startup+51.1135 s]
/proc/loadavg: 4.66 4.30 4.07 5/320 698590
/proc/meminfo: memFree=110352228/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19041612 memory=6576248 CPUtime=53.67 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 33183 0 0 0 5220 147 0 0 20 0 19 0 139849963 19498610688 1644062 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4760403 1644062 5920 1 0 1921177 0
[pid=698563/tid=698565] ppid=698560 vsize=19041612 memory=0 CPUtime=48.37 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 14847 0 0 0 4704 133 0 0 20 0 19 0 139849963 19498610688 1644062 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19041612 memory=6481312 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 1644062 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19041612 memory=3415732 CPUtime=0 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139849969 19498610688 1644062 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 53.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6576248 KiB

[startup+102.3 s]
/proc/loadavg: 4.40 4.28 4.07 6/321 698599
/proc/meminfo: memFree=110312976/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19108176 memory=6615532 CPUtime=107.91 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 52415 0 0 0 10636 155 0 0 20 0 20 0 139849963 19566772224 1653883 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4777044 1653883 5958 1 0 1922905 0
[pid=698563/tid=698565] ppid=698560 vsize=19108176 memory=11412 CPUtime=98.8 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 1.08 1.09 1.30 2/239 700452
/proc/meminfo: memFree=123498316/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19108176 memory=6616208 CPUtime=3285.18 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 162264 0 0 0 328100 418 0 0 20 0 20 0 139849963 19566772224 1654052 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4777044 1654052 5974 1 0 1922979 0
[pid=698563/tid=698565] ppid=698560 vsize=19108176 memory=6616208 CPUtime=3268.53 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 34437 0 0 0 326706 147 0 0 20 0 20 0 139849963 19566772224 1654052 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19108176 memory=6616208 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139849969 19566772224 1654052 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19108176 memory=6616208 CPUtime=0.01 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 7621 0 0 0 0 1 0 0 20 0 20 0 139849969 19566772224 1654052 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698595] ppid=698560 vsize=19108176 memory=11412 CPUtime=0 cores=5,7
/proc/698563/task/698595/stat : 698595 (Timer-0) S 698560 698563 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139856854 19566772224 1654052 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 3285.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6616208 KiB

[startup+3342.3 s]
/proc/loadavg: 1.13 1.10 1.29 2/239 700462
/proc/meminfo: memFree=123497920/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19108176 memory=6616284 CPUtime=3345.16 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 164778 0 0 0 334092 424 0 0 20 0 20 0 139849963 19566772224 1654071 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4777044 1654071 5974 1 0 1922994 0
[pid=698563/tid=698565] ppid=698560 vsize=19108176 memory=6616276 CPUtime=3328.32 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 35331 0 0 0 332685 147 0 0 20 0 20 0 139849963 19566772224 1654071 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19108176 memory=6616276 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139849969 19566772224 1654071 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19108176 memory=6616276 CPUtime=0.01 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 7762 0 0 0 0 1 0 0 20 0 20 0 139849969 19566772224 1654071 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698595] ppid=698560 vsize=19108176 memory=6616276 CPUtime=0 cores=5,7
/proc/698563/task/698595/stat : 698595 (Timer-0) S 698560 698563 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139856854 19566772224 1654071 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 3345.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6616284 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.09 1.27 2/239 700473
/proc/meminfo: memFree=123497648/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19108176 memory=6616288 CPUtime=3405.08 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 166869 0 0 0 340079 429 0 0 20 0 20 0 139849963 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4777044 1654072 5974 1 0 1922994 0
[pid=698563/tid=698565] ppid=698560 vsize=19108176 memory=6616276 CPUtime=3388.12 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 35457 0 0 0 338664 148 0 0 20 0 20 0 139849963 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19108176 memory=6616288 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139849969 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19108176 memory=6616288 CPUtime=0.01 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 7917 0 0 0 0 1 0 0 20 0 20 0 139849969 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698595] ppid=698560 vsize=19108176 memory=6616288 CPUtime=0 cores=5,7
/proc/698563/task/698595/stat : 698595 (Timer-0) S 698560 698563 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139856854 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 3405.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6616288 KiB

[startup+3462.3 s]
/proc/loadavg: 1.14 1.10 1.27 2/240 700484
/proc/meminfo: memFree=123497340/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19108176 memory=6616288 CPUtime=3464.99 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 168747 0 0 0 346064 435 0 0 20 0 20 0 139849963 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4777044 1654072 5974 1 0 1922994 0
[pid=698563/tid=698565] ppid=698560 vsize=19108176 memory=6616276 CPUtime=3447.9 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 35573 0 0 0 344642 148 0 0 20 0 20 0 139849963 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19108176 memory=36988 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139849969 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19108176 memory=36988 CPUtime=0.01 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 8068 0 0 0 0 1 0 0 20 0 20 0 139849969 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698595] ppid=698560 vsize=19108176 memory=6616288 CPUtime=0 cores=5,7
/proc/698563/task/698595/stat : 698595 (Timer-0) S 698560 698563 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139856854 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 3464.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6616288 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.10 1.25 2/242 700498
/proc/meminfo: memFree=123497028/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19108176 memory=6616288 CPUtime=3524.91 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 170627 0 0 0 352052 439 0 0 20 0 20 0 139849963 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4777044 1654072 5974 1 0 1922994 0
[pid=698563/tid=698565] ppid=698560 vsize=19108176 memory=6616288 CPUtime=3507.69 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 35700 0 0 0 350621 148 0 0 20 0 20 0 139849963 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19108176 memory=36988 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139849969 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19108176 memory=6616288 CPUtime=0.01 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 8210 0 0 0 0 1 0 0 20 0 20 0 139849969 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698595] ppid=698560 vsize=19108176 memory=6616288 CPUtime=0 cores=5,7
/proc/698563/task/698595/stat : 698595 (Timer-0) S 698560 698563 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139856854 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 3524.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6616288 KiB

[startup+3582.3 s]
/proc/loadavg: 1.16 1.11 1.25 2/242 700508
/proc/meminfo: memFree=123496844/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19108176 memory=6616288 CPUtime=3584.82 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 173156 0 0 0 358038 444 0 0 20 0 20 0 139849963 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4777044 1654072 5974 1 0 1922994 0
[pid=698563/tid=698565] ppid=698560 vsize=19108176 memory=21556 CPUtime=3567.48 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 36473 0 0 0 356600 148 0 0 20 0 20 0 139849963 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19108176 memory=25876 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139849969 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19108176 memory=-9175914247662052028 CPUtime=0.01 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 8353 0 0 0 0 1 0 0 20 0 20 0 139849969 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698595] ppid=698560 vsize=19108176 memory=6616288 CPUtime=0 cores=5,7
/proc/698563/task/698595/stat : 698595 (Timer-0) S 698560 698563 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139856854 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 3584.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6616288 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.5 s]
/proc/loadavg: 1.13 1.10 1.24 2/242 700511
/proc/meminfo: memFree=123496816/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19108176 memory=6616288 CPUtime=3600 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 173620 0 0 0 359555 445 0 0 20 0 20 0 139849963 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4777044 1654072 5974 1 0 1922994 0
[pid=698563/tid=698565] ppid=698560 vsize=19108176 memory=21556 CPUtime=3582.63 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) R 698560 698563 697088 0 -1 4194368 36508 0 0 0 358115 148 0 0 20 0 20 0 139849963 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19108176 memory=6616288 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139849969 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19108176 memory=6616288 CPUtime=0.01 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 8353 0 0 0 0 1 0 0 20 0 20 0 139849969 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698595] ppid=698560 vsize=19108176 memory=6616288 CPUtime=0 cores=5,7
/proc/698563/task/698595/stat : 698595 (Timer-0) S 698560 698563 697088 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 139856854 19566772224 1654072 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6616288 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.76 s, system=4.49242 s

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

[startup+3597.61 s]
/proc/loadavg: 1.13 1.10 1.24 2/242 700511
/proc/meminfo: memFree=123496816/131655788 swapFree=131071996/131071996
[pid=698563] ppid=698560 vsize=19307868 memory=6616964 CPUtime=3600.21 cores=5,7
/proc/698563/stat : 698563 (java) S 698560 698563 697088 0 -1 1077936128 176927 0 0 0 359575 446 0 0 20 0 21 0 139849963 19771256832 1654241 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
/proc/698563/statm: 4826967 1654241 5973 1 0 1923913 0
[pid=698563/tid=698565] ppid=698560 vsize=19307868 memory=12508 CPUtime=3582.73 cores=5,7
/proc/698563/task/698565/stat : 698565 (java) S 698560 698563 697088 0 -1 1077936192 36511 0 0 0 358125 148 0 0 20 0 21 0 139849963 19771256832 1654241 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698574] ppid=698560 vsize=19307868 memory=5540 CPUtime=0 cores=5,7
/proc/698563/task/698574/stat : 698574 (Finalizer) S 698560 698563 697088 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139849969 19771256832 1654241 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
[pid=698563/tid=698581] ppid=698560 vsize=19307868 memory=11412 CPUtime=0.01 cores=5,7
/proc/698563/task/698581/stat : 698581 (Common-Cleaner) S 698560 698563 697088 0 -1 1077936192 8353 0 0 0 0 1 0 0 20 0 21 0 139849969 19771256832 1654241 134679101440 94358391357440 94358391361136 140724682623008 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94358391368952 94358391369744 94358411460608 140724682626006 140724682626119 140724682626119 140724682633160 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6616964 KiB

Child status: 143

Real time (s): 3597.65
CPU time (s): 3600.26
CPU user time (s): 3595.76
CPU system time (s): 4.49242
CPU usage (%): 100.073
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6621528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.76
system time used= 4.49242
maximum resident set size= 6621528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 177139
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144435
involuntary context switches= 2052


# summary of solver processes directly reported to runsolver:
#   pid: 698563
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3595.76
#   total CPU system time (s): 4.49242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8705 second user time and 37.7312 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-13 15:22:21
IDJOB=4424391
IDBENCH=144141
IDSOLVER=3035
FILE ID=nodeC011/4424391-1720876928
RUNJOBID= nodeC011-1720874164-697101
SLURM_JOB_ID= 7483759
Free space on /tmp= 723760 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph11reduc_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424391-1720876928/watcher-4424391-1720876928 -o /tmp/evaluation-result-4424391-1720876928/solver-4424391-1720876928 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720874164-697101 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424391-1720876928.wbo

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

MD5SUM BENCH= 4f9f31b2d576e76fab744cedabc86032
RANDOM SEED=1528393746

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.672
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.293
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.20
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.120
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:        116921824 kB
MemAvailable:   116814268 kB
Buffers:          318928 kB
Cached:           423228 kB
SwapCached:            0 kB
Active:           482800 kB
Inactive:       13728408 kB
Active(anon):       1436 kB
Inactive(anon): 13505344 kB
Active(file):     481364 kB
Inactive(file):   223064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9616 kB
Writeback:             4 kB
AnonPages:      13469400 kB
Mapped:           121504 kB
Shmem:             37704 kB
KReclaimable:      56432 kB
Slab:             145888 kB
SReclaimable:      56432 kB
SUnreclaim:        89456 kB
KernelStack:        4880 kB
PageTables:        36392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15838400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45632 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13156352 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:      160584 kB
DirectMap2M:    10229760 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC011 at 2024-07-13 16:22:18