Trace number 4427451

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.3 3550.32

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMf08684a49e4744afc6bcc5ce80f1fe7b
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 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
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.11/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.17	c See www.sat4j.org for details.
0.11/0.19	c version CUSTOM.v20240707
0.11/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.21	c java.vm.version	22.0.1+8-16
0.11/0.21	c java.vm.vendor	Oracle Corporation
0.11/0.21	c sun.arch.data.model	64
0.11/0.21	c java.version		22.0.1
0.11/0.21	c os.name		Linux
0.11/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.21	c os.arch		amd64
0.11/0.22	c Free memory 		2115194816
0.11/0.22	c Max memory 		16282288128
0.28/0.22	c Total memory 		2122317824
0.28/0.23	c Number of processors 	2
0.45/0.39	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.39	 - never skip resolution steps
0.45/0.39	 - Auto-division on coefficients is disabled
0.45/0.39	 - No postprocessing
0.45/0.39	 - Conflict is considered as is when resolving
0.45/0.39	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.39	 - Weaken first using unassigned literals
0.45/0.39	 - Bump strategy: ALWAYS_ONE
0.45/0.39	 - Bumper: ASSIGNED
0.45/0.39	--- Begin Solver configuration ---
0.45/0.39	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.39	Learn all clauses as in MiniSAT
0.45/0.39	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.39	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.39	No reason simplification
0.45/0.39	Armin Biere (Picosat) restarts strategy
0.45/0.39	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.39	timeout=2147483s
0.45/0.39	DB Simplification allowed=false
0.45/0.39	Listener: none
0.45/0.39	--- End Solver configuration ---
0.45/0.39	c Pseudo Boolean Optimization by upper bound
0.45/0.39	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.39	c  - never skip resolution steps
0.45/0.39	c  - Auto-division on coefficients is disabled
0.45/0.39	c  - No postprocessing
0.45/0.39	c  - Conflict is considered as is when resolving
0.45/0.39	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.45/0.39	c  - Weaken first using unassigned literals
0.45/0.39	c  - Bump strategy: ALWAYS_ONE
0.45/0.39	c  - Bumper: ASSIGNED
0.45/0.39	c --- Begin Solver configuration ---
0.45/0.39	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.45/0.39	c Learn all clauses as in MiniSAT
0.45/0.39	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.39	c No reason simplification
0.45/0.39	c Armin Biere (Picosat) restarts strategy
0.45/0.39	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.45/0.39	c timeout=2147483s
0.45/0.39	c DB Simplification allowed=false
0.45/0.39	c Listener: none
0.45/0.39	c --- End Solver configuration ---
0.45/0.39	c solving HOME/instance-4427451-1720994538.opb
0.45/0.39	c reading problem ... 
0.45/0.40	c  objective function found
0.61/0.46	c ... done. Wall clock time 0.059s.
0.61/0.46	c declared #vars     71
0.61/0.46	c #constraints  17
0.61/0.46	c constraints type 
0.61/0.46	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 16
0.61/0.46	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.61/0.46	c 17 constraints processed.
0.61/0.48	c objective function length is 1 literals
7.52/4.18	c cleaning 2501 clauses out of 5001 with flag 0/5001
13.92/10.00	c cleaning 4245 clauses out of 8499 with flag 0/11000
22.34/17.99	c cleaning 5622 clauses out of 11254 with flag 0/18000
30.28/25.24	c cleaning 6810 clauses out of 13632 with flag 0/26000
41.42/35.88	c cleaning 7904 clauses out of 15822 with flag 0/35000
59.93/53.52	c cleaning 8957 clauses out of 17919 with flag 0/45001
83.03/76.55	c cleaning 9978 clauses out of 19961 with flag 0/56000
106.92/100.17	c cleaning 10984 clauses out of 21984 with flag 0/68001
138.04/130.97	c cleaning 11994 clauses out of 24000 with flag 0/81001
161.48/153.98	c cleaning 12994 clauses out of 26006 with flag 0/95001
195.20/187.18	c cleaning 12782 clauses out of 28011 with flag 0/110000
216.24/207.68	c cleaning 13302 clauses out of 31230 with flag 0/126001
248.40/239.08	c cleaning 13661 clauses out of 34927 with flag 0/143000
309.17/298.99	c cleaning 15190 clauses out of 39267 with flag 0/161001
397.30/384.92	c cleaning 16533 clauses out of 43076 with flag 0/180000
469.20/456.13	c cleaning 17630 clauses out of 46543 with flag 0/200000
550.23/536.55	c cleaning 18636 clauses out of 49914 with flag 0/221001
620.62/605.93	c cleaning 18429 clauses out of 53277 with flag 0/243000
716.84/701.26	c cleaning 19101 clauses out of 57850 with flag 0/266002
829.83/813.03	c cleaning 20151 clauses out of 62748 with flag 0/290001
1003.91/986.73	c cleaning 21473 clauses out of 67597 with flag 0/315001
1298.99/1280.58	c cleaning 22533 clauses out of 72123 with flag 0/341000
1513.70/1493.74	c cleaning 22708 clauses out of 76590 with flag 0/368000
1707.20/1686.18	c cleaning 23909 clauses out of 81882 with flag 0/396000
1845.19/1821.76	c cleaning 24873 clauses out of 86973 with flag 0/425000
1981.55/1955.69	c cleaning 23717 clauses out of 92102 with flag 0/455002
2107.77/2079.72	c cleaning 25294 clauses out of 99385 with flag 0/486002
2396.49/2365.76	c cleaning 25934 clauses out of 106091 with flag 0/518002
2639.47/2603.85	c cleaning 26695 clauses out of 113155 with flag 0/551000
2990.62/2952.63	c cleaning 27698 clauses out of 120461 with flag 0/585001
3198.48/3155.78	c cleaning 30179 clauses out of 127763 with flag 0/620001
3447.10/3399.67	c cleaning 30254 clauses out of 133584 with flag 0/656001
3600.03/3550.13	c timeout
3600.03/3550.13	c starts		: 169
3600.03/3550.14	c conflicts		: 684665
3600.03/3550.14	c decisions		: 1068417
3600.03/3550.14	c propagations		: 4476694
3600.03/3550.14	c inspects		: 2841566410
3600.03/3550.14	c shortcuts		: 0
3600.03/3550.14	c learnt literals	: 0
3600.03/3550.14	c learnt binary clauses	: 0
3600.03/3550.14	c learnt ternary clauses	: 0
3600.03/3550.14	c learnt constraints	: 684665
3600.03/3550.14	c ignored constraints	: 0
3600.03/3550.14	c root simplifications	: 0
3600.03/3550.14	c removed literals (reason simplification)	: 0
3600.03/3550.15	c reason swapping (by a shorter reason)	: 0
3600.03/3550.15	c Calls to reduceDB	: 32
3600.03/3550.15	c Number of update (reduction) of LBD	: 0
3600.03/3550.15	c Imported unit clauses	: 0
3600.03/3550.15	c No decision after first conflict	: false
3600.03/3550.15	c number of reductions to clauses (during analyze)	: 0
3600.03/3550.15	c number of learned constraints concerned by reduction	: 0
3600.03/3550.15	c number of learning phase by resolution	: 0
3600.03/3550.15	c number of learning phase by cutting planes	: 0
3600.03/3550.15	c number of rounding to 1 operations	: 3531630
3600.03/3550.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3550.16	c number of reductions of the coefficients by power 2 	: 0
3600.03/3550.16	c number of right shift for reduction by power 2 	: 0
3600.03/3550.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3550.16	c number of ending skipping 	: 0
3600.03/3550.16	c number of internal skipping 	: 0
3600.03/3550.16	c number of derivation steps 	: 2610059
3600.03/3550.16	c number of skipped derivation steps 	: 0
3600.03/3550.16	c number of remaining unassigned 	: 661031
3600.03/3550.16	c number of remaining assigned 	: 82091459
3600.03/3550.16	c number of falsified literals weakened from reason	: 0
3600.03/3550.16	c number of falsified literals weakened from conflict	: 0
3600.03/3550.16	c time for arithmetic operations	: 3917056951
3600.03/3550.16	c minimum degree of deleted constraints	: 4
3600.03/3550.16	c maximum degree of deleted constraints	: 803334103
3600.03/3550.16	c number of deleted constraints	: 552671
3600.03/3550.16	c speed (assignments/second)	: 1261.1556660382525
3600.03/3550.16	c non guided choices	: 31
3600.18/3550.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 60363
3600.18/3550.28	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 71631
3600.18/3550.28	s UNKNOWN
3600.18/3550.28	c Total wall clock time (in seconds): 3549.883

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427451-1720994538/watcher-4427451-1720994538 -o /tmp/evaluation-result-4427451-1720994538/solver-4427451-1720994538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1720994549-762761 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427451-1720994538.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=763011, runsolver pid=763007

[startup+0.100133 s]*
/proc/loadavg: 0.10 0.09 0.09 12/317 763031
/proc/meminfo: memFree=126725016/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=18975048 memory=54936 CPUtime=0.11 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 6341 0 0 0 8 3 0 0 20 0 18 0 151610780 19430449152 13734 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4743762 13734 5521 1 0 550728 0
[pid=763011/tid=763013] ppid=763007 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 5311 0 0 0 5 2 0 0 20 0 18 0 151610780 19430449152 13734 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610787 19430449152 13734 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=18975048 memory=14130048156386720 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151610789 19430449152 13734 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54936 KiB

[startup+0.214039 s]*
/proc/loadavg: 0.10 0.09 0.09 14/317 763031
/proc/meminfo: memFree=126621880/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=18975048 memory=58568 CPUtime=0.28 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 7072 0 0 0 24 4 0 0 20 0 18 0 151610780 19430449152 14642 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4743762 14642 5689 1 0 551321 0
[pid=763011/tid=763013] ppid=763007 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 5654 0 0 0 16 3 0 0 20 0 18 0 151610780 19430449152 14642 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=18975048 memory=657 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610787 19430449152 14642 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=18975048 memory=15260341814695506 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151610789 19430449152 14642 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58568 KiB

[startup+0.316042 s]*
/proc/loadavg: 0.10 0.09 0.09 11/317 763031
/proc/meminfo: memFree=126550984/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=18975048 memory=63968 CPUtime=0.45 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 7383 0 0 0 40 5 0 0 20 0 18 0 151610780 19430449152 15992 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4743762 15992 5698 1 0 551560 0
[pid=763011/tid=763013] ppid=763007 vsize=18975048 memory=-8673205458340061884 CPUtime=0.29 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 5848 0 0 0 25 4 0 0 20 0 18 0 151610780 19430449152 15992 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610787 19430449152 15992 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151610789 19430449152 15992 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63968 KiB

[startup+0.701028 s]
/proc/loadavg: 0.90 0.25 0.14 13/319 763033
/proc/meminfo: memFree=126410676/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19041612 memory=103816 CPUtime=1.13 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 10031 0 0 0 106 7 0 0 20 0 19 0 151610780 19498610688 25954 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4760403 25954 5863 1 0 553318 0
[pid=763011/tid=763013] ppid=763007 vsize=19041612 memory=5524 CPUtime=0.61 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 6184 0 0 0 56 5 0 0 20 0 19 0 151610780 19498610688 25954 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19041612 memory=12556 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151610787 19498610688 25954 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19041612 memory=280981055791784 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151610789 19498610688 25954 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 151610828 19498610688 25954 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 103816 KiB

[startup+1.50102 s]
/proc/loadavg: 0.90 0.25 0.14 12/320 763034
/proc/meminfo: memFree=126031424/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=201456 CPUtime=2.71 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 18225 0 0 0 260 11 0 0 20 0 20 0 151610780 19566772224 50364 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 50364 5895 1 0 555570 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=12556 CPUtime=1.36 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 6515 0 0 0 129 7 0 0 20 0 20 0 151610780 19566772224 50364 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 50364 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 50364 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=280981055644944 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 50364 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 201456 KiB

[startup+3.10602 s]
/proc/loadavg: 0.90 0.25 0.14 9/320 763034
/proc/meminfo: memFree=124011360/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=843124 CPUtime=5.83 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 30149 0 0 0 558 25 0 0 20 0 20 0 151610780 19566772224 210781 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 210781 5927 1 0 668436 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=0 CPUtime=2.92 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 7533 0 0 0 273 19 0 0 20 0 20 0 151610780 19566772224 210781 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=12556 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 210781 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 210781 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 210781 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 5.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 843124 KiB

[startup+6.30041 s]
/proc/loadavg: 1.14 0.31 0.16 5/320 763034
/proc/meminfo: memFree=122749672/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=1111264 CPUtime=9.97 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 32406 0 0 0 966 31 0 0 20 0 20 0 151610780 19566772224 277816 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 277816 5927 1 0 669462 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=12556 CPUtime=6.06 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 8505 0 0 0 582 24 0 0 20 0 20 0 151610780 19566772224 277816 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 277816 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 277816 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=208188 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 277816 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 9.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1111264 KiB

[startup+12.7004 s]
/proc/loadavg: 1.45 0.39 0.19 5/320 763035
/proc/meminfo: memFree=121774396/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=1615324 CPUtime=17.14 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 33169 0 0 0 1669 45 0 0 20 0 20 0 151610780 19566772224 403831 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 403831 5927 1 0 669465 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=0 CPUtime=12.22 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 9199 0 0 0 1185 37 0 0 20 0 20 0 151610780 19566772224 403831 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 403831 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=1615324 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 403831 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=12556 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 403831 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 17.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1615324 KiB

[startup+25.501 s]
/proc/loadavg: 1.93 0.53 0.24 5/320 763037
/proc/meminfo: memFree=119022676/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=2133028 CPUtime=30.85 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 45050 0 0 0 3027 58 0 0 20 0 20 0 151610780 19566772224 533257 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 533257 5927 1 0 796890 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=1615324 CPUtime=24.56 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 11377 0 0 0 2408 48 0 0 20 0 20 0 151610780 19566772224 533257 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=-8673205458340061884 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 533257 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=38920 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 533257 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 533257 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 30.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2133028 KiB

[startup+51.1136 s]
/proc/loadavg: 2.85 0.89 0.37 5/320 763041
/proc/meminfo: memFree=117759620/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=2137412 CPUtime=57.55 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 56358 0 0 0 5693 62 0 0 20 0 20 0 151610780 19566772224 534353 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 534353 5927 1 0 796890 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=2135364 CPUtime=49.49 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 14048 0 0 0 4900 49 0 0 20 0 20 0 151610780 19566772224 534353 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=38920 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 534353 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0

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

Current children cumulated memory: 4181144 KiB

[startup+3282.3 s]
/proc/loadavg: 5.25 4.55 4.26 5/319 765153
/proc/meminfo: memFree=111580504/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=4181200 CPUtime=3328.02 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 342534 0 0 0 332485 317 0 0 20 0 20 0 151610780 19566772224 1045300 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 1045300 5932 1 0 1058989 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=-8673205458340061884 CPUtime=3211.56 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 176429 0 0 0 321056 100 0 0 20 0 20 0 151610780 19566772224 1045300 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 25 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=5524 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 1045300 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=39816 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 4313 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 1045300 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=4181200 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 1045300 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 3328.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4181200 KiB

[startup+3342.3 s]
/proc/loadavg: 4.67 4.52 4.27 5/319 765164
/proc/meminfo: memFree=111579092/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=4181200 CPUtime=3388.56 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 347456 0 0 0 338536 320 0 0 20 0 20 0 151610780 19566772224 1045300 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 1045300 5932 1 0 1058989 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=5524 CPUtime=3270.5 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 179516 0 0 0 326950 100 0 0 20 0 20 0 151610780 19566772224 1045300 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=4181200 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 1045300 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=4181200 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 4404 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 1045300 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 1045300 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 3388.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4181200 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.46 4.26 5/322 765345
/proc/meminfo: memFree=111578100/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=4181208 CPUtime=3449.98 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 352558 0 0 0 344673 325 0 0 20 0 20 0 151610780 19566772224 1045302 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 1045302 5932 1 0 1058989 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=11404 CPUtime=3329.22 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 182340 0 0 0 332821 101 0 0 20 0 20 0 151610780 19566772224 1045302 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=4181208 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 1045302 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=1900 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 4496 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 1045302 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=4181208 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 1045302 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 3449.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4181208 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.40 4.26 6/321 765489
/proc/meminfo: memFree=113208960/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=4181208 CPUtime=3510.85 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 357345 0 0 0 350756 329 0 0 20 0 20 0 151610780 19566772224 1045302 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 1045302 5932 1 0 1058989 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=11404 CPUtime=3387.8 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 185168 0 0 0 338679 101 0 0 20 0 20 0 151610780 19566772224 1045302 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 1045302 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=4181208 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 4587 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 1045302 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=4181208 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 1045302 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 3510.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4181208 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.37 4.26 5/321 765516
/proc/meminfo: memFree=111758748/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=4181228 CPUtime=3571.5 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 362320 0 0 0 356817 333 0 0 20 0 20 0 151610780 19566772224 1045307 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 1045307 5932 1 0 1058996 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=4181208 CPUtime=3446.65 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 188351 0 0 0 344563 102 0 0 20 0 20 0 151610780 19566772224 1045307 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=4181208 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 1045307 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=4181212 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 4679 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 1045307 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=-8673205458340061884 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 1045307 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 3571.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4181228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3550.11 s]
/proc/loadavg: 4.26 4.37 4.26 5/321 765519
/proc/meminfo: memFree=111479288/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19108176 memory=4181244 CPUtime=3600.03 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 366262 0 0 0 359668 335 0 0 20 0 20 0 151610780 19566772224 1045311 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4777044 1045311 5932 1 0 1058996 0
[pid=763011/tid=763013] ppid=763007 vsize=19108176 memory=4181212 CPUtime=3473.72 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) R 763007 763011 762750 0 -1 4194368 190469 0 0 0 347270 102 0 0 20 0 20 0 151610780 19566772224 1045311 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19108176 memory=4181212 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610787 19566772224 1045311 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19108176 memory=11404 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 4770 0 0 0 0 0 0 0 20 0 20 0 151610789 19566772224 1045311 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763033] ppid=763007 vsize=19108176 memory=4181244 CPUtime=0 cores=4,6
/proc/763011/task/763033/stat : 763033 (Timer-0) S 763007 763011 762750 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610828 19566772224 1045311 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4181244 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.92 s, system=3.37807 s

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

[startup+3550.21 s]
/proc/loadavg: 4.26 4.37 4.26 5/321 765519
/proc/meminfo: memFree=111479288/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19307868 memory=4182108 CPUtime=3600.18 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 369389 0 0 0 359682 336 0 0 20 0 21 0 151610780 19771256832 1045527 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4826967 1045527 5947 1 0 1059905 0
[pid=763011/tid=763013] ppid=763007 vsize=19307868 memory=5080 CPUtime=3473.74 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) S 763007 763011 762750 0 -1 1077936192 190637 0 0 0 347272 102 0 0 20 0 21 0 151610780 19771256832 1045527 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19307868 memory=4225560 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151610787 19771256832 1045527 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19307868 memory=2708 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 4770 0 0 0 0 0 0 0 20 0 21 0 151610789 19771256832 1045527 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4182108 KiB

[startup+3550.3 s]
/proc/loadavg: 4.26 4.37 4.26 5/321 765519
/proc/meminfo: memFree=111479288/131655788 swapFree=131071996/131071996
[pid=763011] ppid=763007 vsize=19307868 memory=4182104 CPUtime=3600.27 cores=4,6
/proc/763011/stat : 763011 (java) S 763007 763011 762750 0 -1 1077936128 369546 0 0 0 359691 336 0 0 20 0 15 0 151610780 19771256832 1045526 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
/proc/763011/statm: 4826967 1045526 5962 1 0 1059907 0
[pid=763011/tid=763013] ppid=763007 vsize=19307868 memory=4181212 CPUtime=3473.74 cores=4,6
/proc/763011/task/763013/stat : 763013 (java) S 763007 763011 762750 0 -1 1077936192 190637 0 0 0 347272 102 0 0 20 0 15 0 151610780 19771256832 1045526 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 31 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763023] ppid=763007 vsize=19307868 memory=4181212 CPUtime=0 cores=4,6
/proc/763011/task/763023/stat : 763023 (Finalizer) S 763007 763011 762750 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 151610787 19771256832 1045526 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
[pid=763011/tid=763031] ppid=763007 vsize=19307868 memory=11404 CPUtime=0 cores=4,6
/proc/763011/task/763031/stat : 763031 (Common-Cleaner) S 763007 763011 762750 0 -1 1077936192 4770 0 0 0 0 0 0 0 20 0 15 0 151610789 19771256832 1045526 134679101440 94763224178688 94763224182384 140732980135072 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94763224190200 94763224190992 94763247570944 140732980138992 140732980139105 140732980139105 140732980146120 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4182104 KiB

Child status: 143

Real time (s): 3550.32
CPU time (s): 3600.3
CPU user time (s): 3596.92
CPU system time (s): 3.37807
CPU usage (%): 101.408
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4182108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.92
system time used= 3.37807
maximum resident set size= 4183176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 369595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131672
involuntary context switches= 7786


# summary of solver processes directly reported to runsolver:
#   pid: 763011
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3596.92
#   total CPU system time (s): 3.37807

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.9628 second user time and 38.0529 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-15 00:02:31
IDJOB=4427451
IDBENCH=147583
IDSOLVER=3046
FILE ID=nodeC012/4427451-1720994538
RUNJOBID= nodeC012-1720994549-762761
SLURM_JOB_ID= 7505313
Free space on /tmp= 723776 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_4.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427451-1720994538/watcher-4427451-1720994538 -o /tmp/evaluation-result-4427451-1720994538/solver-4427451-1720994538 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1720994549-762761 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427451-1720994538.opb

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

MD5SUM BENCH= f08684a49e4744afc6bcc5ce80f1fe7b
RANDOM SEED=895933221

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126842340 kB
MemAvailable:   128761152 kB
Buffers:          338244 kB
Cached:          2401608 kB
SwapCached:            0 kB
Active:           514976 kB
Inactive:        3730332 kB
Active(anon):       1448 kB
Inactive(anon):  1541708 kB
Active(file):     513528 kB
Inactive(file):  2188624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7348 kB
Writeback:             0 kB
AnonPages:       1505216 kB
Mapped:           122320 kB
Shmem:             37704 kB
KReclaimable:     113380 kB
Slab:             210592 kB
SReclaimable:     113380 kB
SUnreclaim:        97212 kB
KernelStack:        4832 kB
PageTables:        13028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9476380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49152 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1232896 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:      244552 kB
DirectMap2M:    15388672 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC012 at 2024-07-15 01:01:41