Trace number 4424390

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.12 3600.85

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph11reducmore_wcsp.wbo
MD5SUM4f5be5c84a0d76ec975a3a6b3be3f2ae
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1716
Best CPU time to get the best result obtained on this benchmark3428.68
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5747
Total number of constraints283088
Number of soft constraints282856
Number of constraints which are clauses282856
Number of constraints which are cardinality constraints (but not clauses)232
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: ASSIGNED
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Armin Biere (Picosat) restarts strategy
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4424390-1720875757.wbo
0.14/0.14	c reading problem ... 
70.90/67.52	c ... done. Wall clock time 67.379s.
70.90/67.53	c declared #vars     5747
70.90/67.53	c internal #vars     288603
70.90/67.53	c #constraints  283321
70.90/67.53	c constraints type 
70.90/67.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2618
70.90/67.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 226
70.90/67.53	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
70.90/67.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 280476
70.90/67.53	c 283321 constraints processed.
70.90/67.56	c objective function length is 282856 literals
3600.04/3600.81	c starts		: 3
3600.04/3600.83	c conflicts		: 254
3600.04/3600.83	c decisions		: 1764025
3600.04/3600.83	c propagations		: 2243396
3600.04/3600.83	c inspects		: 342770
3600.04/3600.83	c shortcuts		: 0
3600.04/3600.83	c learnt literals	: 0
3600.04/3600.83	c learnt binary clauses	: 0
3600.04/3600.83	c learnt ternary clauses	: 0
3600.04/3600.83	c learnt constraints	: 253
3600.04/3600.83	c ignored constraints	: 0
3600.04/3600.83	c root simplifications	: 0
3600.04/3600.83	c removed literals (reason simplification)	: 0
3600.04/3600.83	c reason swapping (by a shorter reason)	: 0
3600.04/3600.83	c Calls to reduceDB	: 0
3600.04/3600.83	c Number of update (reduction) of LBD	: 0
3600.04/3600.83	c Imported unit clauses	: 0
3600.04/3600.83	c No decision after first conflict	: false
3600.04/3600.83	c number of reductions to clauses (during analyze)	: 0
3600.04/3600.83	c number of learned constraints concerned by reduction	: 0
3600.04/3600.83	c number of learning phase by resolution	: 0
3600.04/3600.83	c number of learning phase by cutting planes	: 0
3600.04/3600.83	c number of rounding to 1 operations	: 2
3600.04/3600.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3600.83	c number of reductions of the coefficients by power 2 	: 0
3600.04/3600.83	c number of right shift for reduction by power 2 	: 0
3600.04/3600.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3600.83	c number of ending skipping 	: 0
3600.04/3600.83	c number of internal skipping 	: 0
3600.04/3600.83	c number of derivation steps 	: 2317
3600.04/3600.83	c number of skipped derivation steps 	: 0
3600.04/3600.83	c number of remaining unassigned 	: 0
3600.04/3600.83	c number of remaining assigned 	: 204430
3600.04/3600.83	c number of falsified literals weakened from reason	: 0
3600.04/3600.83	c number of falsified literals weakened from conflict	: 0
3600.04/3600.83	c time for arithmetic operations	: 38547322
3600.04/3600.83	c minimum degree of deleted constraints	: null
3600.04/3600.83	c maximum degree of deleted constraints	: null
3600.04/3600.83	c number of deleted constraints	: 0
3600.04/3600.83	c speed (assignments/second)	: 634.9482550496081
3600.04/3600.83	c non guided choices	: 0
3600.04/3600.83	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 243
3600.04/3600.83	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10
3600.04/3600.83	s UNKNOWN
3600.04/3600.83	c Total wall clock time (in seconds): 3600.685

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (57380 MiB free)
  memory of node 1: 64473 MiB (58937 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424390-1720875757/watcher-4424390-1720875757 -o /tmp/evaluation-result-4424390-1720875757/solver-4424390-1720875757 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1720874164-705589 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424390-1720875757.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
solver pid=706771, runsolver pid=706768
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 4.24 4.14 3.48 5/332 706789
/proc/meminfo: memFree=119067920/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=18975048 memory=62712 CPUtime=0.14 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 7253 0 0 0 12 2 0 0 20 0 18 0 139742369 19430449152 15678 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4743762 15678 5549 1 0 549385 0
[pid=706771/tid=706773] ppid=706768 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 5773 0 0 0 7 1 0 0 20 0 18 0 139742369 19430449152 15678 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139742371 19430449152 15678 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139742372 19430449152 15678 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62712 KiB

[startup+0.206166 s]*
/proc/loadavg: 4.24 4.14 3.48 7/332 706789
/proc/meminfo: memFree=119026324/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=18975048 memory=110928 CPUtime=0.34 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 7818 0 0 0 31 3 0 0 20 0 18 0 139742369 19430449152 27732 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4743762 27732 5838 1 0 549708 0
[pid=706771/tid=706773] ppid=706768 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 6064 0 0 0 17 2 0 0 20 0 18 0 139742369 19430449152 27732 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=18975048 memory=2643 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139742371 19430449152 27732 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139742372 19430449152 28244 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 110928 KiB

[startup+0.306161 s]*
/proc/loadavg: 4.24 4.14 3.48 7/333 706790
/proc/meminfo: memFree=118966344/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19041612 memory=164756 CPUtime=0.5 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 9485 0 0 0 46 4 0 0 20 0 19 0 139742369 19498610688 41189 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4760403 41189 5838 1 0 551008 0
[pid=706771/tid=706773] ppid=706768 vsize=19041612 memory=-8599451305076236988 CPUtime=0.24 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) S 706768 706771 705576 0 -1 1077936192 6091 0 0 0 21 3 0 0 20 0 19 0 139742369 19498610688 41189 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139742371 19498610688 41189 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139742372 19498610688 41189 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164756 KiB

[startup+0.701158 s]
/proc/loadavg: 4.24 4.14 3.48 7/333 706790
/proc/meminfo: memFree=118675660/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19041612 memory=688944 CPUtime=1.25 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 16287 0 0 0 109 16 0 0 20 0 19 0 139742369 19498610688 172236 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4760403 172236 5838 1 0 553458 0
[pid=706771/tid=706773] ppid=706768 vsize=19041612 memory=5544 CPUtime=0.58 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 6335 0 0 0 45 13 0 0 20 0 19 0 139742369 19498610688 172236 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19041612 memory=12504 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139742371 19498610688 172236 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139742372 19498610688 172236 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 688944 KiB

[startup+1.50422 s]
/proc/loadavg: 4.30 4.15 3.49 6/333 706790
/proc/meminfo: memFree=117490740/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19041612 memory=3325552 CPUtime=2.81 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 24289 0 0 0 214 67 0 0 20 0 19 0 139742369 19498610688 831388 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4760403 831388 5838 1 0 1177688 0
[pid=706771/tid=706773] ppid=706768 vsize=19041612 memory=12504 CPUtime=1.36 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 7613 0 0 0 73 63 0 0 20 0 19 0 139742369 19498610688 831388 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139742371 19498610688 831388 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139742372 19498610688 831388 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3325552 KiB

[startup+3.11516 s]
/proc/loadavg: 4.30 4.15 3.49 5/333 706791
/proc/meminfo: memFree=115575240/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19041612 memory=3546736 CPUtime=4.61 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 24430 0 0 0 390 71 0 0 20 0 19 0 139742369 19498610688 886684 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4760403 886684 5838 1 0 1177708 0
[pid=706771/tid=706773] ppid=706768 vsize=19041612 memory=0 CPUtime=2.89 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) S 706768 706771 705576 0 -1 1077936192 7721 0 0 0 222 67 0 0 20 0 19 0 139742369 19498610688 886684 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19041612 memory=12504 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139742371 19498610688 886684 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19041612 memory=3546736 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139742372 19498610688 886684 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 4.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3546736 KiB

[startup+6.30028 s]
/proc/loadavg: 4.35 4.17 3.50 5/333 706791
/proc/meminfo: memFree=115579368/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19041612 memory=3596952 CPUtime=7.89 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 24917 0 0 0 716 73 0 0 20 0 19 0 139742369 19498610688 899238 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4760403 899238 5838 1 0 1294699 0
[pid=706771/tid=706773] ppid=706768 vsize=19041612 memory=0 CPUtime=5.88 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 7886 0 0 0 520 68 0 0 20 0 19 0 139742369 19498610688 899238 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19041612 memory=3546736 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139742371 19498610688 899238 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19041612 memory=228489167166 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139742372 19498610688 899238 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 7.89 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3596952 KiB

[startup+12.7003 s]
/proc/loadavg: 4.33 4.16 3.50 5/333 706793
/proc/meminfo: memFree=115093712/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19041612 memory=4784712 CPUtime=14.45 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 26806 0 0 0 1349 96 0 0 20 0 19 0 139742369 19498610688 1196178 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4760403 1196178 5854 1 0 1486880 0
[pid=706771/tid=706773] ppid=706768 vsize=19041612 memory=4027360 CPUtime=11.93 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 9210 0 0 0 1102 91 0 0 20 0 19 0 139742369 19498610688 1196178 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19041612 memory=4021216 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139742371 19498610688 1196178 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19041612 memory=14418115840706192 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139742372 19498610688 1196178 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 14.45 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4784712 KiB

[startup+25.5003 s]
/proc/loadavg: 4.28 4.16 3.50 5/333 706795
/proc/meminfo: memFree=114285004/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19041612 memory=4824184 CPUtime=27.46 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 30130 0 0 0 2647 99 0 0 20 0 19 0 139742369 19498610688 1206046 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4760403 1206046 5854 1 0 1486892 0
[pid=706771/tid=706773] ppid=706768 vsize=19041612 memory=4813864 CPUtime=24.23 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 10740 0 0 0 2332 91 0 0 20 0 19 0 139742369 19498610688 1206046 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139742371 19498610688 1206046 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139742372 19498610688 1206046 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 27.46 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4824184 KiB

[startup+51.1003 s]
/proc/loadavg: 4.23 4.16 3.53 6/333 706798
/proc/meminfo: memFree=114039304/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19041612 memory=4873888 CPUtime=53.39 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 31827 0 0 0 5234 105 0 0 20 0 19 0 139742369 19498610688 1218472 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4760403 1218472 5854 1 0 1486892 0
[pid=706771/tid=706773] ppid=706768 vsize=19041612 memory=0 CPUtime=48.86 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 12116 0 0 0 4792 94 0 0 20 0 19 0 139742369 19498610688 1218472 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139742371 19498610688 1218472 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19041612 memory=4869660 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139742372 19498610688 1218472 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 53.39 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4873888 KiB

[startup+102.301 s]
/proc/loadavg: 4.24 4.16 3.57 5/335 706812
/proc/meminfo: memFree=114002536/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19174740 memory=4891704 CPUtime=106.43 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 47479 0 0 0 10533 110 0 0 20 0 21 0 139742369 19634933760 1222926 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4793685 1222926 5891 1 0 1488202 0
[pid=706771/tid=706773] ppid=706768 vsize=19174740 memory=35068 CPUtime=99.21 cores=5,7

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

/proc/meminfo: memFree=125014976/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19174740 memory=4894708 CPUtime=3222.2 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 155842 0 0 0 321947 273 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4793685 1223677 5907 1 0 1488267 0
[pid=706771/tid=706773] ppid=706768 vsize=19174740 memory=4894708 CPUtime=3209.1 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 29362 0 0 0 320816 94 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19174740 memory=164 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139742371 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 7807 0 0 0 0 0 0 0 20 0 21 0 139742372 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706804] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706804/stat : 706804 (Timer-0) S 706768 706771 705576 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139749132 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 3222.2 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4894708 KiB

[startup+3282.3 s]
/proc/loadavg: 1.12 1.15 1.83 2/255 708490
/proc/meminfo: memFree=125014672/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19174740 memory=4894708 CPUtime=3282.09 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 157424 0 0 0 327932 277 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4793685 1223677 5907 1 0 1488267 0
[pid=706771/tid=706773] ppid=706768 vsize=19174740 memory=4894708 CPUtime=3268.9 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 29503 0 0 0 326796 94 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19174740 memory=11476 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139742371 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 7955 0 0 0 0 0 0 0 20 0 21 0 139742372 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706804] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706804/stat : 706804 (Timer-0) S 706768 706771 705576 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139749132 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 3282.09 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4894708 KiB

[startup+3342.3 s]
/proc/loadavg: 1.14 1.15 1.79 2/255 708501
/proc/meminfo: memFree=125014304/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19174740 memory=4894708 CPUtime=3341.96 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 159293 0 0 0 333916 280 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4793685 1223677 5907 1 0 1488267 0
[pid=706771/tid=706773] ppid=706768 vsize=19174740 memory=12504 CPUtime=3328.7 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 29611 0 0 0 332776 94 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19174740 memory=12504 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139742371 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 8101 0 0 0 0 0 0 0 20 0 21 0 139742372 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706804] ppid=706768 vsize=19174740 memory=6936 CPUtime=0 cores=5,7
/proc/706771/task/706804/stat : 706804 (Timer-0) S 706768 706771 705576 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139749132 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 3341.96 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4894708 KiB

[startup+3402.3 s]
/proc/loadavg: 1.09 1.14 1.74 2/257 708682
/proc/meminfo: memFree=125013996/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19174740 memory=4894708 CPUtime=3401.86 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 160876 0 0 0 339902 284 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4793685 1223677 5907 1 0 1488267 0
[pid=706771/tid=706773] ppid=706768 vsize=19174740 memory=12504 CPUtime=3388.51 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 29752 0 0 0 338757 94 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19174740 memory=1936 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139742371 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 8251 0 0 0 0 0 0 0 20 0 21 0 139742372 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706804] ppid=706768 vsize=19174740 memory=0 CPUtime=0 cores=5,7
/proc/706771/task/706804/stat : 706804 (Timer-0) S 706768 706771 705576 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139749132 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 3401.86 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4894708 KiB

[startup+3462.3 s]
/proc/loadavg: 1.08 1.12 1.70 2/255 708692
/proc/meminfo: memFree=125013876/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19174740 memory=4894708 CPUtime=3461.75 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 162751 0 0 0 345889 286 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4793685 1223677 5907 1 0 1488267 0
[pid=706771/tid=706773] ppid=706768 vsize=19174740 memory=12504 CPUtime=3448.36 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 29866 0 0 0 344742 94 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139742371 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19174740 memory=0 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 8397 0 0 0 0 0 0 0 20 0 21 0 139742372 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706804] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706804/stat : 706804 (Timer-0) S 706768 706771 705576 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139749132 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 3461.75 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4894708 KiB

[startup+3522.3 s]
/proc/loadavg: 1.07 1.11 1.66 2/257 708719
/proc/meminfo: memFree=125013536/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19174740 memory=4894708 CPUtime=3521.68 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 164784 0 0 0 351880 288 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4793685 1223677 5907 1 0 1488267 0
[pid=706771/tid=706773] ppid=706768 vsize=19174740 memory=60163 CPUtime=3508.25 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 30457 0 0 0 350731 94 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139742371 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19174740 memory=2232 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 8543 0 0 0 0 0 0 0 20 0 21 0 139742372 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706804] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706804/stat : 706804 (Timer-0) S 706768 706771 705576 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139749132 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 3521.68 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4894708 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.12 1.62 2/257 708729
/proc/meminfo: memFree=125013216/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19174740 memory=4894708 CPUtime=3581.57 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 166130 0 0 0 357866 291 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4793685 1223677 5907 1 0 1488267 0
[pid=706771/tid=706773] ppid=706768 vsize=19174740 memory=35180 CPUtime=3568.07 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 30641 0 0 0 356712 95 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139742371 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19174740 memory=11548 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 8688 0 0 0 0 0 0 0 20 0 21 0 139742372 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706804] ppid=706768 vsize=19174740 memory=1936 CPUtime=0 cores=5,7
/proc/706771/task/706804/stat : 706804 (Timer-0) S 706768 706771 705576 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139749132 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 3581.57 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4894708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.8 s]*
/proc/loadavg: 1.10 1.11 1.61 2/257 708731
/proc/meminfo: memFree=125013140/131524600 swapFree=131071996/131071996
[pid=706771] ppid=706768 vsize=19174740 memory=4894708 CPUtime=3600.04 cores=5,7
/proc/706771/stat : 706771 (java) S 706768 706771 705576 0 -1 1077936128 166502 0 0 0 359712 292 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
/proc/706771/statm: 4793685 1223677 5907 1 0 1488267 0
[pid=706771/tid=706773] ppid=706768 vsize=19174740 memory=-8599451305076236988 CPUtime=3586.52 cores=5,7
/proc/706771/task/706773/stat : 706773 (java) R 706768 706771 705576 0 -1 4194368 30679 0 0 0 358557 95 0 0 20 0 21 0 139742369 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706782] ppid=706768 vsize=19174740 memory=-7162544914883239290 CPUtime=0 cores=5,7
/proc/706771/task/706782/stat : 706782 (Finalizer) S 706768 706771 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139742371 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706789] ppid=706768 vsize=19174740 memory=19216 CPUtime=0 cores=5,7
/proc/706771/task/706789/stat : 706789 (Common-Cleaner) S 706768 706771 705576 0 -1 1077936192 8688 0 0 0 0 0 0 0 20 0 21 0 139742372 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
[pid=706771/tid=706804] ppid=706768 vsize=19174740 memory=4894708 CPUtime=0 cores=5,7
/proc/706771/task/706804/stat : 706804 (Timer-0) S 706768 706771 705576 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 139749132 19634933760 1223677 134679101440 94696831197184 94696831200880 140735980979456 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94696831208696 94696831209488 94696858308608 140735980987350 140735980987463 140735980987463 140735980994504 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4894708 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.17 s, system=2.94139 s

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

Child status: 143

Real time (s): 3600.85
CPU time (s): 3600.12
CPU user time (s): 3597.17
CPU system time (s): 2.94139
CPU usage (%): 99.9796
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 4901244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.17
system time used= 2.94139
maximum resident set size= 4901244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169795
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155592
involuntary context switches= 2109


# summary of solver processes directly reported to runsolver:
#   pid: 706771
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3597.17
#   total CPU system time (s): 2.94139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.0306 second user time and 18.7052 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-13 15:02:50
IDJOB=4424390
IDBENCH=144138
IDSOLVER=3035
FILE ID=nodeC027/4424390-1720875757
RUNJOBID= nodeC027-1720874164-705589
SLURM_JOB_ID= 7483768
Free space on /tmp= 890060 MiB

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

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

MD5SUM BENCH= 4f5be5c84a0d76ec975a3a6b3be3f2ae
RANDOM SEED=1528393746

nodeC027.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		: 3673.537
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	: 7000.36
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		: 3678.453
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.29
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		: 3600.468
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	: 7000.36
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		: 3618.211
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.29
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		: 3673.578
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	: 7000.36
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		: 3649.016
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119109808 kB
MemAvailable:   119008684 kB
Buffers:          316580 kB
Cached:           430936 kB
SwapCached:            0 kB
Active:           482880 kB
Inactive:       11358396 kB
Active(anon):       1560 kB
Inactive(anon): 11129936 kB
Active(file):     481320 kB
Inactive(file):   228460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9264 kB
Writeback:            60 kB
AnonPages:      11091548 kB
Mapped:           121492 kB
Shmem:             37720 kB
KReclaimable:      57836 kB
Slab:             155452 kB
SReclaimable:      57836 kB
SUnreclaim:        97616 kB
KernelStack:        5072 kB
PageTables:        31664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14210996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53536 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10795008 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:      170708 kB
DirectMap2M:     7991296 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC027 at 2024-07-13 16:02:51