Trace number 4446725

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.17 3589.28

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K179.opb
MD5SUM84aa92d361920570c4f42a7fa8308fed
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark73.5881
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables21301
Total number of constraints21661
Number of constraints which are clauses21482
Number of constraints which are cardinality constraints (but not clauses)179
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint179
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 180
Number of bits of the biggest sum of numbers8
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 		2104792832
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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4446725-1721344199.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
2.58/1.53	c ... done. Wall clock time 1.378s.
2.58/1.53	c declared #vars     21301
2.58/1.53	c #constraints  21661
2.58/1.53	c constraints type 
2.58/1.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2314
2.58/1.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 179
2.58/1.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 19166
2.58/1.53	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
2.58/1.53	c 21661 constraints processed.
63.15/58.24	c cleaning 2458 clauses out of 5001 with flag 0/5001
196.07/189.73	c cleaning 4177 clauses out of 8542 with flag 0/11000
480.99/473.62	c cleaning 5537 clauses out of 11365 with flag 0/18000
1243.37/1235.66	c cleaning 6447 clauses out of 13829 with flag 0/26001
1570.60/1562.20	c cleaning 7142 clauses out of 16381 with flag 0/35000
2080.01/2070.97	c cleaning 8017 clauses out of 19241 with flag 0/45002
2822.15/2811.73	c cleaning 9157 clauses out of 22225 with flag 0/56003
3600.02/3589.22	c starts		: 76
3600.02/3589.22	c conflicts		: 67591
3600.02/3589.22	c decisions		: 1133014
3600.02/3589.22	c propagations		: 68629985
3600.02/3589.22	c inspects		: 410269819
3600.02/3589.22	c shortcuts		: 0
3600.02/3589.22	c learnt literals	: 0
3600.02/3589.22	c learnt binary clauses	: 0
3600.02/3589.22	c learnt ternary clauses	: 128
3600.02/3589.22	c learnt constraints	: 67591
3600.02/3589.22	c ignored constraints	: 0
3600.02/3589.22	c root simplifications	: 0
3600.02/3589.22	c removed literals (reason simplification)	: 0
3600.02/3589.22	c reason swapping (by a shorter reason)	: 0
3600.02/3589.22	c Calls to reduceDB	: 7
3600.02/3589.22	c Number of update (reduction) of LBD	: 4213
3600.02/3589.22	c Imported unit clauses	: 0
3600.02/3589.22	c No decision after first conflict	: false
3600.02/3589.22	c number of reductions to clauses (during analyze)	: 0
3600.02/3589.22	c number of learned constraints concerned by reduction	: 0
3600.02/3589.22	c number of learning phase by resolution	: 0
3600.02/3589.22	c number of learning phase by cutting planes	: 0
3600.02/3589.22	c number of rounding to 1 operations	: 111574
3600.02/3589.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3589.22	c number of reductions of the coefficients by power 2 	: 0
3600.02/3589.22	c number of right shift for reduction by power 2 	: 0
3600.02/3589.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3589.22	c number of ending skipping 	: 0
3600.02/3589.22	c number of internal skipping 	: 0
3600.02/3589.22	c number of derivation steps 	: 3458080
3600.02/3589.22	c number of skipped derivation steps 	: 0
3600.02/3589.22	c number of remaining unassigned 	: 195294
3600.02/3589.22	c number of remaining assigned 	: 35917067
3600.02/3589.22	c number of falsified literals weakened from reason	: 0
3600.02/3589.22	c number of falsified literals weakened from conflict	: 0
3600.02/3589.22	c time for arithmetic operations	: 3447754820
3600.02/3589.22	c minimum degree of deleted constraints	: 4
3600.02/3589.22	c maximum degree of deleted constraints	: 68396850724825978865125477
3600.02/3589.22	c number of deleted constraints	: 42935
3600.02/3589.24	c speed (assignments/second)	: 19129.36194385338
3600.02/3589.24	c non guided choices	: 6224
3600.02/3589.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7889
3600.02/3589.25	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6936
3600.02/3589.25	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9831
3600.02/3589.25	s UNKNOWN
3600.02/3589.25	c Total wall clock time (in seconds): 3589.105

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446725-1721344199/watcher-4446725-1721344199 -o /tmp/evaluation-result-4446725-1721344199/solver-4446725-1721344199 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721340622-984988 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446725-1721344199.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=987090, runsolver pid=987087

[startup+0.100093 s]*
/proc/loadavg: 4.24 4.17 4.11 9/329 987108
/proc/meminfo: memFree=119730280/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=18975048 memory=64624 CPUtime=0.14 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 7227 0 0 0 12 2 0 0 20 0 18 0 186586049 19430449152 16156 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4743762 16156 5565 1 0 549323 0
[pid=987090/tid=987092] ppid=987087 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 1077936192 5755 0 0 0 7 1 0 0 20 0 18 0 186586049 19430449152 16156 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186586051 19430449152 16156 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186586052 19430449152 16156 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64624 KiB

[startup+0.205813 s]*
/proc/loadavg: 4.24 4.17 4.11 8/329 987108
/proc/meminfo: memFree=119629208/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=18975048 memory=81888 CPUtime=0.33 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 7730 0 0 0 31 2 0 0 20 0 18 0 186586049 19430449152 20472 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4743762 20472 5772 1 0 549648 0
[pid=987090/tid=987092] ppid=987087 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 6030 0 0 0 16 2 0 0 20 0 18 0 186586049 19430449152 20472 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=18975048 memory=1676398 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186586051 19430449152 20472 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186586052 19430449152 20472 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81888 KiB

[startup+0.305814 s]*
/proc/loadavg: 4.24 4.17 4.11 9/330 987109
/proc/meminfo: memFree=119582112/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=18975048 memory=115992 CPUtime=0.53 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 9613 0 0 0 50 3 0 0 20 0 18 0 186586049 19430449152 28998 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4743762 28998 5858 1 0 550964 0
[pid=987090/tid=987092] ppid=987087 vsize=18975048 memory=-8670953641312821948 CPUtime=0.27 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 6046 0 0 0 25 2 0 0 20 0 18 0 186586049 19430449152 28998 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 186586051 19430449152 28998 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 186586052 19430449152 28998 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 115992 KiB

[startup+0.700813 s]
/proc/loadavg: 4.24 4.17 4.11 7/331 987110
/proc/meminfo: memFree=119057720/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19041612 memory=570108 CPUtime=1.19 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 11086 0 0 0 107 12 0 0 20 0 19 0 186586049 19498610688 142527 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4760403 142527 5874 1 0 551932 0
[pid=987090/tid=987092] ppid=987087 vsize=19041612 memory=5468 CPUtime=0.6 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 6271 0 0 0 50 10 0 0 20 0 19 0 186586049 19498610688 142527 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19041612 memory=12420 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186586051 19498610688 142527 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186586052 19498610688 142527 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 570108 KiB

[startup+1.50282 s]
/proc/loadavg: 4.24 4.17 4.11 7/331 987110
/proc/meminfo: memFree=116028660/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19041612 memory=3268964 CPUtime=2.58 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 23756 0 0 0 193 65 0 0 20 0 19 0 186586049 19498610688 817241 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4760403 817241 5874 1 0 1290537 0
[pid=987090/tid=987092] ppid=987087 vsize=19041612 memory=12420 CPUtime=1.4 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 7584 0 0 0 78 62 0 0 20 0 19 0 186586049 19498610688 817241 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 186586051 19498610688 817241 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 186586052 19498610688 817241 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3268964 KiB

[startup+3.10982 s]
/proc/loadavg: 4.38 4.20 4.12 9/331 987178
/proc/meminfo: memFree=118310092/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=3620460 CPUtime=5.73 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 25876 0 0 0 500 73 0 0 20 0 20 0 186586049 19566772224 905115 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 905115 5874 1 0 1291357 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=198340509722 CPUtime=2.94 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 7839 0 0 0 226 68 0 0 20 0 20 0 186586049 19566772224 905115 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 905115 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=12420 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 905115 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=3359292 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 905115 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 5.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3620460 KiB

[startup+6.30081 s]
/proc/loadavg: 4.38 4.20 4.12 6/333 987182
/proc/meminfo: memFree=115307080/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=4184316 CPUtime=10.13 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 26443 0 0 0 929 84 0 0 20 0 20 0 186586049 19566772224 1046079 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1046079 5884 1 0 1291363 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=0 CPUtime=6.09 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 8232 0 0 0 530 79 0 0 20 0 20 0 186586049 19566772224 1046079 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=12420 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1046079 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=3472452 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1046079 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=3324988 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1046079 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 10.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4184316 KiB

[startup+12.7003 s]
/proc/loadavg: 4.35 4.19 4.12 6/333 987250
/proc/meminfo: memFree=116427512/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=4200892 CPUtime=16.55 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 26560 0 0 0 1570 85 0 0 20 0 20 0 186586049 19566772224 1050223 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1050223 5884 1 0 1291396 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=3324988 CPUtime=12.45 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 8289 0 0 0 1165 80 0 0 20 0 20 0 186586049 19566772224 1050223 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=-8670953641312821948 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1050223 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1050223 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=1776184 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1050223 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 16.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4200892 KiB

[startup+25.5003 s]
/proc/loadavg: 4.35 4.20 4.12 5/333 987251
/proc/meminfo: memFree=116381656/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=4205392 CPUtime=29.41 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 32183 0 0 0 2855 86 0 0 20 0 20 0 186586049 19566772224 1051348 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1051348 5884 1 0 1291396 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=0 CPUtime=25.21 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 10308 0 0 0 2441 80 0 0 20 0 20 0 186586049 19566772224 1051348 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=1776184 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1051348 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=4201028 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1051348 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=-8670953641312821948 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1051348 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 29.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4205392 KiB

[startup+51.1055 s]
/proc/loadavg: 4.30 4.20 4.12 5/333 987257
/proc/meminfo: memFree=116127944/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=4279636 CPUtime=55.46 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 41827 0 0 0 5457 89 0 0 20 0 20 0 186586049 19566772224 1069909 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1069909 5900 1 0 1291420 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=45396 CPUtime=50.62 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 13113 0 0 0 4981 81 0 0 20 0 20 0 186586049 19566772224 1069909 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=4200892 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1069909 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1069909 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=11664 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1069909 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0

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

/proc/meminfo: memFree=109936828/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3232.76 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 340335 0 0 0 323040 236 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1279792 5931 1 0 1293906 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3199.62 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 158782 0 0 0 319853 109 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 5280 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 3232.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5119168 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.18 4.17 6/332 989038
/proc/meminfo: memFree=109936072/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3292.96 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 344856 0 0 0 329058 238 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1279792 5931 1 0 1293906 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3259.18 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 161362 0 0 0 325809 109 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 5352 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 3292.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5119168 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.16 4.17 5/330 989048
/proc/meminfo: memFree=109935308/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3352.96 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 349545 0 0 0 335056 240 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1279792 5931 1 0 1293906 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3318.88 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 164116 0 0 0 331778 110 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 5408 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=45616 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 3352.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5119168 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.14 4.16 5/330 989058
/proc/meminfo: memFree=109934560/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3412.98 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 354099 0 0 0 341056 242 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1279792 5931 1 0 1293906 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3378.59 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 166918 0 0 0 337749 110 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 5501 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 3412.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5119168 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.15 4.16 5/330 989069
/proc/meminfo: memFree=109929396/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3473 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 358901 0 0 0 347055 245 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1279792 5931 1 0 1293906 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3438.28 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 169606 0 0 0 343717 111 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=11664 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 5595 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 3473 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5119168 KiB

[startup+3522.3 s]
/proc/loadavg: 4.05 4.12 4.15 5/330 989079
/proc/meminfo: memFree=109916584/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3532.92 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 363043 0 0 0 353044 248 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1279792 5931 1 0 1293906 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=5119168 CPUtime=3497.89 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 172941 0 0 0 349677 112 0 0 20 0 20 0 186586049 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=5119168 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 5688 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=11664 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1279792 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 3532.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5119168 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.11 4.14 5/330 989090
/proc/meminfo: memFree=109915740/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=5119172 CPUtime=3593.13 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 370262 0 0 0 359062 251 0 0 20 0 20 0 186586049 19566772224 1279793 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1279793 5931 1 0 1293922 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=11664 CPUtime=3557.44 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 175582 0 0 0 355632 112 0 0 20 0 20 0 186586049 19566772224 1279793 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=2248 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1279793 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=5119172 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 5756 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1279793 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=-8670953641312821948 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1279793 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 3593.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5119172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3589.2 s]
/proc/loadavg: 4.20 4.14 4.15 5/330 989092
/proc/meminfo: memFree=109915292/131524600 swapFree=131071996/131071996
[pid=987090] ppid=987087 vsize=19108176 memory=5119172 CPUtime=3600.02 cores=5,7
/proc/987090/stat : 987090 (java) S 987087 987090 984975 0 -1 1077936128 370367 0 0 0 359751 251 0 0 20 0 20 0 186586049 19566772224 1279793 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
/proc/987090/statm: 4777044 1279793 5931 1 0 1293922 0
[pid=987090/tid=987092] ppid=987087 vsize=19108176 memory=3904963066521190480 CPUtime=3564.33 cores=5,7
/proc/987090/task/987092/stat : 987092 (java) R 987087 987090 984975 0 -1 4194368 175687 0 0 0 356321 112 0 0 20 0 20 0 186586049 19566772224 1279793 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987101] ppid=987087 vsize=19108176 memory=5468 CPUtime=0 cores=5,7
/proc/987090/task/987101/stat : 987101 (Finalizer) S 987087 987090 984975 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 186586051 19566772224 1279793 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987108] ppid=987087 vsize=19108176 memory=16156 CPUtime=0 cores=5,7
/proc/987090/task/987108/stat : 987108 (Common-Cleaner) S 987087 987090 984975 0 -1 1077936192 5756 0 0 0 0 0 0 0 20 0 20 0 186586052 19566772224 1279793 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
[pid=987090/tid=987112] ppid=987087 vsize=19108176 memory=2248 CPUtime=0 cores=5,7
/proc/987090/task/987112/stat : 987112 (Timer-0) S 987087 987090 984975 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 186586203 19566772224 1279793 134679101440 94774113857536 94774113861232 140723679884608 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94774113869048 94774113869840 94774138527744 140723679892463 140723679892576 140723679892576 140723679899592 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5119172 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.63 s, system=2.53632 s

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

Child status: 143

Real time (s): 3589.28
CPU time (s): 3600.17
CPU user time (s): 3597.63
CPU system time (s): 2.53632
CPU usage (%): 100.303
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5119172

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.63
system time used= 2.53632
maximum resident set size= 5120952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 373667
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110429
involuntary context switches= 7282


# summary of solver processes directly reported to runsolver:
#   pid: 987090
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.63
#   total CPU system time (s): 2.53632

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.49998 second user time and 17.5787 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 01:10:12
IDJOB=4446725
IDBENCH=158301
IDSOLVER=3046
FILE ID=nodeC026/4446725-1721344199
RUNJOBID= nodeC026-1721340622-984988
SLURM_JOB_ID= 7542725
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K179.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446725-1721344199/watcher-4446725-1721344199 -o /tmp/evaluation-result-4446725-1721344199/solver-4446725-1721344199 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721340622-984988 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446725-1721344199.opb

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

MD5SUM BENCH= 84aa92d361920570c4f42a7fa8308fed
RANDOM SEED=580399977

nodeC026.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		: 3631.723
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.74
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		: 3665.694
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.45
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.100
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.74
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.440
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119787884 kB
MemAvailable:   120423568 kB
Buffers:          535972 kB
Cached:           935928 kB
SwapCached:            0 kB
Active:          1048280 kB
Inactive:       10056620 kB
Active(anon):       1572 kB
Inactive(anon):  9668536 kB
Active(file):    1046708 kB
Inactive(file):   388084 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4296 kB
Writeback:             0 kB
AnonPages:       9629404 kB
Mapped:           127176 kB
Shmem:             37720 kB
KReclaimable:      81432 kB
Slab:             192680 kB
SReclaimable:      81432 kB
SUnreclaim:       111248 kB
KernelStack:        4936 kB
PageTables:        28744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12248492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9498624 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC026 at 2024-07-19 02:10:01