Trace number 4424346

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.15 3601.06

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar6-sub3_wcsp.wbo
MD5SUM25adf5b940a77273e2a5bcad45fe6bb3
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark4377
Best CPU time to get the best result obtained on this benchmark3600.46
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables776
Total number of constraints319436
Number of soft constraints319418
Number of constraints which are clauses319418
Number of constraints which are cardinality constraints (but not clauses)18
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 58724
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 41665382
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.12/0.10	c Free memory 		2106806208
0.12/0.10	c Max memory 		16282288128
0.12/0.10	c Total memory 		2113929216
0.12/0.10	c Number of processors 	2
0.12/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	 - never skip resolution steps
0.12/0.16	 - Auto-division on coefficients is disabled
0.12/0.16	 - No postprocessing
0.12/0.16	 - Conflict is considered as is when resolving
0.12/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	 - Weaken first using unassigned literals
0.12/0.16	 - Bump strategy: ALWAYS_ONE
0.12/0.16	 - Bumper: ASSIGNED
0.12/0.16	--- Begin Solver configuration ---
0.12/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	Learn all clauses as in MiniSAT
0.12/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	No reason simplification
0.12/0.16	Armin Biere (Picosat) restarts strategy
0.12/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	timeout=2147483s
0.12/0.16	DB Simplification allowed=false
0.12/0.16	Listener: none
0.12/0.16	--- End Solver configuration ---
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: ASSIGNED
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Armin Biere (Picosat) restarts strategy
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4424346-1720874154.wbo
0.12/0.16	c reading problem ... 
84.21/82.21	c ... done. Wall clock time 82.043s.
84.21/82.21	c declared #vars     776
84.21/82.21	c internal #vars     320194
84.21/82.21	c #constraints  319455
84.21/82.21	c constraints type 
84.21/82.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18
84.21/82.21	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
84.21/82.21	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 319436
84.21/82.21	c 319455 constraints processed.
84.21/82.22	c objective function length is 319418 literals
3600.05/3601.02	c starts		: 2
3600.05/3601.02	c conflicts		: 194
3600.05/3601.02	c decisions		: 627830
3600.05/3601.02	c propagations		: 1323254
3600.05/3601.02	c inspects		: 514837
3600.05/3601.02	c shortcuts		: 0
3600.05/3601.02	c learnt literals	: 0
3600.05/3601.02	c learnt binary clauses	: 0
3600.05/3601.02	c learnt ternary clauses	: 0
3600.05/3601.02	c learnt constraints	: 193
3600.05/3601.02	c ignored constraints	: 0
3600.05/3601.02	c root simplifications	: 0
3600.05/3601.02	c removed literals (reason simplification)	: 0
3600.05/3601.02	c reason swapping (by a shorter reason)	: 0
3600.05/3601.02	c Calls to reduceDB	: 0
3600.05/3601.02	c Number of update (reduction) of LBD	: 0
3600.05/3601.02	c Imported unit clauses	: 0
3600.05/3601.02	c No decision after first conflict	: false
3600.05/3601.02	c number of reductions to clauses (during analyze)	: 0
3600.05/3601.02	c number of learned constraints concerned by reduction	: 0
3600.05/3601.02	c number of learning phase by resolution	: 0
3600.05/3601.02	c number of learning phase by cutting planes	: 0
3600.05/3601.02	c number of rounding to 1 operations	: 22
3600.05/3601.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3601.02	c number of reductions of the coefficients by power 2 	: 0
3600.05/3601.02	c number of right shift for reduction by power 2 	: 0
3600.05/3601.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3601.02	c number of ending skipping 	: 0
3600.05/3601.02	c number of internal skipping 	: 0
3600.05/3601.02	c number of derivation steps 	: 2279
3600.05/3601.02	c number of skipped derivation steps 	: 0
3600.05/3601.02	c number of remaining unassigned 	: 4
3600.05/3601.02	c number of remaining assigned 	: 311487
3600.05/3601.02	c number of falsified literals weakened from reason	: 0
3600.05/3601.02	c number of falsified literals weakened from conflict	: 0
3600.05/3601.02	c time for arithmetic operations	: 22317510
3600.05/3601.04	c minimum degree of deleted constraints	: null
3600.05/3601.04	c maximum degree of deleted constraints	: null
3600.05/3601.04	c number of deleted constraints	: 0
3600.05/3601.04	c speed (assignments/second)	: 376.0590438622916
3600.05/3601.04	c non guided choices	: 706
3600.05/3601.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 142
3600.05/3601.04	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.05/3601.04	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 50
3600.05/3601.04	s UNKNOWN
3600.05/3601.04	c Total wall clock time (in seconds): 3600.878

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=705842, runsolver pid=705839

[startup+0.101426 s]*
/proc/loadavg: 0.41 0.16 0.11 11/333 705860
/proc/meminfo: memFree=128807688/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=18975048 memory=60816 CPUtime=0.12 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 7139 0 0 0 11 1 0 0 20 0 18 0 139582101 19430449152 15204 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4743762 15204 5669 1 0 549293 0
[pid=705842/tid=705844] ppid=705839 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 5700 0 0 0 7 1 0 0 20 0 18 0 139582101 19430449152 15204 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139582105 19430449152 15204 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139582105 19430449152 15204 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 60816 KiB

[startup+0.208072 s]*
/proc/loadavg: 0.41 0.16 0.11 11/333 705860
/proc/meminfo: memFree=128436816/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=18975048 memory=73768 CPUtime=0.32 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 7767 0 0 0 30 2 0 0 20 0 18 0 139582101 19430449152 18442 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4743762 18442 5784 1 0 549723 0
[pid=705842/tid=705844] ppid=705839 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 1077936192 6034 0 0 0 16 1 0 0 20 0 18 0 139582101 19430449152 18442 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=18975048 memory=2643 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139582105 19430449152 18442 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139582105 19430449152 18442 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73768 KiB

[startup+0.306066 s]*
/proc/loadavg: 0.41 0.16 0.11 9/334 705861
/proc/meminfo: memFree=128016212/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19041612 memory=161680 CPUtime=0.49 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 8422 0 0 0 45 4 0 0 20 0 19 0 139582101 19498610688 40420 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4760403 40420 5826 1 0 550312 0
[pid=705842/tid=705844] ppid=705839 vsize=19041612 memory=-8528237040751780540 CPUtime=0.26 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 6086 0 0 0 23 3 0 0 20 0 19 0 139582101 19498610688 40420 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 40420 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 40420 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 161680 KiB

[startup+0.70059 s]
/proc/loadavg: 0.41 0.16 0.11 8/334 705861
/proc/meminfo: memFree=127409956/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19042628 memory=997744 CPUtime=1.19 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 14463 0 0 0 99 20 0 0 20 0 19 0 139582101 19499651072 249436 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4760657 249436 5842 1 0 1079692 0
[pid=705842/tid=705844] ppid=705839 vsize=19042628 memory=5544 CPUtime=0.6 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 6480 0 0 0 42 18 0 0 20 0 19 0 139582101 19499651072 249436 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19042628 memory=12504 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582105 19499651072 249436 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19042628 memory=0 CPUtime=0 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139582105 19499651072 249436 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19042628 KiB
Current children cumulated memory: 997744 KiB

[startup+1.5009 s]
/proc/loadavg: 0.41 0.16 0.11 9/334 705861
/proc/meminfo: memFree=125108004/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19041612 memory=2636632 CPUtime=2.58 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 23452 0 0 0 204 54 0 0 20 0 19 0 139582101 19498610688 659158 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4760403 659158 5842 1 0 1083669 0
[pid=705842/tid=705844] ppid=705839 vsize=19041612 memory=12504 CPUtime=1.36 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 7266 0 0 0 87 49 0 0 20 0 19 0 139582101 19498610688 659158 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 659158 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 659158 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2636632 KiB

[startup+3.1059 s]
/proc/loadavg: 0.41 0.16 0.11 5/334 705861
/proc/meminfo: memFree=123293600/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19041612 memory=2640776 CPUtime=4.21 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 23697 0 0 0 367 54 0 0 20 0 19 0 139582101 19498610688 660194 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4760403 660194 5842 1 0 1083671 0
[pid=705842/tid=705844] ppid=705839 vsize=19041612 memory=0 CPUtime=2.89 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 7400 0 0 0 240 49 0 0 20 0 19 0 139582101 19498610688 660194 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19041612 memory=12504 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 660194 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19041612 memory=2640728 CPUtime=0 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 660194 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 4.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2640776 KiB

[startup+6.3009 s]
/proc/loadavg: 0.78 0.24 0.14 5/335 705864
/proc/meminfo: memFree=121287312/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19041612 memory=3104312 CPUtime=7.48 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 24641 0 0 0 682 66 0 0 20 0 19 0 139582101 19498610688 776078 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4760403 776078 5842 1 0 1204833 0
[pid=705842/tid=705844] ppid=705839 vsize=19041612 memory=0 CPUtime=5.89 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 8008 0 0 0 528 61 0 0 20 0 19 0 139582101 19498610688 776078 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19041612 memory=2640728 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 776078 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19041612 memory=228489167166 CPUtime=0 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 776078 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3104312 KiB

[startup+12.7003 s]
/proc/loadavg: 1.12 0.32 0.16 5/335 705864
/proc/meminfo: memFree=120188124/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19041612 memory=3586916 CPUtime=13.68 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 26007 0 0 0 1291 77 0 0 20 0 19 0 139582101 19498610688 896729 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4760403 896729 5842 1 0 1321813 0
[pid=705842/tid=705844] ppid=705839 vsize=19041612 memory=8461400842618297882 CPUtime=11.58 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 8996 0 0 0 1087 71 0 0 20 0 19 0 139582101 19498610688 896729 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19041612 memory=3584868 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 896729 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19041612 memory=104 CPUtime=0 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 896729 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 13.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3586916 KiB

[startup+25.5003 s]
/proc/loadavg: 1.76 0.50 0.23 5/336 705868
/proc/meminfo: memFree=119174584/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19041612 memory=3628480 CPUtime=26.68 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 29061 0 0 0 2589 79 0 0 20 0 19 0 139582101 19498610688 907120 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4760403 907120 5842 1 0 1321813 0
[pid=705842/tid=705844] ppid=705839 vsize=19041612 memory=3624324 CPUtime=23.88 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 10708 0 0 0 2317 71 0 0 20 0 19 0 139582101 19498610688 907120 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19041612 memory=4600 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 907120 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19041612 memory=4032800 CPUtime=0 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 907120 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 26.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3628480 KiB

[startup+51.1003 s]
/proc/loadavg: 2.75 0.83 0.34 5/336 705871
/proc/meminfo: memFree=119034412/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19041612 memory=3680584 CPUtime=52.54 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 33561 0 0 0 5172 82 0 0 20 0 19 0 139582101 19498610688 920146 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4760403 920146 5842 1 0 1321813 0
[pid=705842/tid=705844] ppid=705839 vsize=19041612 memory=2498 CPUtime=48.72 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 12829 0 0 0 4801 71 0 0 20 0 19 0 139582101 19498610688 920146 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19041612 memory=3565 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 920146 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19041612 memory=1924836 CPUtime=0 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139582105 19498610688 920146 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 52.54 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3680584 KiB

[startup+102.3 s]*
/proc/loadavg: 3.67 1.38 0.56 5/337 705881
/proc/meminfo: memFree=118903244/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19108176 memory=3716096 CPUtime=105.64 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 47132 0 0 0 10476 88 0 0 20 0 20 0 139582101 19566772224 929024 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4777044 929024 5879 1 0 1322467 0
[pid=705842/tid=705844] ppid=705839 vsize=19108176 memory=-8528237040751780540 CPUtime=99.16 cores=4,6

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

/proc/meminfo: memFree=113487104/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19174740 memory=4107416 CPUtime=3281.67 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 169915 0 0 0 327876 291 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4793685 1026854 5911 1 0 1322852 0
[pid=705842/tid=705844] ppid=705839 vsize=19174740 memory=2498 CPUtime=3266.85 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 47694 0 0 0 326610 75 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19174740 memory=3565 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19174740 memory=1927011 CPUtime=0.03 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 7159 0 0 0 3 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705877] ppid=705839 vsize=19174740 memory=4894452 CPUtime=0 cores=4,6
/proc/705842/task/705877/stat : 705877 (Timer-0) S 705839 705842 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139590331 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 3281.67 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4107416 KiB

[startup+3342.3 s]
/proc/loadavg: 4.60 4.26 4.10 5/338 707720
/proc/meminfo: memFree=113486728/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19174740 memory=4107416 CPUtime=3341.73 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 174230 0 0 0 333878 295 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4793685 1026854 5911 1 0 1322852 0
[pid=705842/tid=705844] ppid=705839 vsize=19174740 memory=4894452 CPUtime=3326.56 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 49018 0 0 0 332581 75 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19174740 memory=-8599451305076236988 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19174740 memory=-8693842174870601376 CPUtime=0.03 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 7224 0 0 0 3 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705877] ppid=705839 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/705842/task/705877/stat : 705877 (Timer-0) S 705839 705842 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139590331 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 3341.73 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4107416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.24 4.10 5/338 707730
/proc/meminfo: memFree=113486236/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19174740 memory=4107416 CPUtime=3401.62 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 175046 0 0 0 339864 298 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4793685 1026854 5911 1 0 1322852 0
[pid=705842/tid=705844] ppid=705839 vsize=19174740 memory=32176 CPUtime=3386.39 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 49431 0 0 0 338564 75 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19174740 memory=28476 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19174740 memory=7328 CPUtime=0.03 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 7339 0 0 0 3 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705877] ppid=705839 vsize=19174740 memory=11476 CPUtime=0 cores=4,6
/proc/705842/task/705877/stat : 705877 (Timer-0) S 705839 705842 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139590331 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 3401.62 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4107416 KiB

[startup+3462.3 s]
/proc/loadavg: 4.27 4.24 4.10 5/338 707741
/proc/meminfo: memFree=113486000/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19174740 memory=4107416 CPUtime=3461.51 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 175722 0 0 0 345849 302 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4793685 1026854 5911 1 0 1322852 0
[pid=705842/tid=705844] ppid=705839 vsize=19174740 memory=33368 CPUtime=3446.21 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 49538 0 0 0 344546 75 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19174740 memory=32968 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19174740 memory=8084 CPUtime=0.03 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 7483 0 0 0 3 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705877] ppid=705839 vsize=19174740 memory=3432 CPUtime=0 cores=4,6
/proc/705842/task/705877/stat : 705877 (Timer-0) S 705839 705842 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139590331 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 3461.51 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4107416 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.21 4.10 5/337 707753
/proc/meminfo: memFree=113485584/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19174740 memory=4107416 CPUtime=3521.42 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 176394 0 0 0 351837 305 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4793685 1026854 5911 1 0 1322852 0
[pid=705842/tid=705844] ppid=705839 vsize=19174740 memory=2498 CPUtime=3506.04 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 49641 0 0 0 350529 75 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19174740 memory=3565 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19174740 memory=1927011 CPUtime=0.03 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 7627 0 0 0 3 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705877] ppid=705839 vsize=19174740 memory=-8528237040751780540 CPUtime=0 cores=4,6
/proc/705842/task/705877/stat : 705877 (Timer-0) S 705839 705842 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139590331 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 3521.42 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4107416 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.20 4.10 5/333 707763
/proc/meminfo: memFree=113485348/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19174740 memory=4107416 CPUtime=3581.33 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 177056 0 0 0 357825 308 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4793685 1026854 5911 1 0 1322852 0
[pid=705842/tid=705844] ppid=705839 vsize=19174740 memory=2498 CPUtime=3565.88 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 49734 0 0 0 356513 75 0 0 20 0 21 0 139582101 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19174740 memory=3565 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19174740 memory=1928349 CPUtime=0.03 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 7771 0 0 0 3 0 0 0 20 0 21 0 139582105 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705877] ppid=705839 vsize=19174740 memory=2232 CPUtime=0 cores=4,6
/proc/705842/task/705877/stat : 705877 (Timer-0) S 705839 705842 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139590331 19634933760 1026854 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 3581.33 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4107416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.01 s]
/proc/loadavg: 4.12 4.19 4.09 9/310 707804
/proc/meminfo: memFree=118748076/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19174740 memory=4107420 CPUtime=3600.05 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 178287 0 0 0 359696 309 0 0 20 0 21 0 139582101 19634933760 1026855 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4793685 1026855 5911 1 0 1322852 0
[pid=705842/tid=705844] ppid=705839 vsize=19174740 memory=4107416 CPUtime=3584.54 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 50565 0 0 0 358379 75 0 0 20 0 21 0 139582101 19634933760 1026855 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19174740 memory=4107416 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139582105 19634933760 1026855 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19174740 memory=4107420 CPUtime=0.03 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 7771 0 0 0 3 0 0 0 20 0 21 0 139582105 19634933760 1026855 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705877] ppid=705839 vsize=19174740 memory=11476 CPUtime=0 cores=4,6
/proc/705842/task/705877/stat : 705877 (Timer-0) S 705839 705842 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139590331 19634933760 1026855 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4107420 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.04 s, system=3.11037 s

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

[startup+3601.01 s]
/proc/loadavg: 4.12 4.19 4.09 9/310 707804
/proc/meminfo: memFree=118748076/131524600 swapFree=131071996/131071996
[pid=705842] ppid=705839 vsize=19174740 memory=4107420 CPUtime=3600.05 cores=4,6
/proc/705842/stat : 705842 (java) S 705839 705842 705576 0 -1 1077936128 178287 0 0 0 359696 309 0 0 20 0 21 0 139582101 19634933760 1026855 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
/proc/705842/statm: 4793685 1026855 5911 1 0 1322852 0
[pid=705842/tid=705844] ppid=705839 vsize=19174740 memory=4107416 CPUtime=3584.54 cores=4,6
/proc/705842/task/705844/stat : 705844 (java) R 705839 705842 705576 0 -1 4194368 50565 0 0 0 358379 75 0 0 20 0 21 0 139582101 19634933760 1026855 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705853] ppid=705839 vsize=19174740 memory=4107416 CPUtime=0 cores=4,6
/proc/705842/task/705853/stat : 705853 (Finalizer) S 705839 705842 705576 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 139582105 19634933760 1026855 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705860] ppid=705839 vsize=19174740 memory=4107420 CPUtime=0.03 cores=4,6
/proc/705842/task/705860/stat : 705860 (Common-Cleaner) S 705839 705842 705576 0 -1 1077936192 7771 0 0 0 3 0 0 0 20 0 21 0 139582105 19634933760 1026855 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
[pid=705842/tid=705877] ppid=705839 vsize=19174740 memory=11476 CPUtime=0 cores=4,6
/proc/705842/task/705877/stat : 705877 (Timer-0) S 705839 705842 705576 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 139590331 19634933760 1026855 134679101440 94521543655424 94521543659120 140724758296560 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94521543666936 94521543667728 94521568219136 140724758303702 140724758303815 140724758303815 140724758310856 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4107420 KiB

Child status: 143

Real time (s): 3601.06
CPU time (s): 3600.15
CPU user time (s): 3597.04
CPU system time (s): 3.11037
CPU usage (%): 99.9747
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 4107420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.04
system time used= 3.11037
maximum resident set size= 4108852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181638
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148426
involuntary context switches= 1773


# summary of solver processes directly reported to runsolver:
#   pid: 705842
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3597.04
#   total CPU system time (s): 3.11037

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.33256 second user time and 23.2641 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-13 14:36:07
IDJOB=4424346
IDBENCH=143882
IDSOLVER=3035
FILE ID=nodeC027/4424346-1720874154
RUNJOBID= nodeC027-1720874164-705587
SLURM_JOB_ID= 7483768
Free space on /tmp= 890068 MiB

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

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

MD5SUM BENCH= 25adf5b940a77273e2a5bcad45fe6bb3
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		: 3638.789
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		: 3600.187
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		: 3639.055
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		: 3600.187
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		: 3604.828
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		: 3600.187
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.252
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		: 3600.187
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:        129226032 kB
MemAvailable:   129106704 kB
Buffers:          315020 kB
Cached:           414480 kB
SwapCached:            0 kB
Active:           466944 kB
Inactive:        1277060 kB
Active(anon):       1560 kB
Inactive(anon):  1050656 kB
Active(file):     465384 kB
Inactive(file):   226404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             17820 kB
Writeback:             8 kB
AnonPages:       1012672 kB
Mapped:           121640 kB
Shmem:             37720 kB
KReclaimable:      57416 kB
Slab:             154392 kB
SReclaimable:      57416 kB
SUnreclaim:        96976 kB
KernelStack:        5072 kB
PageTables:        12312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7238412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53504 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 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= 890064 MiB
End job on nodeC027 at 2024-07-13 15:36:08