Trace number 4427457

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.24 3573.81

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_3.opb
MD5SUM8548cf2fe8567884970fc9be656882ff
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1782
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5346
Number of bits of the biggest sum of numbers13
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.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4427457-1720994541.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.13/0.17	c ... done. Wall clock time 0.022s.
0.13/0.17	c declared #vars     71
0.13/0.17	c #constraints  17
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 16
0.13/0.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.13/0.17	c 17 constraints processed.
0.13/0.19	c objective function length is 1 literals
7.55/4.96	c cleaning 2495 clauses out of 5000 with flag 0/5000
11.90/9.14	c cleaning 4247 clauses out of 8505 with flag 0/11000
17.06/14.06	c cleaning 5627 clauses out of 11258 with flag 0/18000
24.71/21.63	c cleaning 6804 clauses out of 13631 with flag 0/26000
34.11/30.61	c cleaning 7910 clauses out of 15828 with flag 0/35001
45.95/42.32	c cleaning 8954 clauses out of 17918 with flag 0/45001
57.54/53.75	c cleaning 9978 clauses out of 19963 with flag 0/56000
75.64/71.62	c cleaning 10987 clauses out of 21986 with flag 0/68001
102.13/97.77	c cleaning 11997 clauses out of 24000 with flag 0/81002
128.01/123.29	c cleaning 12997 clauses out of 26002 with flag 0/95001
151.75/146.69	c cleaning 14000 clauses out of 28006 with flag 0/110002
169.47/164.04	c cleaning 13660 clauses out of 30005 with flag 0/126001
190.01/183.74	c cleaning 13719 clauses out of 33344 with flag 0/143000
216.49/209.85	c cleaning 14282 clauses out of 37626 with flag 0/161001
240.68/233.74	c cleaning 15142 clauses out of 42344 with flag 0/180001
267.24/259.92	c cleaning 15651 clauses out of 47201 with flag 0/200000
296.17/288.49	c cleaning 15961 clauses out of 52552 with flag 0/221002
328.13/319.82	c cleaning 16820 clauses out of 58589 with flag 0/243000
383.08/374.25	c cleaning 19528 clauses out of 64770 with flag 0/266001
489.89/480.14	c cleaning 22523 clauses out of 69241 with flag 0/290000
583.42/572.96	c cleaning 21250 clauses out of 71718 with flag 0/315000
835.29/824.03	c cleaning 23788 clauses out of 76468 with flag 0/341000
925.64/913.53	c cleaning 22979 clauses out of 79681 with flag 0/368001
1063.47/1050.89	c cleaning 24308 clauses out of 84702 with flag 0/396001
1140.71/1127.08	c cleaning 25112 clauses out of 89393 with flag 0/425000
1261.21/1246.26	c cleaning 25801 clauses out of 94283 with flag 0/455002
1396.85/1381.03	c cleaning 25727 clauses out of 99482 with flag 0/486002
1550.62/1533.66	c cleaning 25745 clauses out of 105753 with flag 0/518000
1724.24/1705.99	c cleaning 27707 clauses out of 113009 with flag 0/551001
1954.65/1935.91	c cleaning 28757 clauses out of 119302 with flag 0/585001
2050.82/2030.59	c cleaning 30990 clauses out of 125544 with flag 0/620000
2183.79/2162.03	c cleaning 30085 clauses out of 130554 with flag 0/656000
2309.23/2286.31	c cleaning 31236 clauses out of 137469 with flag 0/693000
2569.48/2545.00	c cleaning 32841 clauses out of 144233 with flag 0/731000
3116.50/3091.75	c cleaning 34147 clauses out of 150393 with flag 0/770001
3356.95/3331.24	c cleaning 33731 clauses out of 156245 with flag 0/810000
3600.09/3573.71	c starts		: 171
3600.09/3573.72	c conflicts		: 835707
3600.09/3573.72	c decisions		: 1183062
3600.09/3573.72	c propagations		: 4993520
3600.09/3573.72	c inspects		: 3328853997
3600.09/3573.72	c shortcuts		: 0
3600.09/3573.72	c learnt literals	: 0
3600.09/3573.72	c learnt binary clauses	: 0
3600.09/3573.72	c learnt ternary clauses	: 0
3600.09/3573.72	c learnt constraints	: 835707
3600.09/3573.72	c ignored constraints	: 0
3600.09/3573.72	c root simplifications	: 0
3600.09/3573.72	c removed literals (reason simplification)	: 0
3600.09/3573.72	c reason swapping (by a shorter reason)	: 0
3600.09/3573.72	c Calls to reduceDB	: 36
3600.09/3573.72	c Number of update (reduction) of LBD	: 0
3600.09/3573.72	c Imported unit clauses	: 0
3600.09/3573.72	c No decision after first conflict	: false
3600.09/3573.72	c number of reductions to clauses (during analyze)	: 0
3600.09/3573.72	c number of learned constraints concerned by reduction	: 0
3600.09/3573.72	c number of learning phase by resolution	: 0
3600.09/3573.72	c number of learning phase by cutting planes	: 0
3600.09/3573.72	c number of rounding to 1 operations	: 4386478
3600.09/3573.72	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3573.72	c number of reductions of the coefficients by power 2 	: 0
3600.09/3573.72	c number of right shift for reduction by power 2 	: 0
3600.09/3573.72	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3573.72	c number of ending skipping 	: 0
3600.09/3573.72	c number of internal skipping 	: 0
3600.09/3573.72	c number of derivation steps 	: 3223274
3600.09/3573.72	c number of skipped derivation steps 	: 0
3600.09/3573.72	c number of remaining unassigned 	: 632497
3600.09/3573.72	c number of remaining assigned 	: 104242635
3600.09/3573.72	c number of falsified literals weakened from reason	: 0
3600.09/3573.72	c number of falsified literals weakened from conflict	: 0
3600.09/3573.72	c time for arithmetic operations	: 4430805964
3600.09/3573.72	c minimum degree of deleted constraints	: 4
3600.09/3573.72	c maximum degree of deleted constraints	: 2358214510
3600.09/3573.72	c number of deleted constraints	: 687486
3600.09/3573.72	c timeout
3600.09/3573.73	c speed (assignments/second)	: 1397.3630003489545
3600.09/3573.73	c non guided choices	: 34
3600.09/3573.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 75707
3600.09/3573.78	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 72514
3600.09/3573.78	s UNKNOWN
3600.09/3573.78	c Total wall clock time (in seconds): 3573.631

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427457-1720994541/watcher-4427457-1720994541 -o /tmp/evaluation-result-4427457-1720994541/solver-4427457-1720994541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1720994549-771253 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427457-1720994541.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=771440, runsolver pid=771437

[startup+0.101116 s]*
/proc/loadavg: 0.87 0.25 0.14 7/332 771458
/proc/meminfo: memFree=124993244/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=18975048 memory=64612 CPUtime=0.13 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 7218 0 0 0 11 2 0 0 20 0 18 0 151617625 19430449152 16153 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4743762 16153 5563 1 0 549322 0
[pid=771440/tid=771442] ppid=771437 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 1077936192 5745 0 0 0 7 1 0 0 20 0 18 0 151617626 19430449152 16153 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151617628 19430449152 16153 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=18975048 memory=16102567654487328 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151617629 19430449152 16153 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64612 KiB

[startup+0.215995 s]*
/proc/loadavg: 0.87 0.25 0.14 8/333 771459
/proc/meminfo: memFree=125003572/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19041612 memory=75112 CPUtime=0.35 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 7962 0 0 0 32 3 0 0 20 0 19 0 151617625 19498610688 18778 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4760403 18778 5892 1 0 550059 0
[pid=771440/tid=771442] ppid=771437 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 6139 0 0 0 17 1 0 0 20 0 19 0 151617626 19498610688 18778 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19041612 memory=1623 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151617628 19498610688 18778 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19041612 memory=14695192770905705 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151617629 19498610688 18778 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151617644 19498610688 18778 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75112 KiB

[startup+0.306 s]*
/proc/loadavg: 0.87 0.25 0.14 8/333 771459
/proc/meminfo: memFree=124971732/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19041612 memory=108380 CPUtime=0.51 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 10125 0 0 0 48 3 0 0 20 0 19 0 151617625 19498610688 27095 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4760403 27095 5892 1 0 551292 0
[pid=771440/tid=771442] ppid=771437 vsize=19041612 memory=-8672356643936576188 CPUtime=0.27 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 6188 0 0 0 25 2 0 0 20 0 19 0 151617626 19498610688 27095 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151617628 19498610688 27095 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151617629 19498610688 27095 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151617644 19498610688 27095 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 108380 KiB

[startup+0.700996 s]
/proc/loadavg: 0.87 0.25 0.14 7/334 771460
/proc/meminfo: memFree=124894056/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=171372 CPUtime=1.25 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 11950 0 0 0 120 5 0 0 20 0 20 0 151617625 19566772224 42843 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 42843 5924 1 0 552593 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=39216 CPUtime=0.59 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 6226 0 0 0 56 3 0 0 20 0 20 0 151617626 19566772224 42843 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=12292 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 42843 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=2236 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 42843 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=5484 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 42843 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 171372 KiB

[startup+1.501 s]
/proc/loadavg: 0.87 0.25 0.14 6/334 771460
/proc/meminfo: memFree=124791728/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=422688 CPUtime=2.84 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 28730 0 0 0 273 11 0 0 20 0 20 0 151617625 19566772224 105672 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 105672 5940 1 0 558484 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=12292 CPUtime=1.37 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 6434 0 0 0 130 7 0 0 20 0 20 0 151617626 19566772224 105672 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 105672 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=2236 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 105672 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=5484 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 105672 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 422688 KiB

[startup+3.107 s]
/proc/loadavg: 1.36 0.36 0.18 5/334 771460
/proc/meminfo: memFree=124199224/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=816600 CPUtime=5.58 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 31604 0 0 0 539 19 0 0 20 0 20 0 151617625 19566772224 204150 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 204150 5940 1 0 558489 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=0 CPUtime=2.93 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 7464 0 0 0 280 13 0 0 20 0 20 0 151617626 19566772224 204150 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=-8672356643936576188 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 204150 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=12292 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 204150 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=2236 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 204150 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 816600 KiB

[startup+6.301 s]
/proc/loadavg: 1.36 0.36 0.18 5/334 771461
/proc/meminfo: memFree=123027616/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=1324776 CPUtime=9.06 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 33090 0 0 0 877 29 0 0 20 0 20 0 151617625 19566772224 331194 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 331194 5940 1 0 558558 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=12292 CPUtime=6.07 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 8622 0 0 0 584 23 0 0 20 0 20 0 151617626 19566772224 331194 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=2236 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 331194 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 331194 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=477984 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 331194 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 9.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324776 KiB

[startup+12.7003 s]
/proc/loadavg: 1.76 0.48 0.22 5/334 771461
/proc/meminfo: memFree=121992988/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=1839784 CPUtime=15.71 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 35482 0 0 0 1531 40 0 0 20 0 20 0 151617625 19566772224 459946 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 459946 5940 1 0 683884 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=477984 CPUtime=12.3 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 9222 0 0 0 1198 32 0 0 20 0 20 0 151617626 19566772224 459946 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=1839784 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 459946 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=1530648 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 459946 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 459946 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 15.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1839784 KiB

[startup+25.5003 s]
/proc/loadavg: 2.50 0.68 0.29 6/333 771729
/proc/meminfo: memFree=120838272/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=1842324 CPUtime=28.62 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 40027 0 0 0 2820 42 0 0 20 0 20 0 151617625 19566772224 460581 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 460581 5940 1 0 683886 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=1842324 CPUtime=24.88 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 11351 0 0 0 2455 33 0 0 20 0 20 0 151617626 19566772224 460581 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=1840144 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 460581 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=-8672356643936576188 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 460581 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=39216 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 460581 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 28.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1842324 KiB

[startup+51.1058 s]
/proc/loadavg: 3.23 1.00 0.40 5/334 771735
/proc/meminfo: memFree=118717960/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=1857596 CPUtime=54.9 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 55653 0 0 0 5445 45 0 0 20 0 20 0 151617625 19566772224 464399 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 464399 5940 1 0 683886 0

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

/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=3222216 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 3947 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=3222276 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 3187.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3222424 KiB

[startup+3222.3 s]
/proc/loadavg: 4.45 4.32 4.14 5/332 773841
/proc/meminfo: memFree=112886760/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=3222424 CPUtime=3248.08 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 270979 0 0 0 324573 235 0 0 20 0 20 0 151617625 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 805606 5937 1 0 816180 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=3222208 CPUtime=3168.94 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 136791 0 0 0 316827 67 0 0 20 0 20 0 151617626 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=12292 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=33 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 4034 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=3222424 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 3248.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3222424 KiB

[startup+3282.3 s]
/proc/loadavg: 4.32 4.31 4.15 5/332 773851
/proc/meminfo: memFree=112865488/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=3222424 CPUtime=3308.17 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 272526 0 0 0 330578 239 0 0 20 0 20 0 151617625 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 805606 5937 1 0 816180 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=3222424 CPUtime=3228.33 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 137903 0 0 0 322765 68 0 0 20 0 20 0 151617626 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=3222424 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=39216 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 4121 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=3222424 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 3308.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3222424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.30 4.15 5/332 773862
/proc/meminfo: memFree=112844648/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=3222424 CPUtime=3368.1 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 275750 0 0 0 336569 241 0 0 20 0 20 0 151617625 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 805606 5937 1 0 816180 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=-7520862560235840376 CPUtime=3287.59 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 139912 0 0 0 328691 68 0 0 20 0 20 0 151617626 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=3222424 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=12064 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 4208 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=1888 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 805606 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 3368.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3222424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.44 4.32 4.17 5/334 774042
/proc/meminfo: memFree=112815400/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=3222428 CPUtime=3428.48 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 278672 0 0 0 342604 244 0 0 20 0 20 0 151617625 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 805607 5937 1 0 816180 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=3222424 CPUtime=3346.86 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 141825 0 0 0 334618 68 0 0 20 0 20 0 151617626 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=3222424 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=3222424 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 4209 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=3222424 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 3428.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3222428 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.28 4.16 5/334 774052
/proc/meminfo: memFree=112794652/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=3222428 CPUtime=3488.46 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 281782 0 0 0 348599 247 0 0 20 0 20 0 151617625 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 805607 5937 1 0 816180 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=3222424 CPUtime=3406.13 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 143707 0 0 0 340545 68 0 0 20 0 20 0 151617626 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 21 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=3222424 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=3222424 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 4296 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=3222428 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 3488.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3222428 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.24 4.16 5/332 774078
/proc/meminfo: memFree=112777688/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=3222428 CPUtime=3548.62 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 285047 0 0 0 354613 249 0 0 20 0 20 0 151617625 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 805607 5937 1 0 816180 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=3222428 CPUtime=3465.69 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 145900 0 0 0 346500 69 0 0 20 0 20 0 151617626 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=12292 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=3222428 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 4383 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=33364 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 3548.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3222428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3573.7 s]
/proc/loadavg: 4.17 4.23 4.16 5/332 774087
/proc/meminfo: memFree=112765236/131524600 swapFree=131071996/131071996
[pid=771440] ppid=771437 vsize=19108176 memory=3222428 CPUtime=3600.09 cores=4,6
/proc/771440/stat : 771440 (java) S 771437 771440 771242 0 -1 1077936128 287571 0 0 0 359757 252 0 0 20 0 20 0 151617625 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
/proc/771440/statm: 4777044 805607 5937 1 0 816180 0
[pid=771440/tid=771442] ppid=771437 vsize=19108176 memory=3222428 CPUtime=3516.66 cores=4,6
/proc/771440/task/771442/stat : 771442 (java) R 771437 771440 771242 0 -1 4194368 147829 0 0 0 351597 69 0 0 20 0 20 0 151617626 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 21 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771451] ppid=771437 vsize=19108176 memory=3222428 CPUtime=0 cores=4,6
/proc/771440/task/771451/stat : 771451 (Finalizer) S 771437 771440 771242 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617628 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771458] ppid=771437 vsize=19108176 memory=3222428 CPUtime=0 cores=4,6
/proc/771440/task/771458/stat : 771458 (Common-Cleaner) S 771437 771440 771242 0 -1 1077936192 4472 0 0 0 0 0 0 0 20 0 20 0 151617629 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
[pid=771440/tid=771459] ppid=771437 vsize=19108176 memory=39216 CPUtime=0 cores=4,6
/proc/771440/task/771459/stat : 771459 (Timer-0) S 771437 771440 771242 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151617644 19566772224 805607 134679101440 94578524626944 94578524630640 140729381537152 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94578524638456 94578524639248 94578554523648 140729381540848 140729381540961 140729381540961 140729381547976 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3222428 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.7 s, system=2.53951 s

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

[startup+3573.81 s]*
/proc/loadavg: 4.17 4.23 4.16 5/313 774090
/proc/meminfo: memFree=115970880/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3573.81
CPU time (s): 3600.24
CPU user time (s): 3597.7
CPU system time (s): 2.53951
CPU usage (%): 100.74
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3222428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.7
system time used= 2.53951
maximum resident set size= 3223204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145756
involuntary context switches= 13048


# summary of solver processes directly reported to runsolver:
#   pid: 771440
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.7
#   total CPU system time (s): 2.53951

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.82672 second user time and 18.4596 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-15 00:02:34
IDJOB=4427457
IDBENCH=147613
IDSOLVER=3046
FILE ID=nodeC020/4427457-1720994541
RUNJOBID= nodeC020-1720994549-771253
SLURM_JOB_ID= 7505314
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_3.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427457-1720994541/watcher-4427457-1720994541 -o /tmp/evaluation-result-4427457-1720994541/solver-4427457-1720994541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1720994549-771253 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427457-1720994541.opb

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

MD5SUM BENCH= 8548cf2fe8567884970fc9be656882ff
RANDOM SEED=895933221

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125081068 kB
MemAvailable:   126483468 kB
Buffers:          340788 kB
Cached:          1888948 kB
SwapCached:            0 kB
Active:           528592 kB
Inactive:        5302776 kB
Active(anon):       1568 kB
Inactive(anon):  3637776 kB
Active(file):     527024 kB
Inactive(file):  1665000 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3972 kB
Writeback:             8 kB
AnonPages:       3600952 kB
Mapped:           122460 kB
Shmem:             37720 kB
KReclaimable:     100400 kB
Slab:             204128 kB
SReclaimable:     100400 kB
SUnreclaim:       103728 kB
KernelStack:        5072 kB
PageTables:        16980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8252192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56288 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3168256 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      170708 kB
DirectMap2M:    11137024 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC020 at 2024-07-15 01:02:08