Trace number 4424394

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.27 3601.84

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph13reducmore_wcsp.wbo
MD5SUM67fbd2e887926488e60ea47b7a4ad243
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark5015
Best CPU time to get the best result obtained on this benchmark3601.46
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables13153
Total number of constraints970904
Number of soft constraints970450
Number of constraints which are clauses970450
Number of constraints which are cardinality constraints (but not clauses)454
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint44
Top cost 10110
Min constraint cost 1
Max constraint cost 3670
Sum of constraints costs 307075871
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.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version CUSTOM.v20240707
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.20	c os.arch		amd64
0.28/0.22	c Free memory 		2113181440
0.28/0.22	c Max memory 		16282288128
0.28/0.22	c Total memory 		2122317824
0.28/0.22	c Number of processors 	2
0.42/0.37	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.37	 - never skip resolution steps
0.42/0.37	 - Auto-division on coefficients is disabled
0.42/0.37	 - No postprocessing
0.42/0.37	 - Conflict is considered as is when resolving
0.42/0.37	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.42/0.37	 - Weaken first using unassigned literals
0.42/0.37	 - Bump strategy: ALWAYS_ONE
0.42/0.37	 - Bumper: ASSIGNED
0.42/0.37	--- Begin Solver configuration ---
0.42/0.37	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.42/0.37	Learn all clauses as in MiniSAT
0.42/0.37	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.37	No reason simplification
0.42/0.37	Armin Biere (Picosat) restarts strategy
0.42/0.37	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.42/0.37	timeout=2147483s
0.42/0.37	DB Simplification allowed=false
0.42/0.37	Listener: none
0.42/0.37	--- End Solver configuration ---
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.37	c  - never skip resolution steps
0.42/0.37	c  - Auto-division on coefficients is disabled
0.42/0.37	c  - No postprocessing
0.42/0.37	c  - Conflict is considered as is when resolving
0.42/0.37	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.42/0.37	c  - Weaken first using unassigned literals
0.42/0.37	c  - Bump strategy: ALWAYS_ONE
0.42/0.37	c  - Bumper: ASSIGNED
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.37	c No reason simplification
0.42/0.37	c Armin Biere (Picosat) restarts strategy
0.42/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4424394-1720877683.wbo
0.42/0.37	c reading problem ... 
846.15/838.02	c ... done. Wall clock time 837.641s.
846.15/838.02	c declared #vars     13153
846.15/838.02	c internal #vars     983603
846.15/838.02	c #constraints  971359
846.15/838.02	c constraints type 
846.15/838.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5302
846.15/838.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 446
846.15/838.02	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
846.15/838.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 965610
846.15/838.02	c 971359 constraints processed.
846.15/838.04	c objective function length is 970450 literals
3600.03/3601.72	c starts		: 1
3600.03/3601.74	c conflicts		: 64
3600.03/3601.74	c decisions		: 1905503
3600.03/3601.74	c propagations		: 2655804
3600.03/3601.75	c inspects		: 1038791
3600.03/3601.75	c shortcuts		: 0
3600.03/3601.75	c learnt literals	: 0
3600.03/3601.75	c learnt binary clauses	: 0
3600.03/3601.75	c learnt ternary clauses	: 0
3600.03/3601.75	c learnt constraints	: 63
3600.03/3601.75	c ignored constraints	: 0
3600.03/3601.75	c root simplifications	: 0
3600.03/3601.75	c removed literals (reason simplification)	: 0
3600.03/3601.75	c reason swapping (by a shorter reason)	: 0
3600.03/3601.75	c Calls to reduceDB	: 0
3600.03/3601.75	c Number of update (reduction) of LBD	: 0
3600.03/3601.75	c Imported unit clauses	: 0
3600.03/3601.75	c No decision after first conflict	: false
3600.03/3601.75	c number of reductions to clauses (during analyze)	: 0
3600.03/3601.75	c number of learned constraints concerned by reduction	: 0
3600.03/3601.75	c number of learning phase by resolution	: 0
3600.03/3601.75	c number of learning phase by cutting planes	: 0
3600.03/3601.75	c number of rounding to 1 operations	: 0
3600.03/3601.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3601.78	c number of reductions of the coefficients by power 2 	: 0
3600.03/3601.78	c number of right shift for reduction by power 2 	: 0
3600.03/3601.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3601.78	c number of ending skipping 	: 0
3600.03/3601.78	c number of internal skipping 	: 0
3600.03/3601.78	c number of derivation steps 	: 504
3600.03/3601.78	c number of skipped derivation steps 	: 0
3600.03/3601.78	c number of remaining unassigned 	: 0
3600.03/3601.78	c number of remaining assigned 	: 0
3600.03/3601.78	c number of falsified literals weakened from reason	: 0
3600.03/3601.78	c number of falsified literals weakened from conflict	: 0
3600.03/3601.78	c time for arithmetic operations	: 44597
3600.03/3601.78	c minimum degree of deleted constraints	: null
3600.03/3601.78	c maximum degree of deleted constraints	: null
3600.03/3601.78	c number of deleted constraints	: 0
3600.03/3601.78	c speed (assignments/second)	: 960.9877483111818
3600.03/3601.78	c non guided choices	: 0
3600.03/3601.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 62
3600.03/3601.78	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.03/3601.79	s UNKNOWN
3600.03/3601.79	c Total wall clock time (in seconds): 3601.418

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (55506 MiB free)
  memory of node 1: 64510 MiB (61115 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=699994, runsolver pid=699991
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 4.20 4.24 4.18 8/322 700012
/proc/meminfo: memFree=119387708/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=18975048 memory=56240 CPUtime=0.12 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 6939 0 0 0 10 2 0 0 20 0 18 0 139925318 19430449152 14060 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4743762 14060 5752 1 0 550785 0
[pid=699994/tid=699996] ppid=699991 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) S 699991 699994 697562 0 -1 1077936192 5872 0 0 0 6 1 0 0 20 0 18 0 139925318 19430449152 14060 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139925324 19430449152 14060 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=18975048 memory=14130048156386720 CPUtime=0 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139925325 19430449152 14060 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56240 KiB

[startup+0.213918 s]*
/proc/loadavg: 4.20 4.24 4.18 6/322 700012
/proc/meminfo: memFree=119382300/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=18975048 memory=61144 CPUtime=0.28 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 7640 0 0 0 25 3 0 0 20 0 18 0 139925318 19430449152 15286 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4743762 15286 5760 1 0 551350 0
[pid=699994/tid=699996] ppid=699991 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 6187 0 0 0 17 2 0 0 20 0 18 0 139925318 19430449152 15286 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=18975048 memory=657 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139925324 19430449152 15286 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=18975048 memory=15260341814695506 CPUtime=0 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139925325 19430449152 15286 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61144 KiB

[startup+0.309147 s]*
/proc/loadavg: 4.20 4.24 4.18 5/322 700012
/proc/meminfo: memFree=119375008/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=18975048 memory=68408 CPUtime=0.42 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 7925 0 0 0 39 3 0 0 20 0 18 0 139925318 19430449152 17102 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4743762 17102 5770 1 0 551586 0
[pid=699994/tid=699996] ppid=699991 vsize=18975048 memory=-9103007826352513724 CPUtime=0.28 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 6388 0 0 0 26 2 0 0 20 0 18 0 139925318 19430449152 17102 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139925324 19430449152 17102 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139925325 19430449152 17102 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68408 KiB

[startup+0.700801 s]
/proc/loadavg: 4.20 4.24 4.18 8/322 700012
/proc/meminfo: memFree=119326356/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19041612 memory=213028 CPUtime=1.15 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 9822 0 0 0 108 7 0 0 20 0 19 0 139925318 19498610688 53257 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4760403 53257 5860 1 0 553106 0
[pid=699994/tid=699996] ppid=699991 vsize=19041612 memory=5524 CPUtime=0.62 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) S 699991 699994 697562 0 -1 1077936192 6623 0 0 0 57 5 0 0 20 0 19 0 139925318 19498610688 53257 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19041612 memory=12556 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139925324 19498610688 53257 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139925325 19498610688 53257 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 213028 KiB

[startup+1.50069 s]
/proc/loadavg: 4.20 4.24 4.18 7/323 700013
/proc/meminfo: memFree=118580816/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19041612 memory=2444328 CPUtime=2.69 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 18056 0 0 0 216 53 0 0 20 0 19 0 139925318 19498610688 611082 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4760403 611082 5860 1 0 1215490 0
[pid=699994/tid=699996] ppid=699991 vsize=19041612 memory=12556 CPUtime=1.37 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 7699 0 0 0 89 48 0 0 20 0 19 0 139925318 19498610688 611082 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139925324 19498610688 611082 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139925325 19498610688 611082 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2444328 KiB

[startup+3.11331 s]
/proc/loadavg: 4.35 4.27 4.19 5/323 700013
/proc/meminfo: memFree=115506792/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19041612 memory=3928944 CPUtime=4.67 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 23154 0 0 0 384 83 0 0 20 0 19 0 139925318 19498610688 982236 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4760403 982236 5860 1 0 1218817 0
[pid=699994/tid=699996] ppid=699991 vsize=19041612 memory=0 CPUtime=2.91 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 8404 0 0 0 216 75 0 0 20 0 19 0 139925318 19498610688 982236 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19041612 memory=12556 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139925324 19498610688 982236 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19041612 memory=3497080 CPUtime=0 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139925325 19498610688 982236 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3928944 KiB

[startup+6.30037 s]
/proc/loadavg: 4.35 4.27 4.19 5/323 700014
/proc/meminfo: memFree=115519360/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19041612 memory=3916920 CPUtime=7.99 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 23442 0 0 0 716 83 0 0 20 0 19 0 139925318 19498610688 979230 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4760403 979230 5860 1 0 1333718 0
[pid=699994/tid=699996] ppid=699991 vsize=19041612 memory=0 CPUtime=5.85 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 1077936192 8406 0 0 0 510 75 0 0 20 0 19 0 139925318 19498610688 979230 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19041612 memory=2797128 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139925324 19498610688 979230 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19041612 memory=224194199869 CPUtime=0 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139925325 19498610688 979230 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 7.99 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3916920 KiB

[startup+12.7004 s]
/proc/loadavg: 4.29 4.26 4.19 7/323 700014
/proc/meminfo: memFree=113242308/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19041612 memory=6188776 CPUtime=14.64 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 25804 0 0 0 1336 128 0 0 20 0 19 0 139925318 19498610688 1547194 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4760403 1547194 5876 1 0 1793293 0
[pid=699994/tid=699996] ppid=699991 vsize=19041612 memory=6184600 CPUtime=11.84 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 10073 0 0 0 1065 119 0 0 20 0 19 0 139925318 19498610688 1547194 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19041612 memory=6180504 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139925324 19498610688 1547194 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19041612 memory=13850785037421628 CPUtime=0 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139925325 19498610688 1547194 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 14.64 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6188776 KiB

[startup+25.5005 s]
/proc/loadavg: 4.25 4.25 4.19 5/323 700017
/proc/meminfo: memFree=111759204/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19041612 memory=7669100 CPUtime=27.59 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 28956 0 0 0 2601 158 0 0 20 0 19 0 139925318 19498610688 1917275 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4760403 1917275 5876 1 0 2160944 0
[pid=699994/tid=699996] ppid=699991 vsize=19041612 memory=7654688 CPUtime=23.57 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 12192 0 0 0 2210 147 0 0 20 0 19 0 139925318 19498610688 1917275 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139925324 19498610688 1917275 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139925325 19498610688 1917275 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 27.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 7669100 KiB

[startup+51.1134 s]
/proc/loadavg: 4.24 4.25 4.19 5/323 700020
/proc/meminfo: memFree=110458392/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19041612 memory=8966948 CPUtime=53.48 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 35171 0 0 0 5161 187 0 0 20 0 19 0 139925318 19498610688 2241737 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4760403 2241737 5876 1 0 2480541 0
[pid=699994/tid=699996] ppid=699991 vsize=19041612 memory=0 CPUtime=47.56 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 16101 0 0 0 4584 172 0 0 20 0 19 0 139925318 19498610688 2241737 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19041612 memory=6190824 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139925324 19498610688 2241737 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19041612 memory=3928944 CPUtime=0 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139925325 19498610688 2241737 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 53.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8966948 KiB

[startup+102.301 s]
/proc/loadavg: 3.08 3.95 4.09 2/239 700131
/proc/meminfo: memFree=121053648/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19041612 memory=9031636 CPUtime=105.16 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 43535 0 0 0 10321 195 0 0 20 0 19 0 139925318 19498610688 2257909 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4760403 2257909 5876 1 0 2480551 0
[pid=699994/tid=699996] ppid=699991 vsize=19041612 memory=-9103007826352513724 CPUtime=97.09 cores=1,3

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

/proc/meminfo: memFree=120287764/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3281.86 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 218208 0 0 0 327701 485 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4777044 2444950 5915 1 0 2481691 0
[pid=699994/tid=699996] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3254.32 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 94964 0 0 0 325215 217 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139925324 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19108176 memory=39816 CPUtime=0.01 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 6980 0 0 0 0 1 0 0 20 0 20 0 139925325 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700269] ppid=699991 vsize=19108176 memory=11396 CPUtime=0 cores=1,3
/proc/699994/task/700269/stat : 700269 (Timer-0) S 699991 699994 697562 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140009134 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 3281.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9779800 KiB

[startup+3342.3 s]
/proc/loadavg: 1.10 1.12 1.22 2/242 701841
/proc/meminfo: memFree=120287704/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3341.64 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 219527 0 0 0 333675 489 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4777044 2444950 5915 1 0 2481691 0
[pid=699994/tid=699996] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3314.05 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 95307 0 0 0 331188 217 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139925324 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19108176 memory=11396 CPUtime=0.01 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 7125 0 0 0 0 1 0 0 20 0 20 0 139925325 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700269] ppid=699991 vsize=19108176 memory=11396 CPUtime=0 cores=1,3
/proc/699994/task/700269/stat : 700269 (Timer-0) S 699991 699994 697562 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140009134 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 3341.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9779800 KiB

[startup+3402.3 s]
/proc/loadavg: 1.08 1.11 1.21 2/243 701910
/proc/meminfo: memFree=120287336/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3401.43 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 221268 0 0 0 339650 493 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4777044 2444950 5915 1 0 2481691 0
[pid=699994/tid=699996] ppid=699991 vsize=19108176 memory=1988 CPUtime=3373.77 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 95704 0 0 0 337160 217 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19108176 memory=12556 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139925324 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19108176 memory=11396 CPUtime=0.01 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 7286 0 0 0 0 1 0 0 20 0 20 0 139925325 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700269] ppid=699991 vsize=19108176 memory=11396 CPUtime=0 cores=1,3
/proc/699994/task/700269/stat : 700269 (Timer-0) S 699991 699994 697562 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140009134 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 3401.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9779800 KiB

[startup+3462.3 s]
/proc/loadavg: 1.13 1.12 1.20 2/243 701920
/proc/meminfo: memFree=120287092/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3461.22 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 222603 0 0 0 345624 498 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4777044 2444950 5915 1 0 2481691 0
[pid=699994/tid=699996] ppid=699991 vsize=19108176 memory=1988 CPUtime=3433.5 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 96042 0 0 0 343132 218 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19108176 memory=11396 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139925324 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0.01 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 7441 0 0 0 0 1 0 0 20 0 20 0 139925325 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700269] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0 cores=1,3
/proc/699994/task/700269/stat : 700269 (Timer-0) S 699991 699994 697562 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140009134 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 3461.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9779800 KiB

[startup+3522.3 s]
/proc/loadavg: 1.09 1.11 1.19 2/243 701930
/proc/meminfo: memFree=120286912/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3520.99 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 223911 0 0 0 351597 502 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4777044 2444950 5915 1 0 2481691 0
[pid=699994/tid=699996] ppid=699991 vsize=19108176 memory=35224 CPUtime=3493.2 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 96374 0 0 0 349102 218 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139925324 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0.01 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 7586 0 0 0 0 1 0 0 20 0 20 0 139925325 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700269] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0 cores=1,3
/proc/699994/task/700269/stat : 700269 (Timer-0) S 699991 699994 697562 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140009134 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 3520.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9779800 KiB

[startup+3582.3 s]
/proc/loadavg: 1.14 1.12 1.18 2/243 701942
/proc/meminfo: memFree=120286448/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3580.72 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 225197 0 0 0 357566 506 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4777044 2444950 5915 1 0 2481691 0
[pid=699994/tid=699996] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3552.88 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 96684 0 0 0 355069 219 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19108176 memory=11396 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139925324 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0.01 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 7731 0 0 0 0 1 0 0 20 0 20 0 139925325 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700269] ppid=699991 vsize=19108176 memory=12556 CPUtime=0 cores=1,3
/proc/699994/task/700269/stat : 700269 (Timer-0) S 699991 699994 697562 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140009134 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 3580.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9779800 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.7 s]
/proc/loadavg: 1.10 1.11 1.18 2/243 701946
/proc/meminfo: memFree=120286424/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3600.03 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 225710 0 0 0 359496 507 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4777044 2444950 5915 1 0 2481691 0
[pid=699994/tid=699996] ppid=699991 vsize=19108176 memory=11396 CPUtime=3572.17 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 96826 0 0 0 356998 219 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139925324 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0.01 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 7876 0 0 0 0 1 0 0 20 0 20 0 139925325 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700269] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0 cores=1,3
/proc/699994/task/700269/stat : 700269 (Timer-0) S 699991 699994 697562 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140009134 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9779800 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.15 s, system=5.12076 s

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

[startup+3601.7 s]
/proc/loadavg: 1.10 1.11 1.18 2/243 701946
/proc/meminfo: memFree=120286424/131655788 swapFree=131071996/131071996
[pid=699994] ppid=699991 vsize=19108176 memory=9779800 CPUtime=3600.03 cores=1,3
/proc/699994/stat : 699994 (java) S 699991 699994 697562 0 -1 1077936128 225710 0 0 0 359496 507 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
/proc/699994/statm: 4777044 2444950 5915 1 0 2481691 0
[pid=699994/tid=699996] ppid=699991 vsize=19108176 memory=11396 CPUtime=3572.17 cores=1,3
/proc/699994/task/699996/stat : 699996 (java) R 699991 699994 697562 0 -1 4194368 96826 0 0 0 356998 219 0 0 20 0 20 0 139925318 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700005] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0 cores=1,3
/proc/699994/task/700005/stat : 700005 (Finalizer) S 699991 699994 697562 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139925324 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700012] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0.01 cores=1,3
/proc/699994/task/700012/stat : 700012 (Common-Cleaner) S 699991 699994 697562 0 -1 1077936192 7876 0 0 0 0 1 0 0 20 0 20 0 139925325 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
[pid=699994/tid=700269] ppid=699991 vsize=19108176 memory=9779800 CPUtime=0 cores=1,3
/proc/699994/task/700269/stat : 700269 (Timer-0) S 699991 699994 697562 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 140009134 19566772224 2444950 134679101440 94176700755968 94176700759664 140736499821040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94176700767480 94176700768272 94176713850880 140736499823574 140736499823687 140736499823687 140736499830728 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9779800 KiB

Child status: 143

Real time (s): 3601.84
CPU time (s): 3600.27
CPU user time (s): 3595.15
CPU system time (s): 5.12076
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 9779800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.15
system time used= 5.12076
maximum resident set size= 9781284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 229240
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143136
involuntary context switches= 2649


# summary of solver processes directly reported to runsolver:
#   pid: 699994
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3595.15
#   total CPU system time (s): 5.12076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2138 second user time and 36.6051 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-13 15:34:56
IDJOB=4424394
IDBENCH=144144
IDSOLVER=3035
FILE ID=nodeC012/4424394-1720877683
RUNJOBID= nodeC012-1720874164-697574
SLURM_JOB_ID= 7483760
Free space on /tmp= 723744 MiB

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

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

MD5SUM BENCH= 67fbd2e887926488e60ea47b7a4ad243
RANDOM SEED=1893882583

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119422352 kB
MemAvailable:   119334124 kB
Buffers:          319604 kB
Cached:           441564 kB
SwapCached:            0 kB
Active:           475424 kB
Inactive:       11240148 kB
Active(anon):       1440 kB
Inactive(anon): 10990708 kB
Active(file):     473984 kB
Inactive(file):   249440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             31196 kB
Writeback:             0 kB
AnonPages:      10954772 kB
Mapped:           121344 kB
Shmem:             37704 kB
KReclaimable:      56756 kB
Slab:             145924 kB
SReclaimable:      56756 kB
SUnreclaim:        89168 kB
KernelStack:        4912 kB
PageTables:        31684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12300120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45696 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10663936 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:      207688 kB
DirectMap2M:    10182656 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC012 at 2024-07-13 16:34:58