Trace number 4424446

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.1 3595.86

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-24reduc_wcsp.wbo
MD5SUMb6dc5c4972e391c215675692adb96c84
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1275
Total number of constraints56482
Number of soft constraints56401
Number of constraints which are clauses56401
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint20
Top cost 3389
Min constraint cost 1
Max constraint cost 2434
Sum of constraints costs 18368517
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4424446-1720874154.wbo
0.13/0.16	c reading problem ... 
4.49/3.37	c ... done. Wall clock time 3.214s.
4.49/3.37	c declared #vars     1275
4.49/3.37	c internal #vars     57676
4.49/3.37	c #constraints  56564
4.49/3.37	c constraints type 
4.49/3.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 378
4.49/3.37	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
4.49/3.37	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
4.49/3.37	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 56104
4.49/3.37	c 56564 constraints processed.
4.49/3.39	c objective function length is 56401 literals
3600.00/3595.82	c starts		: 10
3600.00/3595.82	c conflicts		: 1571
3600.00/3595.82	c decisions		: 705435
3600.00/3595.82	c propagations		: 4626747
3600.00/3595.82	c inspects		: 1332160
3600.00/3595.82	c shortcuts		: 0
3600.00/3595.82	c learnt literals	: 0
3600.00/3595.82	c learnt binary clauses	: 0
3600.00/3595.82	c learnt ternary clauses	: 0
3600.00/3595.82	c learnt constraints	: 1570
3600.00/3595.82	c ignored constraints	: 0
3600.00/3595.82	c root simplifications	: 0
3600.00/3595.82	c removed literals (reason simplification)	: 0
3600.00/3595.82	c reason swapping (by a shorter reason)	: 0
3600.00/3595.82	c Calls to reduceDB	: 0
3600.00/3595.82	c Number of update (reduction) of LBD	: 10
3600.00/3595.82	c Imported unit clauses	: 0
3600.00/3595.82	c No decision after first conflict	: false
3600.00/3595.82	c number of reductions to clauses (during analyze)	: 0
3600.00/3595.82	c number of learned constraints concerned by reduction	: 0
3600.00/3595.82	c number of learning phase by resolution	: 0
3600.00/3595.82	c number of learning phase by cutting planes	: 0
3600.00/3595.82	c number of rounding to 1 operations	: 1713
3600.00/3595.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3595.82	c number of reductions of the coefficients by power 2 	: 0
3600.00/3595.82	c number of right shift for reduction by power 2 	: 0
3600.00/3595.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3595.82	c number of ending skipping 	: 0
3600.00/3595.82	c number of internal skipping 	: 0
3600.00/3595.82	c number of derivation steps 	: 16014
3600.00/3595.82	c number of skipped derivation steps 	: 0
3600.00/3595.82	c number of remaining unassigned 	: 322533
3600.00/3595.82	c number of remaining assigned 	: 6073584
3600.00/3595.82	c number of falsified literals weakened from reason	: 0
3600.00/3595.82	c number of falsified literals weakened from conflict	: 0
3600.00/3595.82	c time for arithmetic operations	: 578025829
3600.00/3595.82	c minimum degree of deleted constraints	: null
3600.00/3595.82	c maximum degree of deleted constraints	: null
3600.00/3595.83	c number of deleted constraints	: 0
3600.00/3595.83	c speed (assignments/second)	: 1287.9325506216906
3600.00/3595.83	c non guided choices	: 459
3600.00/3595.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 616
3600.00/3595.84	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3
3600.00/3595.84	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 951
3600.00/3595.84	s UNKNOWN
3600.00/3595.84	c Total wall clock time (in seconds): 3595.681

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100077 s]*
/proc/loadavg: 0.11 0.11 0.09 10/338 704683
/proc/meminfo: memFree=127243672/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=18975048 memory=63364 CPUtime=0.13 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 7221 0 0 0 11 2 0 0 20 0 18 0 139578868 19430449152 15841 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4743762 15841 5731 1 0 549331 0
[pid=704664/tid=704666] ppid=704661 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 5761 0 0 0 7 1 0 0 20 0 18 0 139578869 19430449152 15841 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139578872 19430449152 15841 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=18975048 memory=16102567654487328 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139578872 19430449152 15841 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63364 KiB

[startup+0.216064 s]*
/proc/loadavg: 0.11 0.11 0.09 10/338 704683
/proc/meminfo: memFree=127204556/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=18975048 memory=84160 CPUtime=0.34 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 7774 0 0 0 31 3 0 0 20 0 18 0 139578868 19430449152 21040 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4743762 21040 5815 1 0 549682 0
[pid=704664/tid=704666] ppid=704661 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 6050 0 0 0 17 2 0 0 20 0 18 0 139578869 19430449152 21040 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=18975048 memory=1623 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 139578872 19430449152 21040 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 139578872 19430449152 21040 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 84160 KiB

[startup+0.314062 s]*
/proc/loadavg: 0.11 0.11 0.09 12/339 704684
/proc/meminfo: memFree=127095244/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19041612 memory=164412 CPUtime=0.52 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 9409 0 0 0 48 4 0 0 20 0 19 0 139578868 19498610688 41103 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4760403 41103 5847 1 0 550988 0
[pid=704664/tid=704666] ppid=704661 vsize=19041612 memory=-9103855571443294908 CPUtime=0.26 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 6085 0 0 0 23 3 0 0 20 0 19 0 139578869 19498610688 41103 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139578872 19498610688 41103 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139578872 19498610688 41103 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164412 KiB

[startup+0.703072 s]
/proc/loadavg: 0.90 0.28 0.14 11/339 704684
/proc/meminfo: memFree=126746972/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19042608 memory=743880 CPUtime=1.25 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 13542 0 0 0 110 15 0 0 20 0 19 0 139578868 19499630592 185970 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4760652 185970 5847 1 0 553420 0
[pid=704664/tid=704666] ppid=704661 vsize=19042608 memory=5436 CPUtime=0.61 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 6355 0 0 0 48 13 0 0 20 0 19 0 139578869 19499630592 185970 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19042608 memory=12292 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139578872 19499630592 185970 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19042608 memory=0 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139578872 19499630592 185970 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19042608 KiB
Current children cumulated memory: 743880 KiB

[startup+1.50025 s]
/proc/loadavg: 0.90 0.28 0.14 10/318 704700
/proc/meminfo: memFree=126300312/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19041612 memory=3198764 CPUtime=2.58 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 22833 0 0 0 194 64 0 0 20 0 19 0 139578868 19498610688 799691 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4760403 799691 5847 1 0 1085009 0
[pid=704664/tid=704666] ppid=704661 vsize=19041612 memory=0 CPUtime=1.37 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 7545 0 0 0 77 60 0 0 20 0 19 0 139578869 19498610688 799691 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139578872 19498610688 799691 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19041612 memory=12292 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139578872 19498610688 799691 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3198764 KiB

[startup+3.10604 s]
/proc/loadavg: 0.90 0.28 0.14 7/336 704817
/proc/meminfo: memFree=124496368/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19041612 memory=3198764 CPUtime=4.23 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 22860 0 0 0 359 64 0 0 20 0 19 0 139578868 19498610688 799691 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4760403 799691 5847 1 0 1085015 0
[pid=704664/tid=704666] ppid=704661 vsize=19041612 memory=12292 CPUtime=2.92 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 7546 0 0 0 232 60 0 0 20 0 19 0 139578869 19498610688 799691 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 139578872 19498610688 799691 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19041612 memory=3166580603797656 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139578872 19498610688 799691 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3198764 KiB

[startup+6.30028 s]
/proc/loadavg: 1.23 0.36 0.17 7/337 704820
/proc/meminfo: memFree=124304780/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=3203876 CPUtime=9.29 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 24684 0 0 0 864 65 0 0 20 0 20 0 139578868 19566772224 800969 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 800969 5885 1 0 1086129 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=12292 CPUtime=6.05 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 7749 0 0 0 544 61 0 0 20 0 20 0 139578869 19566772224 800969 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 800969 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=8326441112149131687 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 800969 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=5436 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 800969 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 9.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3203876 KiB

[startup+12.7003 s]
/proc/loadavg: 1.45 0.42 0.19 6/337 704820
/proc/meminfo: memFree=123778560/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=3204704 CPUtime=16.83 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 25241 0 0 0 1617 66 0 0 20 0 20 0 139578868 19566772224 801176 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 801176 5885 1 0 1086146 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=12292 CPUtime=12.43 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 8119 0 0 0 1182 61 0 0 20 0 20 0 139578869 19566772224 801176 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=-9103855571443294908 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 801176 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 801176 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=3198764 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 801176 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 16.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3204704 KiB

[startup+25.5003 s]
/proc/loadavg: 1.93 0.55 0.24 5/337 704823
/proc/meminfo: memFree=123020992/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=3204988 CPUtime=29.69 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 29351 0 0 0 2902 67 0 0 20 0 20 0 139578868 19566772224 801247 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 801247 5885 1 0 1086162 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=12056 CPUtime=25.13 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 8820 0 0 0 2452 61 0 0 20 0 20 0 139578869 19566772224 801247 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 801247 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=12056 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 801247 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=12056 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 801247 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 29.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3204988 KiB

[startup+51.106 s]
/proc/loadavg: 3.02 0.95 0.38 5/337 704826
/proc/meminfo: memFree=122295292/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=3205264 CPUtime=55.59 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 40813 0 0 0 5491 68 0 0 20 0 20 0 139578868 19566772224 801316 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 801316 5885 1 0 1086162 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=5436 CPUtime=50.66 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 11644 0 0 0 5005 61 0 0 20 0 20 0 139578869 19566772224 801316 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=4118 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 801316 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 801316 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=35452 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 801316 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 55.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3205264 KiB

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

/proc/meminfo: memFree=119272368/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=4219716 CPUtime=3225.01 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 235759 0 0 0 322302 199 0 0 20 0 20 0 139578868 19566772224 1054929 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 1054929 5900 1 0 1086479 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=4219716 CPUtime=3208.8 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 116305 0 0 0 320807 73 0 0 20 0 20 0 139578869 19566772224 1054929 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=4219716 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1054929 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=4219716 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 6450 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1054929 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=12056 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 1054929 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 3225.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4219716 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.19 4.08 5/334 706738
/proc/meminfo: memFree=119271656/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=4219852 CPUtime=3285.08 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 239774 0 0 0 328307 201 0 0 20 0 20 0 139578868 19566772224 1054963 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 1054963 5900 1 0 1086589 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=4219852 CPUtime=3268.45 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 118059 0 0 0 326772 73 0 0 20 0 20 0 139578869 19566772224 1054963 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=4219852 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1054963 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=4219852 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 6538 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1054963 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=4219716 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 1054963 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 3285.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4219852 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.20 4.09 5/333 706804
/proc/meminfo: memFree=119271316/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=4219996 CPUtime=3344.96 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 242096 0 0 0 334293 203 0 0 20 0 20 0 139578868 19566772224 1054999 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 1054999 5900 1 0 1086589 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=0 CPUtime=3328.31 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 120066 0 0 0 332757 74 0 0 20 0 20 0 139578869 19566772224 1054999 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=12056 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1054999 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=12056 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 6682 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1054999 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=19008 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 1054999 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 3344.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4219996 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.21 4.10 5/334 706815
/proc/meminfo: memFree=119202532/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=4286308 CPUtime=3407.25 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 256845 0 0 0 340516 209 0 0 20 0 20 0 139578868 19566772224 1071577 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 1071577 5900 1 0 1087068 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=0 CPUtime=3387.94 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 122120 0 0 0 338720 74 0 0 20 0 20 0 139578869 19566772224 1071577 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=12056 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1071577 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=4286308 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 6739 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1071577 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 1071577 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 3407.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4286308 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.20 4.10 5/334 706825
/proc/meminfo: memFree=119202064/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=4286312 CPUtime=3467.06 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 259291 0 0 0 346495 211 0 0 20 0 20 0 139578868 19566772224 1071578 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 1071578 5900 1 0 1087068 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=0 CPUtime=3447.72 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 124244 0 0 0 344698 74 0 0 20 0 20 0 139578869 19566772224 1071578 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=12056 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1071578 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=4286312 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 6883 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1071578 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=12056 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 1071578 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 3467.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4286312 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.24 4.11 5/332 706838
/proc/meminfo: memFree=119197768/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=4290428 CPUtime=3526.8 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 263773 0 0 0 352466 214 0 0 20 0 20 0 139578868 19566772224 1072607 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 1072607 5900 1 0 1087068 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=4286312 CPUtime=3507.14 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 126106 0 0 0 350640 74 0 0 20 0 20 0 139578869 19566772224 1072607 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=4286312 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1072607 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=4286312 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 6969 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1072607 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=12292 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 1072607 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 3526.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4290428 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.24 4.12 5/332 707050
/proc/meminfo: memFree=120845000/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=4290448 CPUtime=3586.52 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 266508 0 0 0 358436 216 0 0 20 0 20 0 139578868 19566772224 1072612 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 1072612 5900 1 0 1087068 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=4290448 CPUtime=3566.83 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 128402 0 0 0 356609 74 0 0 20 0 20 0 139578869 19566772224 1072612 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=4290448 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1072612 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=4290448 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 7106 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1072612 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=11560 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 1072612 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 3586.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4290448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.8 s]
/proc/loadavg: 4.26 4.23 4.12 5/332 707053
/proc/meminfo: memFree=120744264/131524600 swapFree=131071996/131071996
[pid=704664] ppid=704661 vsize=19108176 memory=4290448 CPUtime=3600 cores=5,7
/proc/704664/stat : 704664 (java) S 704661 704664 704463 0 -1 1077936128 266874 0 0 0 359783 217 0 0 20 0 20 0 139578868 19566772224 1072612 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
/proc/704664/statm: 4777044 1072612 5900 1 0 1087068 0
[pid=704664/tid=704666] ppid=704661 vsize=19108176 memory=2548 CPUtime=3580.3 cores=5,7
/proc/704664/task/704666/stat : 704666 (java) R 704661 704664 704463 0 -1 4194368 128599 0 0 0 357956 74 0 0 20 0 20 0 139578869 19566772224 1072612 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704675] ppid=704661 vsize=19108176 memory=2236 CPUtime=0 cores=5,7
/proc/704664/task/704675/stat : 704675 (Finalizer) S 704661 704664 704463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1072612 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704682] ppid=704661 vsize=19108176 memory=5484 CPUtime=0 cores=5,7
/proc/704664/task/704682/stat : 704682 (Common-Cleaner) S 704661 704664 704463 0 -1 1077936192 7106 0 0 0 0 0 0 0 20 0 20 0 139578872 19566772224 1072612 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
[pid=704664/tid=704818] ppid=704661 vsize=19108176 memory=1888 CPUtime=0 cores=5,7
/proc/704664/task/704818/stat : 704818 (Timer-0) S 704661 704664 704463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139579213 19566772224 1072612 134679101440 94335754711040 94335754714736 140725932316784 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94335754722552 94335754723344 94335779270656 140725932319702 140725932319815 140725932319815 140725932326856 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4290448 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.91 s, system=2.18643 s

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

Child status: 143

Real time (s): 3595.86
CPU time (s): 3600.1
CPU user time (s): 3597.91
CPU system time (s): 2.18643
CPU usage (%): 100.118
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4290448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.91
system time used= 2.18643
maximum resident set size= 4291992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3056
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108402
involuntary context switches= 2658


# summary of solver processes directly reported to runsolver:
#   pid: 704664
#   total CPU time (s): 3600.1
#   total CPU user time (s): 3597.91
#   total CPU system time (s): 2.18643

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.93905 second user time and 18.1102 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-13 14:36:07
IDJOB=4424446
IDBENCH=143861
IDSOLVER=3035
FILE ID=nodeC020/4424446-1720874154
RUNJOBID= nodeC020-1720874164-704476
SLURM_JOB_ID= 7483761
Free space on /tmp= 890076 MiB

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

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

MD5SUM BENCH= b6dc5c4972e391c215675692adb96c84
RANDOM SEED=642242431

nodeC020.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		: 3600.027
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.05
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		: 3647.499
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	: 7005.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127429852 kB
MemAvailable:   127306924 kB
Buffers:          321688 kB
Cached:           404160 kB
SwapCached:            0 kB
Active:           453128 kB
Inactive:        3085524 kB
Active(anon):       1584 kB
Inactive(anon):  2848932 kB
Active(file):     451544 kB
Inactive(file):   236592 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6884 kB
Writeback:            36 kB
AnonPages:       2811892 kB
Mapped:           121348 kB
Shmem:             37720 kB
KReclaimable:      57516 kB
Slab:             153796 kB
SReclaimable:      57516 kB
SUnreclaim:        96280 kB
KernelStack:        5184 kB
PageTables:        15404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9037828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52448 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2373632 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:      166612 kB
DirectMap2M:     9043968 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC020 at 2024-07-13 15:36:03