Trace number 4458565

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 Cutting Planes 2024 2024-07-12? (TO) 3600.19 3586.97

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/
normalized-linearized_pebbling_opt_layeredfan_up_r33_c65_a6.opb
MD5SUM0e48a521f9e70a759d0a47d941d82f86
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12675
Best CPU time to get the best result obtained on this benchmark0.295898
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25350
Total number of constraints4225
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)65
Number of constraints which are nor clauses,nor cardinality constraints4160
Minimum length of a constraint6
Maximum length of a constraint18
Number of terms in the objective function 25350
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 25350
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 25350
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.23	c See www.sat4j.org for details.
0.05/0.23	c version CUSTOM.v20240707
0.05/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.24	c java.vm.version	22.0.1+8-16
0.05/0.24	c java.vm.vendor	Oracle Corporation
0.05/0.24	c sun.arch.data.model	64
0.05/0.24	c java.version		22.0.1
0.05/0.24	c os.name		Linux
0.05/0.24	c os.version		4.18.0-301.1.el8.x86_64
0.05/0.24	c os.arch		amd64
0.05/0.25	c Free memory 		2106806208
0.05/0.25	c Max memory 		16282288128
0.05/0.25	c Total memory 		2113929216
0.05/0.25	c Number of processors 	2
0.22/0.31	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.31	 - never skip resolution steps
0.22/0.31	 - Auto-division on coefficients is disabled
0.22/0.31	 - No postprocessing
0.22/0.31	 - Conflict is considered as is when resolving
0.22/0.31	 - Use constraints as they come during conflict analysis
0.22/0.31	 - Weaken first using unassigned literals
0.22/0.31	 - Bump strategy: ALWAYS_ONE
0.22/0.31	 - Bumper: EFFECTIVE
0.22/0.31	--- Begin Solver configuration ---
0.22/0.31	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.22/0.31	Learn all clauses as in MiniSAT
0.22/0.31	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.31	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.31	No reason simplification
0.22/0.31	Dynamic restart strategy considering the size of the coefficients
0.22/0.31	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.22/0.31	timeout=2147483s
0.22/0.31	DB Simplification allowed=false
0.22/0.31	Listener: none
0.22/0.31	--- End Solver configuration ---
0.22/0.31	c Pseudo Boolean Optimization by upper bound
0.22/0.31	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.22/0.31	c  - never skip resolution steps
0.22/0.31	c  - Auto-division on coefficients is disabled
0.22/0.31	c  - No postprocessing
0.22/0.31	c  - Conflict is considered as is when resolving
0.22/0.31	c  - Use constraints as they come during conflict analysis
0.22/0.31	c  - Weaken first using unassigned literals
0.22/0.31	c  - Bump strategy: ALWAYS_ONE
0.22/0.31	c  - Bumper: EFFECTIVE
0.22/0.31	c --- Begin Solver configuration ---
0.22/0.31	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.22/0.31	c Learn all clauses as in MiniSAT
0.22/0.31	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.31	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.22/0.31	c No reason simplification
0.22/0.31	c Dynamic restart strategy considering the size of the coefficients
0.22/0.31	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.22/0.31	c timeout=2147483s
0.22/0.31	c DB Simplification allowed=false
0.22/0.31	c Listener: none
0.22/0.31	c --- End Solver configuration ---
0.22/0.31	c solving HOME/instance-4458565-1721889099.opb
0.22/0.31	c reading problem ... 
0.22/0.31	c  objective function found
1.12/0.82	c ... done. Wall clock time 0.497s.
1.12/0.82	c declared #vars     25350
1.12/0.82	c #constraints  4225
1.12/0.82	c constraints type 
1.12/0.82	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 4225
1.12/0.82	c 4225 constraints processed.
1.12/0.83	c objective function length is 25350 literals
12.14/9.93	c cleaning 2495 clauses out of 5000 with flag 0/5000
24.21/21.34	c cleaning 4241 clauses out of 8505 with flag 0/11000
89.48/86.17	c cleaning 5626 clauses out of 11264 with flag 0/18000
158.25/154.50	c cleaning 6813 clauses out of 13638 with flag 0/26000
413.48/409.17	c cleaning 7907 clauses out of 15827 with flag 0/35002
660.20/655.30	c cleaning 8950 clauses out of 17920 with flag 0/45002
1026.29/1020.85	c cleaning 9975 clauses out of 19969 with flag 0/56001
1494.95/1489.13	c cleaning 10988 clauses out of 21993 with flag 0/68000
1991.91/1985.92	c cleaning 11993 clauses out of 24005 with flag 0/81000
2203.47/2197.36	c cleaning 12989 clauses out of 26012 with flag 0/95000
2444.74/2438.71	c cleaning 14000 clauses out of 28023 with flag 0/110000
2829.21/2822.40	c cleaning 14998 clauses out of 30024 with flag 0/126001
2859.79/2852.61	c cleaning 16002 clauses out of 32025 with flag 0/143000
2902.69/2894.78	c cleaning 17004 clauses out of 34024 with flag 0/161001
2940.79/2931.99	c cleaning 18010 clauses out of 36019 with flag 0/180000
3014.78/3004.92	c cleaning 18994 clauses out of 38010 with flag 0/200001
3103.66/3093.25	c cleaning 19998 clauses out of 40016 with flag 0/221001
3244.64/3233.36	c cleaning 20997 clauses out of 42018 with flag 0/243001
3449.86/3437.58	c cleaning 21996 clauses out of 44020 with flag 0/266000
3600.08/3586.92	c starts		: 2
3600.08/3586.92	c conflicts		: 285192
3600.08/3586.92	c decisions		: 906146
3600.08/3586.92	c propagations		: 2263286
3600.08/3586.92	c inspects		: 1208832365
3600.08/3586.92	c shortcuts		: 0
3600.08/3586.92	c learnt literals	: 0
3600.08/3586.92	c learnt binary clauses	: 0
3600.08/3586.92	c learnt ternary clauses	: 0
3600.08/3586.92	c learnt constraints	: 285192
3600.08/3586.92	c ignored constraints	: 0
3600.08/3586.92	c root simplifications	: 0
3600.08/3586.92	c removed literals (reason simplification)	: 0
3600.08/3586.92	c reason swapping (by a shorter reason)	: 0
3600.08/3586.92	c Calls to reduceDB	: 19
3600.08/3586.92	c Number of update (reduction) of LBD	: 305709
3600.08/3586.92	c Imported unit clauses	: 0
3600.08/3586.92	c No decision after first conflict	: false
3600.08/3586.92	c number of reductions to clauses (during analyze)	: 0
3600.08/3586.92	c number of learned constraints concerned by reduction	: 0
3600.08/3586.92	c number of learning phase by resolution	: 0
3600.08/3586.92	c number of learning phase by cutting planes	: 0
3600.08/3586.92	c number of rounding to 1 operations	: 0
3600.08/3586.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3586.92	c number of reductions of the coefficients by power 2 	: 0
3600.08/3586.92	c number of right shift for reduction by power 2 	: 0
3600.08/3586.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3586.92	c number of ending skipping 	: 0
3600.08/3586.92	c number of internal skipping 	: 0
3600.08/3586.92	c number of derivation steps 	: 814968
3600.08/3586.92	c number of skipped derivation steps 	: 0
3600.08/3586.92	c number of remaining unassigned 	: 374444
3600.08/3586.92	c number of remaining assigned 	: 51529917
3600.08/3586.92	c number of falsified literals weakened from reason	: 0
3600.08/3586.92	c number of falsified literals weakened from conflict	: 0
3600.08/3586.92	c time for arithmetic operations	: 2095297297
3600.08/3586.92	c minimum degree of deleted constraints	: 1
3600.08/3586.92	c timeout
3600.08/3586.92	c maximum degree of deleted constraints	: 3525617086000555529619785516664960
3600.08/3586.92	c number of deleted constraints	: 243976
3600.08/3586.92	c speed (assignments/second)	: 631.1346243885
3600.08/3586.92	c non guided choices	: 2188
3600.08/3586.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2328
3600.08/3586.95	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 38888
3600.08/3586.95	s UNKNOWN
3600.08/3586.95	c Total wall clock time (in seconds): 3586.634

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (59763 MiB free)
  memory of node 1: 64510 MiB (61389 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458565-1721889099/watcher-4458565-1721889099 -o /tmp/evaluation-result-4458565-1721889099/solver-4458565-1721889099 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721889099-215888 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4458565-1721889099.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=215967, runsolver pid=215964

[startup+0.100109 s]*
/proc/loadavg: 1.06 1.33 1.91 5/285 215974
/proc/meminfo: memFree=124033956/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=18175400 memory=35420 CPUtime=0.01 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 3378 0 1 0 0 1 0 0 20 0 7 0 25440147 18611609600 8855 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16784588 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4543850 8855 3843 1 0 542675 0
[pid=215967/tid=215969] ppid=215964 vsize=18175400 memory=4026561586 CPUtime=0 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) D 215964 215967 215875 0 -1 4194368 2816 0 1 0 0 0 0 0 20 0 7 0 25440148 18611609600 8855 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 11 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 35420 KiB

[startup+0.205774 s]*
/proc/loadavg: 1.06 1.33 1.91 5/330 216019
/proc/meminfo: memFree=123960436/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=18975048 memory=56796 CPUtime=0.05 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 6301 0 3 0 3 2 0 0 20 0 18 0 25440147 19430449152 14199 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4743762 14199 5589 1 0 548704 0
[pid=215967/tid=215969] ppid=215964 vsize=18975048 memory=8737651120394928259 CPUtime=0.04 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 5236 0 3 0 2 2 0 0 20 0 18 0 25440148 19430449152 14199 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=18975048 memory=1412932 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25440162 19430449152 14199 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 25440164 19430449152 14199 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56796 KiB

[startup+0.30561 s]*
/proc/loadavg: 1.06 1.33 1.91 13/330 216019
/proc/meminfo: memFree=123915432/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=18975048 memory=68084 CPUtime=0.22 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 7395 0 3 0 19 3 0 0 20 0 18 0 25440147 19430449152 17021 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4743762 17021 5746 1 0 549566 0
[pid=215967/tid=215969] ppid=215964 vsize=18975048 memory=-8887679486483210940 CPUtime=0.13 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 1077936192 5849 0 3 0 11 2 0 0 20 0 18 0 25440148 19430449152 17021 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 17 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=18975048 memory=1470214668602212953 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 25440162 19430449152 17021 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 25440164 19430449152 17021 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68084 KiB

[startup+0.700763 s]
/proc/loadavg: 1.06 1.33 1.91 14/334 216023
/proc/meminfo: memFree=123725688/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19041612 memory=391336 CPUtime=0.95 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 10159 0 3 0 85 10 0 0 20 0 19 0 25440147 19498610688 97834 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4760403 97834 5844 1 0 551447 0
[pid=215967/tid=215969] ppid=215964 vsize=19041612 memory=62068 CPUtime=0.43 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 6089 0 3 0 35 8 0 0 20 0 19 0 25440148 19498610688 97834 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19041612 memory=12348 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 25440162 19498610688 97834 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19041612 memory=5552 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 25440164 19498610688 97834 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 391336 KiB

[startup+1.50777 s]
/proc/loadavg: 1.06 1.33 1.91 11/338 216027
/proc/meminfo: memFree=123088864/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=778216 CPUtime=2.47 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 13219 0 3 0 229 18 0 0 20 0 20 0 25440147 19566772224 194554 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 194554 5882 1 0 1485977 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=0 CPUtime=1.12 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 6367 0 3 0 98 14 0 0 20 0 20 0 25440148 19566772224 194554 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 17 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=33 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 194554 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 194554 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 194554 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 778216 KiB

[startup+3.10576 s]
/proc/loadavg: 1.06 1.33 1.91 6/338 216027
/proc/meminfo: memFree=121187984/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=1174216 CPUtime=4.95 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 15760 0 3 0 468 27 0 0 20 0 20 0 25440147 19566772224 293554 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 293554 5882 1 0 1487532 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=0 CPUtime=2.69 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 6549 0 3 0 247 22 0 0 20 0 20 0 25440148 19566772224 293554 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 293554 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 293554 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=62068 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 293554 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 4.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1174216 KiB

[startup+6.30076 s]
/proc/loadavg: 1.38 1.39 1.92 6/338 216027
/proc/meminfo: memFree=119802912/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=1439236 CPUtime=8.41 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 16194 0 3 0 809 32 0 0 20 0 20 0 25440147 19566772224 359809 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 359809 5882 1 0 1487804 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=0 CPUtime=5.84 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 6689 0 3 0 558 26 0 0 20 0 20 0 25440148 19566772224 359809 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 359809 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=4137280412607091059 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 359809 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 359809 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 8.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1439236 KiB

[startup+12.7003 s]
/proc/loadavg: 1.59 1.43 1.94 5/338 216029
/proc/meminfo: memFree=118116640/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=1748756 CPUtime=15.17 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 26150 0 3 0 1477 40 0 0 20 0 20 0 25440147 19566772224 437189 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 437189 5882 1 0 1488642 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=11576 CPUtime=12.13 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 9129 0 3 0 1181 32 0 0 20 0 20 0 25440148 19566772224 437189 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=62068 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 437189 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 437189 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 437189 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1748756 KiB

[startup+25.5003 s]
/proc/loadavg: 2.12 1.56 1.97 5/338 216030
/proc/meminfo: memFree=116767352/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=2339264 CPUtime=28.46 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 36374 0 3 0 2793 53 0 0 20 0 20 0 25440147 19566772224 584816 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 584816 5894 1 0 1490311 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=0 CPUtime=24.66 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 10993 0 3 0 2425 41 0 0 20 0 20 0 25440148 19566772224 584816 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=2330748 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 584816 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=1884364 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 584816 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=2343228 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 584816 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 28.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2339264 KiB

[startup+51.106 s]
/proc/loadavg: 3.31 1.88 2.07 7/338 216035
/proc/meminfo: memFree=114730472/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=3972356 CPUtime=54.38 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 46791 0 3 0 5352 86 0 0 20 0 20 0 25440147 19566772224 993089 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 993089 5894 1 0 1490320 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=3972304 CPUtime=50.11 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 14060 0 3 0 4941 70 0 0 20 0 20 0 25440148 19566772224 993089 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 993089 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=3972304 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 993089 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=3234932 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 993089 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 54.38 s

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

/proc/meminfo: memFree=107447780/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=5813196 CPUtime=3294.16 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 325702 0 3 0 329109 307 0 0 20 0 20 0 25440147 19566772224 1453299 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 1453299 5916 1 0 1490454 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=16012 CPUtime=3253 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 155616 0 3 0 325187 113 0 0 20 0 20 0 25440148 19566772224 1453299 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 77 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=5813128 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 1453299 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=5813196 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 3887 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 1453299 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 1453299 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 3294.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5813196 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.28 4.18 5/332 217597
/proc/meminfo: memFree=107447408/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=5813200 CPUtime=3354.32 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 329507 0 3 0 335121 311 0 0 20 0 20 0 25440147 19566772224 1453300 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 1453300 5916 1 0 1490454 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=62068 CPUtime=3311.96 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 157374 0 3 0 331082 114 0 0 20 0 20 0 25440148 19566772224 1453300 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 77 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 1453300 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 3968 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 1453300 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 1453300 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 3354.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5813200 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.26 4.18 5/334 217777
/proc/meminfo: memFree=107445540/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=5813204 CPUtime=3414.53 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 332671 0 3 0 341139 314 0 0 20 0 20 0 25440147 19566772224 1453301 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 1453301 5916 1 0 1490454 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=5813200 CPUtime=3371.3 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 159636 0 3 0 337016 114 0 0 20 0 20 0 25440148 19566772224 1453301 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 77 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 1453301 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=5813204 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 3992 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 1453301 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=5813204 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 1453301 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 3414.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5813204 KiB

[startup+3462.3 s]
/proc/loadavg: 4.35 4.30 4.20 5/334 217789
/proc/meminfo: memFree=107445252/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=5813208 CPUtime=3474.87 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 335915 0 3 0 347170 317 0 0 20 0 20 0 25440147 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 1453302 5916 1 0 1490454 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=2228 CPUtime=3430.65 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 161439 0 3 0 342950 115 0 0 20 0 20 0 25440148 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 77 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=5813204 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=62068 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 4061 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=5813208 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 3474.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5813208 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.27 4.19 5/334 217857
/proc/meminfo: memFree=107444536/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=5813208 CPUtime=3535.17 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 339927 0 3 0 353197 320 0 0 20 0 20 0 25440147 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 1453302 5916 1 0 1490454 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=5813208 CPUtime=3490.01 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 163918 0 3 0 348885 116 0 0 20 0 20 0 25440148 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 77 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=5813208 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=5813208 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 4133 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=5813208 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 3535.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5813208 KiB

[startup+3582.3 s]
/proc/loadavg: 4.35 4.28 4.20 5/335 218005
/proc/meminfo: memFree=109549044/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=5813208 CPUtime=3595.49 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 344053 0 3 0 359225 324 0 0 20 0 20 0 25440147 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 1453302 5916 1 0 1490454 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=5813208 CPUtime=3549.35 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 166131 0 3 0 354819 116 0 0 20 0 20 0 25440148 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 79 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=25664 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=5813208 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 4205 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=25664 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 3595.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5813208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3586.9 s]
/proc/loadavg: 4.32 4.28 4.20 5/335 218005
/proc/meminfo: memFree=109551672/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=5813208 CPUtime=3600.08 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 344211 0 3 0 359684 324 0 0 20 0 20 0 25440147 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 1453302 5916 1 0 1490454 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=5813208 CPUtime=3553.93 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 166289 0 3 0 355277 116 0 0 20 0 20 0 25440148 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 79 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=62068 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=62068 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 4205 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=5813204 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5813208 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.93 s, system=3.26492 s

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

[startup+3586.9 s]
/proc/loadavg: 4.32 4.28 4.20 5/335 218005
/proc/meminfo: memFree=109551672/131524600 swapFree=131054992/131071996
[pid=215967] ppid=215964 vsize=19108176 memory=5813208 CPUtime=3600.08 cores=5,7
/proc/215967/stat : 215967 (java) S 215964 215967 215875 0 -1 1077936128 344211 0 3 0 359684 324 0 0 20 0 20 0 25440147 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
/proc/215967/statm: 4777044 1453302 5916 1 0 1490454 0
[pid=215967/tid=215969] ppid=215964 vsize=19108176 memory=5813208 CPUtime=3553.93 cores=5,7
/proc/215967/task/215969/stat : 215969 (java) R 215964 215967 215875 0 -1 4194368 166289 0 3 0 355277 116 0 0 20 0 20 0 25440148 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 79 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=215986] ppid=215964 vsize=19108176 memory=62068 CPUtime=0 cores=5,7
/proc/215967/task/215986/stat : 215986 (Finalizer) S 215964 215967 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 25440162 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216017] ppid=215964 vsize=19108176 memory=62068 CPUtime=0 cores=5,7
/proc/215967/task/216017/stat : 216017 (Common-Cleaner) S 215964 215967 215875 0 -1 1077936192 4205 0 0 0 0 0 0 0 20 0 20 0 25440164 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
[pid=215967/tid=216026] ppid=215964 vsize=19108176 memory=5813204 CPUtime=0 cores=5,7
/proc/215967/task/216026/stat : 216026 (Timer-0) S 215964 215967 215875 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 25440233 19566772224 1453302 134679101440 94183802638336 94183802642032 140732311830592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94183802649848 94183802650640 94183817502720 140732311839733 140732311839841 140732311839841 140732311846856 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5813208 KiB

Child status: 143

Real time (s): 3586.97
CPU time (s): 3600.19
CPU user time (s): 3596.93
CPU system time (s): 3.26492
CPU usage (%): 100.369
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5813208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.93
system time used= 3.26492
maximum resident set size= 5814804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347444
page faults= 3
swaps= 0
block input operations= 1096
block output operations= 3936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115337
involuntary context switches= 7795


# summary of solver processes directly reported to runsolver:
#   pid: 215967
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3596.93
#   total CPU system time (s): 3.26492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.72881 second user time and 18.4527 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-25 08:31:39
IDJOB=4458565
IDBENCH=177684
IDSOLVER=3052
FILE ID=nodeC035/4458565-1721889099
RUNJOBID= nodeC035-1721889099-215888
SLURM_JOB_ID= 8089322
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/normalized-linearized_pebbling_opt_layeredfan_up_r33_c65_a6.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4458565-1721889099/watcher-4458565-1721889099 -o /tmp/evaluation-result-4458565-1721889099/solver-4458565-1721889099 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721889099-215888 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4458565-1721889099.opb

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

MD5SUM BENCH= 0e48a521f9e70a759d0a47d941d82f86
RANDOM SEED=1335576126

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124108688 kB
MemAvailable:   129713084 kB
Buffers:          300956 kB
Cached:          6092572 kB
SwapCached:          296 kB
Active:          2246608 kB
Inactive:        4503476 kB
Active(anon):       1920 kB
Inactive(anon):   399656 kB
Active(file):    2244688 kB
Inactive(file):  4103820 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054992 kB
Dirty:              4020 kB
Writeback:             4 kB
AnonPages:        355756 kB
Mapped:           103660 kB
Shmem:             45024 kB
KReclaimable:     191072 kB
Slab:             310652 kB
SReclaimable:     191072 kB
SUnreclaim:       119580 kB
KernelStack:        3856 kB
PageTables:         9768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     791940 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16992 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      414420 kB
DirectMap2M:    48642048 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC035 at 2024-07-25 09:31:26