Trace number 4424426

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.18 3603.96

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/pedigree/
normalized-sheep4nr_wcsp.wbo
MD5SUM4e6635c5c95c47c2cfb6034439056f8c
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark241.566
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables89900
Total number of constraints5924003
Number of soft constraints5915013
Number of constraints which are clauses5915013
Number of constraints which are cardinality constraints (but not clauses)8990
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 2482
Min constraint cost 1
Max constraint cost 2482
Sum of constraints costs 14625664017
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.15/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.15	 - never skip resolution steps
0.15/0.15	 - Auto-division on coefficients is disabled
0.15/0.15	 - No postprocessing
0.15/0.15	 - Conflict is considered as is when resolving
0.15/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.15/0.15	 - Weaken first using unassigned literals
0.15/0.15	 - Bump strategy: ALWAYS_ONE
0.15/0.15	 - Bumper: ASSIGNED
0.15/0.15	--- Begin Solver configuration ---
0.15/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.15/0.15	Learn all clauses as in MiniSAT
0.15/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.15	No reason simplification
0.15/0.15	Armin Biere (Picosat) restarts strategy
0.15/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.15/0.15	timeout=2147483s
0.15/0.15	DB Simplification allowed=false
0.15/0.15	Listener: none
0.15/0.15	--- End Solver configuration ---
0.15/0.15	c Pseudo Boolean Optimization by upper bound
0.15/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.15	c  - never skip resolution steps
0.15/0.15	c  - Auto-division on coefficients is disabled
0.15/0.15	c  - No postprocessing
0.15/0.15	c  - Conflict is considered as is when resolving
0.15/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.15/0.15	c  - Weaken first using unassigned literals
0.15/0.15	c  - Bump strategy: ALWAYS_ONE
0.15/0.15	c  - Bumper: ASSIGNED
0.15/0.15	c --- Begin Solver configuration ---
0.15/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.15/0.15	c Learn all clauses as in MiniSAT
0.15/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.15	c No reason simplification
0.15/0.15	c Armin Biere (Picosat) restarts strategy
0.15/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.15/0.15	c timeout=2147483s
0.15/0.15	c DB Simplification allowed=false
0.15/0.15	c Listener: none
0.15/0.15	c --- End Solver configuration ---
0.15/0.15	c solving HOME/instance-4424426-1720874746.wbo
0.15/0.15	c reading problem ... 
3600.09/3603.91	c starts		: 0
3600.09/3603.92	c conflicts		: 0
3600.09/3603.92	c decisions		: 0
3600.09/3603.92	c propagations		: 0
3600.09/3603.92	c inspects		: 0
3600.09/3603.92	c shortcuts		: 0
3600.09/3603.92	c learnt literals	: 0
3600.09/3603.92	c learnt binary clauses	: 0
3600.09/3603.92	c learnt ternary clauses	: 0
3600.09/3603.92	c learnt constraints	: 0
3600.09/3603.92	c ignored constraints	: 0
3600.09/3603.92	c root simplifications	: 0
3600.09/3603.92	c removed literals (reason simplification)	: 0
3600.09/3603.92	c reason swapping (by a shorter reason)	: 0
3600.09/3603.92	c Calls to reduceDB	: 0
3600.09/3603.92	c Number of update (reduction) of LBD	: 0
3600.09/3603.92	c Imported unit clauses	: 0
3600.09/3603.92	c No decision after first conflict	: true
3600.09/3603.92	c number of reductions to clauses (during analyze)	: 0
3600.09/3603.92	c number of learned constraints concerned by reduction	: 0
3600.09/3603.92	c number of learning phase by resolution	: 0
3600.09/3603.92	c number of learning phase by cutting planes	: 0
3600.09/3603.92	c number of rounding to 1 operations	: 0
3600.09/3603.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3603.92	c number of reductions of the coefficients by power 2 	: 0
3600.09/3603.92	c number of right shift for reduction by power 2 	: 0
3600.09/3603.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3603.92	c number of ending skipping 	: 0
3600.09/3603.92	c number of internal skipping 	: 0
3600.09/3603.93	c number of derivation steps 	: 0
3600.09/3603.93	c number of skipped derivation steps 	: 0
3600.09/3603.93	c number of remaining unassigned 	: 0
3600.09/3603.93	c number of remaining assigned 	: 0
3600.09/3603.93	c number of falsified literals weakened from reason	: 0
3600.09/3603.93	c number of falsified literals weakened from conflict	: 0
3600.09/3603.93	c time for arithmetic operations	: 0
3600.09/3603.93	c minimum degree of deleted constraints	: null
3600.09/3603.93	c maximum degree of deleted constraints	: null
3600.09/3603.93	c number of deleted constraints	: 0
3600.09/3603.93	c speed (assignments/second)	: 0.0
3600.09/3603.93	c non guided choices	: 0
3600.09/3603.93	s UNKNOWN
3600.09/3603.93	c Total wall clock time (in seconds): 3603.783

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: 63931 MiB (60277 MiB free)
  memory of node 1: 64510 MiB (61806 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.10243 s]*
/proc/loadavg: 4.17 3.65 2.08 6/330 712470
/proc/meminfo: memFree=124971556/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=18975048 memory=63244 CPUtime=0.15 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 7248 0 0 0 13 2 0 0 20 0 18 0 139643036 19430449152 15811 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4743762 15811 5658 1 0 549375 0
[pid=712452/tid=712454] ppid=712449 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 1078198336 5762 0 0 0 7 1 0 0 20 0 18 0 139643037 19430449152 15811 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139643039 19430449152 15811 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139643040 19430449152 15811 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63244 KiB

[startup+0.20596 s]*
/proc/loadavg: 4.17 3.65 2.08 6/331 712471
/proc/meminfo: memFree=124852076/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=186960 CPUtime=0.32 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 7889 0 0 0 28 4 0 0 20 0 19 0 139643036 19498610688 46740 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 46740 5802 1 0 549944 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) S 712449 712452 711737 0 -1 1077936192 6085 0 0 0 14 3 0 0 20 0 19 0 139643037 19498610688 46740 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=15945 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 46740 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=14418111545738801 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 46740 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 186960 KiB

[startup+0.310183 s]*
/proc/loadavg: 4.17 3.65 2.08 5/331 712471
/proc/meminfo: memFree=124777640/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=257036 CPUtime=0.48 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 8019 0 0 0 42 6 0 0 20 0 19 0 139643036 19498610688 64259 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 64259 5834 1 0 550007 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=-8527959976689705660 CPUtime=0.27 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 6119 0 0 0 22 5 0 0 20 0 19 0 139643037 19498610688 64259 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 64259 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 64259 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 257036 KiB

[startup+0.701182 s]
/proc/loadavg: 4.17 3.65 2.08 7/331 712471
/proc/meminfo: memFree=124191196/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=1563092 CPUtime=1.09 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 10560 0 0 0 77 32 0 0 20 0 19 0 139643036 19498610688 390773 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 390773 5850 1 0 918614 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=5428 CPUtime=0.63 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 6757 0 0 0 33 30 0 0 20 0 19 0 139643037 19498610688 390773 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 390773 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 390773 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1563092 KiB

[startup+1.50119 s]
/proc/loadavg: 4.17 3.65 2.08 5/331 712471
/proc/meminfo: memFree=122900196/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=2214260 CPUtime=2.23 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 18759 0 0 0 177 46 0 0 20 0 19 0 139643036 19498610688 553565 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 553565 5850 1 0 921730 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=13120 CPUtime=1.4 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 7068 0 0 0 98 42 0 0 20 0 19 0 139643037 19498610688 553565 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 553565 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 553565 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2214260 KiB

[startup+3.10601 s]
/proc/loadavg: 4.17 3.65 2.08 5/331 712471
/proc/meminfo: memFree=122793720/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=2238692 CPUtime=4.41 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 25888 0 0 0 394 47 0 0 20 0 19 0 139643036 19498610688 559673 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 559673 5850 1 0 926391 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=0 CPUtime=2.92 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 7149 0 0 0 250 42 0 0 20 0 19 0 139643037 19498610688 559673 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 559673 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=2232284 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 559673 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2238692 KiB

[startup+6.3003 s]
/proc/loadavg: 4.15 3.65 2.09 5/331 712471
/proc/meminfo: memFree=122285240/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=2744112 CPUtime=8.03 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 27075 0 0 0 746 57 0 0 20 0 19 0 139643036 19498610688 686028 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 686028 5866 1 0 1053836 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=0 CPUtime=5.95 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 7786 0 0 0 543 52 0 0 20 0 19 0 139643037 19498610688 686028 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=2220376 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 686028 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 686028 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 8.03 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2744112 KiB

[startup+12.7003 s]
/proc/loadavg: 4.22 3.68 2.11 5/331 712472
/proc/meminfo: memFree=121086604/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=3948456 CPUtime=14.71 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 29247 0 0 0 1390 81 0 0 20 0 19 0 139643036 19498610688 987114 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 987114 5866 1 0 1354644 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=3940264 CPUtime=12.06 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 9107 0 0 0 1131 75 0 0 20 0 19 0 139643037 19498610688 987114 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=3933856 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 987114 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=16098156723045656 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 987114 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 14.71 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3948456 KiB

[startup+25.5003 s]
/proc/loadavg: 4.17 3.69 2.14 5/331 712474
/proc/meminfo: memFree=121047164/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=3973572 CPUtime=27.7 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 33303 0 0 0 2686 84 0 0 20 0 19 0 139643036 19498610688 993393 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 993393 5866 1 0 1354660 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=3963316 CPUtime=24.41 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 10358 0 0 0 2366 75 0 0 20 0 19 0 139643037 19498610688 993393 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 993393 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 993393 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 27.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3973572 KiB

[startup+51.106 s]
/proc/loadavg: 4.18 3.73 2.20 5/330 712479
/proc/meminfo: memFree=120994752/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=4019356 CPUtime=53.5 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 37749 0 0 0 5263 87 0 0 20 0 19 0 139643036 19498610688 1004839 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1004839 5866 1 0 1354660 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=0 CPUtime=49.25 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 12848 0 0 0 4849 76 0 0 20 0 19 0 139643037 19498610688 1004839 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=3948456 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 1004839 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=2238692 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 1004839 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 53.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4019356 KiB

[startup+102.3 s]
/proc/loadavg: 4.08 3.78 2.29 5/332 712492
/proc/meminfo: memFree=120908932/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=4079272 CPUtime=104.98 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 46460 0 0 0 10403 95 0 0 20 0 19 0 139643036 19498610688 1019818 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1019818 5866 1 0 1354660 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=11376 CPUtime=99.33 cores=5,7

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

/proc/meminfo: memFree=123975612/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=5307004 CPUtime=3219.57 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 252752 0 0 0 321505 452 0 0 20 0 19 0 139643036 19498610688 1326751 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1326751 5866 1 0 1354712 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=5307004 CPUtime=3182.47 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 101701 0 0 0 318109 138 0 0 20 0 19 0 139643037 19498610688 1326751 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 166 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=5307004 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 1326751 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=5307004 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 4643 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 1326751 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 3219.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5307004 KiB

[startup+3282.3 s]
/proc/loadavg: 1.18 2.47 3.40 2/255 714374
/proc/meminfo: memFree=123974820/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=5307004 CPUtime=3279.43 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 256937 0 0 0 327484 459 0 0 20 0 19 0 139643036 19498610688 1326751 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1326751 5866 1 0 1354712 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=5307004 CPUtime=3241.87 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 103281 0 0 0 324049 138 0 0 20 0 19 0 139643037 19498610688 1326751 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 166 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=11376 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 1326751 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=5307004 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 4734 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 1326751 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 3279.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5307004 KiB

[startup+3342.3 s]
/proc/loadavg: 1.11 2.21 3.25 2/255 714385
/proc/meminfo: memFree=123973940/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3339.28 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 259916 0 0 0 333464 464 0 0 20 0 19 0 139643036 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1326752 5866 1 0 1354712 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3301.28 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 104852 0 0 0 329989 139 0 0 20 0 19 0 139643037 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 166 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=5307008 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=11376 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 4825 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 3339.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5307008 KiB

[startup+3402.3 s]
/proc/loadavg: 1.16 2.02 3.12 2/255 714396
/proc/meminfo: memFree=123973288/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3399.12 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 264143 0 0 0 339442 470 0 0 20 0 19 0 139643036 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1326752 5866 1 0 1354712 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3360.68 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 106535 0 0 0 335929 139 0 0 20 0 19 0 139643037 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 166 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=5307008 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=5307008 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 4916 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 3399.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5307008 KiB

[startup+3462.3 s]
/proc/loadavg: 1.11 1.85 2.99 2/255 714408
/proc/meminfo: memFree=123972752/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3458.93 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 268239 0 0 0 345417 476 0 0 20 0 19 0 139643036 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1326752 5866 1 0 1354712 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3420.06 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 108041 0 0 0 341867 139 0 0 20 0 19 0 139643037 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 166 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=1848 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=11376 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 5007 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 3458.93 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5307008 KiB

[startup+3522.3 s]
/proc/loadavg: 1.08 1.71 2.87 2/255 714420
/proc/meminfo: memFree=123972056/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3518.73 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 271737 0 0 0 351391 482 0 0 20 0 19 0 139643036 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1326752 5866 1 0 1354712 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3479.45 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 109493 0 0 0 347805 140 0 0 20 0 19 0 139643037 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 166 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=35196 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=-8527959976689705660 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 5098 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 3518.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5307008 KiB

[startup+3582.3 s]
/proc/loadavg: 1.06 1.59 2.75 2/252 714430
/proc/meminfo: memFree=123971288/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3578.55 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 275441 0 0 0 357367 488 0 0 20 0 19 0 139643036 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1326752 5866 1 0 1354712 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=5428 CPUtime=3538.84 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 111282 0 0 0 353744 140 0 0 20 0 19 0 139643037 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 166 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=5307008 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=5307008 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 5189 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 3578.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5307008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 1.04 1.55 2.71 2/252 714433
/proc/meminfo: memFree=123971092/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3600.09 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 277275 0 0 0 359519 490 0 0 20 0 19 0 139643036 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1326752 5866 1 0 1354712 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=5428 CPUtime=3560.22 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 111833 0 0 0 355882 140 0 0 20 0 19 0 139643037 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 166 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=5307004 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 5281 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5307008 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.26 s, system=4.91952 s

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

[startup+3603.9 s]
/proc/loadavg: 1.04 1.55 2.71 2/252 714433
/proc/meminfo: memFree=123971092/131524600 swapFree=131071996/131071996
[pid=712452] ppid=712449 vsize=19041612 memory=5307008 CPUtime=3600.09 cores=5,7
/proc/712452/stat : 712452 (java) S 712449 712452 711737 0 -1 1077936128 277275 0 0 0 359519 490 0 0 20 0 19 0 139643036 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
/proc/712452/statm: 4760403 1326752 5866 1 0 1354712 0
[pid=712452/tid=712454] ppid=712449 vsize=19041612 memory=5428 CPUtime=3560.22 cores=5,7
/proc/712452/task/712454/stat : 712454 (java) R 712449 712452 711737 0 -1 4194368 111833 0 0 0 355882 140 0 0 20 0 19 0 139643037 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 166 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712463] ppid=712449 vsize=19041612 memory=5307004 CPUtime=0 cores=5,7
/proc/712452/task/712463/stat : 712463 (Finalizer) S 712449 712452 711737 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139643039 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
[pid=712452/tid=712470] ppid=712449 vsize=19041612 memory=13120 CPUtime=0 cores=5,7
/proc/712452/task/712470/stat : 712470 (Common-Cleaner) S 712449 712452 711737 0 -1 1077936192 5281 0 0 0 0 0 0 0 20 0 19 0 139643040 19498610688 1326752 134679101440 94467214471168 94467214474864 140724442126480 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94467214482680 94467214483472 94467229917184 140724442129366 140724442129479 140724442129479 140724442136520 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5307008 KiB

Child status: 143

Real time (s): 3603.96
CPU time (s): 3600.18
CPU user time (s): 3595.26
CPU system time (s): 4.91952
CPU usage (%): 99.8952
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 5307008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.26
system time used= 4.91952
maximum resident set size= 5308632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280253
page faults= 0
swaps= 0
block input operations= 24
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 586862
involuntary context switches= 15677


# summary of solver processes directly reported to runsolver:
#   pid: 712452
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3595.26
#   total CPU system time (s): 4.91952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.90348 second user time and 18.9633 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-13 14:46:00
IDJOB=4424426
IDBENCH=144107
IDSOLVER=3035
FILE ID=nodeC031/4424426-1720874746
RUNJOBID= nodeC031-1720874164-711750
SLURM_JOB_ID= 7483772
Free space on /tmp= 889828 MiB

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

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

MD5SUM BENCH= 4e6635c5c95c47c2cfb6034439056f8c
RANDOM SEED=1528393746

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125013868 kB
MemAvailable:   125449020 kB
Buffers:          314564 kB
Cached:           961856 kB
SwapCached:            0 kB
Active:           471280 kB
Inactive:        5459456 kB
Active(anon):       1552 kB
Inactive(anon):  4690556 kB
Active(file):     469728 kB
Inactive(file):   768900 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            259104 kB
Writeback:             0 kB
AnonPages:       4652340 kB
Mapped:           121652 kB
Shmem:             37720 kB
KReclaimable:      72344 kB
Slab:             170928 kB
SReclaimable:      72344 kB
SUnreclaim:        98584 kB
KernelStack:        5056 kB
PageTables:        19336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7382308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            55488 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4384768 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:      160468 kB
DirectMap2M:    11147264 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 889832 MiB
End job on nodeC031 at 2024-07-13 15:46:04