Trace number 4430053

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.13 3588.47

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
IC/normalized-minisat25_6_3_5_ic.opb
MD5SUMee8f5ca8a7564b2d122e7dc0e93c6e43
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.164679
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.17	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.17	 - never skip resolution steps
0.14/0.17	 - Auto-division on coefficients is disabled
0.14/0.17	 - No postprocessing
0.14/0.17	 - Conflict is considered as is when resolving
0.14/0.17	 - Use constraints as they come during conflict analysis
0.14/0.17	 - Weaken first using unassigned literals
0.14/0.17	 - Bump strategy: ALWAYS_ONE
0.14/0.17	 - Bumper: EFFECTIVE
0.14/0.17	--- Begin Solver configuration ---
0.14/0.17	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.17	Learn all clauses as in MiniSAT
0.14/0.17	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.17	No reason simplification
0.14/0.17	Dynamic restart strategy considering the size of the coefficients
0.14/0.17	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.17	timeout=2147483s
0.14/0.17	DB Simplification allowed=false
0.14/0.17	Listener: none
0.14/0.17	--- End Solver configuration ---
0.14/0.17	c Pseudo Boolean Optimization by upper bound
0.14/0.17	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.17	c  - never skip resolution steps
0.14/0.17	c  - Auto-division on coefficients is disabled
0.14/0.17	c  - No postprocessing
0.14/0.17	c  - Conflict is considered as is when resolving
0.14/0.17	c  - Use constraints as they come during conflict analysis
0.14/0.17	c  - Weaken first using unassigned literals
0.14/0.17	c  - Bump strategy: ALWAYS_ONE
0.14/0.17	c  - Bumper: EFFECTIVE
0.14/0.17	c --- Begin Solver configuration ---
0.14/0.17	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.17	c Learn all clauses as in MiniSAT
0.14/0.17	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.17	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.17	c No reason simplification
0.14/0.17	c Dynamic restart strategy considering the size of the coefficients
0.14/0.17	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.17	c timeout=2147483s
0.14/0.17	c DB Simplification allowed=false
0.14/0.17	c Listener: none
0.14/0.17	c --- End Solver configuration ---
0.14/0.17	c solving HOME/instance-4430053-1721146250.opb
0.14/0.17	c reading problem ... 
0.14/0.17	c  objective function found
2.81/1.53	c ... done. Wall clock time 1.354s.
2.81/1.53	c declared #vars     15725
2.81/1.53	c #constraints  33139
2.81/1.53	c constraints type 
2.81/1.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
2.81/1.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
2.81/1.53	c org.sat4j.specs.Constr$1 => 3
2.81/1.53	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 14775
2.81/1.53	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
2.81/1.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
2.81/1.53	c 33139 constraints processed.
2.81/1.53	c objective function length is 1825 literals
33.58/28.54	c cleaning 2501 clauses out of 5002 with flag 0/5002
83.08/77.84	c cleaning 4250 clauses out of 8501 with flag 0/11002
141.58/136.38	c cleaning 5629 clauses out of 11258 with flag 0/18009
238.03/232.69	c cleaning 6809 clauses out of 13622 with flag 0/26002
355.60/349.55	c cleaning 7903 clauses out of 15812 with flag 0/35001
525.52/519.05	c cleaning 8954 clauses out of 17909 with flag 0/45001
705.15/697.81	c cleaning 9978 clauses out of 19956 with flag 0/56002
905.64/896.80	c cleaning 10993 clauses out of 21986 with flag 0/68010
1225.93/1215.94	c cleaning 11992 clauses out of 23984 with flag 0/81001
1512.15/1503.57	c cleaning 12997 clauses out of 25995 with flag 0/95004
1825.14/1815.74	c cleaning 14003 clauses out of 28005 with flag 0/110011
2205.33/2196.06	c cleaning 14996 clauses out of 29992 with flag 0/126001
2578.09/2568.08	c cleaning 15998 clauses out of 31996 with flag 0/143001
3061.14/3050.66	c cleaning 17001 clauses out of 34002 with flag 0/161005
3598.20/3586.63	c cleaning 17995 clauses out of 35997 with flag 0/180001
3600.03/3588.41	c starts		: 26
3600.03/3588.42	c conflicts		: 180091
3600.03/3588.42	c decisions		: 320877
3600.03/3588.42	c propagations		: 128890933
3600.03/3588.42	c inspects		: 2879570042
3600.03/3588.42	c shortcuts		: 0
3600.03/3588.42	c learnt literals	: 0
3600.03/3588.42	c learnt binary clauses	: 0
3600.03/3588.42	c learnt ternary clauses	: 0
3600.03/3588.42	c learnt constraints	: 180091
3600.03/3588.42	c ignored constraints	: 0
3600.03/3588.42	c root simplifications	: 0
3600.03/3588.42	c removed literals (reason simplification)	: 0
3600.03/3588.42	c reason swapping (by a shorter reason)	: 0
3600.03/3588.42	c Calls to reduceDB	: 15
3600.03/3588.42	c Number of update (reduction) of LBD	: 260683
3600.03/3588.42	c Imported unit clauses	: 0
3600.03/3588.42	c No decision after first conflict	: false
3600.03/3588.42	c number of reductions to clauses (during analyze)	: 0
3600.03/3588.42	c number of learned constraints concerned by reduction	: 0
3600.03/3588.42	c number of learning phase by resolution	: 0
3600.03/3588.42	c number of learning phase by cutting planes	: 0
3600.03/3588.42	c number of rounding to 1 operations	: 0
3600.03/3588.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3588.42	c number of reductions of the coefficients by power 2 	: 0
3600.03/3588.42	c number of right shift for reduction by power 2 	: 0
3600.03/3588.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3588.42	c number of ending skipping 	: 0
3600.03/3588.42	c number of internal skipping 	: 0
3600.03/3588.42	c number of derivation steps 	: 2328557
3600.03/3588.42	c number of skipped derivation steps 	: 0
3600.03/3588.42	c number of remaining unassigned 	: 48943
3600.03/3588.42	c number of remaining assigned 	: 13394173
3600.03/3588.42	c number of falsified literals weakened from reason	: 0
3600.03/3588.42	c number of falsified literals weakened from conflict	: 0
3600.03/3588.42	c time for arithmetic operations	: 661946307
3600.03/3588.42	c minimum degree of deleted constraints	: 1
3600.03/3588.42	c maximum degree of deleted constraints	: 360271745459860028133620888792640
3600.03/3588.42	c number of deleted constraints	: 161999
3600.03/3588.42	c timeout
3600.03/3588.43	c speed (assignments/second)	: 35934.1425444148
3600.03/3588.43	c non guided choices	: 0
3600.03/3588.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 23
3600.03/3588.45	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 95
3600.03/3588.45	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 17974
3600.03/3588.45	s UNKNOWN
3600.03/3588.45	c Total wall clock time (in seconds): 3588.282

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (51767 MiB free)
  memory of node 1: 64473 MiB (59349 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=860809, runsolver pid=860806

[startup+0.100059 s]*
/proc/loadavg: 4.24 4.17 4.13 5/331 860827
/proc/meminfo: memFree=113743544/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=18975048 memory=62840 CPUtime=0.14 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 7182 0 0 0 11 3 0 0 20 0 18 0 166791650 19430449152 15710 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4743762 15710 5630 1 0 549308 0
[pid=860809/tid=860811] ppid=860806 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 5727 0 0 0 6 2 0 0 20 0 18 0 166791650 19430449152 15710 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166791653 19430449152 15710 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=18975048 memory=14408228826018639 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166791654 19430449152 15710 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62840 KiB

[startup+0.205932 s]*
/proc/loadavg: 4.24 4.17 4.13 8/331 860827
/proc/meminfo: memFree=113732728/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=18975048 memory=72088 CPUtime=0.32 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 7769 0 0 0 29 3 0 0 20 0 18 0 166791650 19430449152 18022 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4743762 18022 5841 1 0 549709 0
[pid=860809/tid=860811] ppid=860806 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 6042 0 0 0 15 2 0 0 20 0 18 0 166791650 19430449152 18022 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=18975048 memory=2643 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 166791653 19430449152 18022 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=18975048 memory=14126753849280249 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 166791654 19430449152 18022 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72088 KiB

[startup+0.310923 s]*
/proc/loadavg: 4.24 4.17 4.13 7/332 860828
/proc/meminfo: memFree=113643832/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19041612 memory=160368 CPUtime=0.52 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 8619 0 0 0 47 5 0 0 20 0 19 0 166791650 19498610688 40092 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4760403 40092 5857 1 0 550402 0
[pid=860809/tid=860811] ppid=860806 vsize=19041612 memory=-8745254269169803964 CPUtime=0.26 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 6105 0 0 0 23 3 0 0 20 0 19 0 166791650 19498610688 40092 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166791653 19498610688 40092 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166791654 19498610688 40092 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 160368 KiB

[startup+0.700396 s]
/proc/loadavg: 4.24 4.17 4.13 6/332 860828
/proc/meminfo: memFree=113269248/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19041612 memory=1143876 CPUtime=1.24 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 12158 0 0 0 98 26 0 0 20 0 19 0 166791650 19498610688 285969 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4760403 285969 5873 1 0 552611 0
[pid=860809/tid=860811] ppid=860806 vsize=19041612 memory=5544 CPUtime=0.63 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 6587 0 0 0 40 23 0 0 20 0 19 0 166791650 19498610688 285969 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19041612 memory=12504 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166791653 19498610688 285969 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166791654 19498610688 285969 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1143876 KiB

[startup+1.50892 s]
/proc/loadavg: 4.24 4.17 4.13 7/332 860828
/proc/meminfo: memFree=112477696/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19041612 memory=2517796 CPUtime=2.81 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 22160 0 0 0 227 54 0 0 20 0 19 0 166791650 19498610688 629449 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4760403 629449 5873 1 0 1082887 0
[pid=860809/tid=860811] ppid=860806 vsize=19041612 memory=12504 CPUtime=1.35 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 7241 0 0 0 87 48 0 0 20 0 19 0 166791650 19498610688 629449 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 166791653 19498610688 629449 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 166791654 19498610688 629449 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2517796 KiB

[startup+3.10993 s]
/proc/loadavg: 4.31 4.19 4.14 6/333 860829
/proc/meminfo: memFree=111269964/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=2525260 CPUtime=5.99 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 24572 0 0 0 544 55 0 0 20 0 20 0 166791650 19566772224 631315 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 631315 5910 1 0 1084480 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=198340509722 CPUtime=2.87 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 7357 0 0 0 239 48 0 0 20 0 20 0 166791650 19566772224 631315 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 631315 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 631315 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=2524208 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 631315 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2525260 KiB

[startup+6.30092 s]
/proc/loadavg: 4.31 4.19 4.14 6/333 860829
/proc/meminfo: memFree=110722460/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=3182328 CPUtime=11.01 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 25858 0 0 0 1031 70 0 0 20 0 20 0 166791650 19566772224 795582 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 795582 5910 1 0 1084668 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=0 CPUtime=6.03 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 7719 0 0 0 540 63 0 0 20 0 20 0 166791650 19566772224 795582 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=12504 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 795582 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=2525000 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 795582 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=2993912 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 795582 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 11.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3182328 KiB

[startup+12.7009 s]
/proc/loadavg: 4.36 4.20 4.14 5/331 860898
/proc/meminfo: memFree=115214192/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=3432644 CPUtime=17.51 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 26778 0 0 0 1676 75 0 0 20 0 20 0 166791650 19566772224 858161 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 858161 5910 1 0 1084675 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=3397628 CPUtime=12.25 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 8484 0 0 0 1158 67 0 0 20 0 20 0 166791650 19566772224 858161 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 858161 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 858161 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 858161 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 17.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3432644 KiB

[startup+25.5003 s]
/proc/loadavg: 4.43 4.22 4.15 5/330 860966
/proc/meminfo: memFree=115716504/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=3445276 CPUtime=30.39 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 32767 0 0 0 2962 77 0 0 20 0 20 0 166791650 19566772224 861319 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 861319 5910 1 0 1084677 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=3432644 CPUtime=24.9 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 10524 0 0 0 2422 68 0 0 20 0 20 0 166791650 19566772224 861319 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 861319 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=3219192 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 861319 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=2337 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 861319 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 30.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3445276 KiB

[startup+51.1059 s]
/proc/loadavg: 4.40 4.24 4.16 5/330 860971
/proc/meminfo: memFree=113812220/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=3445972 CPUtime=56.2 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 42163 0 0 0 5540 80 0 0 20 0 20 0 166791650 19566772224 861493 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 861493 5926 1 0 1084693 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=3445960 CPUtime=50.24 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 14040 0 0 0 4955 69 0 0 20 0 20 0 166791650 19566772224 861493 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=3445256 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 861493 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=3445972 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 67 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 861493 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=1235 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 861493 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0

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

/proc/meminfo: memFree=110296256/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=4292024 CPUtime=3233.09 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 343830 0 0 0 323057 252 0 0 20 0 20 0 166791650 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 1073006 5969 1 0 1086068 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=41768 CPUtime=3174.68 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 172551 0 0 0 317368 100 0 0 20 0 20 0 166791650 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=4291992 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=4292024 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 4230 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=4292024 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 3233.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4292024 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.16 4.17 5/333 862749
/proc/meminfo: memFree=110260656/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=4292024 CPUtime=3293.37 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 348474 0 0 0 329082 255 0 0 20 0 20 0 166791650 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 1073006 5969 1 0 1086068 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=4292024 CPUtime=3234.01 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 175434 0 0 0 323300 101 0 0 20 0 20 0 166791650 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=4292024 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=15940 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 4313 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=4292024 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 3293.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4292024 KiB

[startup+3342.3 s]
/proc/loadavg: 4.41 4.25 4.20 5/331 862759
/proc/meminfo: memFree=110147400/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=4292024 CPUtime=3353.47 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 353014 0 0 0 335089 258 0 0 20 0 20 0 166791650 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 1073006 5969 1 0 1086068 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=4292024 CPUtime=3293.47 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 178242 0 0 0 329245 102 0 0 20 0 20 0 166791650 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=41768 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=4292024 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 4394 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=104 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 3353.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4292024 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.23 4.19 5/331 862770
/proc/meminfo: memFree=110093740/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=4292024 CPUtime=3413.56 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 357816 0 0 0 341094 262 0 0 20 0 20 0 166791650 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 1073006 5969 1 0 1086068 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=4292024 CPUtime=3352.88 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 181305 0 0 0 335186 102 0 0 20 0 20 0 166791650 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=4292024 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 4477 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=4292024 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 1073006 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 3413.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4292024 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.20 4.18 5/331 862780
/proc/meminfo: memFree=110083248/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=4292028 CPUtime=3473.65 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 362330 0 0 0 347100 265 0 0 20 0 20 0 166791650 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 1073007 5969 1 0 1086068 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=4292024 CPUtime=3412.35 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 184174 0 0 0 341133 102 0 0 20 0 20 0 166791650 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=8148 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 4560 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=4292028 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 3473.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4292028 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/331 862790
/proc/meminfo: memFree=109920796/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=4292028 CPUtime=3533.78 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 367038 0 0 0 353110 268 0 0 20 0 20 0 166791650 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 1073007 5969 1 0 1086068 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=4292024 CPUtime=3471.81 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 186675 0 0 0 347078 103 0 0 20 0 20 0 166791650 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=11476 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=4292028 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 4642 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=4292028 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 3533.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4292028 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.19 4.18 4/306 862838
/proc/meminfo: memFree=115639904/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=4292028 CPUtime=3593.9 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 371702 0 0 0 359119 271 0 0 20 0 20 0 166791650 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 1073007 5969 1 0 1086068 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=11476 CPUtime=3531.29 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 189459 0 0 0 353026 103 0 0 20 0 20 0 166791650 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=15940 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=4292028 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 4736 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=4292028 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 1073007 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 3593.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4292028 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3588.4 s]
/proc/loadavg: 4.07 4.16 4.17 4/306 862839
/proc/meminfo: memFree=115639932/131524600 swapFree=131071996/131071996
[pid=860809] ppid=860806 vsize=19108176 memory=4292036 CPUtime=3600.03 cores=1,3
/proc/860809/stat : 860809 (java) S 860806 860809 856598 0 -1 1077936128 372170 0 0 0 359731 272 0 0 20 0 20 0 166791650 19566772224 1073009 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
/proc/860809/statm: 4777044 1073009 5969 1 0 1086084 0
[pid=860809/tid=860811] ppid=860806 vsize=19108176 memory=-8745254269169803964 CPUtime=3537.34 cores=1,3
/proc/860809/task/860811/stat : 860811 (java) R 860806 860809 856598 0 -1 4194368 189722 0 0 0 353631 103 0 0 20 0 20 0 166791650 19566772224 1073009 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860820] ppid=860806 vsize=19108176 memory=19216 CPUtime=0 cores=1,3
/proc/860809/task/860820/stat : 860820 (Finalizer) S 860806 860809 856598 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 166791653 19566772224 1073009 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860827] ppid=860806 vsize=19108176 memory=5552 CPUtime=0 cores=1,3
/proc/860809/task/860827/stat : 860827 (Common-Cleaner) S 860806 860809 856598 0 -1 1077936192 4736 0 0 0 0 0 0 0 20 0 20 0 166791654 19566772224 1073009 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
[pid=860809/tid=860829] ppid=860806 vsize=19108176 memory=1992 CPUtime=0 cores=1,3
/proc/860809/task/860829/stat : 860829 (Timer-0) S 860806 860809 856598 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 166791805 19566772224 1073009 134679101440 94417838112768 94417838116464 140722748844768 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94417838124280 94417838125072 94417855123456 140722748847093 140722748847201 140722748847201 140722748854216 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4292036 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.39 s, system=2.73729 s

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

Child status: 143

Real time (s): 3588.47
CPU time (s): 3600.13
CPU user time (s): 3597.39
CPU system time (s): 2.73729
CPU usage (%): 100.325
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4292036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.39
system time used= 2.73729
maximum resident set size= 4293784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374976
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129726
involuntary context switches= 20788


# summary of solver processes directly reported to runsolver:
#   pid: 860809
#   total CPU time (s): 3600.13
#   total CPU user time (s): 3597.39
#   total CPU system time (s): 2.73729

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.83011 second user time and 18.1409 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-16 18:11:03
IDJOB=4430053
IDBENCH=155717
IDSOLVER=3052
FILE ID=nodeC027/4430053-1721146250
RUNJOBID= nodeC027-1721139073-856610
SLURM_JOB_ID= 7505717
Free space on /tmp= 890016 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430053-1721146250/watcher-4430053-1721146250 -o /tmp/evaluation-result-4430053-1721146250/solver-4430053-1721146250 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721139073-856610 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430053-1721146250.opb

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

MD5SUM BENCH= ee8f5ca8a7564b2d122e7dc0e93c6e43
RANDOM SEED=515701603

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113783476 kB
MemAvailable:   114641796 kB
Buffers:          412000 kB
Cached:          1282388 kB
SwapCached:            0 kB
Active:           751396 kB
Inactive:       16365764 kB
Active(anon):       1560 kB
Inactive(anon): 15458608 kB
Active(file):     749836 kB
Inactive(file):   907156 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             40920 kB
Writeback:             4 kB
AnonPages:      15420468 kB
Mapped:           124796 kB
Shmem:             37720 kB
KReclaimable:      82304 kB
Slab:             187464 kB
SReclaimable:      82304 kB
SUnreclaim:       105160 kB
KernelStack:        5080 kB
PageTables:        40112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   22005316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62176 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15093760 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:      193236 kB
DirectMap2M:    15308800 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC027 at 2024-07-16 19:10:51